/build/static/layout/Breadcrumb_cap_w.png

Silent switch for uninstallation of Unicenter ServicePlus Service Desk Client 6.0

Hi,

I am working on "Unicenter ServicePlus Service Desk Client 6.0" application. I have installed this setup.exe with /s command. But I am not able to uninstall this application silently. If any body knows about this, please give me the answer.

I have checked the switches of setup.exe. It is not having switches for uninstallation.
After installing the source it is having one uninstall string which is pointing to the below hive.
C:\PROGRA~1\COMMON~1\INSTAL~1\Driver\7\INTEL3~1\IDriver.exe /M{B418BF2F-7D3D-46FC-A74C-0D4C6F90DBB6}
But this is not silent. I have tried by giving /s command for this also. Its not working.

Could any body have the answer for this.

Thanks
Sanhivi

0 Comments   [ + ] Show comments

Answers (2)

Posted by: MSIPackager 13 years ago
3rd Degree Black Belt
0
Yes.. ditch the crappy setup.exe and repackage it as an MSI - assuming there isn't a usable one already :)
Posted by: bearden3 13 years ago
Purple Belt
0
IDriver is installed by ISScript - a thorn in most packagers backside. You might try to see, when the setup is run, if it puts the MSI into a temp folder. If so, just snatch that and make an MST for it. Then you will be able to install and uninstall it silently.
Install:
msiexec /i <the name>.msi transforms=<the name>.mst ISSETUPDRIVEN=1 /qb (or whatever silent switch you want.
Uninstall:
msiexec /x {GUID} /qb (or whatever silent switch you want)

If there isn't an MSI, I agree with Rob (MSIPackager)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ