|
|
#1 |
|
Junior Member
Join Date: Jun 2003
Posts: 2
|
Changing (default) reg key
Hey, this has prolly been asked before but i cant seem to find the answer, or a way round it.
If i want to change the (default) key in a registry key I use: WriteRegStr HKEY_CLASSES_ROOT ".plop" "(Default)" '"APlop"' for example. But this creates a new key called (Default), I need to change the value in the current one. Is there a UpdateRegStr sorta thing? Thanks -FanBoy |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Use an empty string instead of "(Default)".
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2003
Posts: 2
|
Wow, that was fast, thank you very much!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|