cancel
Showing results for 
Search instead for 
Did you mean: 

Uninstall without Reboot

noodleNT
Level 4

Is there a trick to uninstall BESR 2010 client without it rebooting? I tried REBOOT=Never and /norestart but still reboots.

1 ACCEPTED SOLUTION

Accepted Solutions

noodleNT
Level 4

This works...

 

MsiExec.exe /X{A8EA8A55-FDBE-4875-B598-DDC15B298290} /qn /l*v %temp%\BESRUninstall.log REBOOT=REALLYSUPPRESS

View solution in original post

5 REPLIES 5

Markus_Koestler
Moderator
Moderator
   VIP   

For BESR 8.5.2 we do it like this and it does not reboot automatically:

msiexec /qn /x {A8EA8A55-FDBE-4875-B598-DDC15B298285} /norestart

You probably need to find out the GUID of BESR2010

Markus_Koestler
Moderator
Moderator
   VIP   

Any success ?

Markus_Koestler
Moderator
Moderator
   VIP   

Any updates here ?

noodleNT
Level 4

This works...

 

MsiExec.exe /X{A8EA8A55-FDBE-4875-B598-DDC15B298290} /qn /l*v %temp%\BESRUninstall.log REBOOT=REALLYSUPPRESS

Markus_Koestler
Moderator
Moderator
   VIP   

So would you please mark this post as solved ?