- How can I find out all supported parameters of an MSI package?
- Posted by Gerhard Hofmann on October 12th, 2005
Hi all,
is there any way to find out all possible msiexec switches for a given
MSI package?
Regards
Gerhard
- Posted by Carey Frisch [MVP] on October 12th, 2005
Msiexec
http://www.microsoft.com/resources/d...s/msiexec.mspx
General information
http://unattended.sourceforge.net/installers.php
--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups
-------------------------------------------------------------------------------------------
"Gerhard Hofmann" wrote:
| Hi all,
|
| is there any way to find out all possible msiexec switches for a given
| MSI package?
|
| Regards
| Gerhard
- Posted by Gerhard Hofmann on October 17th, 2005
Carey Frisch [MVP] wrote:
> Msiexec
> http://www.microsoft.com/resources/d...s/msiexec.mspx
>
Thanks for your hint, but I rather thought of finding out parameters
*specific* to a given MSI package than of generice msiexec switches that
can always be used.
Examples: Some installers have a PIDKEY property to specify a serial
number, ActivePerl installer has a property PERL_EXT to specify
registration of the .PL file extension.
Is there any way to find out switches like these?
> General information
> http://unattended.sourceforge.net/installers.php
>
This tool is fantastic, I have been using it for a while now and it has
saved me a lot of time.
Regards
Gerhard