buzzman04 Posted September 5, 2004 Posted September 5, 2004 Hey y'all I need help with silent / unattended installs for pretty much all of the adobe prorgams...I've tried the /? in commadn prompt as well as the USSF pgm but no luck.I've seen the one switch for PS7 but i can't seem to find infor for the follolwing:Adobe Pagemaker 7Adobe Illustrator 10Adobe After Effects 6Adobe Audition 1.0Adobe Encore 1.0Adobe Premiere ProAdobe Premiere 6.0Adobe Acrobat 6.0 (not reader full pgm)Any help is greatly appreciated!Thanks!!!Dave
CoffeeFiend Posted September 5, 2004 Posted September 5, 2004 It usese installshield. Look up the common method for all installshield packages.
r4v3n Posted September 25, 2004 Posted September 25, 2004 The -f2 switch solved my problem when installing from DVD for Acrobat 6, Photoshop CS and InDesign CS, but I it didn't do it for Illustrator CS I get this in my logfile:[InstallShield Silent]Version=v7.00File=Log File[ResponseResult]ResultCode=-3[Application]Name=Adobe Illustrator CSVersion=11Company=AdobeLang=0009Any ideas? I installed them the same way to get the .iss file generated and copied that file into the folder of each program and this is what I use:REG ADD %KEY%\032 /VE /D "Adobe Acrobat Pro 6.02" /fREG ADD %KEY%\032 /V 1 /D "%CDROM%\Apps\Adobe\Acrobat\AcroPro.msi /QR" /fREG ADD %KEY%\032 /V 2 /D "%CDROM%\Apps\Adobe\Acrobat\updates\Ac60PrP1.msp /qn" /fREG ADD %KEY%\032 /V 3 /D "\"%CDROM%\Apps\Adobe\Acrobat\updates\Adobe Acrobat - Reader 6.0.2 Update.msi\" /qn" /fREG ADD %KEY%\032 /V 4 /D "REGEDIT /S %CDROM%\Apps\Adobe\Acrobat\AcroPro6.reg" /fREG ADD %KEY%\036 /VE /D "Adobe Photoshop CS" /fREG ADD %KEY%\036 /V 1 /D "%CDROM%\Apps\Adobe\Photoshop\Setup.exe -s -f2%systemdrive%\AdobePhotoshopCSSetup.log" /fREG ADD %KEY%\040 /VE /D "Adobe InDesign CS" /fREG ADD %KEY%\040 /V 1 /D "%CDROM%\Apps\Adobe\InDesign\Setup.exe -s -f2%systemdrive%\AdobeInDesignCSSetup.log" /fREG ADD %KEY%\044 /VE /D "Adobe Illustrator CS" /fREG ADD %KEY%\044 /V 1 /D "%CDROM%\Apps\Adobe\Illustrator\Setup.exe -s -f2%systemdrive%\AdobeIllustratorCSSetup.log" /f
totoymola Posted September 27, 2004 Posted September 27, 2004 I have a problem intalling Adobe Acrobat Pro. I tried the /QR switch and it installed silently. But when I run the program, it says "No valid serial found. Adobe will now exit.". So I tried exporting the REG entry of the registration of Adobe from my computer and added it to the installation. But the same error happened. I checked the registry and my registration details are already there.What is the correct way to do this? What other entriles must be included in the reg file? Here is the sample of my regfile.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Registration]@="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx""NAME"="MyName"COMPAN"=""Pllease tell me whats missing. And what is the correct way to do this. Thank you.
prathapml Posted September 27, 2004 Posted September 27, 2004 Acrobat:The switch that _might_ work:"/QB PIDKEY=xxxxxxxxxx"(where pidkey is your serial key without the dashes)
totoymola Posted September 27, 2004 Posted September 27, 2004 /QB PIDKEY=XXXXXXX and /QR PIDKEY=XXXXXXX didn't work.. Anymore suggestions?
mazin Posted September 27, 2004 Posted September 27, 2004 For Acrobat, it's ISX_SERIAL not PIDKEY. However, neither of them works on the command line!And Acrobat requires /QR not /QB nor /QN. Also, the original serial doesn't work (with or without dashes) from a reg file. There should be the encrypted serial exported from the registry.This reg file should work fine on a clean machine if applied before running the MSI:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration]"SERIAL"="encrypted serial exported from registry"[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Distiller\6.0\Registration]"SERIAL"="encrypted serial exported from registry"However, this is my favorite method.
totoymola Posted September 28, 2004 Posted September 28, 2004 dear mazin,Umm.. How will I know my encrypted serial? But anyway, I'll try to follow your favorite method. Thanks.
mazin Posted September 28, 2004 Posted September 28, 2004 Umm.. How will I know my encrypted serial?Go to [HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration] and copy the serial from there.I strongly recommend my favorite method.
mazin Posted September 28, 2004 Posted September 28, 2004 Thanks mazin! It works perfectly! You're welcome.
Swimming_Bird Posted March 31, 2005 Posted March 31, 2005 Iono, i just used -R and copied the setup.iss file over then installed with -s and it worked fine.
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