I am having a hard time determining the best way to handle patching v1.0
with v1.n.  I have all my wxs files built for v1.0, and would like to move
forward with v1.n.  I have read the WiX doco, which explains the process of
building a patch "Using Purely WiX".  This process seems to assume v1.n will
contain a subset of files to be patched in v1.0, but no new files.

For example, the WiX configuration assumes Sample.txt will be in all
versions:

<Component Id="SampleComponent"
Guid="{C28843DA-EF08-41CC-BA75-D2B99D8A1983}" DiskId="1"> <File
Id="SampleFile" Name="Sample.txt" Source=".\$(var.Version)\Sample.txt" />
</Component>

However, what if Sample.txt is only in v1.n and all subsequent releases?

Are there any best practices you might recommend?

Regards,
- Troy
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to