Re: [WiX-users] CustomAction Error not displaying...

2009-10-06 Thread Dominique Louis
VERSION < 200) OR ( WIX_DIRECTX_VERTEXSHADERVERSION = "NotSet" ) ) Dominique. -Original Message- From: Blair [mailto:os...@live.com] Sent: 02 October 2009 22:15 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] CustomAction Error

Re: [WiX-users] CustomAction Error not displaying...

2009-10-02 Thread Blair
According to the wix docs, those properties are NotSet if the API errors out. So, without testing, I would suppose that you would need (for your error message's condition): ((WIX_DIRECTX_PIXELSHADERVERSION < 200) OR NOT WIX_DIRECTX_PIXELSHADERVERSION) AND ((WIX_DIRECTX_VERTEXSHADERVERSION < 200) O