/build/static/layout/Breadcrumb_cap_w.png

Verbose log for .exe

I am having a very difficult time producing a verbose log file for my .exe. This is the command I am using and was under the impression it was correct:

"C:\Documents and Settings\Admin\Desktop\Setup.exe" /L*V "C:\Program Files\test.txt"

However, when it is all said and done I do not have a file after the installation has completed.

What am I doing wrong???????

0 Comments   [ + ] Show comments

Answers (4)

Posted by: reds4eva 13 years ago
Second Degree Blue Belt
0
The /L is a msiexec switch, not necessarily a switch that your exe can use.Try running setup.exe /? in a command prompt, it may return some switches it can use.
Posted by: spartacus 13 years ago
Black Belt
0
As reds4eva rightly says, the /L*V "C:\Program Files\test.txt" portion of the command line is Windows Installer syntax, so it is only worth trying if you happen to know that the setup.exe calls an embedded MSI. If that is the case, then you need to use the /v qualifier to pass the verbose switch to the MSI as follows

"C:\Documents and Settings\Admin\Desktop\Setup.exe" /v"/L*V C:\Progra~1\test.txt"

Regards

Spartacus
Posted by: zbozz 13 years ago
Senior Yellow Belt
0
Thanks guys! It is an .exe that does not call an .msi. The .exe is hanging at a particular portion of the installation and I need to produce a log to see what is happening before it starts to hang. The information you both provided makes complete since. I will try what reds4eva mentioned to see if that will give me more information.

Thanks a lot!!!
Posted by: anonymous_9363 13 years ago
Red Belt
0
As ever, ProcMon will show you exactly what's going on.
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