Removing manually

To remove the Integration Server Console, run the following command:

msiexec.exe /X {753E48D9-53CA-41E9-9964-25E18BE21C78} /qn

To remove the Integration Server while preserving the data used by the Integration Server, run the following command:

msiexec.exe /X {D7A8D92A-A48F-421C-BC86-E3052F35FCAD} SAVE_SETTINGS="1" /qn

To remove the Integration Server without preserving the data used by the Integration Server, run the following command:

msiexec.exe /X {D7A8D92A-A48F-421C-BC86-E3052F35FCAD} SAVE_SETTINGS="0" /qn

Page top