|
|
#1 |
|
Junior Member
Join Date: Jan 2007
Posts: 1
|
ReadRegStr - what could be wrong with this code?
Hello everybody!
Can anyone tell me what could be wrong with this: Var /Global sfk_exe_name ReadRegStr $sfk_exe_name HKLM ${ProjectKeyName} "ApplicationName_exe" StrCmp $sfk_exe_name "" 0 exe_found MessageBox MB_OK|MB_ICONEXCLAMATION "not found" Quit exe_found: One of custemers says,that although he has non empty key ApplicationName_exe installer shows message "not found". Value of ApplicationName_exe had been checked just before installer was running. |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
${ProjectKeyName} --> "${ProjectKeyName}"
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|