Search found 1 match

by FlorianWolf
08 Jun 2016, 07:19
Forum: Help
Topic: Hex values in Registry
Replies: 1
Views: 8842

Hex values in Registry

I tried to make a setup with Installforge, which writes a value to the registry. I have to write a hex value (REG_BINARY)
with a .reg file I do it like this:
[HKEY_CURRENT_USER\Software\...]
"Settings"=hex:28,00,00,00,FF
When I try to do this with Installforge I only get a text value (REG_SZ) in ...