This article discusses a way to launch batch files in Express via custom actions. The method described only launches the batch file on Windows NT systems, such as Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 2003, Windows 2008 and Windows 2008 R2. To launch a batch file on a Windows 9x or ME machine, you need to create an executable wrapper that launches the batch file and launch this executable via custom actions.
↧