Re: [WiX-users] Queries on Upgrade

2014-04-25 Thread Phil Wilson
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

Re: [WiX-users] Queries on Upgrade

2014-04-25 Thread David Watson
Phil not Bob, sorry :) -Original Message- From: David Watson [mailto:dwat...@sdl.com] 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

Re: [WiX-users] Queries on Upgrade

2014-04-25 Thread David Watson
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

Re: [WiX-users] Queries on Upgrade

2014-04-25 Thread Karkare,Aparna
age- From: Gabriel Ivanes [mailto:g...@fastmail.net] 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 ---

Re: [WiX-users] Queries on Upgrade

2014-04-25 Thread Gabriel Ivanes
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, C

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
ssion about the WiX toolset. Subject: Re: [WiX-users] Queries on Upgrade Ohh. That is logical. But please tell me in this case when there is an upgrade (which I believe is done based on Upgrade code), installer will look into HKUSERS for Upgrade code (Existing product) and not in HKLM? Aparna Karka

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
fice: 020-6641-6142 Email: akark...@travelers.com -Original Message- From: Gabriel Ivanes [mailto:g...@fastmail.net] Sent: Thursday, April 24, 2014 10:57 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Queries on Upgrade That's why you didn't find it in HKLM. It&

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Phil Wilson
[mailto:g...@fastmail.net] > Sent: Thursday, April 24, 2014 8:00 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Queries on Upgrade > > Good day, > > > > 1. What's your installation context ? User or Machine ? > > > > 2. Your condition seem ok if UPGRADING

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Gabriel Ivanes
nes [[2]mailto:g...@fastmail.net] Sent: Thursday, April 24, 2014 8:00 AM To: [3]wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Queries on Upgrade Good day, 1. What's your installation context ? User or Machine ? 2. Your condition seem ok if UPGRADINGPRODUCTCODE is th

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
ice: 020-6641-6142 Email: akark...@travelers.com -Original Message- From: Gabriel Ivanes [mailto:g...@fastmail.net] Sent: Thursday, April 24, 2014 8:00 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Queries on Upgrade Good day, 1. What's your installation context ?

Re: [WiX-users] Queries on Upgrade

2014-04-24 Thread Gabriel Ivanes
Good day, 1. What's your installation context ? User or Machine ? 2. Your condition seem ok if UPGRADINGPRODUCTCODE is the right property. 3. What's your need ? Check your msi with [1]InstEd. It's always instructive. Le Jeu 24 Avril 2014, à 12:37, Karkare,Aparna a écrit : Hello,

[WiX-users] Queries on Upgrade

2014-04-24 Thread Karkare,Aparna
Hello, I am stuck with Upgrade (remove any previous version) issues with WiX. I am framing my questions below which I feel might help me if answered. Thank you for your replies in advance. 1. Product Id = "*" and there is a GUID in Upgrade Code. Still whenever I install my product, ther

Re: [WiX-users] queries regarding update deployment

2013-10-05 Thread Sean Farrow
Hi, Thanks for confirming what I suspected. Regards Sean. -Original Message- From: Markus Wehrle [mailto:mar...@laika42.com] Sent: 06 October 2013 00:43 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] queries regarding update deployment Hi

Re: [WiX-users] queries regarding update deployment

2013-10-05 Thread Markus Wehrle
Installer XML toolset. Subject: [WiX-users] queries regarding update deployment Hi, I'm just in the process of breaking out an installer in to multiple smaller installers. I'd also like to have an auto-updating capability. If I break components of the application in to their own installer

[WiX-users] queries regarding update deployment

2013-10-05 Thread Sean Farrow
Hi, I'm just in the process of breaking out an installer in to multiple smaller installers. I'd also like to have an auto-updating capability. If I break components of the application in to their own installers and wrap them in an executable (bundle) can I then update the individual msi files? O

Re: [WiX-users] queries

2008-01-11 Thread Daniel Janz
: Freitag, 11. Januar 2008 08:20 To: wix-users@lists.sourceforge.net Subject: [WiX-users] queries Hi I have couple of queries. 1) I have Install Custom actions and Uninstall Custom actions. I have added Roll back for all custom actions now my question is How do I find all my custom actions are

[WiX-users] queries

2008-01-10 Thread SaiTeja
Hi I have couple of queries. 1) I have Install Custom actions and Uninstall Custom actions. I have added Roll back for all custom actions now my question is How do I find all my custom actions are working fine? 2) I want my MSI should work properly on VISTA OS also For supporting this, what