How to create an InstallSheild log when installing Xmanager
PROBLEM DESCRIPTION
When you install Xmanager, you want to create an InstallShield log.
RESOLUTION
To create an InstallShield log for Xmanager installation, use the following command:
%SETUP_FILE% /Verbose"%LOG_FILE%"
Change %SETUP_FILE% and %LOG_FILE% with the real file names. For example, if you want to leave a log during the Xmanager installation, you can use:
xmanager.exe /Verbose"c:\result.log"