can you explain with more details how to make this with MSBuild?and how to
record the timestamp, now I'm using TFS to store my files.Thanks
> From: jacob.hoo...@greenheck.com
> To: wix-users@lists.sourceforge.net
> Date: Mon, 22 Sep 2014 20:59:29 +
> Subject: Re: [WiX-users] HeatDirectory op
Use MSBuild, specifically the XSLTransform task.
To optimize it even more, you can store the timestamp of the file generated
with the timestamp used to check out from version control. In which case you
don't have to re-run the HeatDirectory task every time you run your build
(unless the timesta
In my setup project I use in the msi project definition to
Harves a directory then I apply a transformation xslt to filter the result in
the wsx file.
I made this with several different filter but using the main root directory for
all of them, in this case the harvesting of the main root is mad
Hello All,
My questions is regarding to Burn.
I'm having an issue where CacheAcquireProgress does not fire. I am
not able to post feedback for my custom installation.
I have the handler set in the constructor:
DTBA.Model.Bootstrapper.CacheAcquireProgress +=
this.CacheAcq
I was given this by one of our internal deployment people this morning. Any
thoughts?
Keith Douglas
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@statcan.gc.ca
Telephone | Téléphone 613-
Yes exactly we use the language transforms only on localization strings
(ActionText, Control, Dialog, Error, RadioButton + UIText...). In Property
Table we change: ProductLanguage and add an additional Dummy Property for
an English Transform.
We don't change: ProductCode + Languages (In SummaryInf
Hi,
In my WiX project (VS2010) I added two localization files: en-us.wxl and
es-es.wxl. Each defines a string like:
en-us.wxl :
http://schemas.microsoft.com/wix/2006/localization";>
1033
es-es.wxl :
http://schemas.microsoft.com/wix/2006/localization";>
1034
In the Prodcut.w
7 matches
Mail list logo