In article <[EMAIL PROTECTED]>,
    "Neil Sleightholm" <[EMAIL PROTECTED]>  writes:

> It there anyway to remove the hash (#) from the start of a
> RegistrySearch if the value is a DWORD?

I'm guessing the reason you want this is so that you can do numeric
comparisons on a DWORD value in a condition?

You could write a CA to adjust the property, but what I did when I
wanted to write conditions on a DWORD read out of the registry is to
just treat it as a string comparison.  This may or may not be feasible
in your case; in my case I only had to do equality comparisons for a
small number of values.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
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=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to