Login to participate
Endpoint Management & Virtualization DownloadsRSS

Handling Message Boxes Before/After Installation Using VBscript

Eshwar's picture

This script is useful when you are asked to install an application using VBscript, which will display a message box [with options] before installing and after installing. This script displays a message box with options to the user before installing and after installing.

The main purpose of this script is to display different message boxes to the user. Giving options whether to go ahead with the install or CANCEL the install.

Displaying installation completion message box at the end of the install etc...

Note: This is a sample script with different message box. You can edit the same according to your requirement. Script contains code regarding dialog boxes only. It doesn't contain code for installing an application.
License: AJSL
By clicking the download link below, you agree to the terms and conditions in the Altiris Juice Software License
Support: User-contributed tools on the Juice are not supported by Altiris Technical Support. If you have questions about a tool, please communicate directly with the author by visiting their profile page and clicking the 'contact' tab.
juliet's picture

Could you explain how can I

Could you explain how can I use this Vbs into a wrapper of Wise Script?
thanks