While runnig the MSI, I get an error saying "..A Program required for this install to complete could not be run..."
Here is the code snip of the CA <Binary Id="InstallService" src="InstallService.cmd"/> <Binary Id="DeleteService" src="DeleteService.cmd"/> <CustomAction Id="InstallScript" Return="check" Execute="immediate" ExeCommand="[INSTALLDIR]InstallService.cmd" BinaryKey="InstallService"/> <CustomAction Id="UninstallScript" Return="check" Execute="immediate" ExeCommand="[INSTALLDIR]DeleteService.cmd" BinaryKey="DeleteService"/> <InstallExecuteSequence/> <Custom Action='InstallScript' Sequence='7000'/> <InstallExecuteSequence/> Can anybody give me some insight on what is going wrong here? -- View this message in context: http://www.nabble.com/Problem-calling-.cmd-file-using-CA-tp15329805p15329805.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users