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