installer/windows/rhosync.nsi in rhoconnect-3.1.0.beta1 vs installer/windows/rhosync.nsi in rhoconnect-3.1.0.beta2

- old
+ new

@@ -97,11 +97,11 @@ Pop $R0 Push "PATH" Push "R" Push "HKLM" - Push "$INSTDIR\redis-2.4.5" + Push "$INSTDIR\redis-2.4.6" Call un.EnvVarUpdate Pop $R0 DeleteRegValue HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" REDIS_HOME @@ -168,28 +168,28 @@ Section "Redis" redisSection SetOutPath $INSTDIR - File /r "redis-2.4.5" + File /r "redis-2.4.6" ;add to path here Push "PATH" Push "P" Push "HKLM" - Push "$INSTDIR\redis-2.4.5" + Push "$INSTDIR\redis-2.4.6" Call EnvVarUpdate Pop $R0 Push "REDIS_HOME" Push "P" Push "HKLM" - Push "$INSTDIR\redis-2.4.5" + Push "$INSTDIR\redis-2.4.6" Call EnvVarUpdate Pop $R0 - ExecWait '$INSTDIR\redis-2.4.5\redis-service.exe install' $0 + ExecWait '$INSTDIR\redis-2.4.6\redis-service.exe install' $0 StrCmp $0 "0" continue wrong wrong: MessageBox MB_OK "Error installing service"