I'm trying to create an installer that install's several discrete applications. I would like to be about to create something like a variable, so i can use absolute paths
For something like the utilities library instead of typing c:\Users\me\Documents\VS2012\Projects\Foo\Bar\bin\Release\Util.dll
i would like to create a directory variable and type something like
[FooBarRelease]\Util.dll
Is that doable?