Hello,
I've noticed one strange thing. When text file (for example html file) was changed but it's size wasn't changed it will not be included to patch. For example, if I change 2 symbols to other 2 symbols, WiX don't detect that file changed and not include it to patch. Are there way to force binary files compare? I use patch syntax like <Patch Classification="Update" MinorUpdateTargetRTM ="yes" AllowRemoval="no" Manufacturer="$(var.Manufacturer)" TargetProductName="$(var.Manufacturer) $(var.ProductName) $(var.ProductVersion)" DisplayName="$(var.ProductName) patch up to $(var.ProductVersion)." Description="$(var.ProductName) patch up to $(var.ProductVersion)."> <Media Id="5000" Cabinet="patch.cab"> <PatchBaseline Id="$(var.ProductAbbreviation)" /> </Media> <PatchFamilyRef Id="PatchFamily_$(var.ProductAbbreviation)" /> </Patch> <Fragment> <PatchFamily Id="PatchFamily_$(var.ProductAbbreviation)" Version="$(var.ProductVersion)" Supersede="yes"> <ComponentRef Id="Component.Name" /> ...... ---------------------------------------------------------- Best Regards, Oleksandr Y. Nechyporenko ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users