Re: [WiX-users] Using Property in File

2007-07-13 Thread Sebastian Brand
Hello, 's are processed during installation not while compiling the .msi - What you may want to do instead is use pre-processor variables. E.g.: And then: $(var.sourcedir) gets replaced with the value specified in the tag Best regards, Sebastian Brand Instyler Software - http://www

[WiX-users] Using Property in File

2007-07-13 Thread Craig Ward
I'm trying to access a property in a file component. I have code that looks like this: ..\..\MyFolder , but when I try to compile, I get: "error LGHT0100 : File of type 'File' with name '[source.dir]\Main.exe' could not be found. What am I doing wrong???