[NETBEANS-2523] Installer creates invalid Win Registry value

The WindowsRegistry_set32BitValue0() function was incorrectly using
the length of the Registry name (e.g. 'NoModify') as the the length of 
value. Since the value we are setting is of type DWORD the length is
indeed always exactly 4 bytes, regardless of OS bitness. 
Solution: sizeof(dword) will always return 4, but we might as well 
have hard-coded the 4. 
1 file changed
tree: f65229e98c6d1c13376e0aee2ab2dd4461801119
  1. cleaner/
  2. jnilib/
  3. launcher/
  4. build.properties
  5. build.xml