Re: [WiX-users] WiX to generate MSI that will uninstall IstallShield

2008-04-02 Thread Christopher Painter
Whatever you choose, you want to do it before Costing or otherwise you can get into some funky component rule problems. I've not had to address this sort of problem since my enterprise repackaging days but generally I'd write a stand alone `forced uninstall` utility that I would chain ( or ins

[WiX-users] WiX to generate MSI that will uninstall IstallShield

2008-04-02 Thread Georgi Shopov
Hi, Can anybody tell me what will be the appropriate way of uninstalling previous versions not made with MSI - InstallShield in particular? Right now I am experimenting of adding CustomAction that will execute the UninstallString put into the registry from InstallShield installation; I pull th