/build/static/layout/Breadcrumb_cap_w.png

silent uninstall

tried to silently uninstall a fujitsu scandall pro software. I tried different parameters to silently uninstall with no luck. Any help would be appreciated.

0 Comments   [ + ] Show comments

Answers (9)

Posted by: jmaclaurin 12 years ago
Third Degree Blue Belt
0
Have you looked in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to see whats listed in there for it?
Posted by: butheman 12 years ago
Orange Senior Belt
0
Yes, I have gotten that far. Just trying to find the silent switch for it.

Tried the following with no success. /s
/quiet
/quninstall
/s/v/qn
/qn
/qb
Posted by: jmaclaurin 12 years ago
Third Degree Blue Belt
0
What is listed in the uninstall reg entry?
Posted by: butheman 12 years ago
Orange Senior Belt
0
“C:\Program Files (x86)\InstallShield Installation Information\{69255D2B-F887-4C43-AC7B-4B11779EAD7B}\setup.exe” -runfromtemp -l0x0409 /zUNINSTALL
Posted by: jmaclaurin 12 years ago
Third Degree Blue Belt
0
You could try msiexec.exe /x{69255D2B-F887-4C43-AC7B-4B11779EAD7B}. Add /qn to make it silent.

If the guid listed in the uninstall isn't the same as the one listed in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}, you may need to use that one instead.
Posted by: butheman 12 years ago
Orange Senior Belt
0
msiexec.exe /x{69255D2B-F887-4C43-AC7B-4B11779EAD7B} /qn like you have suggested but it seems like it only removes the short cut on the desktop, but not the Add/Remove programs.

Just to clarify, when I installed the application it was by clicking the batch file that is calling.
Start /wait c:\filename\setup.exe /s /flc:\filename\scan.iss
Posted by: pjgeutjens 12 years ago
Red Belt
0
give this a shot:

first run “C:\Program Files (x86)\InstallShield Installation Information\{69255D2B-F887-4C43-AC7B-4B11779EAD7B}\setup.exe” -runfromtemp -l0x0409 /zUNINSTALL -r

and look for a file called setup.iss in your %Windir% folder, you might want to rename this to remove.iss to avoid confusion.

Then run “C:\Program Files (x86)\InstallShield Installation Information\{69255D2B-F887-4C43-AC7B-4B11779EAD7B}\setup.exe” -runfromtemp -l0x0409 /s f1path\to\remove.iss

Not sure if this will work but give it a try.

PJ
Posted by: butheman 12 years ago
Orange Senior Belt
0
I am basiclly trying to get this done in one shot without the users interface.
Posted by: rock_star 12 years ago
4th Degree Black Belt
0
I will try to explain more of "pjgeutjens" post.

We need to record the Uninstall that is happening by running following command :

“C:\Program Files (x86)\InstallShield Installation Information\{69255D2B-F887-4C43-AC7B-4B11779EAD7B}\setup.exe” -r -f1"path of the iss file that will be created(c:\remove.iss)" -f2"path of the log file(c:\remove.log)" .

Save the remove.iss file . Now install the product as you did earlier.

Now to remove the product run the following command:

“C:\Program Files (x86)\InstallShield Installation Information\{69255D2B-F887-4C43-AC7B-4B11779EAD7B}\setup.exe” -runfromtemp -l0x0409 /s f1"path\to\remove.iss".

This should remove the product silently.

For more information about Installshield Setup switches you can refer to link .
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