1 - Yes it is the correct way but fix your order tags & the src tag is
deprecated, use SourceFile instead. If you have one TargetImage your
patch will only update that version & nothing else.

2 - This is a mailing list where people voluntarily offer their help.
Sending a "bump" 40 minutes after your original request is anything but
polite.


Palbinder Sandher 
Software Deployment and IT Administrator 

T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 
http://www.iesve.com 

**Design, Simulate + Innovate with the <Virtual Environment>**

Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP

Email Disclaimer



-----Original Message-----
From: Alex Schearer [mailto:[EMAIL PROTECTED] 
Sent: 27 October 2008 23:06
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Updating multiple versions of a product

Bump, can anyone lend a hand?

-----Original Message-----
From: Alex Schearer [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2008 2:34 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Updating multiple versions of a product

Is this the correct way to apply a patch to multiple versions of a
product? Let's say that I want to update versions A, B, and C of a
product Foo:

            <UpgradeImage src=" \Path\To\Foo.msi" Id="FooUpdate">
                <TargetImage
                    src="\Path\To\A\Foo.msi"
                    Order="2"
                    Id="AFoo"
                    IgnoreMissingFiles="no"
                    Validation = "0x000008A2"
                    />
                <TargetImage
                    src="\Path\To\B\Foo.msi"
                    Order="2"
                    Id="BFoo"
                    IgnoreMissingFiles="no"
                    Validation = "0x000008A2"
                    />
                <TargetImage
                    src="\Path\To\B\Foo.msi"
                    Order="2"
                    Id="BFoo"
                    IgnoreMissingFiles="no"
                    Validation = "0x000008A2"
                    />
            </UpgradeImage>

Or, is it possible to simply have one target image, say targeting
version A? (Assuming that A is older than B is older than C.)

Thanks, Alex
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to