S Sebastián_UY Oct 1, 2003 #1 Hi, does anybody know how to run batch files after the instalation??? TIA
R Randy Oct 2, 2003 #2 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
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