Acrobat 7 pro serial number error on silent install
I've been using installshield tuner to create a mst file for acrobat 7 pro. This works if I install the package using the setup.exe. When distributing this package using sms, the setup.exe is launching the msi file, and then terminates the setup.exe. This causes SMS to think that the installation is finished and sms disconnects the distribution share, and the msi install fails.
I've tried to execute the msi directly, but this gives me a LICENSE number error. Is there any workaround for this?
Why do Installshield create custom tasks in the setup.exe file? Why can't they create true msi files?
I've tried to execute the msi directly, but this gives me a LICENSE number error. Is there any workaround for this?
Why do Installshield create custom tasks in the setup.exe file? Why can't they create true msi files?
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
wiseapp
19 years ago
Hi Magnarj:
if you try to run the MSI directly then it wont read the setup.ini file provided with the setup. Since MSI's cannot read ini or text files at the time of their execution for parameters, thats why a setup.exe has been created that would read the ini and would then run the installation(that is MSI). However in case you want to run the MSI thru the command line silently without it asking you the license number, follow the steps:
1. go to the setup folder
2. open the setup.ini file or abcpy.ini and copy this line ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
3. type in msiexec /i abc.msi ISX_SERIALNUMBER=your serial number that you copied
Now it will not ask you to enter license number, try this one in case doesnt work leave a msg.
Take Care.
Edited to remove serial number: do not post serial numbers! - Bob Kelly
if you try to run the MSI directly then it wont read the setup.ini file provided with the setup. Since MSI's cannot read ini or text files at the time of their execution for parameters, thats why a setup.exe has been created that would read the ini and would then run the installation(that is MSI). However in case you want to run the MSI thru the command line silently without it asking you the license number, follow the steps:
1. go to the setup folder
2. open the setup.ini file or abcpy.ini and copy this line ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
3. type in msiexec /i abc.msi ISX_SERIALNUMBER=your serial number that you copied
Now it will not ask you to enter license number, try this one in case doesnt work leave a msg.
Take Care.
Edited to remove serial number: do not post serial numbers! - Bob Kelly
Posted by:
wiseapp
19 years ago
Posted by:
magnarj
19 years ago
Posted by:
joshrys
19 years ago
Posted by:
joshrys
19 years ago
ok i tried this just now and i still get the error. I am using this command:
C:\WINNT\system32\MSIEXEC.EXE TRANSFORMS="\\server\share\Wise Share Point\Projects\Adobe reader\AcroStan.mst" /i "\\server\share\Wise Share Point\Projects\Adobe reader\AcroStan.msi" ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /qb+
also tried putting the serial # into the ini file, no workie.
C:\WINNT\system32\MSIEXEC.EXE TRANSFORMS="\\server\share\Wise Share Point\Projects\Adobe reader\AcroStan.mst" /i "\\server\share\Wise Share Point\Projects\Adobe reader\AcroStan.msi" ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /qb+
also tried putting the serial # into the ini file, no workie.
Posted by:
ictu packager
19 years ago
that would be because adobe pro doesnt like being hidden
you cant use any /qb or qr switches or similar, its a known adobe problem as pointed out here
the only way i have deployed this is with an adobe progress screen visible
you cant use any /qb or qr switches or similar, its a known adobe problem as pointed out here
the only way i have deployed this is with an adobe progress screen visible
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.