How to uninstall MS Office 2007 via K1000
Dear All,
Please advise me for how to uninstall MS Office 2007 with K1000. for me I try to use this command "setup.exe /uninstall" but I not work!!
Answers (1)
See the below answer
Dear Everyone,
I already find the best way how to uninstall MS Office 2007 std via K1000.
1.Copy file setup MS Office 2007 std. to file sharing
2..Create file uninstall.xml with this script and then save file to same folder on file sharing
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="NO" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" />
<Setting Id="Reboot" Value="Never" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
<OptionState Id="ProductFiles" State="Local" Children="force" />
</Configuration>
3.use K1000 to run with this command
\\The name of your server sharing\\Microsoft Office 2007 Std\setup.exe /config uninstall.xml /uninstall standard