sbsv2/raptor/util/install-windows/raptorinstallerscript.nsi
changeset 427 d8edd94cd8e2
parent 426 ae9510aa2ca1
equal deleted inserted replaced
426:ae9510aa2ca1 427:d8edd94cd8e2
   186 end:
   186 end:
   187     ${EndUnless} 
   187     ${EndUnless} 
   188 	
   188 	
   189 	# Generate batch file to set environment variables for Raptor
   189 	# Generate batch file to set environment variables for Raptor
   190 	StrCpy $RESULT "@REM Environment variables for ${INSTALLER_NAME}$\r$\nset SBS_HOME=$INSTDIR$\r$\nset PATH=%SBS_HOME%\bin;%PATH%$\r$\n"
   190 	StrCpy $RESULT "@REM Environment variables for ${INSTALLER_NAME}$\r$\nset SBS_HOME=$INSTDIR$\r$\nset PATH=%SBS_HOME%\bin;%PATH%$\r$\n"
       
   191 	SetOutPath "$INSTDIR"
   191 	!insertmacro WriteFile "RaptorEnv.bat" "$RESULT"
   192 	!insertmacro WriteFile "RaptorEnv.bat" "$RESULT"
   192 SectionEnd
   193 SectionEnd
   193 
   194 
   194 # Finishing up installation.
   195 # Finishing up installation.
   195 Section
   196 Section