I tried to add some registry keys using a reg file.
The syntax for the shell command looks e.g. like this:
REG IMPORT d:\regfile\regfile.regNow the problem is, if I use that in my NSIS script, it just won't work. But I copied that command out of the "detail view" and just pasted it into a console window, and it worked perfectly.
So the command in my script must be 100% correct, but it doesn't get executed correctly. I used the following syntax:
ExecWait '"REG IMPORT d:\regfile\regfile.reg"'Does anybody know why this doesn't work? And if it's not my fault, is there any alternative to this command?
Nice greetings
Guv'nor