a .sln.
>
> ___
> FireGiant | Dedicated support for the WiX toolset |
> http://www.firegiant.com/
>
> -Original Message-
> From: ferdi.oeztu...@accenture.com [mailto:ferdi.oeztu...@accenture.com]
> Sent: Friday, August 1, 2014 3:54 AM
> To: wix-users@lists.sourceforge.net
...@accenture.com [mailto:ferdi.oeztu...@accenture.com]
Sent: Friday, August 1, 2014 3:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Undefined preprocessor variable '$(var.SolutionName)'.
Hi *
My build does not find the preprocessor variable var.SolutionName
Mobility.Platform.W
Hi *
My build does not find the preprocessor variable var.SolutionName
Mobility.Platform.Windows.msm\Common\Module.wxi (4): Undefined preprocessor
variable '$(var.SolutionName)'.
Is it obsolete? Which solution-based variables are working?
Thank you very much and regards
Ferdi
Thanks for your help Kurt, it worked!
-Original Message-
From: Kurt Jensen [mailto:kurt.jen...@us.ophiropt.com]
Sent: Thursday, 18 August 2011 8:55 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Undefined preprocessor variable error message - how
: [WiX-users] Undefined preprocessor variable error message - how
to get preprocessor variables working?
Hi I'm new to WIX so bear with me with this simple question. J
Using VS2010 Votive, .NET 4, Wix 3.5
I'm in VS 2010 and I created a simple WPF project. Then I created a Wix
project (i
Hi I'm new to WIX so bear with me with this simple question. J
Using VS2010 Votive, .NET 4, Wix 3.5
I'm in VS 2010 and I created a simple WPF project. Then I created a Wix
project (in the same solution), and added a reference to my WPF project in
my Wix project. All is good.
But the pre-pr
users] Undefined preprocessor variable
'$(var.Spiricon.FactoryManager.TargetPath)'
Am 03.05.2011 18:30, schrieb Kurt Jensen:
> The full command line contains over 70 other projects with variable
> definitions all of which contain one or more "."
>
> None of the other
Am 03.05.2011 18:30, schrieb Kurt Jensen:
> The full command line contains over 70 other projects with variable
> definitions all of which contain one or more "."
>
> None of the other $(var.Spiricon..TargetPath) is listed as an
> error.
>
>
>> -dSpiricon.Factory.Manager.TargetPath=E:\BaseI\CodeBas
ay, May 03, 2011 7:16 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Undefined preprocessor variable
'$(var.Spiricon.FactoryManager.TargetPath)'
I think it's confused because of the ".".
When I create a WiX project in Visual Studio and add a reference to a
..@us.ophiropt.com
> Date: Tue, 3 May 2011 06:56:26 -0600
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Undefined preprocessor variable
> '$(var.Spiricon.FactoryManager.TargetPath)'
>
> converting a v3.0 project to v3.5.
>
converting a v3.0 project to v3.5.
on the command line I find the following.
…
dSpiricon.Export.TargetDir=E:\BaseI\CodeBase\Applications\Assemblies\
-dSpiricon.Export.TargetExt=.dll
-dSpiricon.Export.TargetFileName=Spiricon.Export.dll
-dSpiricon.Export.TargetName=Spiricon.Export
-dSpiricon.E
converting a v3.0 project to v3.5.
on the command line I find the following.
…
dSpiricon.Export.TargetDir=E:\BaseI\CodeBase\Applications\Assemblies\
-dSpiricon.Export.TargetExt=.dll
-dSpiricon.Export.TargetFileName=Spiricon.Export.dll
-dSpiricon.Export.TargetName=Spiricon.Export
-dSpiricon.E
This was the key.
Thanks Dave
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Undefined-Preprocessor-Variable-tp5531578p5534440.html
Sent from the wix-users mailing list archive at Nabble.com.
--
On 14-Sep-10 14:51, pcristini wrote:
> I'm trying to use the variable in the main Product.wxs file and a couple
> other referencing wxs files like this:
>
>
> Any ideas why this value would not be working?
Your code didn't come through.
--
sig://boB
http://joyofsetup.com/
You need to ?include the wxi in every wix file that uses things defined
in it.
Dave
-Original Message-
From: pcristini [mailto:pcrist...@paretoplatform.com]
Sent: 14 September 2010 19:51
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Undefined Preprocessor Variable
I
I'm getting an "Undefined preprocessor variable '$(var.AppRegistryPath)'." in
one of my wxs files.
Inside the main Product.wxs I include the config file like so:
This file includes a bunch of defined variables:
I'm trying to use the variab
Or, if you wish to avoid extraneous ";" marks:
ItemOne
ItemTwo
$(Property);ItemTwo
-Blair
-Original Message-
From: Elfe Xu [mailto:elf...@microsoft.com]
Sent: Tuesday, June 22, 2010 5:26 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Undefined pr
Interesting. Why is the DefineConstants different with other element suche as
Property?
I have a file MyProj.WIX.targets, which is used by Setupx64.wixproj and
Setupx86.wixproj. So I could not have my constants definitation partially in
the WIX.targets and partially in the wixproj files, according
22, 2010 10:26 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Undefined preprocessor variable error
>
> In MyProj.WIX.Targets, I have
>
> BinDirRoot=$(BranchBinDirRoot)
>
> And in Components.wxs, I have
> Source="$(var.BinDirRoot)\abc.d
In MyProj.WIX.Targets, I have
BinDirRoot=$(BranchBinDirRoot)
And in Components.wxs, I have
So far so good.
Then I want to add a file from the source,
Surely I will get error of Undefined preprocessor variable "$(var.SourceDirRoot)
Then I modify the MyProj.WIX.Targets, add this line:
: Thursday, August 02, 2007 12:05 AM
To: Rowland, Chris
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Undefined preprocessor variable
[EMAIL PROTECTED] wrote:
When I try to compile some of the wix 3 ui files, I get errors like
Just curious: What are you trying to do? If you
[EMAIL PROTECTED] wrote:
When I try to compile some of the wix 3 ui files, I get errors like
Just curious: What are you trying to do? If you're rebuilding the entire
UI extension, you need to pass the same arguments as
src\ext\UIExtension\UIExtension.build.
Common.wxs(15) : error CNDL0150
at instead
Hope this helps
Mark
- Original Message -
From: [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Sent: Wednesday, August 01, 2007 9:57 PM
Subject: [WiX-users] Undefined preprocessor variable
When I try to compile some of the wix 3 ui files, I get e
When I try to compile some of the wix 3 ui files, I get errors like
Common.wxs(15) : error CNDL0150 : Undefined preprocessor variable
'$(var.bannerBmp)'.
Is it possible to pass values for variables on the command line?
Ex:
"C:/Program Files/Windows Installer XML v3"/bin/candle ./u
24 matches
Mail list logo