Re: [WiX-users] custom ui sample question

2008-09-06 Thread P a u l
Thank you, that's clear now. -- View this message in context: http://n2.nabble.com/custom-ui-sample-question-tp842093p950866.html Sent from the wix-users mailing list archive at Nabble.com. - This SF.Net email is sponsore

Re: [WiX-users] custom ui sample question

2008-09-06 Thread Troy Howard
Well, the value is a pre-processor variable. It doesn't exist outside of VS (or a commandline MSBuild environment). So, when you build it in Wixedit, it doesn't have that variable set. Specifically, this variable is referring to the filename of a dll/exe/msm/etc from a visual studio project called

[WiX-users] MUI Language selection during uninstallation.

2008-09-06 Thread Ali-Akber Saifee
I have an installer that support MUI builds of Vista. The installer is triggered to install in the user's locale by calling the GetUserDefaultUILanguage() from a bootstrapper and passing in the appropriate transform through the command line. This works fine. However, if the user switches their UI l

Re: [WiX-users] custom ui sample question

2008-09-06 Thread P a u l
I'm trying Wixedit and it won't build the project due to this error: error CNDL0150 : Undefined preprocessor variable '$(var.MyProject.TargetFileName)'. The project builds within vs2008 okay, but not in Wixedit (latest version). This must be some well known issue? Thanks for any help on this.