/build/static/layout/Breadcrumb_cap_w.png

Uninstalling Visio 2007 unattended

Is it a way to uninstal Visio 2007 from a commandline and prevent it to reboot automatically. We used msiexec /x {} /norestart or reboot=reallysuppress and none are preventing Visio to reboot.

Another way was to use setup.exe /uninstall visstd or setup.exe /uninstall visstd /config config.xml and then it is not silent.

And the config.xml:
<Configuration Product="VisStd">

<!-- <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> -->

<!-- <Setting Id="Reboot" Value="never" /> -->

</Configuration>

With the config.xml the dialog window are still appearing.

Any idea?

0 Comments   [ + ] Show comments

Answers (1)

Posted by: KPrinz 17 years ago
Fourth Degree Green Belt
0
aren't the properties case sensitive?

Have you tried the following?:

msiexec /X{...} REBOOTPROMPT=Suppress REBOOT=ReallySuppress /qb!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ