We need to remove a software from about 100 workstations and I want to figure out how to get it to silently uninstall. I got the uninstall key from the registry of one of the computers that had the app installed:
Quote
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{35C30793-32F4-11D6-A043-00E081105A80}]
"DisplayName"="Fiery Remote Scan 5.1.2.6"
"UninstallString"="RunDll32 C:\\PROGRA~1\\COMMON~1\\INSTAL~1\\engine\\6\\INTEL3~1\\ctor.dll,LaunchSetup \"C:\\Program Files\\InstallShield Installation Information\\{35C30793-32F4-11D6-A043-00E081105A80}\\setup.exe\" remove"
"LogFile"="C:\\Program Files\\InstallShield Installation Information\\{35C30793-32F4-11D6-A043-00E081105A80}\\setup.ilg"
"Version"="5.1.2.6"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{35C30793-32F4-11D6-A043-00E081105A80}]
"DisplayName"="Fiery Remote Scan 5.1.2.6"
"UninstallString"="RunDll32 C:\\PROGRA~1\\COMMON~1\\INSTAL~1\\engine\\6\\INTEL3~1\\ctor.dll,LaunchSetup \"C:\\Program Files\\InstallShield Installation Information\\{35C30793-32F4-11D6-A043-00E081105A80}\\setup.exe\" remove"
"LogFile"="C:\\Program Files\\InstallShield Installation Information\\{35C30793-32F4-11D6-A043-00E081105A80}\\setup.ilg"
"Version"="5.1.2.6"
As you can see this is the uninstall string:
"RunDll32 C:\\PROGRA~1\\COMMON~1\\INSTAL~1\\engine\\6\\INTEL3~1\\ctor.dll,LaunchSetup \"C:\\Program Files\\InstallShield Installation Information\\{35C30793-32F4-11D6-A043-00E081105A80}\\setup.exe\" remove"
When I run that command from the RUN box, CMD window or a batch file I get the progress bar and then the "are you sure you want uninstall...." [yes]|[no] option.
How can I avoid that? I want to be able to put that uninstall command in a logon script and have it removed at login.
How can I accomplish this? I went to the installshield command line help online but it only talks about silent installs.
Can someone help me out with this?
thanks,
ceez
ps: I tried the /qn | /s | /silent options as switches and had no luck.
This post has been edited by ceez: 20 February 2008 - 03:54 PM



Help

Back to top









