MSFN Forum: Adobe Programs - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Adobe Programs Rate Topic: -----

#1 User is offline   buzzman04 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-September 04

Posted 04 September 2004 - 10:26 PM

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 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 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 September 2004 - 12:05 AM

It usese installshield. Look up the common method for all installshield packages.

#3 User is offline   r4v3n 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 16-October 03

Posted 25 September 2004 - 04:12 AM

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.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 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 26 September 2004 - 06:39 PM

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.

#5 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 September 2004 - 02:48 AM

Acrobat:
The switch that _might_ work:

"/QB PIDKEY=xxxxxxxxxx"

(where pidkey is your serial key without the dashes)

#6 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 27 September 2004 - 03:33 AM

/QB PIDKEY=XXXXXXX and /QR PIDKEY=XXXXXXX didn't work.. :( Anymore suggestions?

#7 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 27 September 2004 - 03:58 AM

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.

#8 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 27 September 2004 - 09:43 PM

dear mazin,

Umm.. How will I know my encrypted serial? But anyway, I'll try to follow your favorite method. Thanks.

#9 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 28 September 2004 - 01:15 AM

totoymola, on Sep 28 2004, 06:43 AM, said:

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.

#10 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 28 September 2004 - 04:35 PM

Thanks mazin! It works perfectly! :thumbup

#11 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 28 September 2004 - 05:33 PM

totoymola, on Sep 29 2004, 01:35 AM, said:

Thanks mazin!  It works perfectly!  :thumbup

You're welcome. :)

#12 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 30 March 2005 - 09:44 PM

Iono, i just used -R and copied the setup.iss file over then installed with -s and it worked fine.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy