'bla'->'${VALUE}'

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3584 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-07-07 17:06:54 +00:00
parent 40fc357e89
commit f52f1c921f

View file

@ -479,7 +479,7 @@ I wrote this script to help rpetges in \W{http://forums.winamp.com/showthread.ph
\c
\c multiszget:
\c
\c System::Call "${RegQueryValueEx}(r4, 'bla', 0, 0, r1, r2) .r3"
\c System::Call "${RegQueryValueEx}(r4, '${VALUE}', 0, 0, r1, r2) .r3"
\c
\c StrCmp $3 0 multiszprocess
\c MessageBox MB_OK|MB_ICONSTOP "Can't query registry value! ($3)[2]"