Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested preprocessor variables #4007

Open
wixbot opened this issue May 20, 2013 · 1 comment
Open

Nested preprocessor variables #4007

wixbot opened this issue May 20, 2013 · 1 comment

Comments

@wixbot
Copy link

wixbot commented May 20, 2013

I would like to see nested preprocessor variables implemented.

In my case, I would like to be able to create a variable for my project references like so;

Solution
|-ConsoleAppName
|
|-GuiAppName
|--Resources
|---Main.ico
|
|-Setup
|--ConsoleAppReference
|--GuiAppReference

$var.($(var.Cons).ProjectName) expands to "ConsoleAppName".
$var.($(var.Gui).ProjectDir)Resources\Main.ico expands to GuiAppName\Resources\Main.ico
$var.($(var.Gui).TargetPath) expands to GuiAppReference.TargetPath

This would allow users to set friendly names to their project references, and make template creation easier.

Originally opened by orangejello from http://sourceforge.net/p/wix/feature-requests/731/

@wixbot
Copy link
Author

wixbot commented Oct 3, 2013

Originally changed by barnson
Area set to compiler
Release changed from Future to v4.x

@wixbot wixbot added this to the v4.x milestone Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant