Remove Configuration Data
ControlSuite configuration data can be removed by running the InstallAssistantHelper.ps1 PowerShell script command. It is recommended that extra care be taken when running this command as it will wipe out all existing configurations.
The InstallAssistantHelper.ps1 file is located in the Configure folder of the ControlSuite Installer package.
To uninstall ControlSuite, open the command prompt, and Run as Administrator.
Run the following command to automatically uninstall just the ControlSuite components:
>powershell ./InstallAssistantHelper.ps1 -Uninstall
Run the following command to uninstall all ControlSuite components and completely wipe out configuration data from a previous installation:
>powershell ./InstallAssistantHelper.ps1 -Uninstall -RemoveConfigurationData
Select Yes when asked Are you sure you want to uninstall all ControlSuite components and wipe out configuration data?