Adobe 6 Pro not working
I followed many of the tips/tricks from this very web site on how to automate the installation of Adobe Pro 6 (full version). I created a Transform file for my MSI and everything works fine EXCEPT the serial number. No matter what I do when I run my MSI with a MST file it says "Invalid Serial Number" But when I run everything manually and use the same serial number it of course works fine.
I have tried calling the ISX_SerialNumber from the command line and of course having my serial number in the Transform file and nothing works.
I have tried using /QB /QB+ /QB-! /QN and it fails no matter what command line switch I pass to my MSI.
Any help would be Great!!
Thanks
I have tried calling the ISX_SerialNumber from the command line and of course having my serial number in the Transform file and nothing works.
I have tried using /QB /QB+ /QB-! /QN and it fails no matter what command line switch I pass to my MSI.
Any help would be Great!!
Thanks
0 Comments
[ + ] Show comments
Answers (14)
Please log in to answer
Posted by:
foxbat5
19 years ago
Posted by:
mqh7
19 years ago
Posted by:
Thegunner
19 years ago
Hi,
I dont know if you have already, try look through the boards. As there is a thread that I created a while back about this.
Top of my head, what I did to get it work is the following.
On the machine where you have installed the software manually, goto the registry and find where it stores the serial number. The serial number will be in a different format to what you inputted. Copy this number and paste it into your Transform.
This is the way I got around it.
Hope this help, if not email me and I will try to get your through it.
I dont know if you have already, try look through the boards. As there is a thread that I created a while back about this.
Top of my head, what I did to get it work is the following.
On the machine where you have installed the software manually, goto the registry and find where it stores the serial number. The serial number will be in a different format to what you inputted. Copy this number and paste it into your Transform.
This is the way I got around it.
Hope this help, if not email me and I will try to get your through it.
Posted by:
nycmsipkg
19 years ago
Posted by:
MSIMaker
19 years ago
Posted by:
mqh7
19 years ago
Posted by:
aogilmor
19 years ago
Easier said than done, but find the commonality among the ones that aren't working.
If you created a transform against the original vendor MSI and it works on some WKS and not others, is there an OS difference or Windows installer version difference, service pack difference, all running locally or from a network share, check contents of network share and make sure they're identical?
Also some properties are case sensitive so make sure it's correct and run the same way all the time, i.e.
ISX_SERIALNUMBER is not the same as ISX_SerialNumber
And do a search of this because I'm sure it's been covered. What does adobe say?
If you created a transform against the original vendor MSI and it works on some WKS and not others, is there an OS difference or Windows installer version difference, service pack difference, all running locally or from a network share, check contents of network share and make sure they're identical?
Also some properties are case sensitive so make sure it's correct and run the same way all the time, i.e.
ISX_SERIALNUMBER is not the same as ISX_SerialNumber
And do a search of this because I'm sure it's been covered. What does adobe say?
Posted by:
PN
19 years ago
Hi,
I've already worked on the packaging and deployement of Adobe Acrobat 6 Pro for my company : I had exactly the same problem with serial number : saying always it's invalid but it's the right one. So, here is the solution which works. I suggest you to add the following changes in a .mst to leave the .msi unchanged :
1/ Use Installshield Tuner to create a Response Transform. Once it's done, go to step 2/ and do the following changes in the .mst file u obtained
2/ Delete Custom Actions:
- UnSupportedInstallType
- CA_QV (Deals with the serial number)
3/ Update/Add the following registry keys :
Key=SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration
Value Name=SERIAL
Value=
Key=SOFTWARE\Adobe\Acrobat Distiller\6.0\Registration
Value Name=SERIAL
Value=
=> to find what u have to write after "Value=", just install the application manually and check the keys in the registry.
(Most of this solution was provided by someone called "acrobat6pro_user", thanks to him)
4/ Test your .msi + .mst (not in silent mode !) to check if all fieds are filled correctly and if the install starts with all dialogs boxes
5/ Just add /qb- at the command line and you're done
Let me know if this works, i may forget something as I did it a few months ago.
PN
I've already worked on the packaging and deployement of Adobe Acrobat 6 Pro for my company : I had exactly the same problem with serial number : saying always it's invalid but it's the right one. So, here is the solution which works. I suggest you to add the following changes in a .mst to leave the .msi unchanged :
1/ Use Installshield Tuner to create a Response Transform. Once it's done, go to step 2/ and do the following changes in the .mst file u obtained
2/ Delete Custom Actions:
- UnSupportedInstallType
- CA_QV (Deals with the serial number)
3/ Update/Add the following registry keys :
Key=SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration
Value Name=SERIAL
Value=
Key=SOFTWARE\Adobe\Acrobat Distiller\6.0\Registration
Value Name=SERIAL
Value=
=> to find what u have to write after "Value=", just install the application manually and check the keys in the registry.
(Most of this solution was provided by someone called "acrobat6pro_user", thanks to him)
4/ Test your .msi + .mst (not in silent mode !) to check if all fieds are filled correctly and if the install starts with all dialogs boxes
5/ Just add /qb- at the command line and you're done
Let me know if this works, i may forget something as I did it a few months ago.
PN
Posted by:
Thegunner
19 years ago
Posted by:
mqh7
19 years ago
OK, thank you, I will try that. I did get it working but not the way I like. I noticed that if I kick off my MSI with a MST file and I use the /QR switch it works "Every time". it was only when I used a /QB- /QB+ or QN it would fail, which is odd. So I have a working package...............but.............when you run it the /QR does show a progress dialog from Adobe and it has a CANCEL button present. This is not that big a deal since we push out most apps using SMS or LanDesk so I am hoping no one cares. If they do care then I will have to use the method's provided on this thread.....
Thanks to all who helped out!!
Matt
Thanks to all who helped out!!
Matt
Posted by:
jbonbright
19 years ago
RE: the Cancel button, if you're using Wise Package Studio (WPS) like me to create the transform, you can easily hide the Cancel button. I had to do this on ANOTHER app that didn't like the /qb(!) switch; however, I did NOT have any issues using /qb! with Acrobat Pro 6.x, so I'm not sure why you're having issues there. Anyway, to hide the Cancel buttons if you're using the /qr (or other) switch(es):
Open up your custom Acrobat MST, then, in the Setup Editor section (the other two being Installation Expert and MSI Script) click on the Dialogs tab. Then go through and open the first dialog you see under Install Dialogs (in the left pane); it's usually called Setup Dialog. You'll see the dialog box in the right pane. Double-click the Cancel button, then UNcheck the "Visible" and "Enabled" check boxes. Repeat this for any non-error dialogs under Install Dialogs - Welcome, Progress, and Exit dialogs are some of the others.
You can also simply delete the Cancel button, but I've been told by a Wise contractor that that's not a good idea.
When I did my Acrobat 6.0 Pro package, I ran into some problems creating a MST that handled the serial number issue, so I just included it in the command line in my Wise script:
%SYS32%\msiexec /i "%INSTALLER%\%OEM_MSIFILE%" ISX_SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX TRANSFORMS="%INSTALLER%\%MST_FILE%" PATCH="%INSTALLER%\%MSP_FILE%" /qb!
(I went ahead and patched it to version 6.0.1. at the same time.)
%INSTALLER% = directory on target system in which you've installed the source files;
%OEM_MSIFILE% = Adobe's Acrobat 6.0 MSI, AcroPro.msi
%MST_FILE% = my custom MST
%MSP_FILE% = Adobe's 6.0.1 patch package, Ac60PrP1.msp
Open up your custom Acrobat MST, then, in the Setup Editor section (the other two being Installation Expert and MSI Script) click on the Dialogs tab. Then go through and open the first dialog you see under Install Dialogs (in the left pane); it's usually called Setup Dialog. You'll see the dialog box in the right pane. Double-click the Cancel button, then UNcheck the "Visible" and "Enabled" check boxes. Repeat this for any non-error dialogs under Install Dialogs - Welcome, Progress, and Exit dialogs are some of the others.
You can also simply delete the Cancel button, but I've been told by a Wise contractor that that's not a good idea.
When I did my Acrobat 6.0 Pro package, I ran into some problems creating a MST that handled the serial number issue, so I just included it in the command line in my Wise script:
%SYS32%\msiexec /i "%INSTALLER%\%OEM_MSIFILE%" ISX_SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX TRANSFORMS="%INSTALLER%\%MST_FILE%" PATCH="%INSTALLER%\%MSP_FILE%" /qb!
(I went ahead and patched it to version 6.0.1. at the same time.)
%INSTALLER% = directory on target system in which you've installed the source files;
%OEM_MSIFILE% = Adobe's Acrobat 6.0 MSI, AcroPro.msi
%MST_FILE% = my custom MST
%MSP_FILE% = Adobe's 6.0.1 patch package, Ac60PrP1.msp
Posted by:
totoymola
19 years ago
Posted by:
Priapus
19 years ago
Posted by:
PORASPB
15 years ago
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.