Re: [WiX-users] Default regsearch values and upgrading

2007-10-15 Thread Mike Dimmick
of products and is used to locate other versions of the same product. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RussGreen Sent: 13 October 2007 13:35 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Default regsearch

Re: [WiX-users] Default regsearch values and upgrading

2007-10-15 Thread Chad Petersen
: [WiX-users] Default regsearch values and upgrading So the only way I seem to be able to get this to work is to change the product guid as well as the package guid. that doesn't seem right but it seems to work -- View this message in context: http://www.nabble.com/Default-regsearch-value

Re: [WiX-users] Default regsearch values and upgrading

2007-10-13 Thread RussGreen
sorted it. http://www.nabble.com/file/p13190669/eProject.wxs eProject.wxs -- View this message in context: http://www.nabble.com/Default-regsearch-values-and-upgrading-tf4611878.html#a13190669 Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Default regsearch values and upgrading

2007-10-13 Thread RussGreen
So the only way I seem to be able to get this to work is to change the product guid as well as the package guid. that doesn't seem right but it seems to work -- View this message in context: http://www.nabble.com/Default-regsearch-values-and-upgrading-tf4611878.html#a13189207 Sent from the wix-

Re: [WiX-users] Default regsearch values and upgrading

2007-10-13 Thread RussGreen
OKI've changed the package ID to the question marks and tried changing the 3rd field in the product versionran the installer again and now I get... Another version of this product is already installed. Installation of this version cannot continue. . More googling for me today then.

Re: [WiX-users] Default regsearch values and upgrading

2007-10-12 Thread Richard.Foster
iling list archives for confirmation of this "feature". Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RussGreen Sent: Friday, October 12, 2007 12:37 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Default regse

Re: [WiX-users] Default regsearch values and upgrading

2007-10-12 Thread Chad Petersen
fault regsearch values and upgrading Thanks Chad, I tried that. I built the installer and installed it on a test machine. I then changed the product version from 2.3.2836.20968 to 2.3.2836.20970 and generated a new product GUIDeverything else stayed the same. I then rebuilt the MSI and ran it

Re: [WiX-users] Default regsearch values and upgrading

2007-10-12 Thread RussGreen
Thanks Chad, I tried that. I built the installer and installed it on a test machine. I then changed the product version from 2.3.2836.20968 to 2.3.2836.20970 and generated a new product GUIDeverything else stayed the same. I then rebuilt the MSI and ran it again on my test machine and got th

Re: [WiX-users] Default regsearch values and upgrading

2007-10-12 Thread Chad Petersen
7 12:18 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Default regsearch values and upgrading Hi, I'm new to WiX and have been trying the WiXEdit tool to build an installer. I have been working through a turorial and successfully built the initial MSI file with a custome dialog

Re: [WiX-users] Default regsearch values and upgrading

2007-10-12 Thread Sebastian Brand
To set a default property value use the "Value" attribute in the tag. If the search does not find a value that value should be used. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Oct 12, 2007, at 9:18 AM, RussGreen wrote: > > Hi, > > I'm new to WiX and have

[WiX-users] Default regsearch values and upgrading

2007-10-12 Thread RussGreen
Hi, I'm new to WiX and have been trying the WiXEdit tool to build an installer. I have been working through a turorial and successfully built the initial MSI file with a custome dialog to collect user information that will be written to the registry but now I have come up against a few issues I c