PDA

View Full Version : Writing defaults to the registry


Daij-Djan
30th December 2001, 14:02
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.

kichik
30th December 2001, 20:10
WriteRegStr HKLM "SOFTWARE\Whatever" "" "bla bla"