/build/static/layout/Breadcrumb_cap_w.png

Serial Number format in MSI Files

Hi,

I have an MSI installation which requires us to enter a serial number during the install. This isn't a problem when installing manually, but I would like to roll out this install via group policy. I would therefore like to create an MST file containing the serial number. I've opened the MSI in Orca, and found the following row in the control table:
SerialNumber, MaskedEdit, ISX_SERIALNUM, ????-???-????????-########, RadioGroup
I've tried replacing ????-???-????????-######## with the actual serial number, and when I run the MSI and manually specify the MST (msiexec /i application.msi TRANSFORMS=serial.mst), the install launches, I go through the wizard, the serial number screen is presented, with the correct serial number filled in, however when I press next, it errors saying 'Serial Number is Invalid', if I just run the MSI and enter the serial manually, it is accepted. Can anyone suggest how I can add the serial number to an MST?

Many thanks

Ben

0 Comments   [ + ] Show comments

Answers (3)

Posted by: Inabus 16 years ago
Second Degree Green Belt
0
That wont be the key your after, what that does, I believe, is deal with the format expected for the serial number and nothing to do with using it during the installation.

You can try looking at the serial number dialog for what property to use or log the installation when you do it manually, and you will see the serial number being passed internally to a property. You then add that property to the Property table and populate it with your serial number.

Voila, in theory :)

P
Posted by: bjblackmore 16 years ago
Senior Yellow Belt
0
Ah yes, thanks! I had to create a Property called ISX_SERIALNUM in the Properties table, and add the serial number to that.

Many thanks!

Ben
Posted by: Inabus 16 years ago
Second Degree Green Belt
0
Glad you found it.

P
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ