Updating and Fixing Wix 3.0

1) What are the best methods of creating, correcting?

2) Is it possible to build a patch between major update (Product ID changed) build?

3) How to send a content update (static files) for a product We tried to do this via a patch but it took a long time to update only 200 files, basically our requirement is that we want to send a periodic content update to the user after it will install the product.

-1


a source to share


1 answer


The WiX documentation contains information on creating patches. I highly recommend using the WiX v3.0 patch element on top of the old PatchCreation element. Allows you to customize fixes only for the desired fragments.



+1


a source







All Articles