[WiX-users] MSI uninstalls property when built with WiX 3.5, fails with 3.6 and 3.7

2013-03-01 Thread msporek
Hi, I have a problem with uninstalling my MSI built with WiX 3.6 and 3.7. FAIL_Visma.Services.UserDirectory.Install.NewInstallerFullMaintenance.msi

Re: [WiX-users] MSI uninstalls property when built with WiX 3.5, fails with 3.6 and 3.7

2013-03-06 Thread msporek
It is done on purpose, because this MSI is specific in the sense, that we use it launch uninstallation of other MSI components that our product chains - and those other MSI components are not shown in ARP. What I mean is that we have just a single entry in ARP for this specific MSI, and when you cl

Re: [WiX-users] MSI uninstalls property when built with WiX 3.5, fails with 3.6 and 3.7

2013-03-06 Thread msporek
Yes, we did the same with WiX 3.5 and it worked fine, now with WiX 3.6 and 3.7 it doesn't. I have set the property to empty, and now it happens to work with the latest WiX as well. Thank you for pointing this to me! I have no knowledge of how to using "burn" to accomplish our nested installat