Hi All,
Does anyone know why building a patch that uses a binary diff would fail with
error 2725 (invalid database tables) when the exact same patch built without
works fine?
I've attached the install logs from both versions, but I'm not sure where to
start in terms of the differences between them.
Note: I'm attempting to build a patch that targets multiple baselines, and the
binary delta patch actually applies cleanly against one msi, but not the other.
My patch.wxs is like so:
<Patch AllowRemoval="yes"
Manufacturer="Zap Technology"
MoreInfoURL="http://www.zaptechnology.com/"
DisplayName="Zap Customization Wizard $(var.InformationalVersion)
Patch"
Description="Updates Zap Customization Wizard
$(var.InformationalVersion)"
Classification="Update"
MinorUpdateTargetRTM="yes">
<Media Id="500" Cabinet="PatchFrom2.2RTM.cab" CompressionLevel="none">
<PatchBaseline Id="Id_2.2_RTM"/>
</Media>
<Media Id="550" Cabinet="PatchFrom2.2CU1.cab" CompressionLevel="none">
<PatchBaseline Id="Id_2.2_CU1"/>
</Media>
<PatchFamily Id="CWPatchFamily" Version="$(var.PatchSequenceVersion)"
Supersede="yes" />
</Patch>
And I build using these commands (note source files have been bound into pdbs):
torch -p -xi "Patch\Baselines\2.2 RTM.wixpdb"
"bin\Release\en-us\CustomizationWizard.wixpdb" -out "bin\Release\Patch\2.2
RTM.wixmst"
torch -p -xi "Patch\Baselines\2.2 CU1.wixpdb"
"bin\Release\en-us\CustomizationWizard.wixpdb" -out "bin\Release\Patch\2.2
CU1.wixmst"
candle "Patch\Patch.wxs" -out "bin\Release\Patch\Patch.wixobj"
light "bin\Release\Patch\Patch.wixobj" -out "bin\Release\Patch\Patch.wixmsp"
pyro "bin\Release\Patch\Patch.wixmsp" -out
"bin\Release\Patch\CustomizationWizard_Patch.msp" -t Id_2.2_RTM
"bin\Release\Patch\2.2 RTM.wixmst" -t Id_2.2_CU1 "bin\Release\Patch\2.2
CU1.wixmst"
Any help much appreciated, thanks,
Matt
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users