Page 1 of 1

Hex values in Registry

Posted: 08 Jun 2016, 07:19
by FlorianWolf
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 the registry.
Is there a possibility to write a hex value to the registry with Installforge?

Re: Hex values in Registry

Posted: 10 Jun 2016, 22:05
by Soner
Hello,
it is not possible yet. However we are planning to add this feature to future releases of InstallForge.