Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Guarantee A Log File


2 replies to this topic

JoeThompson

JoeThompson
  • Members
  • 80 posts

Posted 10 October 2001 - 17:48

How can I guarantee that a logfile is created without the user having to run from the command line?  One requirement of my project is that a log file with a specific name is created during installation.  I don't want the user to have to know how to use the /L option.  Is there a setting for the project anywhere?

Thanks for any help,
Joe


druben

druben
  • Members
  • 12 posts

Posted 16 October 2001 - 22:19

If you are creating a setup.exe file, add the /L command to the CmdLine key in the setup.ini file such as in this example:

CmdLine=/lv %TEMP%\ProductInstallLog



JoeThompson

JoeThompson
  • Members
  • 80 posts

Posted 16 October 2001 - 22:42

Thanks for the tip, I'll try it.

Joe