Re: [WiX-users] Maintaining property values on uninstall

2008-05-10 Thread greenaj
AFAIK property values modified from their default values in the Properties table are not persisted with their modified values when the product is installeed. You can persist values in the Registry, File system, etc and look them up you during the uninstall using the RegLocator and other Locator

[WiX-users] Maintaining property values on uninstall

2008-05-09 Thread Ajay Kang
I'm running into an issue with my installer where it doesn't uninstall correctly since property values set during install have default values and not values that were customized during install. I'm using type 51 and 35 custom actions but I've made sure they are being called before & after costfi