2013/10/26 Tunney, Stephen :
> Hello All,
>
> I've got a rather large project that involves a set of wixlib projects that
> are referenced by 8 different products. These different wixlibs all use
> various cab files defined in a wxi file globally.
>
> Now I'm in the throes of generating my patc
Hello All,
I've got a rather large project that involves a set of wixlib projects that are
referenced by 8 different products. These different wixlibs all use various
cab files defined in a wxi file globally.
Now I'm in the throes of generating my patching and I would like to use the
steps d
When the user selects another folder the variable is updated.
On 25 Oct 2013 00:47, "John Ludlow" wrote:
> Thanks for that
>
> Does that prevent the user from selecting another folder?
>
> Thanks again
>
>
> On 24 October 2013 17:10, santhosh yalamuri wrote:
>
> > We have to set InstallFolder va
No, you can build packages without installing Wix.
I know there was a thread about this recently that actually had links to doing
it and some good documentation.
-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Friday, October 25, 2013 2:51 PM
To: General discu
That would be incorrect. If the installer is building, WiX needs to be
installed. Now it is possible to do things "in tree" (as it appears you are
doing), but even that counts as an install of sorts.
Something (probably a registry entry) is still pointing elsewhere.
--
John Merryweather Coope
But I shouldn't need to install "WiX" on the build server, right? At least
that's how I understand this page in the WiX docs...
http://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html
What I find odd is why is MSBuild even looking for the wix.targets file in
the program files fol
It's not the target you're building to. It may be a manifestation of a bug in
the WiX installer. It only creates entries in the 32-bit registry hive. On
64-bit build servers, these are in WOW, and they don't resolve as expected.
You can create the keys in the 64-bit hive or force the builds
Yes (so it my desktop). But the wixproj's platform is set to x86 for the
Release/AnyCPU traget. That is same target used on my machine as well as
the build configuration in TFS.
On Fri, Oct 25, 2013 at 2:48 PM, John Cooper wrote:
> Are your build servers 64-bit?
>
> --
> John Merryweather Coo
Are your build servers 64-bit?
--
John Merryweather Cooper
Build & Install Engineer -- ESA
Jack Henry & Associates, Inc.(r)
Shawnee Mission, KS 66227
Office: 913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com
-Original Message-
From: Tony [mailto:yellowjacketl...@gmail.com]
My test solution builds fine on my machine (Release/AnyCPU), but on our
build server I get this error...
Built
$/Sandbox-Scrum/TLBBuildSandbox/Code/Installers/HS.Test.Installer/HS.Test.Installer.wixproj
for target(s) Clean.
C:\Builds\2\Sandbox-Scrum\HS.Test.All\src\Sandbox-Scrum\TLBBuildSandbox
Is your CA scheduled as deferred?
-Original Message-
From: Swaroop Kare [mailto:swaroop.k...@ifdspercana.com]
Sent: Friday, October 25, 2013 12:27 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] SetProperty Behaviour
Hi Jacob,
Please interpret as [SERV
Hi Jacob,
Please interpret as [SERVICEUSER] which is coming from CA and
being set as below in CA
session.CustomActionData["SERVICEUSER"] ="MyUser";
Thanks
-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: 25 October 2013 15:51
To: Genera
PatchMetaData table:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370584(v=vs.85).aspx
Look at DisplayName.
IIs that what you used when the patch creation failed?
Phil Wilson
On Fri, Oct 25, 2013 at 5:06 AM, kirannhegde wrote:
> The documentation for PatchMetaData table lists f
Is XXX in this case referring to another property? The reason it deletes is
because it has no value.
-Original Message-
From: Swaroop Kare [mailto:swaroop.k...@ifdspercana.com]
Sent: Friday, October 25, 2013 9:41 AM
To: General discussion about the WiX toolset.
Subject: [WiX-users] SetP
Hi,
I am using wix element SetProperty to preserve a value of the
property during repair/ patch installation as shown in the below snippet
My property declaration is as follows
In the verbose log
Action ended 12:40:35: CostFinalize. Retur
The documentation for PatchMetaData table lists few standard properites.
http://msdn.microsoft.com/en-us/library/aa370344(v=vs.85).aspx
I do not see anything mentioned for populating Title, Comments etc.
I even attempted building the patch by updating the .pcp file to include
the Title propert
Oops never noticed that :)
-Original Message-
From: Chaitanya [mailto:chaita...@pointcross.com]
Sent: 25 October 2013 12:13
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Create a Empty Folders through Wix
In heat Command i added the tag like -ke after that it is
In heat Command i added the tag like -ke after that it is working
fine.it is creating empty folders.
On 25-10-2013 16:22, David Watson wrote:
> Create a 0kb placeholder files in your empty directories, if you want them to
> be included automatically.
>
> Would be an interesting addition to heat
Create a 0kb placeholder files in your empty directories, if you want them to
be included automatically.
Would be an interesting addition to heat to allow empty folder harvesting.
-Original Message-
From: Chaitanya [mailto:chaita...@pointcross.com]
Sent: 25 October 2013 10:43
To: Genera
we can create.but i dont want any manual actions in .wxs file..
On 25-10-2013 13:30, Dirk Raeder wrote:
> Hi Chaitanya,
>
> we have to create several empty folders, too. We simply create the
> directory structure in our .wxs files and add a Component inside each
> empty folder. The Component has
Hi Chaitanya,
we have to create several empty folders, too. We simply create the
directory structure in our .wxs files and add a Component inside each
empty folder. The Component has the attributes KeyPath=no,
NeverOverwrite=no, Permanent=no, Win64=yes (we have a 64bit-only
installer) and Location
Sorry,i resolved the issue...thanks
On 25-10-2013 13:12, Chaitanya wrote:
> Hi,
> In my Source file I am having a lot of empty folders.But,it is not
> creating the empty folders through "Heat or WixEdit".How to create an
> empty folders through wix.
>
--
Thanks & Regards,
Chaitanya.
Hi,
In my Source file I am having a lot of empty folders.But,it is not
creating the empty folders through "Heat or WixEdit".How to create an
empty folders through wix.
--
Thanks & Regards,
Chaitanya.
--
October Webina
23 matches
Mail list logo