When compiling multiple MSIs with different names from the same MSBuild script, only the last compiled MSI survives. Is there something I can do in my main MSBuild script to prevent the WiX MSBuild script from deleting the previously build MSI file?
A comment in "wix.targets" says: > IncrementalClean > Remove files that were produced in a prior build but weren't produced > in the current build. But in my case I need to keep the MSIs of the prior builds since I'm compiling multiple language packages. Right now I'm working around by deleting *.FileList.txt in <AfterBuild/> but this doesn't smell well. Ideally I would like to have a property that can be set to prevent deletion of the prior MSI file, but I couldn't figure out if something like this already exists. -- View this message in context: http://n2.nabble.com/Prevent-WiX-MSBuild-script-from-deleting-priviously-compiled-MSI--tp2181630p2181630.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users