Hi,
I have just inherited this product in my new role and really require to do something simple but unsure how.
Basically I want command line parameters so I can silent install the product /s or log to some text file
/l=mytextfile.com so I can find any installation issues juts by reading the log. Simples really
I know nothing about installaware I'm a Newby but appreciate any guidance/help etc
Stu
Command line for logging
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Command line for logging
Dear Stu,
that is simple!
To test this functionaly on the fly, create a new project from scratch using the Basic template and then build the project as Compressed exe.
Then run the package as follow (silent mode + log file);
<setup.exe> /s /l=<logfile.ext>
where;
<setup.exe> = full path to your setup exe file
<logfile.ext>= full path to your log file ("c:\mylog.txt")
Hope this helps you
Regards
that is simple!
To test this functionaly on the fly, create a new project from scratch using the Basic template and then build the project as Compressed exe.
Then run the package as follow (silent mode + log file);
<setup.exe> /s /l=<logfile.ext>
where;
<setup.exe> = full path to your setup exe file
<logfile.ext>= full path to your log file ("c:\mylog.txt")
Hope this helps you
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: No registered users and 5 guests