Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Link copied. Please paste this link to share this article on your social media post.
Originally published on Geo SCADA Knowledge Base by Anonymous user | June 10, 2021 04:12 AM
📖 Home Back
Sometimes, although rarely, ClearSCADA experience problems with the installation, upgrade or uninstalling. The process can be logged to a log file for analysis afterwards.
To log the installation, run the following command substituting the correct name for the MSI file and target log file:
msiexec /i "ClearSCADA.msi" /l*v Install.log
Then the normal dialogue will be displayed and you can choose the installation options as normal.
To log the uninstallation, use the following command, again substituting the correct name for the MSI file and target log file:
msiexec /x "ClearSCADA.msi" /l*v Uninstall.log
You will be prompted with a dialogue asking if you wish to uninstall the product, choosing the yes option will remove ClearSCADA from the system. When doing an upgrade, or modification, it's the same option (/i) as an install.
Note that to uninstall by this method you need the original install kit, using the "Add/Remove Programs" method will not allow you to log the process.
The "/l*v" option means to log everything, verbosely. This can mean that your installation log file may end up over 3MB (but will compress well with WinZip) and your de-installation log file over 1MB. You can filter what to log, however it makes more sense to log it all and then the relevant bits can be picked out rather than only logging some options and losing important information.
A full list of command line options is available at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp
Go: Home Back
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.