I have setup a batch file to launch an installer and log the results.
"setup.exe" /l="C:\Temp\log.txt"
I have tried both with and without quotes.
No results??
TIA
Logging Fails
Re: Logging Fails
This topic applies to InstallAware Multi Platform as well.
You don't need to use any quotes, since there's no spaces in your path.
If there were, you'd have to quote as follows:
You don't need to use any quotes, since there's no spaces in your path.
If there were, you'd have to quote as follows:
Code: Select all
setup.exe "/l=c:\some path\some file.txt"
John Gaver
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installaware-multi-platform.htm
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installaware-multi-platform.htm
Re: Logging Fails
John,
Thanks, so after walking through every single combination as shown below,
I finally got it to work by enclosing the exe file path in quotes, but not the
log file path.
"D:\Installaware\ProjectName\Test File\Installer v1.0.0.0.exe" /l=c:\temp\log.txt
While this didn't seem to work before, it did today...
??
Issue Resolved.
Thanks, so after walking through every single combination as shown below,
I finally got it to work by enclosing the exe file path in quotes, but not the
log file path.
"D:\Installaware\ProjectName\Test File\Installer v1.0.0.0.exe" /l=c:\temp\log.txt
While this didn't seem to work before, it did today...
??
Issue Resolved.
Who is online
Users browsing this forum: No registered users and 39 guests