# HG changeset patch # User Jon Chatten # Date 1270051896 -3600 # Node ID d8edd94cd8e2f311f32f216c07639e63a2351ec1 # Parent ae9510aa2ca10a09d1b4002c89c8faf08098e505 version 2.13.0 (candidate 2) diff -r ae9510aa2ca1 -r d8edd94cd8e2 sbsv2/raptor/util/install-windows/raptorinstallerscript.nsi --- a/sbsv2/raptor/util/install-windows/raptorinstallerscript.nsi Wed Mar 31 13:51:26 2010 +0100 +++ b/sbsv2/raptor/util/install-windows/raptorinstallerscript.nsi Wed Mar 31 17:11:36 2010 +0100 @@ -188,6 +188,7 @@ # Generate batch file to set environment variables for Raptor StrCpy $RESULT "@REM Environment variables for ${INSTALLER_NAME}$\r$\nset SBS_HOME=$INSTDIR$\r$\nset PATH=%SBS_HOME%\bin;%PATH%$\r$\n" + SetOutPath "$INSTDIR" !insertmacro WriteFile "RaptorEnv.bat" "$RESULT" SectionEnd