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)
Please log in to answer
Posted by:
jmaclaurin
13 years ago
Posted by:
butheman
13 years ago
Posted by:
butheman
13 years ago
Posted by:
jmaclaurin
13 years ago
Posted by:
butheman
13 years ago
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
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
13 years ago
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
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
13 years ago
Posted by:
rock_star
13 years ago
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 .
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.
so that the conversation will remain readable.