[wix-users] Patch Creation Steps

Hoover, Jacob Jacob.Hoover at greenheck.com
Fri Dec 1 09:53:07 PST 2017


https://stackoverflow.com/questions/1405100/change-my-component-guid-in-wix

https://stackoverflow.com/questions/32142191/remove-or-rename-files-during-minor-updatewix-3-9-patch

If you don't have a solid understanding of Windows Installer, you should stick to major upgrades, auto-generated component ID's, and follow best practices.

https://www.joyofsetup.com/2008/12/30/paying-for-upgrades/

https://msdn.microsoft.com/en-us/library/windows/desktop/bb204770(v=vs.85).aspx


-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Ven H via wix-users
Sent: Friday, December 1, 2017 11:22 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Ven H <venh.123 at gmail.com>
Subject: [wix-users] Patch Creation Steps

Hi,

I am really sorry to be asking this question again, as I am new to WiX and I am not getting much help with Patch creation. I am currently following the below link to create a Patch.

http://petermarcu.blogspot.in/2007/06/wix-building-patch-using-new-patch_29.html

 If I follow it exactly like, <File Id="SampleFile" Name="Sample.txt"
Source=".\$(var.Version)\Sample.txt" />, the patch gets created. So, basically, in this case, the Sample.txt file has to be inside 1.0 and 1.1 with different content for the patch to get created. In my case, I cannot strictly follow this approach. My Sample.txt could be in a different folder with different content (say, Test/Sample.txt for version 1.0 and TestPatch/Sample.txt for version 1.1). But in this case, the Pyro command throws Object Reference error. I am finding it really difficult to debug this. So, are there any predefined folder structures to be followed for enabling patch creation? Please help.


Regards,
Venkatesh

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list