On 10-05-2012 14:00, Morten Lemvigh wrote:
> I have written a preprocessor extension that has a dependency to another
> assembly. When I try to build a setup project using that extension, I
> get an error saying:
>
> In the preprocessor extension that handles prefix 'somePrefix' while
> trying to c
Here is what I consider a better powershell script to execute msbuild. What I
really like about this script is that it finds msbuild on its own and sets a
number of default values that can be overridden at call-time. This script is
really good for command line usage. If I just needed to automate
I've done it and it works fine. One tricky thing was working with
PowerShell's parsing modes to get the arguments passed-in correctly (notice
the back-tick-escaped double quotes in the $msBuildArgs parameter, below).
If you manually use Candle/Light you have to worry about compiling fragments
ah
I use the WIX environment variable which you can access just like a property.
(i.e., $(WIX)). In this manner, the path to candle would be
$(WIX)bin\candle.exe.
--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.(r)
Shawnee Mission, KS 66227
Office: 913-341
The topic of automating Heat has come up several times on the Users list. I
haven't seen anyone post an implementation. At work I'm about to write such
an extension but /only/ concerning harvesting specific COM visible DLLs.
I'm reading about Wix Extensions and brushing up on the Component Rules
Hi,
We have a WiX project using Visual Studio 2005, with WiX 3.5, and I want
to use torch.exe to create a transform of the differences between the
english and german versions of the installer. (I am using .wxl files to
generate en-us and de-de versions of the installer.)
How do I get to the
On 07-May-12 09:51, Dmuller720 wrote:
> But the question is still, can someone help me get a picture as the image
> for a rectangular button?
Use @Bitmap="yes" and @Text="Binary/@Id of bitmap".
--
sig://boB
http://joyofsetup.com/
-
On 08-May-12 11:45, Gareth wrote:
> Up until now I have been able to merge VC90 merge modules of both x86 and x64
> varieties into the same package without any problem.
That's legal in an x64 package only.
--
sig://boB
http://joyofsetup.com/
-
*looks sheepish*
Forgot the:
[assembly: BootstrapperApplication(typeof(TestBa.TestBa))]
All good now :)
Cheers,
Nigel
-Original Message-
From: Nigel Morse [mailto:nigel.mo...@red-gate.com]
Sent: 10 May 2012 17:46
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Managed bootstr
Hi,
I'm trying to create a managed bootstrap installer but the error log is telling
me it's failing to create it:
[0AFC:15D4][2012-05-10T17:38:07]: Setting string variable
'WixBundleOriginalSource' to value 'C:\temp\testbundle\Bundle.exe'
[0AFC:15D4][2012-05-10T17:38:08]: Setting string variabl
This turned out to be the best solution:
-
Lars Augensen
Software Engineer
-Original Message-
From: Lars Augensen [mailto:lars.augen...@confirmit.com]
Sent: 10. mai 2012 10:10
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Multiple p
On 10-05-2012 14:31, Simon Dahlbacka wrote:
> The name in the error message and the name of the dll is spelled
> differently, can it be as simple as that?
Sorry, that is just a typo I introduced when replacing the original
assembly name. The names are the same in the two places.
/Morten
-
The name in the error message and the name of the dll is spelled
differently, can it be as simple as that?
/Simon
On Thu, May 10, 2012 at 3:00 PM, Morten Lemvigh <
morten.lemv...@novasoftware.se> wrote:
> I have written a preprocessor extension that has a dependency to another
> assembly. When I
I have written a preprocessor extension that has a dependency to another
assembly. When I try to build a setup project using that extension, I
get an error saying:
In the preprocessor extension that handles prefix 'somePrefix' while
trying to call function 'someFunction' and exception has occur
Rob Mensching-7 wrote
>
> Wow, can you point to exactly where you got the vc_red.msi? The
> SuppressLooseFilePayloadGeneration was added to temporarily support some
> stupidly authored MSI files in Visual Studio. The plan was they would fix
> the MSIs and this attribute would be removed.
>
> It
Thank you phil, this clears it up, I have 2 shortcuts to one exe, just with a
different argument.
Simon
-Original Message-
From: Philip Sayers [mailto:p...@cds-am.net]
Sent: 09 May 2012 15:22
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Shortcut hi
I am using following but its not working (at-least OS check should work but
its not):
Not Privileged
Installed OR (VersionNT=600 AND ServicePackLevel>=2) OR
(VersionNT=601 AND ServicePackLevel>=1)
Installed OR NETFRAMEWORK40CLIENT OR NETF
"80,81" just defaults to port 80, 81 seems to be ignored.
Having two "port" properties yields this:
'Port' is a duplicate attribute name
Creating two website elements then seems the way to go, but won't this result
in two different websites?
-
Lars Augensen
Software Engineer
-Original Messa
Wow, can you point to exactly where you got the vc_red.msi? The
SuppressLooseFilePayloadGeneration was added to temporarily support some
stupidly authored MSI files in Visual Studio. The plan was they would fix
the MSIs and this attribute would be removed.
It never occured to me that they may hav
Looks like you are passing your source code to the linker. That's like
passing a .cpp file to link.exe. Won't work. Try passing the .wixobj(s).
On Wed, May 9, 2012 at 6:49 AM, Charles Broadfoot <
charles.broadf...@microsoft.com> wrote:
> Its telling me that the wix tag is invalid. I pasted the o
20 matches
Mail list logo