Yes, it's installed for all users.

-----Original Message-----
From: Wilson, Phil [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 2:23 PM
To: Jeff MacDuff; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Quick question on upgrade checking

Both old and new are installed for the same users? (Both per-system or
both per-user). 

Phil Wilson 


-----Original Message-----
From: Jeff MacDuff [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 1:31 PM
To: Jeff MacDuff; Wilson, Phil; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Quick question on upgrade checking

Well that didn't work either.

Here is the "old" MSI that's installed on the machine (from property
table):
        ProductVersion  1.0.0
        UpgradeCode     {C9BD4428-98AC-4AD0-9646-4E212B1BB770}


And here is the new MSI upgrade table
        
        {C9BD4428-98AC-4AD0-9646-4E212B1BB770}  1.0.0   2.0.0   260
All


-Jeff
-----Original Message-----
From: Jeff MacDuff
Sent: Friday, September 22, 2006 1:16 PM
To: 'Wilson, Phil'; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Quick question on upgrade checking

Ok I just looked and both of the version fields are null ... I will set
them to the correct values / rebuild and try it again.

-Jeff

-----Original Message-----
From: Wilson, Phil [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 12:27 PM
To: Jeff MacDuff; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Quick question on upgrade checking

UpgradeVersion has Minimum and Maximum strings that specify the range of
product versions that you want to look for and upgrade (IncludeMaximum
and IncludeMinimum are involved too).  If you don't specify these values
I don't know what Wix puts in the VersionMin and VersionMax fields in
the MSI's upgrade table. You could look at the MSI's Upgrade table with
Orca to verify what's going on, but if you end up with VersionMin and
VersionMax both zero you're probably not going to get an upgrade ;=) 

Phil Wilson 


-----Original Message-----
From: Jeff MacDuff [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 11:15 AM
To: Wilson, Phil; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Quick question on upgrade checking

What version specs do you refer too?

Here is the WXS:

<Upgrade Id="<snip>">
        <UpgradeVersion RemoveFeatures="All" Property="UPGRADE"
IgnoreRemoveFailure="yes" />
</Upgrade>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wilson,
Phil
Sent: Thursday, September 21, 2006 9:52 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Quick question on upgrade checking

What about version specs in your Wix UpgradeVersionElement? I don't know
how Wix behaves in the absence of them, but there's nothing in your Wix
that targets the versions you want to upgrade.

Phil Wilson 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff
MacDuff
Sent: Wednesday, September 20, 2006 5:17 PM
To: Stefan Pavlik
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Quick question on upgrade checking


It's still not working for me... here's what I did:

I looked at the new msi ( the one we are building now ) and in the
upgrade table it has a upgrade code.

I then looked at the old MSI in orca, and in it's property table it has
the exact same GUIDS for it's upgrade code.

Is there any execection order I need to worry about for the upgrade
check or something?

I am getting really stumped... I actually copied the upgrade code from
the old MSI via orca and put it directly into my new WIX project.. I
rebuilt but still it doesn't work.

-Jeff

-----Original Message-----
From: Stefan Pavlik [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 20, 2006 6:32 AM
To: Jeff MacDuff
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Quick question on upgrade checking

Hi,

After reading the MSDN and Wix help (at the end of my email) I think
that you can ommit the ExcludeLanguages attribute since you do not use
the Language attribute. Anyway I think it should work as you want.
Try to check the resulting MSI file with ORCA (or any other viewer) and
look at the Upgrade Table.

I know that I have not help you much, but...

______________

msdn: Upgrade Table
Language
The set of languages detected by FindRelatedProducts. Enter
msidbUpgradeAttributesLanguagesExclusive in Attributes to detect all
languages exclusive of those listed in Language. If Language is null or
an empty string (""), FindRelatedProducts ignores
msidbUpgradeAttributesLanguagesExclusive and detects all languages.


Wix Help:
Language
Specifies the set of languages detected by FindRelatedProducts.
Enter a list of numeric language identifiers (LANGID) separated by
commas (,). Leave this value null to specify all languages. Set
ExcludeLanguages to "yes" in order detect all languages, excluding the
languages listed in this value.




--
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com Panenska 28 | SK-81103
Bratislava | Slovak Republic Tel +421(2)5930-0735 | Fax +421(2)5443-5512


------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to