We chain in a vb script that pops up a mesg to the end user

Something like this...

set oShell = CreateObject("WScript.Shell")
Dim Announce
OK = 6
'The Announce string variable contains the message to be sent.
'It should be no more than 1024 characters.
Announce="NOTICE: something is about to be installed on this computer. Internet 
Explorer will be closed. A reboot is not typically required."
OK=oShell.Popup(Announce,300,"SMS Advertisement Announcement",vbOKOnly)


Jimmy Martin
(901) 227-8209

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Jeff Gortney
Sent: Monday, August 25, 2014 9:57 AM
To: mssms@lists.myitforum.com
Subject: [mssms] How do I warn end-users before installing Java

Everyone,

I want to start pushing out Java 7 update 65 to my users.  I have done this in 
the past by just installing he MSI but running this MSI doesn't close IE, so 
the new version of Java isn't enabled because IE is still running when Java is 
updated.

I have figured out how to force close IE, Chrome, and Firefox before Java is 
updated, but how do I warn users that their browser will be closed?

I looked at a task sequence but that is only useful if I am restarting the PC 
not force closing an application.

Does anyone have any suggestions?

[cid:image001.png@01CFC04F.603A5A20]



Jeff  GORTNEY

Systems and Network Support Specialist

- Combustion

Fives North American Combustion Inc.

4455 East 71st Street

Cleveland,  Ohio,  44105-5600 - United States

Tel: +1 216 206 5508

Fax: +1 216 641 7852


jeff.gort...@fivesgroup.com<mailto:jeff.gort...@fivesgroup.com>

www.fivesgroup.com<http://www.fivesgroup.com/>

[cid:image002.png@01CFC04F.603A5A20]<https://www.facebook.com/pages/Fives/278132595611080>[cid:image003.png@01CFC04F.603A5A20]<http://www.linkedin.com/company/fives?trk=top_nav_home>




This message and any attachments are confidential and for the sole attention of 
the addressees. Any unauthorized use or dissemination is prohibited.
Ce message et toutes pièces jointes sont confidentiels et à l'attention 
exclusive de ses destinataires.Toute utilisation ou diffusion non autorisée est 
interdite.
Please think about the environment before printing this e-mail. // Merci de 
penser à l'environnement avant d'imprimer cet e-mail.






This message and any files transmitted with it may contain legally privileged, 
confidential, or proprietary information. If you are not the intended recipient 
of this message, you are not permitted to use, copy, or forward it, in whole or 
in part without the express consent of the sender. Please notify the sender of 
the error by reply email, disregard the foregoing messages, and delete it 
immediately.

P Please consider the environment before printing this email...




Reply via email to