On your Package element I'd change your Id= GUID to be the question
marks so it auto generates each time. Or just change the GUID manually.

<Package Id="????????-????-????-????-????????????"


autogenuuid (Simple Type)
Description 
Values of this type will look like:
"01234567-89AB-CDEF-0123-456789ABCDEF" or
"{01234567-89AB-CDEF-0123-456789ABCDEF}". A GUID can be auto-generated
by writing all question marks like this:
"????????-????-????-????-????????????". Also allows "PUT-GUID-HERE" for
use in examples. 
Pattern Type 
Must match the regular expression:
'[{(]?[0-9A-Fa-f]{8}\-?[0-9A-Fa-f]{4}\-?[0-9A-Fa-f]{4}\-?[0-9A-Fa-f]{4}\
-?[0-9A-Fa-f]{12}[})]?|[{(]?\?{8}\-\?{4}\-\?{4}\-\?{4}\-\?{12}[})]?|PUT\
-GUID\-HERE'.




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of RussGreen
Sent: Friday, October 12, 2007 9:37 AM
To: [email protected]
Subject: Re: [WiX-users] Default 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 GUID....everything else stayed the same. I then
rebuilt the MSI and ran it again on my test machine and got the
Change\Repair\Remove dialog on the installer. 

This is my edited wxs file....
http://www.nabble.com/file/p13177036/eProject.wxs eProject.wxs 

What am I still missing?
-- 
View this message in context:
http://www.nabble.com/Default-regsearch-values-and-upgrading-tf4611878.h
tml#a13177036
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to