Mr.John_Doe Posted September 6, 2007 Posted September 6, 2007 Hello,is there a freeware where I can see the optional parameters of a msi-package so I can use them for unattended install...
Arie Posted September 6, 2007 Posted September 6, 2007 Hello,is there a freeware where I can see the optional parameters of a msi-package so I can use them for unattended install...You can run the MSI-file with the /? switch to see all supported parameters. For parameters not listed, search the documentation of the supplier of the MSI-file. I'm unaware of an application which easily scans for all allowed parameters for a specific MSI-file. You could use Orca to read through the contents of the MSI-file, but it's not always very clear. Documentation is always best.
radix Posted September 6, 2007 Posted September 6, 2007 Windows Installer Guide: http://msdn2.microsoft.com/en-us/library/aa372845.aspx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now