Hello
I am trying to deply a VBScript that remove all versions of Office, before rolling out Office365 on my workstations. I have found some microsoft scripts that do the trick (OffScrub03.vbs, OffScrub07.vbs and OffScrub10.vbs). I am able to run the scripts locally on the workstations, and it removes Office. But when I deply the scripts from LANDesk, i get the following error in the log:
Insufficient registry access permissions - exiting
I have tried to deploy the vbs files directly using a Windows Scripts Host Package, as described here (Easy uninstall of Office 2010 products via LANDesk sdclient). I have also tried to launch the scripts via a bat script that launches the scripts with elevated permissions (run as administrator), without success. This method works fine locally on the workstation. I have tried changing the user account in the distribution package. I have tried LocalSystem, current user's account and a specified local useraccount that is local administrator. None of these worked.
Can someone see what I am doing wrong? This is really getting to me... I desperatly need help!