Re: [WiX-users] Patch element and creation of patch in 3.0

2007-10-17 Thread David Stindl
Thank you Peter for information... Does anybody know any tool, which can create delta patch from two versions of MSI? I tried MSI Patch Builder, it's not so bad, but on any project settings it crashes too. I was able to create .EXE patch only... Thanks. David. 2007/10/16, Peter Marcu <[EMAIL PROTE

Re: [WiX-users] Patch element and creation of patch in 3.0

2007-10-16 Thread Peter Marcu
Delta patching is not supported using the Patch element yet. Also, using the WiX 3.0 patch build system, you cannot patch things that come from MSM's. The suggested way to share setup logic is to use Wixlibs, if your msm's are built using wix, then you could consider that. Alternatively, you ca