Custom Actions during Installation!

  • Thread starter Thread starter Petrucci2000
  • Start date Start date
P

Petrucci2000

Hi All, I am looking to create an installation package (MSI ) which will
fire off few of my custom .vbs during the install process.

How to accomplish this task?


TIA
PS: I tried to include an installer class to my setup project and overrided
the install and uninstall methods but when I run the setup.msi I never see
those being fired!!
 
Open the Custom Actions Editor in your Setup project
Right Click on the Root node (preferably, for .vbs you might prefer the
Install node only) and Add Custom Action
Navigate to the Application Folder
Click the Add File button
Select your .VBS File(s)

That should do it...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top