/build/static/layout/Breadcrumb_cap_w.png

Script to create a Pop Up message

Hi,

Please can anybody help me, i need guidance on creating a script to prompt users to agree to a Software Installation and have the option to defer it for three times in the form of a pop up message after they have logged in. Many thanks


0 Comments   [ + ] Show comments

Answers (1)

Posted by: jagadeish 10 years ago
Red Belt
0

Are you looking for something like this

 

Q1=MsgBox ("Do you agree to install a Software?",4,"Q1")

 If Q1=6 Then

 Q2=MsgBox ("Do you want to continue?",4,"Q2")

  If Q2=6 Then

  Q3=MsgBox ("Do you want to continue still?",4,"Q3")

  Else

  WScript.Quit

  End If

 Else

 WScript.Quit

 End If


Comments:
  • be aware that running this installer in System Context (like when deployed through SCCM) will by default block user interaction during installs, unless you specifically state otherwise (in SCCM it's the allow interaction with desktop setting) - pjgeutjens 10 years ago
 
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