/build/static/layout/Breadcrumb_cap_w.png

Distribution Message

Hi Guys,

Does anyone know of a way to get a message to pop up on a users PC that would warn them that we are distributing and not to switch off their PC's?

This is esp. for Laptop users who have a tendency to plug and run [:o]

0 Comments   [ + ] Show comments

Answers (4)

Posted by: bkelly 20 years ago
Red Belt
1
There are several ways to go about it. What would make the most sense really depends upon your target systems (any pre-NT clients?) your deployment software (what are you using to push the packages?) and the types of packages (are you using silent scripted command-lines? MSI files?)
Posted by: BarryB 20 years ago
Orange Belt
1
Sorry for the detail light post [8|]

We are running NT4 (SP6) and Win2K(SP3) clients using IBM's Tivoli to distibute.

Packages are a mix of Tivoli's native format packages and MSI installs, mostly Tivoli's native format at present due to issues with Tivoli and MSI [:@] (esp on NT4)

Cheers
Posted by: bkelly 20 years ago
Red Belt
1
I'm not that familiar with Tivoli, but Windows Installer supports a simple progress bar using the switch /qb add a explanation point /qb! and the cancel button becomes disabled. This will let them see progress and what is being installed.

If you are calling packages from a script, you could display a message and then shell out to the package. That way the script showing the message would close when the package you shelled out to completed. KiXtart and VBS offer some better ways to show do this, but for simplicities sake:

echo Standby, Installing Software...
start /wait \\server\share\directory\package.exe
exit
Posted by: martinc 20 years ago
Yellow Belt
1
There are a couple of ways of doing this.

The simplest is to use the net send command within the package (execute program) that would run the command "net send %computername% <msg>"

The other way is to use the wrunuiep command. I have used this within a package to launch Internet Explorer with a html page as an arguement.
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