The installation log is created to assist in troubleshooting any issues that may occur. Occasionally, this log might not be found in the default location, C:\Users\(Windows User)\AppData\Local\Temp, where the file is named ClearSCADA Setup.log.
If you cannot find the log in this location, it might be due to various reasons such as permission issues or incorrect paths. This article will show you how to change the installation log location using the command prompt.
To change the log location, you can run the Geo SCADA installer from the command prompt. This method allows you to specify a preferred location for the installation logs. Use the following command to run the installer and specify the log location:
Setup.exe /log "C:\myfiles\test.log"
Ensure that the directory exists, for example, you can create a folder named myfiles.
After running the installer, verify the specified directory to ensure the log are being written there.