/build/static/layout/Breadcrumb_cap_w.png

setup.exe parameters to MSI

how can i find out what parameters are being passed by a setup.exe to a MSI?
Namely, i have Crystal Reports II and i know i can get this to install silently using the setup.exe, but i would much rather go directly to the MSI.

any thoughts on this would be helpful.
thanks!

0 Comments   [ + ] Show comments

Answers (5)

Posted by: sridtech 16 years ago
Senior Yellow Belt
0
Well the quickest way is to look into the log file created while running the setup.exe. Open the log file and use the search string "command line". This will provide you the parameters that are passed to the MSI.
Posted by: justinSingh 16 years ago
Blue Belt
0
how can i create a log file from setup.exe if there isn't one created automatically?
Posted by: msAiii 16 years ago
Senior Yellow Belt
0
Try this ...


http://support.microsoft.com/kb/223300
Posted by: anonymous_9363 16 years ago
Red Belt
0
That's all well and good but is an all or nothing approach: every MSI run will get logged. Typically, you would use the '/V' switch to Setup.EXE's argument, which allows you to pass arguments to MSIEXEC. Note that there must be NO space between the 'V'and your argument list:

setup.exe /v"/L*v\"%temp%\whatever.log\"
Posted by: jmcfadyen 16 years ago
5th Degree Black Belt
0
HKLM\Software\Policies\Microsoft\Windows\Installer\logging = voicewarmup REG_SZ

this enables logging for all MSI's
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