Hi, Your old install-shield projects were probably not MSI projects then. You can't modify this behaviour only suppress it (set ARPSYSTEMCOMPONENT=1) and write your own key. or you could write an extra key for your in-house tool. Or you can modify your in house tool to use the MSI SDK to list the installed MSIs I think you will want msiEnumProducts. http://msdn.microsoft.com/en-us/library/windows/desktop/aa370101(v=vs.85).asp x
Dave -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: 04 November 2011 12:48 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Changing registry key name for uninstall Hi, I also would like to change the registry key under uninstall from the ProductID to the ProductName. We have a company wide tool to check for installed applications and it would be much easier to maintain when using the product name instead of the productcode. When I wrote msi setups for my old company we used InstallShield and here I got my installers registered over the product name. So I don't see a problem from msi side. Cheers, Thomas Von: Dario Griffo <[email protected]> An: "General discussion for Windows Installer XML toolset." <[email protected]> Datum: 06.08.2011 23:27 Betreff: Re: [WiX-users] Changing registry key name for uninstall Sorry, my bad, i want this change to be done during the installation process, so once my product is installed the registry name is not a guid, is a name On 2011-08-06 7:02 AM, "avinashreddy539" <[email protected]> wrote: > > create a customaction which will execute at uninstalling process and change > the registry key at uninstall process. You can a put a condition for that > customaction like this *Installed AND NOT UPGRADINGPRODUCTCODE* > > > -- > View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Changing-regist ry-key-name-for-uninstall-tp6657882p6659292.html > Sent from the wix-users mailing list archive at Nabble.com. > > ----------------------------------------------------------------------------- - > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users ----------------------------------------------------------------------------- - BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ----------------------------------------------------------------------------- - RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

