/build/static/layout/Breadcrumb_cap_w.png

Simple MSI question! Please help

HI,

I have a MSI for a program - when you double click the MSI and click next it asks for 'production' or 'training' - production is selected by default...

When I install the MSI with msiexec /i program.msi (so its unattended automatic)

It installs the training option which is what I don't want

How can I change this? I'm guessing its a switch I need to type in with the /qb

0 Comments   [ + ] Show comments

Answers (2)

Posted by: spartacus 17 years ago
Black Belt
1
Chances are that the selection of Production or Training is governed by a (public) property.

Set up verbose logging first, then perform your interactive installation first. Locate and save a copy of the verbose log for this installation.

Next, either uninstall the application or (more preferably) set up a second clean test machine, and perform the silent installation. Locate and save a copy of the verbose log for this installation.

Assuming you set voicewarmup as the verbose option, you should see a full listing of the properties at the end of each log file. Compare the two property listings and see if you can spot a difference concerning Production / Training. Once you find the property, this can be supplied on the command line for the silent install. For example, if the property in question was named DATABASENAME, the command would be

msiexec /i <Name of your MSI> DATABASENAME=Production /qb-

Alternatively, if you have access to an MSI authoring tool (InstallShield / WISE &c), you could inspect the dialog that is used to prompt for Production or Training and find the underlying property that way.


Regards,

Spartacus
Posted by: nheim 17 years ago
10th Degree Black Belt
0
Hi aurz,
this smells like a feature issue. Please load the MSI-file into ORCA and have a look at the feature table and particular at the Level column.
Please report back, what you find there.
Regards, Nick
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