Thanks for the suggestion, fraserc.
With most of my users not into restarting their systems unless really needed, I was looking for a way to install the package that didn't need a restart. I would have tried this suggestion though if it came earlier.
I ended up extracting the vcredist_x86.exe and then used the msi it created (vc_red.msi) in pushing the package to my end-users' computers. I used a 3rd party app to push the msi across my network.
Main Topics
Browse All Topics





by: frasercPosted on 2009-05-22 at 20:03:41ID: 24456554
Hi,
ipt.Shell" ) st_x86.exe /q"
Can you not just push it out via group policy?
I would put the package on a readable share and that have a simple script to install it on computer start up.
Something like...
Dim WSHSell
Set WSHShell = WScript.CreateObject("WScr
strVCdist = "\\YOURSERVER\SHARE\vcredi
WSHShell.Exec(strVCdist)