B
Barney
I'm trying to script the removal of Adobe Reader 6.0.1.
The following works but the user is still presented with
a dialog informing that they must restart their computer.
MsiExec /x{AC76BA86-7AD7-1033-7B44-A00000000001} /qb
reboot=force
I've also tried /forcerestart (instead of reboot=force)
but I believe this applies only to the /i option.
Any ideas?
The following works but the user is still presented with
a dialog informing that they must restart their computer.
MsiExec /x{AC76BA86-7AD7-1033-7B44-A00000000001} /qb
reboot=force
I've also tried /forcerestart (instead of reboot=force)
but I believe this applies only to the /i option.
Any ideas?