Package and Deployment Wizzard

  • Thread starter Thread starter Sebastián_UY
  • Start date Start date
S

Sebastián_UY

Hi, does anybody know how to run batch files after the instalation???

TIA
 
Check out custom actions and the process class.

You can easily write an applet that launches a batch file
using Process.Start. The applet can then be launched at
the end of installation with a deployment "custom action".

Randy
 

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