I wanted to use a post build step to remove the SxsUninstallCA action from the Custom Action table (as described in http://alekdavis.blogspot.com/2010/10/how-to-fix-hanging-uninstaller.html). Unfortunately because I am building an exe setup file, the post build step occurs too late in the process! Any ideas on how I could achieve this?
On a related note the documentation refers to properties such as AI_BUILD_OUTPUT_FILE. Is there a complete list of these build only properties anywhere?
Phil