Hex values in Registry

You have trouble using InstallForge? Then this is the right place for you.
Post Reply
FlorianWolf
Posts: 1
Joined: Wed Jun 08, 2016 7:00 am

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?
User avatar
Soner
Posts: 146
Joined: Mon Sep 15, 2014 12:36 pm

Hello,
it is not possible yet. However we are planning to add this feature to future releases of InstallForge.
Best regards,
Soner Boztas, M.Sc. Aerospace Engineering

Add me on LinkedIn: https://www.linkedin.com/in/soner-boztas-engineer
Post Reply