Any characters in the project name that are invalid for WiX preprocessor variable names get automatically converted to underscores. So without renaming the project this should work:
$(var.My_Test_Project.TargetFilename) -----Original Message----- From: Alex Cater [mailto:[email protected]] Sent: Thursday, April 02, 2009 4:28 PM To: [email protected] Subject: Re: [WiX-users] Using Wix and Visual Studio I'm guessing that you cannot have spaces in a project reference variable... $(var.My Test Project.TargetFileName) Try renaming your test project to MyTestProject so the project reference variable becomes: $(var.MyTestProject.TargetFileName) -- View this message in context: http://n2.nabble.com/Using-Wix-and-Visual-Studio-tp2578030p2578131.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

