/build/static/layout/Breadcrumb_cap_w.png

Adobe Digital Editions Preview

Version: 1

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 5.2k  |  Created: 12/17/2011

Average Rating: 0
Digital Editions Preview has 1 inventory records, 1 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Note
OK There currently isn't an MSI version of Digital Edition. Goto http://www.adobe.com/products/digitaleditions/ click the install button and this will download and run the installer from

C:\Documents and Settings\username\Application Data\Macromedia\Flash Player\www.macromedia.com\bin\digitaleditions\digitaleditions.exe

Once the installer is started navigate to the above location and copy it somewhere and cancel the install. The installer will run quietly with a /S this is case sensitive and will fail in lowercase.

As a note if you run the installer without /S it will delete itself which caught me out a few times in testing meaning I had to download it again.

I have tested this install in SCCM
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
If you have any problems with the DanGay method that is probably because your proxy does not give you access to this address: http://fpdownload.macromedia.com/get/breezeplayer/win//digitaleditions_win.zip.

Even if you can access this .zip, it's not the good way to install this software because it a downloader... it's not the stand-alone way. If you want the admin install go to the Related links section and view the jeeppy link.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
I just created my own msi with Advanced Installer. Easier to deploy that way. You just need to add "digitaleditions.exe" into "C:\Program Files\Adobe\Adobe Digital Editions" and create the shortcuts.

Here's the registry I added :
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.acsm]
@="Adobe.ACSMessage"
"Content Type"="application/vnd.adobe.adept+xml"

[HKEY_CLASSES_ROOT\.epub]
@="Adobe.DigitalEditions"
"Content Type"="application/epub+zip"

[HKEY_CLASSES_ROOT\Adobe.ACSMessage]
@="Adobe Content Server Message"
"EditFlags"=hex:00,01,00,00
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\Adobe.ACSMessage\DefaultIcon]
@="C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe,-"

[HKEY_CLASSES_ROOT\Adobe.ACSMessage\shell]

[HKEY_CLASSES_ROOT\Adobe.ACSMessage\shell\open]

[HKEY_CLASSES_ROOT\Adobe.ACSMessage\shell\open\command]
@="\"C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Adobe.DigitalEditions]

[HKEY_CLASSES_ROOT\Adobe.DigitalEditions\DefaultIcon]
@="C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe,-"

[HKEY_CLASSES_ROOT\Adobe.DigitalEditions\shell]

[HKEY_CLASSES_ROOT\Adobe.DigitalEditions\shell\open]

[HKEY_CLASSES_ROOT\Adobe.DigitalEditions\shell\open\command]
@="\"C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe\" \"%1\""

[HKEY_CLASSES_ROOT\Adobe.EPUB]
@="Adobe epub Document"

[HKEY_CLASSES_ROOT\Adobe.EPUB\DefaultIcon]
@="C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe,-"

[HKEY_CLASSES_ROOT\Adobe.EPUB\shell]

[HKEY_CLASSES_ROOT\Adobe.EPUB\shell\open]

[HKEY_CLASSES_ROOT\Adobe.EPUB\shell\open\command]
@="\"C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe\" \"%1\""

[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/epub+zip]
@="Adobe.EPUB"
"Extension"=".epub"

[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/vnd.adobe.adept+xml]
@="Adobe.ACSMessage"
"Extension"=".acsm"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.acsm]
@="Adobe.ACSMessage"
"Content Type"="application/vnd.adobe.adept+xml"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.epub]
@="Adobe.DigitalEditions"
"Content Type"="application/epub+zip"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.ACSMessage]
@="Adobe Content Server Message"
"EditFlags"=hex:00,01,00,00
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.ACSMessage\DefaultIcon]
@="C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe,-"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.ACSMessage\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.ACSMessage\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.ACSMessage\shell\open\command]
@="\"C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe\" \"%1\""


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.DigitalEditions]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.DigitalEditions\DefaultIcon]
@="C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe,-"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.DigitalEditions\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.DigitalEditions\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.DigitalEditions\shell\open\command]
@="\"C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.EPUB]
@="Adobe epub Document"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.EPUB\DefaultIcon]
@="C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe,-"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.EPUB\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.EPUB\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Adobe.EPUB\shell\open\command]
@="\"C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/epub+zip]
@="Adobe.EPUB"
"Extension"=".epub"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/vnd.adobe.adept+xml]
@="Adobe.ACSMessage"
"Extension"=".acsm"

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Digital Editions]
"InstallDir"="C:\\Program Files\\Adobe\\Adobe Digital Editions"
"InstallPath"="C:\\Program Files\\Adobe\\Adobe Digital Editions\\digitaleditions.exe"
"FileVersion"="9.0.1131.27"
"ProductVersion"="1.7"

Hope it helps...
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Digital Editions Preview

Version

1.8.0

Uninstall String

"C:\Program Files\Adobe\Adobe Digital Editions Preview\uninstall.exe"

Questions & Answers (1)

Questions & Answers related to Adobe Digital Editions Preview

2
ANSWERS

Blogs (0)

Blog posts related to Adobe Digital Editions Preview

Reviews (0)

Reviews related to Adobe Digital Editions Preview

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ