I am tring to make Adobe Acrobat 6 professional unattended. The /qn switch works but the program does not install becuase it requires a serial key. I have filled out Abcpy.ini and now what? When I come to solution I will post it. prehaps I should try the executable instead of the msi. (the msi is a smaller file size)
Page 1 of 1
Adobe Acrobat 6 Pro
#2
Posted 06 December 2004 - 11:33 PM
yes, once i ran the executable with the abcpy.ini it worked. I wish i knew the MSI switch.
#4
Posted 07 December 2004 - 12:07 PM
"PID_KEY=xxxx" and your key after your /qb switch by any chance?
#5
Posted 19 December 2004 - 07:07 PM
I run the following lines for my Acrobat Install.
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT\ACROPRO.msi /quiet /passive /norestart
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0.1 Update
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT_601\SETUP.msp /passive /norestart
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0.2 Update
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT_602\SETUP.exe /S /v/qn
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0.3 Critical Update
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT_603\SETUP.exe /S /v/qn
I am using a legit product key and it is entered in my abcopy.ini, no dashes, spaces, etc.
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT\ACROPRO.msi /quiet /passive /norestart
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0.1 Update
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT_601\SETUP.msp /passive /norestart
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0.2 Update
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT_602\SETUP.exe /S /v/qn
ECHO.
ECHO Installing Adobe Acrobat Professional 6.0.3 Critical Update
ECHO Please wait...
start /wait c:\PROGRA~1\CABS\ACROBAT_603\SETUP.exe /S /v/qn
I am using a legit product key and it is entered in my abcopy.ini, no dashes, spaces, etc.
#6
Posted 20 December 2004 - 12:44 AM
i used an msi-editor and remove all dialogs. so i install it without any
switches and it dont ask me anything. the serial is stored in the registry,
but as RAW-format, not as 11111-1111- and so on:
switches and it dont ask me anything. the serial is stored in the registry,
but as RAW-format, not as 11111-1111- and so on:
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration] "SERIAL"="970789777786xxxxxx352970" "PRODREG"=dword:6568xxxx
#7
Posted 20 December 2004 - 04:29 PM
Go to notepad and enter the following:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration]
"SERIAL"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"(your serial #)
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Distiller\6.0\Registration]
"SERIAL"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
Then save the file as AcroPro.reg or whatever and put it in with your batch file or regtweaks and that's all there is
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration]
"SERIAL"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"(your serial #)
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Distiller\6.0\Registration]
"SERIAL"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
Then save the file as AcroPro.reg or whatever and put it in with your batch file or regtweaks and that's all there is
#8
Posted 09 September 2005 - 02:09 PM
Better yet, modify the abcpy.ini sections that deal with silents. For example:
[OEM Install]
ISX_SERIALNUMBER=xxxxxxxxxxxxxxxxxxxxxxx ( no dashes )
USERNAME=User
COMPANYNAME=OEM
INSTALLDIR=c:\progra~1\adobe\acrobat6
ALLOW_LOCKDOWN_BROWSE=YES
ALLOW_LOCKDOWN_MEDIA=YES
ARPHELPLINK=
ARPHELPTELEPHONE=
ARPNOMODIFY=
;ARPNOMODIFY=YES disables the "Change" button in Add/Remove Programs
Assuming everything is entered correctly, it will install fully silent. I then use a batch to move, rename icons, etc.
Thanks
)
[OEM Install]
ISX_SERIALNUMBER=xxxxxxxxxxxxxxxxxxxxxxx ( no dashes )
USERNAME=User
COMPANYNAME=OEM
INSTALLDIR=c:\progra~1\adobe\acrobat6
ALLOW_LOCKDOWN_BROWSE=YES
ALLOW_LOCKDOWN_MEDIA=YES
ARPHELPLINK=
ARPHELPTELEPHONE=
ARPNOMODIFY=
;ARPNOMODIFY=YES disables the "Change" button in Add/Remove Programs
Assuming everything is entered correctly, it will install fully silent. I then use a batch to move, rename icons, etc.
Thanks
Share this topic:
Page 1 of 1



Help
Back to top









