Forum: NSIS Discussion
25th April 2006, 17:25
|
|
Replies: 2
Views: 2,817
|
Forum: NSIS Discussion
25th April 2006, 17:10
|
|
Replies: 2
Views: 2,817
using WriteRegBin gives nsis compiler error
Hello everyone,
The following instruction gives me an error when compiling
WriteRegBin HKCU "software\example" "Phrase" $R1
$R1 holds the data to put in the registry. If I add the data...
|