VandanaGoel
Programmer
I have a vbscript to automate office 2007 deployment. And its working fine but now I m working to create a vbscript to automate installation of office 2007 service pack. But this script just execute the Office2007sp1.exe file. Can Anybody please tell me how can I automate the installation of office 2007 service pack 1.
Following is the vbscript that I am trying to execute:
Set wShell = CreateObject("WScript.Shell")
wShell.run "R:\PROGRAMS\software\Office2007\office2007sp1\office2007sp1.exe"
Set wshell=nothing
WScript.sleep 10000
Thanks
Following is the vbscript that I am trying to execute:
Set wShell = CreateObject("WScript.Shell")
wShell.run "R:\PROGRAMS\software\Office2007\office2007sp1\office2007sp1.exe"
Set wshell=nothing
WScript.sleep 10000
Thanks