Using the /logging Switch to Specify Location or Name for a Log File

Using the /logging Switch to Specify Location or Name for a Log File

The Setup wizard logs all changes made to your system. By default, Setup writes this log file in %TARGETDRIVE%\WINePOSsetup.log. If you want to change the location or name of this log file, type the following at the command prompt:

  
    Setup.exe /logging:pathname\log_file
  

where pathname is a local or a UNC path to the file, and log_file is the filename of the log file you want to save.

Note: To save the log file to a network location, you must first run factory.exe and then run the net use command that allows you to map a network location. For more information, see Enabling Additional Functionality through the Command Line.

Examples:

  Setup.exe /logging:A:\WEPOSInstall.log
Setup.exe /logging:\\Chainstores\Store44\WEPOSInstall.log

© 2005 Microsoft Corporation. All rights reserved.