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 (1)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Firstly, your post should have been made in the 'Package Development' forum.
Secondly, almost certainly your MSI has a Custom Action which is controlling this behaviour. If you don't want that dialog to appear, you will have to disable the CA's execution. This is normally done - via a transform, of course - by adding an impossible-to-meet condition to the execution.
Secondly, almost certainly your MSI has a Custom Action which is controlling this behaviour. If you don't want that dialog to appear, you will have to disable the CA's execution. This is normally done - via a transform, of course - by adding an impossible-to-meet condition to the execution.
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.