You are here

Help! The symbol "@"(Default) doesn't work in the segment [RegistryValueBackupDelete]

3 posts / 0 new
Last post
fallenyugo
fallenyugo's picture
Offline
Last seen: 5 years 1 month ago
Joined: 2012-02-09 00:46
Help! The symbol "@"(Default) doesn't work in the segment [RegistryValueBackupDelete]

How can i deal with this @(Default) Value?
what to take the place of it?

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 37 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Placeholder

The @ symbol is just a placeholder in regedit. It's not the actual value entry. In NSIS's registry component, you're supposed to leave it blank. Have you tried just "HKCU\Key\value\" ?

Sometimes, the impossible can become possible, if you're awesome!

fallenyugo
fallenyugo's picture
Offline
Last seen: 5 years 1 month ago
Joined: 2012-02-09 00:46
Thanks John.Yes I have,

Thanks John.
Yes I have, Besides I tried ""、NULL etc.
Now Only the blank work with [RegistryValueWrite], nor the [RegistryValueBackupDelete].(the value was not deleted after app closing)

[RegistryValueWrite]
HKCU\Testing\=REG_SZ:%PAL:AppDir%

[RegistryValueBackupDelete]
1=HKCU\Testing\

Test with any other numbers or chracters instead of blank will work, but I still have to deal with the (default) anyway.

Log in or register to post comments