Silent uninstall
Before uninstalling Windchill Requirements Connector, please close all running programs and make sure that you have local administration rights.
To uninstall Windchill Requirements Connector silently:
1. Extract the .msi-file from the installer PTCIntegrityRequirementsConnector_x86.exe or PTCIntegrityRequirementsConnector_x86_64.exe used to install Windchill Requirements Connector
to do this typePTCIntegrityRequirementsConnector_x86.exe /extract or PTCIntegrityRequirementsConnector_x86_64.exe /extract. A .msi-file with the same name as the .exe-file will appear in the same folder.
2. Open the command-prompt and navigate to the folder containing the .msi-file
3. type
msiexec /x WindchillRequirementsConnector_x86.msi DELETEWORKSPACE=”YES” /qn to uninstall the 32–bit version and delete the workspace
msiexec /x WindchillRequirementsConnector_x86_64.msi DELETEWORKSPACE=”YES” /qn to uninstall the 64–bit version and delete the workspace
msiexec /x WindchillRequirementsConnector_x86.msi DELETEWORKSPACE=”NO” /qn to uninstall the 32–bit version and not delete the workspace
msiexec /x WindchillRequirementsConnector_x86_64.msi DELETEWORKSPACE=”NO” /qn to uninstall the 64–bit version and not delete the workspace
If attribute DELETEWORKSPACE is not set the workspace will be deleted ! To avoid that use DELETEWORKSPACE=”NO”
Was this helpful?