/build/static/layout/Breadcrumb_cap_w.png

office xp sp3

For Office XP SP3 SMS push, how you create a script that will not push the package to the desktop until the user close all running Office XP programs.

0 Comments   [ + ] Show comments

Answers (1)

Posted by: xythex 18 years ago
Orange Senior Belt
0
USE WMI in a VBScript to kill any processes you want stopped before starting your install. Something like:

Set ProcessList = GetObject("winmgmts://.").InstancesOf("win32_process")

For Each Process In ProcessList
If Process.Name = "<YOUR PROCESS>" Then
Process.Terminate
End If
Next
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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