Re: [WiX-users] Remove files only when uninstall, when having REP after InstallInitialize

2010-11-25 Thread MeCoco
Hi all, I created a small sample file that shows exactly my problem, pls see below. The problem can be easily duplicated by doing: 1) build the below sample into a project with version 1.0.0 2) build the same sample but with another version 1.0.1 3) run version 1.0.0 => the product will be instal

[WiX-users] Remove files only when uninstall, when having REP after InstallInitialize

2010-11-25 Thread MeCoco
Hi all, I have to accomplish the following: when the product gets completelly uninstalled (from add/remove programs, _not_ during an update) I need to specifically delete 2 additional files. For that I have the following code: (NOT UPGRADINGPRODUCTCODE) AND (REMOVE=ALL) The above code wor