ralexand88 Posted May 13, 2004 Posted May 13, 2004 Does anyone have a working RunOnceEX entry for Adobe Reader 6.0.1?
Boox Posted May 14, 2004 Posted May 14, 2004 Try this one, that's my switch andit should work...REG ADD %KEY%\005 /VE /D "Adobe Acrobat Reader 6" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Applications\AdobeReader6\ARdr60.exe -p"-s /v\"/qn\" /f
utln Posted May 14, 2004 Posted May 14, 2004 Here's what I use:SET RUNONCEEX=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %RUNONCEEX%\001 /ve /d "Adobe Reader 6" /fREG ADD %RUNONCEEX%\001 /v 1 /d "PATH\TO\READER\AdbeRdr60_enu_full.exe -p"""-s /v\\""/qn\\""" /f
ralexand88 Posted May 15, 2004 Author Posted May 15, 2004 From what I think I know, utln should be the ticket. I will try and let you know.Thank
Marthax Posted May 23, 2004 Posted May 23, 2004 the first one that Boox said is correct but it should like this :"%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_sve_full.exe -p -s /v\ /qn\" /fAnd not like this...:"%systemdrive%\Applications\AdobeReader6\ARdr60.exe -p"-s /v\"/qn\" /fyou simply have to remove the quotes after p and \. At least, it worked for me Hope that helps!
WwTIPPYwW Posted May 23, 2004 Posted May 23, 2004 Here is what I use - REG ADD %KEY%\020 /VE /D "Adobe Acrobat Reader 6.0.1" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\Adobe601\setup.exe /s /v\"/qn REBOOT=Suppress\" " /fREG ADD %KEY%\020 /V 2 /D "REGEDIT /S %CDROM%\Software\Adobe601\AdobeReg.reg" /fadobereg.regWindows Registry Editor Version 5.00 ;Accept Adobe Acrobat Reader 6.0.1 EULA[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\AdobeViewer]"EULA"=dword:00000001 ;Disable Adobe Acrobat Reader Splash screen[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\Originals]"bDisplayAboutDialog"=dword:00000000
motordude Posted June 14, 2004 Posted June 14, 2004 Does anyone know how to remove the "PrintMe Internet Printing" directory on the start menu? Attached to this post is what I get during my run once when trying to delete the directory. I have searched the forum but couldn't find anything relevant. Here are the commands I have tried/am using:ECHO ---Clean Up---ECHO.ECHO Removing useless shortcuts...DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\PrintMe Internet Printing"ECHO.ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\installRD /S /Q %systemdrive%\Documents and Settings\All Users\Start Menu\Programs\PrintMe Internet PrintingRD /S /Q "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\PrintMe Internet Printing"I know I have 3 entries in there, I have been tring several different ways, none of them work. I do manage to empty the folder but the directory is still there. Thanks in advance.
MCT Posted June 15, 2004 Posted June 15, 2004 DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\PrintMe Internet Printing"should beRD /S /Q "%allusersprofile%\Start Menu\Programs\PrintMe Internet Printing"Tip: %allusersprofile% is the same as %systemdrive%\Documents and Settings\All Users\regards
motordude Posted June 15, 2004 Posted June 15, 2004 Thanks alot, I will try that first thing in the morning.
Joe User 99 Posted June 15, 2004 Posted June 15, 2004 Does anyone know how to remove the "PrintMe Internet Printing" directory on the start menu? Attached to this post is what I get during my run once when trying to delete the directory. I have searched the forum but couldn't find anything relevant. Here are the commands I have tried/am using:You can remove the "PrintMe" by using a transform. It is a selectable feature.You just change it to not install, and then save as a transform.btw...you can also all all your customizations to the same transform...for example the EULA and Splash screen like WwTIPPYwW mentioned, can be added to the same transform.I have a transform I created for here at work thatadds the EULA keys, disables the automatic updates, disables the stupid advertisment box, and does not install the "PrintMe" features.If anyone is interested, I will try to dig it up and post it.
motordude Posted June 15, 2004 Posted June 15, 2004 MTC solution worked for what I was asking for. But, what your talking about sure does sound like it would be useful, if you can find it please post.Thanks
Joe User 99 Posted June 15, 2004 Posted June 15, 2004 I found the transform, but mine is created for a Admin install, not the straight out download, so I tried to recreate it. I have not tested it, so give it a try and let me know. Again, this transform will:1) add registry keys to disable the EULA.2) disable the automatic updates feature.3) disable the stupid advertisment box.4) NOT install the "PrintMe" features (Also yanked the "PrintMe" shortcuts.)Drop it into the same folder as the Adobe Reader install.Also, I don't use this in a unattend, I use it in a corporate environment, so I'm not up on the unattend commandlines,but I "think" it would be something like this:"%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_full.exe -p -s /v\ TRANSFORMS=CUSTOMINSTALL.MST /qn\" /f(Personally, I use the extracted msi to install reader, I don't call it from the crappy NetOpSystems exe. But mine are force installing from a server, where space isn't an issue. )CustomInstall.mstCustomInstall.mst
Radimus Posted June 15, 2004 Posted June 15, 2004 I like to see a progress so I use /qb , but it can easily be changed to /qnAdbeRdr60_enu_full.exe -p"-s /v\"/qb\""Acro-Reader_6.0.2_Update.exe -p /S /v/qn RD /S /Q "%allusersprofile%\Start Menu\Programs\PrintMe Internet Printing"Del "%allusersprofile%\Desktop\Adobe Reader 6.0.lnk" REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\6.0\AdobeViewer\EULA=00000001" REG_DWORDREG ADD "HKCU\Software\Adobe\Acrobat Reader\6.0\Originals\bDisplayAboutDialog=00000000" REG_DWORD
Fastlex Posted June 17, 2004 Posted June 17, 2004 You can also try the folowing:Install acrobat_language.x.exe untill you get the wizard.Then you click on cancel.The will find the MSI package in you %systemroot%\cache\acrobat x folder.Then you can use the folowing switch:msiexec /i "S:\Acrobat\Reader6\Adobe Reader 6.0.msi" /qb-!This will install acrobat reader silently without cancel button.....Good Luck!
Aaron Posted June 17, 2004 Posted June 17, 2004 Here's my own method, which includes plugin removal to speed up the app:REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /fREG ADD %KEY%\005 /V 1 /D "%CDROM%\apps\AdobeReader6\adobereader6.cmd" /fIF EXIST D:\CDPath.txt set CDROM=D:IF EXIST E:\CDPath.txt set CDROM=E:IF EXIST F:\CDPath.txt set CDROM=F:IF EXIST G:\CDPath.txt set CDROM=G:IF EXIST H:\CDPath.txt set CDROM=H:IF EXIST I:\CDPath.txt set CDROM=I:IF EXIST J:\CDPath.txt set CDROM=J: start /wait %CDROM%\apps\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\"" MD "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins\*.*" "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_insBAK"MOVE "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins\Annotations" "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_insBAK"MOVE "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins\PictureTasks" "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_insBAK"MOVE "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins\Printme" "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_insBAK"MOVE "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_insBAK\Search.api" "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins"MOVE "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_insBAK\EWH32.api" "%systemdrive%\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins" RD /S /Q "%AllUsersProfile%\Start Menu\Programs\PrintMe Internet Printing"RD /S /Q "%systemroot%\Cache\Adobe Reader 6\"DEL "%AllUsersProfile%\Start Menu\Programs\Adobe Reader 6.0.lnk"DEL "%AllUsersProfile%\Desktop\Adobe Reader 6.0.lnk" EXIT
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now