MSIEXEC Uninstall
Hi,
I'm trying to uninstall Geomagic 12 using below command
START /WAIT "" MSIEXEC.EXE /X {9D3610DE-93DA-4FF8-9444-A19D9D6EAA4D} REBOOT=ReallySuppress /qn
but still one window comes with message
"they want to erase all data and configuration directories" with buttons YES & NO
I want to uninstall it silently.
Please Advice.
Thanks,
Abhishek
I'm trying to uninstall Geomagic 12 using below command
START /WAIT "" MSIEXEC.EXE /X {9D3610DE-93DA-4FF8-9444-A19D9D6EAA4D} REBOOT=ReallySuppress /qn
but still one window comes with message
"they want to erase all data and configuration directories" with buttons YES & NO
I want to uninstall it silently.
Please Advice.
Thanks,
Abhishek
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
Teitan
13 years ago
It seems like this dialog comes from a custom action. You should let msiexec write a log file with the following parameter /l*vx <path> and as soon
as the message box appears don't click anything and open up the log file. The last line will tell you which action launches the msg box.
When you've got the name of the ca you open up Orca and either remove the ca from the CustomAction table or you give it a never-to-meet condition
in the InstallExecute table like "...AND 1=2". Save everything as a transform and use it for your uninstallation.
as the message box appears don't click anything and open up the log file. The last line will tell you which action launches the msg box.
When you've got the name of the ca you open up Orca and either remove the ca from the CustomAction table or you give it a never-to-meet condition
in the InstallExecute table like "...AND 1=2". Save everything as a transform and use it for your uninstallation.
Posted by:
jmaclaurin
13 years ago
Posted by:
kardock
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
Teitan
13 years ago
Posted by:
abhishek10abhi
13 years ago
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.