Link to home
Start Free TrialLog in
Avatar of dosth
dosthFlag for India

asked on

Package and development Wizard - post installation

I am creating a setup / package using VB6 Package and development wizard.

when we run the setup is there a way to invoke the application exe automatic after the installation done?

if that is not possible, can i add intermediate steps in package and development wizard to ask some input like select a file or some thing?
Avatar of JonMny
JonMny

you can edit the setup program created by the wizard. To add custom actions.

usually located here
%VBInstallPath%WizardsPDWizardSetup1



you may also want to look at the microsofts Visual Studio Installer it's free, better.


http://msdn.microsoft.com/en-us/vstudio/aa718352.aspx

Avatar of dosth

ASKER

i need to stay with PD wizard, i will have a look and update you.
can you get me links related to PD Wizard so we can get narrow down the problem.

Here is more specific about my requirement.

1. I have a VB form that invokes some process when it clicks.
2. when we install this application we need this Exe called automatic after the setup finished.

Thanks for looking this for me

Thanks
Dosth
ASKER CERTIFIED SOLUTION
Avatar of JonMny
JonMny

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dosth

ASKER

thanks