Writing defaults to the registry
I am trying to write default values to the registry...
in a .reg file these are stored as @.
in c i use RegSetValue and pass NULL as name of the property.
How do i do this with NSIS.
Archive: Writing defaults to the registry
Writing defaults to the registry
I am trying to write default values to the registry...
in a .reg file these are stored as @.
in c i use RegSetValue and pass NULL as name of the property.
How do i do this with NSIS.
WriteRegStr HKLM "SOFTWARE\Whatever" "" "bla bla"