|
From: Bob A. <bo...@jo...> - 2009-02-03 05:50:23
|
Joe Osman wrote: > <CustomAction Id="UninstallTasks" > BinaryKey="UninstallScript" > ExeCommand="DeleteOldKmf.cmd" Exe custom actions must be .exes, not .cmd. You'll need to replace it with a call to cmd.exe -- or better yet, dump the batch file and use built-in MSI functionality. -- sig://boB http://joyofsetup.com/ |