In order to generate a log file for the Worx Plugins installer, perform the following:


If you run the installer from the command line then you can log the information with the setup file that we already have created using the following template.

 

"C:\MyPackage\Setup.exe" /L*V "example.log"

 

Where the first path in quotes is the location of the setup file and the second path in quotes is the path of the log file. If you leave off a path and just supply a name then it will place the log file next to the setup file.