当尝试静默以XML方式卸载Office Deployment时,出现以下提示:
这有点烦人,因为我不希望我们的用户(+/- 200)看到此提示!
我正在使用以下命令行:
setup.exe /configure remove.xml
remove.xml的内容如下:
<Configuration>
<Remove>
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" NoCancel="yes" />
<Product ID="VisioStdRetail">
<Language ID="en-us" />
<Language ID="nl-nl" />
<Language ID="fr-fr" />
</Product>
</Remove>
在这种情况下,remove.xml仅适用于Visio,但是任何产品都存在此问题。 似乎Display Level =“ None”不能按照我期望的那样工作。
任何帮助将不胜感激。 :-)
伯特。