PDA

View Full Version : Custom Action : Calling a batch file



vasontsystems
10-31-2008, 11:56 AM
I need to create a custom action to call a batch file at the end of my installation. The batch file is included with the installation. I really appreciate any help...

Thanks

jassing
11-01-2008, 12:27 PM
you can use File.Run() as a lua script in your custom action....
Or you could run an exe -- run cmd.exe and pass a parameter....