In article <[EMAIL PROTECTED]>,
    "Jim Williams" <[EMAIL PROTECTED]>  writes:

> Is there some way to define a QFE-like mechanism by using WiX?

Windows Installer addresses updates as patches, minor upgrades, or
major upgrades.  I recommend Phil Wilson's book "The Definitive Guide
to Windows Installer"
<http://www.amazon.com/Definitive-Guide-Windows-Installer-Experts/dp/1590592972/ref=pd_bbs_sr_1/104-4530032-5340737?ie=UTF8&s=books&qid=1193681948&sr=8-1>

He does a really good job of explaining how to update installed
products using any of these mechanisms (patches or upgrades) using
Windows Installer.

To create patches in WiX 2.0, you use WiX to define a patch creation
properties file with the PatchCreation element.  This file is then fed
to msimsp.exe (from the Windows Installer SDK) to create the .msp patch
file.  I believe WiX 3.0 has a different mechanism for creating .msp
files.

Minor upgrades can be distributed as patches (deltas) or as whole
distributions.

Major upgrades are distributed as whole distributions.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to