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.

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

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

[WiX-users] custom ui sample question

2008-09-05 Thread P a u l
I am just starting to try wix. I have built and run the sample UI projects up through the WixCustomSample.zip in vs2008. I don't see a way to process the key on the custom dialog. It appears there is an event system but I don't see any docs on this. Are there any tutorials that expand on this

Re: [WiX-users] custom ui sample question

2008-09-05 Thread P a u l
I found the sample WixSampleDllCA. So just the images question remains for now. -- View this message in context: http://n2.nabble.com/custom-ui-sample-question-tp842093p842175.html Sent from the wix-users mailing list archive at Nabble.com.