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

Reply via email to