[wix-users] Force update of Single File

Bryan Dam bryand at recastsoftware.com
Mon Mar 9 05:49:19 PDT 2020


The problem being that we use heat to generate the files and I wasn't sure how to hard-code a value for a single file in the scenario.  Thanks for the info, the piece I was missing was that you can apply/pass an XSLT to heat.

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Nir Bar via wix-users
Sent: Monday, March 9, 2020 8:45 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Nir Bar <nir.bar at panel-sw.com>
Subject: Re: [wix-users] Force update of Single File

Not sure I understand what you mean, but you can specify the ForceVersion per file.

Also you can use XSLT transform to add it to a specific file during heat


--

Nir Bar

WiX Expert




---- On Mon, 09 Mar 2020 14:41:41 +0200 Bryan Dam <bryand at recastsoftware.com> wrote ----


I ran up against the same problem as the OP but we were using heat to generate the file list.  Luckily for us it was the third build number and waiting out the next release made the problem go away.  In a scenario like that ... can we specify an override for just one file? 
 
-----Original Message----- 
From: wix-users <mailto:wix-users-bounces at lists.wixtoolset.org> On Behalf Of Nir Bar via wix-users 
Sent: Sunday, March 8, 2020 6:44 AM 
To: WiX Toolset Users Mailing List <mailto:wix-users at lists.wixtoolset.org> 
Cc: Nir Bar <mailto:nir.bar at panel-sw.com> 
Subject: Re: [wix-users] Force update of Single File 
 
Use my WiX extension: 
 
https://www.nuget.org/packages/PanelSwWixExtension/ 
 
 
 
<Component> 
 
<File> 
 
 <panelsw:ForceVersion /> 
 
</File> 
 
</Component> 
 
 
-- 
 
Nir Bar 
 
WiX Expert 
 
____________________________________________________________________ 
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

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


More information about the wix-users mailing list