Page 1 of 1
problems using /s and /l at the same time
Posted: Thu Dec 01, 2005 6:20 am
by zonique
Hi
I need to deploy some installs silently and at the same time use logging. But the following commandline starts the install, using 100% CPU-time, and never finishes...
setup.exe /s /l=c:\\log.txt
Posted: Thu Dec 01, 2005 6:54 am
by sinan
Are you sure its not a problem with your setup package? Does a stand-alone /s install or a stand-alone /l install work?
Posted: Fri Dec 09, 2005 4:00 am
by zonique
Yeah it works fine if I only use /s or /l. But not both...
The installer is very simple, it just installs a single textfile, nothing fancy... I used the wizard to create the installer
Posted: Fri Dec 09, 2005 4:12 am
by zonique
I've found a solution to the problem. If I set the LOGGED variable instead of using /l, it works fine
ex:
/s LOGGED=c:\\log.txt
Posted: Fri Dec 09, 2005 7:32 am
by sinan
I am unable to reproduce the original problem, but real glad to hear you were able to work around it!