How can I call a VB Script in a batch file in a K1000 managed install?
I am attempting to uninstall Microsoft Office 2010 x86 then install Office 2013 x64.
To uninstall Office x86, I am using OffScrub10.vbs which was extracted from a Microsoft FixIt outlined here - http://goo.gl/3JD0og
I am calling the VBScript to uninstall, then the Office setup.exe in a batch file here:
@echo off pushd %~dp0 start /wait "" cscript offscrub10.vbs All /force start setup.exe
This all works fine ran directly on the PC.
When it is put in a zip file with the Office 2013 files, and the .bat file is called in the managed install, the install completely skips the VBScript.
Is there a way around this? Is it even possible?
2 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jagadeish
10 years ago
Though, I believe this may be possible with the 6.0 version of the k1000 now having VB script support. - afuoco 10 years ago