Adobe Programs
#1
Posted 04 September 2004 - 10:26 PM
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 7
Adobe Illustrator 10
Adobe After Effects 6
Adobe Audition 1.0
Adobe Encore 1.0
Adobe Premiere Pro
Adobe Premiere 6.0
Adobe Acrobat 6.0 (not reader full pgm)
Any help is greatly appreciated!
Thanks!!!
Dave
#2
Posted 05 September 2004 - 12:05 AM
#3
Posted 25 September 2004 - 04:12 AM
[InstallShield Silent] Version=v7.00 File=Log File [ResponseResult] ResultCode=-3 [Application] Name=Adobe Illustrator CS Version=11 Company=Adobe Lang=0009
Any 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" /f REG ADD %KEY%\032 /V 1 /D "%CDROM%\Apps\Adobe\Acrobat\AcroPro.msi /QR" /f REG ADD %KEY%\032 /V 2 /D "%CDROM%\Apps\Adobe\Acrobat\updates\Ac60PrP1.msp /qn" /f REG ADD %KEY%\032 /V 3 /D "\"%CDROM%\Apps\Adobe\Acrobat\updates\Adobe Acrobat - Reader 6.0.2 Update.msi\" /qn" /f REG ADD %KEY%\032 /V 4 /D "REGEDIT /S %CDROM%\Apps\Adobe\Acrobat\AcroPro6.reg" /f REG ADD %KEY%\036 /VE /D "Adobe Photoshop CS" /f REG ADD %KEY%\036 /V 1 /D "%CDROM%\Apps\Adobe\Photoshop\Setup.exe -s -f2%systemdrive%\AdobePhotoshopCSSetup.log" /f REG ADD %KEY%\040 /VE /D "Adobe InDesign CS" /f REG ADD %KEY%\040 /V 1 /D "%CDROM%\Apps\Adobe\InDesign\Setup.exe -s -f2%systemdrive%\AdobeInDesignCSSetup.log" /f REG ADD %KEY%\044 /VE /D "Adobe Illustrator CS" /f REG ADD %KEY%\044 /V 1 /D "%CDROM%\Apps\Adobe\Illustrator\Setup.exe -s -f2%systemdrive%\AdobeIllustratorCSSetup.log" /f
#4
Posted 26 September 2004 - 06:39 PM
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.
#5
Posted 27 September 2004 - 02:48 AM
The switch that _might_ work:
"/QB PIDKEY=xxxxxxxxxx"
(where pidkey is your serial key without the dashes)
#6
Posted 27 September 2004 - 03:33 AM
#7
Posted 27 September 2004 - 03:58 AM
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.
#8
Posted 27 September 2004 - 09:43 PM
Umm.. How will I know my encrypted serial? But anyway, I'll try to follow your favorite method. Thanks.
#9
Posted 28 September 2004 - 01:15 AM
totoymola, on Sep 28 2004, 06:43 AM, said:
Go to [HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration] and copy the serial from there.
I strongly recommend my favorite method.
#11
Posted 28 September 2004 - 05:33 PM
totoymola, on Sep 29 2004, 01:35 AM, said:
You're welcome.
#12
Posted 30 March 2005 - 09:44 PM



Help
Back to top










