RyanVM Posted December 20, 2004 Posted December 20, 2004 Acrobat Speedup works by moving files from the "plug_ins" directory to the "optional" directory. My initial thought is that mimicing that behavior within the installer MSI might not work depending on how Acrobat is trained to look for plugins.I probably won't do any acrobat speedup type stuff with my switchless installer. For what it's worth, Acrobat Speedup can be run silently.
pinout Posted December 21, 2004 Posted December 21, 2004 Theres no full package of 6.0.3 ?And also, anyone know why on http://www.adobe.com/products/acrobat/alternate.html there is a ENU version of "Adobe Reader 6.0.2, full version" but not for "Adobe Reader 6.0.2, basic version" ? there is an english version, but its "Central European" (ECE)
MAVERICKS CHOICE Posted December 21, 2004 Posted December 21, 2004 Must say Ryans package is pretty quick as is, much better than the standard anyhow.
BeenThereB4 Posted December 21, 2004 Posted December 21, 2004 To speedup Acrobat:Run this VBS script, which I got from somewhere on MSFN (All credit to author)Option ExplicitOn Error Resume Next'Define variablesDim ProgramPath, FSO, objShell, objNetwork'Define objectsset FSO = CreateObject("scripting.filesystemobject")Set objShell=WScript.CreateObject("Wscript.Shell")'Accept EULAobjShell.RegDelete "HKCU\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\EULA"objShell.RegDelete "HKLM\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\EULA"objShell.RegWrite "HKCU\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\EULA","1","REG_DWORD"objShell.RegWrite "HKLM\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\EULA","1","REG_DWORD"'no updates, no ads...objShell.regwrite "HKLM\Software\Adobe\Acrobat Reader\6.0\FeatureLockdown\bUpdater","0","REG_DWORD"objShell.regwrite "HKLM\Software\Adobe\Acrobat Reader\6.0\FeatureLockdown\bShowAdsAllow","0","REG_DWORD"objShell.regwrite "HKCU\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\AdsInReader\bShowAds","0","REG_DWORD"objShell.regwrite "HKCU\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\Originals\bDisplayAboutDialog","0","REG_DWORD"objShell.regwrite "HKCU\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\Updater\bShowAutoUpdateConfDialog","0","REG_DWORD"objShell.regwrite "HKCU\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\Updater\bShowNotifDialog","0","REG_DWORD"objShell.RegWrite "HKCU\Software\Adobe\Acrobat Reader\6.0\Originals\bDisplayAboutDialog","0","REG_DWORD"objShell.regwrite "HKCU\Software\Adobe\Acrobat Reader\6.0\AdobeViewer\Updater\iUpdateFrequency","0","REG_DWORD"'Delete shortcutsFSO.DeleteFile objShell.SpecialFolders("AllUsersDesktop") & "\Adobe Reader 6.0.lnk", True'FSO.DeleteFile objShell.SpecialFolders("AllUsersPrograms") & "\Adobe Reader 6.0.lnk", TrueFSO.DeleteFolder objShell.SpecialFolders("AllUsersPrograms") & "\PrintMe Internet Printing", True'delete old optionnal plugin folderFSO.DeleteFolder "c:\Program Files\Adobe\Acrobat 6.0\Reader\Optional", True'rename plugins to optionalFSO.MoveFolder "c:\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins", "c:\Program Files\Adobe\Acrobat 6.0\Reader\Optional"'create a new plugin folderFSO.CreateFolder "c:\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins"'Delete security risk'FSO.DeleteFile "c:\Program Files\Adobe\Acrobat 6.0\Reader\optional\eBook.api", True'move the desired plugins back to itFSO.MoveFile "c:\Program Files\Adobe\Acrobat 6.0\Reader\optional\EWH32.api", "c:\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins\EWH32.api"FSO.MoveFile "c:\Program Files\Adobe\Acrobat 6.0\Reader\optional\Search.api", "c:\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins\Search.api"FSO.MoveFile "c:\Program Files\Adobe\Acrobat 6.0\Reader\optional\reflow.api", "c:\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins\reflow.api"
prathapml Posted December 21, 2004 Posted December 21, 2004 Remember I said 7.0 was cool?Check it out on main page (news on software section).It has struck YET again.
RyanVM Posted December 21, 2004 Posted December 21, 2004 I don't see a download on Adobe's site for Reader 7.0 yet.And yeesh, if had known it was coming so soon, I doubt I would have bothered making one for 6.0.3.
prathapml Posted December 21, 2004 Posted December 21, 2004 if had known it was coming so soonPersonally, I think I would wait for AcroRead 7.0 to come out (in final form).
RyanVM Posted December 21, 2004 Posted December 21, 2004 if had known it was coming so soonPersonally, I think I would wait for AcroRead 7.0 to come out (in final form).Yeah yeah, yuck it up For what it's worth, I found a download link for 7.0 (from Adobe's FTP server, so it's legit)
prathapml Posted December 21, 2004 Posted December 21, 2004 For what it's worth, I found a download link for 7.0 (from Adobe's FTP server)Which would be? I got only a http link, and yeah its legit too.
RyanVM Posted December 21, 2004 Posted December 21, 2004 ftp://ftp.adobe.com/pub/adobe/reader/win/...70_enu_full.exeEDIT: The good news is that it appears PrintMe was removed from 7.0, so that's one less thing I'll need to do myself
Confused Amused Posted December 21, 2004 Posted December 21, 2004 Is the silent install syntax still the same? I'll probably give it a try later today.Tom
prathapml Posted December 21, 2004 Posted December 21, 2004 The installer says something about optimizing performance.... maybe the "plugins" to "optional" trick.Other new things to remove - the yahoo search.
RyanVM Posted December 21, 2004 Posted December 21, 2004 The installer says something about optimizing performance.... maybe the "plugins" to "optional" trick.Other new things to remove - the yahoo search. The NetOpSystems thing has been in their installers since 5.0. It has nothing to do with that. There's also a startup item installed which supposed speeds up Acrobat. My bet is it's similar to the feature you can enable with the Mozilla Suite to load some DLLs on Windows startup to reduce loading time. From what I can tell, it is NOT a replacement for Acrobat Speedup.
gmx Posted December 21, 2004 Posted December 21, 2004 version 7.0 is out and apprently they fixed the speed issue in this download: http://ardownload.adobe.com/pub/adobe/read...70_enu_full.exe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now