Inno-Setup-issrc/Projects/Src/IDE.RegistryDesignerFormTest.reg

39 lines
2.7 KiB
Reg
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Windows Registry Editor Version 5.00
; Added using Windows 11's RegEdit
[HKEY_CURRENT_USER\Software\My Program\Test]
"Value A"="A"
"Value A long"="This is a very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long value"
"Value A \\ and {"="A\\B{C"
"Value B"=hex:01,23,45,67,89
"Value C"=dword:00bc614e
"Value J"=hex(7):61,00,62,00,63,00,00,00,64,00,65,00,66,00,00,00,67,00,68,00,\
69,00,00,00,00,00
"Value F"=hex(2):61,00,62,00,63,00,00,00
"Value M"=hex(b):ff,ff,ff,ff,ff,ff,ff,ff
@="Default Value"
; Added manually: supported but not possible to create using Windows 11's RegEdit?
[HKEY_CURRENT_USER\Software\My Program\Test\Manual]
"Value E"=hex(1):41,00
"Value E truncated"=hex(1):41
; Comment inside section
"Value G"=hex(3):01,23,45,67,89
"Value H"=hex(4):4e,61,bc,00
[HKEY_CURRENT_USER\Software\My Program\Test\Empty Key With Space]
[HKEY_LOCAL_MACHINE\Software\My Program\Test\Administrative Key]
"Value A"="A"
[HKEY_CLASSES_ROOT\Software\My Program\Test]
"Value A"="A"
[-HKEY_CURRENT_USER\Software\My Program\Test\Key To Delete]
"Value A"="Weird value that should be ignored"
[-HKEY_CURRENT_USER\]
[HKEY_CURRENT_USER\Software\My Program\Test\Key With Value To Delete]
"Value A"=-
;Official .reg files must end with a blank line but we support ones without