/build/static/layout/Breadcrumb_cap_w.png

tool to register command lines

Is there a tool that can register all msiexec command lines that are run by a wrapper.

If we have to deploy a vendor setup, we disassemble the wrapper and deploy the msi's .
It is sometimes a challenge to know all command lines that are run by the wrapper.

A collegue told be a vague story about being able to log these entries in the setupapi.log.
Is this possibble ?
Do you know of any other tools that can register this information.

Procmon allows for msiexec to be monitored but it does not give an easy overview in my opinion.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: john.pirvu 13 years ago
Senior Yellow Belt
0
Usually wrappers launch the MSI through a single command line with multiple arguments. After the MSI is launched by a wrapper, you can try using Process Explorer to see what command line was used for the msiexec process.
Posted by: AngelD 13 years ago
Red Belt
0
Regarding setupapi.log you can specify to log all applications or a specific application (ex. setup.exe), search google for "Setting SetupAPI Logging Levels"
Posted by: AngelD 13 years ago
Red Belt
0
I usually use a vbscript called wmiprocessmonitor.vbs (search appdeploy for it) (to find out execution of external commands) in combination with windows installer logging policy (verbose logging) and debugview with the windows installer debug policy to fetch property changes during dialog option selections.
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