Thanks!

I consult the Q/A.(also Yours)
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Updating-multiple-versions-of-a-product-td1384674.html

I successed to make 1.2 patch from 1.0 or 1.1

Here is.

<!-- must change guid from 1.1 -->
<PatchCreation
    Id="77F7EDF0-9B4D-428E-96AD-7D082F85967F"
    CleanWorkingFolder="yes"
    OutputPath="patch.pcp"
    WholeFilesOnly="yes"
    Codepage="932"
    AllowMajorVersionMismatches="yes"
    >

    <Family DiskId="5000"
        MediaSrcProp="Sample"
        Name="Sample"
        SequenceStart="5000">
        <!-- version 1.2 -->
        <UpgradeImage SourceFile="Maou11\bin\Release\Maou11.msi"
Id="SampleUpgrade">
            <!-- version 1.0 -->
            <TargetImage SourceFile="Maou\bin\Release\Maou.msi" Order="2"
                Id="SampleTarget" IgnoreMissingFiles="no" Validation =
"0x000008A2" />
            <!-- version 1.1 -->
            <TargetImage SourceFile="Maou11\bin\Release11\Maou11.msi" Order="2"
                Id="Target11" IgnoreMissingFiles="no" Validation =
"0x000008A2" />
        </UpgradeImage>
    </Family>

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to