The LogPath parameter sets the location to store .trace files during logging activity.
The default location is the same directory that stores the application executable file. You might change the default location to a directory with more space, or to redirect the logs from a USB device to the client computer.
Unlike most paths in Omnissa ThinApp, the log path cannot contain macros such as %AppData% or %Temp%.
Specifying a Log Storage Directory
You can set the LogPath parameter to store log files in C:\ThinappLogs.
[BuildOptions]
LogPath=C:\ThinappLogs
Was this page helpful?