Rule number 15 of setups: people would rather hack around in the registry than use an actual API that provides the answer.
In this case, you or the system can call MsiEnumRelatedProducts() passing in the UpgradeCode, and it will return installed products that have that UpgradeCode. http://msdn.microsoft.com/en-us/library/aa370103(v=vs.85).aspx --------------- Phil Wilson On Fri, Apr 25, 2014 at 7:17 AM, David Watson <[email protected]> wrote: > Phil not Bob, sorry :) > > > -----Original Message----- > From: David Watson [mailto:[email protected]] > Sent: 25 April 2014 13:48 > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Queries on Upgrade > > Installers are registered by product code. > > As Bob said the upgrade code is stored elsewhere in the registry in a > different format so you can't search for it. > > -----Original Message----- > From: Karkare,Aparna [mailto:[email protected]] > Sent: 25 April 2014 12:52 > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Queries on Upgrade > > Hi Gabriel, > > Sorry but I don't understand your answer. I am not asking what to search for. > As you said for Per user install Upgrade code goes into HKUSERS but when I > checked it wasn't there. It wasn't in HKLM and HKCU as well. So my question > is how while upgrade it finds related product when Product code keeps > changing with every build as it is "*" and Upgrade code is not present in any > hive of registry. > > Aparna Karkare > L&T Infotech > OAI-sys, Enterprise Components and Frameworks > Office: 020-6641-6142 > Email: [email protected] > > > -----Original Message----- > From: Gabriel Ivanes [mailto:[email protected]] > Sent: Friday, April 25, 2014 7:27 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Queries on Upgrade > > Search for the productcode. > -- > Sincerely, > Gabriel > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform Build your Enterprise > Intranet with eXo Platform Software Java Based Open Source Intranet - Social, > Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A > Collaboration Platform http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > ________________________________ > This communication, including attachments, is confidential, may be subject to > legal privileges, and is intended for the sole use of the addressee. Any use, > duplication, disclosure or dissemination of this communication, other than by > the addressee, is prohibited. If you have received this communication in > error, please notify the sender immediately and delete or destroy this > communication and all copies. > > TRVDiscDefault::1201 > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform Build your Enterprise > Intranet with eXo Platform Software Java Based Open Source Intranet - Social, > Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A > Collaboration Platform http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > 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. > > > > This message has been scanned for malware by Websense. www.websense.com > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform Build your Enterprise > Intranet with eXo Platform Software Java Based Open Source Intranet - Social, > Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A > Collaboration Platform http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

