SnagIT Uninstall
Hello All,
I am trying to uninstall SnagIT 10, using uninstall string with the following switches
/x {5BCC634A-58AD-42F9-B3C6-2EA52F81CF85} /qb TSC_DATA_STORE=1 REBOOT=ReallySuppress
but keeps getting a pop message asking me to close the windows explorer to continue or else it'll require a reboot. My question is how can I possibly either by pass this prompt, or what might be causing this prompt to pop up.
Thanks in advance.
AK
I am trying to uninstall SnagIT 10, using uninstall string with the following switches
/x {5BCC634A-58AD-42F9-B3C6-2EA52F81CF85} /qb TSC_DATA_STORE=1 REBOOT=ReallySuppress
but keeps getting a pop message asking me to close the windows explorer to continue or else it'll require a reboot. My question is how can I possibly either by pass this prompt, or what might be causing this prompt to pop up.
Thanks in advance.
AK
1 Comment
[ + ] Show comment
Answers (2)
Answer Summary:
Use following properties to suppress restart manager: MSIDISABLERMRESTART = Disable MSIRMSHUTDOWN = 2 MSIRESTARTMANAGERCONTROL = Disable MSIRESTARTMANAGER = 1
Use following properties to suppress restart manager: MSIDISABLERMRESTART = Disable MSIRMSHUTDOWN = 2 MSIRESTARTMANAGERCONTROL = Disable MSIRESTARTMANAGER = 1
Please log in to answer
Posted by:
akki
12 years ago
MsiExec.exe /x{5C47C8B6-77FF-4FC7-A388-66FCF9CFC24C} TSC_DATA_STORE=0 MSIDISABLERMRESTART=Disable MSIRMSHUTDOWN=2 MSIRESTARTMANAGERCONTROL=Disable MSIRESTARTMANAGER=1 /quiet /norestart - Jayzus 10 years ago