MSI custom arguments
Hello All
Is there a way to get a list of all available custom arguments to throw after a MSI file?
I deploy more and more MSI files, and it is starting to bother me to contact the vendors if i need information about this. For instance programs that needs some weird serial/servername arguments.
Thanks!
Is there a way to get a list of all available custom arguments to throw after a MSI file?
I deploy more and more MSI files, and it is starting to bother me to contact the vendors if i need information about this. For instance programs that needs some weird serial/servername arguments.
Thanks!
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
ORIGINAL: BeastieIt should be pretty straightforward to edit one of the scripts in the SDK to produce a list of an MSI's public properties.
Is there a way to get a list of all available custom arguments to throw after a MSI file?
I deploy more and more MSI files, and it is starting to bother me to contact the vendors if i need information about this. For instance programs that needs some weird serial/servername arguments.
Please log in to comment
ORIGINAL: VBScab
ORIGINAL: BeastieIt should be pretty straightforward to edit one of the scripts in the SDK to produce a list of an MSI's public properties.
Is there a way to get a list of all available custom arguments to throw after a MSI file?
I deploy more and more MSI files, and it is starting to bother me to contact the vendors if i need information about this. For instance programs that needs some weird serial/servername arguments.
Hi, sorry for the late response :-)
How would I do this? How do I see the scripts in a MSI file?
Please log in to comment
ORIGINAL: BeastiePerhaps I didn't make myself clear. Download the Windows Installer SDK from Microsoft. That will install a bunch of scripts. I forget the target folder name - search for WI*.VBS on your local drive and it'll find them.
How would I do this? How do I see the scripts in a MSI file?
Please log in to comment
Comments