/build/static/layout/Breadcrumb_cap_w.png

Installshield Legacy Setup Silent Uninstall Issue

Hello
There is one application which is legacy setup & I want to create silent remove script for it.
It has following uninstall String:
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\0701\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{F49291E3-195A-428E-AEE2-23F4255EFA4A}\setup.exe" -l0x9 /remove
when i use this string it give prompt for which all comp. needs to be removed.
I want to make it all silent.I checked the InstallShield Setup Parameters.pdf also & tried to create response file for it,it initiate uninstall process also but sooner it exit.In between this it create setup.iss file but that is more of template doesnt contain main content.This is all which I found in setup.iss file -
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[Application]
Name=ABC
Version=7.05.1823
Company=ABC
Lang=0009
[{F49291E3-195A-428E-AEE2-23F4255EFA4A}-DlgOrder]
Count=0

What should I do in this case?
One more thing when nothing was working I used this command line which we used for JRE older versions:
"C:\Program Files\Common Files\InstallShield\Driver\8\Intel 32\IDriver.exe" /M{F49291E3-195A-428E-AEE2-23F4255EFA4A} /uninst

It removed application from add remove but most of files,reg & shortcuts are not deleted thru this.

I am seeking for your advice in this case,

0 Comments   [ + ] Show comments

Answers (5)

Posted by: dj_xest 14 years ago
5th Degree Black Belt
0
Try using "C:\Program Files\InstallShield Installation Information\{F49291E3-195A-428E-AEE2-23F4255EFA4A}\setup.exe" /R to produce the response file, setup.iss and use for your silent uninstall - "C:\Program Files\InstallShield Installation Information\{F49291E3-195A-428E-AEE2-23F4255EFA4A}\setup.exe" /S /f1 {Path to setup.iss}
Posted by: anonymous_9363 14 years ago
Red Belt
0
Nothing from the vendor?

As a last resort, I'd capture the uninstall process to create an uninstall MSI.
Posted by: turbokitty 14 years ago
6th Degree Black Belt
0
VBScab is, surprise, correct. I've run into a few of these lately and an uninstall MSI has been the option I went with. Some people use AutoIT, but I don't find it to be reliable enough.
Posted by: bheers 14 years ago
Second Degree Blue Belt
0
run the original setup.exe/install.exe with a "-r" on a machine where this application is installed. this time it would ask you if you want to uninstall the application as it is already installed, go through the process of uninstall and it would create a setup.iss file in C:\windows. use this setup.iss file with the setup.exe to uninstall the application.
Posted by: raviray 14 years ago
Orange Belt
0
Thanks for your suggestions -
Running Setup.exe with -r doesn't go in Uninstall mode,it rerun the setup all over aagain :(
Anyways now I am capturing uninstallation.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
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