/build/static/layout/Breadcrumb_cap_w.png

Need to run a VB script after the installation finishes , VB script is part of installation which installs under "c:\" , how can this be achieved thru Custom actions.

Tried adding the run VBS from installtion after installfinalize in  execute immediate..

the script needs to run after i click on finish (full UI install)


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: jaybee96 10 years ago
Red Belt
3

Easy, If you use Installshield by using the Project Assistant and at the "Installation Interview"  step select "yes" for "Do you you want to give users the option to launch your application when the installation completes"  ( and browse to the vb)

OR if you want to run the CA when the user clicks FINISH follow these steps:

1. Go to Dialogs in your ISM

2. Select the "SetupCompleteSucces" Dialog

3. Go to "Behaviour"

4. Go to "OK"

5. Add Event "DoAction"

6. Select your CA for Argument

7. Condition = 1 to trigger under any circumstance ( or create your own condition)

ALTERNATIVE:

1. Go to Table "ControlEvent"

2. Add Row
Dialog = SetupCompleteSuccess
Control = OK
Event = DoAction
Argument= your CA
Condition = 1 ( or any other condition you prefer..)
 

 

 

 


Comments:
  • Thank You jaybee96 :) - ZODvk 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