/build/static/layout/Breadcrumb_cap_w.png

Uninstall script MS Visio

 I am pretty new to KACE scripting and found couple way to run scripts, online shell scripts. online KScripts, and offline KScript. I am trying to uninstall Microsoft Visio and Microsfot office proof. I got the following scripts.

For  office proof

"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=ProPlus2019Volume.16_en-us.proof_x-none culture=en-us.proof version.16=16.0


For visio 2019,

"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=VisioPro2019Volume.16_en-us_x-none culture=en-us version.16=16.0

Can anyone guide me on how to use this on Kscript?

Thank you








0 Comments   [ + ] Show comments

Answers (1)

Posted by: TimHR 1 year ago
Second Degree Blue Belt
0

Can run it as a batch file.........

REM Microsoft Office Professional Plus 2019 - en-us

REM Uninstall Command: 

"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=ProPlus2019Volume.16_en-us_x-none culture=en-us version.16=16.0 DisplayLevel=False


REM Microsoft Office Professional Plus 2019 - en-us.proof

REM Uninstall Command: 

"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe" scenario=install scenariosubtype=ARP sourcetype=None productstoremove=ProPlus2019Volume.16_en-us.proof_x-none culture=en-us.proof version.16=16.0 DisplayLevel=False

Would look like this..........

6rLCIiIiJyCzR0LiIiIiI2oUBTRERERGxCgaaIiIiI2IQCTRERERGxCQWaIiIiImITCjRFRERExCYUaIqIiIiITSjQFBERERGbUKApIiIiIjahQFNEREREbEKBpoiIiIjYhAJNEREREbEJBZoiIiIiYhMKNEVERETEJv4fcAuSoRvQ+IEAAAAASUVORK5CYII=


This will run silently   If you add the DisplayLevel=False to the end it becomes silent.

 
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