/build/static/layout/Breadcrumb_cap_w.png

Software Library (Pre/Post messages)

Hello. Is there a way to have pre/post install messages when installing software from the portal (Software Library). One complaint I get from users is that they don't know when the install is completed.

0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
I created pre/post install messages using autoit. I ran the pre.exe before my install, and the post.exe after. There's probably a better way, but I still new to autoit. $answer = MsgBox(1, "Software Restart", "Your computer need to be restarted to complete your install. Click OK to restart now.") If $answer = 2 Then Exit EndIf If $answer = 1 Then Shutdown(4) EndIf
Posted by: dugullett 12 years ago
Red Belt
1
I created pre/post install messages using autoit. I ran the pre.exe before my install, and the post.exe after. There's probably a better way, but I still new to autoit.

$answer = MsgBox(1, "Software Restart", "Your computer need to be restarted to complete your install. Click OK to restart now.")

If $answer = 2 Then
Exit
EndIf
If $answer = 1 Then
Shutdown(4)
EndIf
Posted by: nshah 12 years ago
Red Belt
0
Not sure about the Portal doing that but what you could do is create a script that they could run from the portal and it can contain a all done message. Depending on the application I would assume they could see a shortcut on their Desktop or New application message from the Start button but again that could be application dependent.

Comments:
  • Further to nshah's comment you can actually use the KACE notification app to post a message the same as the agent does for other things via a script. - Roonerspism 12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
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