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.


-- 
View this message in context: 
http://n2.nabble.com/custom-ui-sample-question-tp842093p950571.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 MyProject. So, to make
it work in Wixedit, just replace it with the correct filename. For example,
MyProject.exe, MyProject.dll, ... etc.


Hope that helps,
Troy


On Sat, Sep 6, 2008 at 4:22 PM, P a u l [EMAIL PROTECTED] wrote:


 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.


 --
 View this message in context:
 http://n2.nabble.com/custom-ui-sample-question-tp842093p950571.html
 Sent from the wix-users mailing list archive at Nabble.com.


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 sample to
show how to actually validate the license key? Or verify a
username/password, that sort of thing?

I've also tried some custom bitmaps for the dialogs but the graphics aren't
lining up. Anything for that in the docs?


-- 
View this message in context: 
http://n2.nabble.com/custom-ui-sample-question-tp842093p842093.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users