sbsv2/raptor/util/install-windows/raptorinstallerscript.nsi
branchwip
changeset 5 593a8820b912
parent 3 e1eecf4d390d
child 79 540de0f551cf
equal deleted inserted replaced
3:e1eecf4d390d 5:593a8820b912
   101 	
   101 	
   102     StrCpy $SBS_HOME "SBS_HOME"
   102     StrCpy $SBS_HOME "SBS_HOME"
   103 	
   103 	
   104     # Install Raptor
   104     # Install Raptor
   105     SetOutPath "$INSTDIR\bin"
   105     SetOutPath "$INSTDIR\bin"
   106     File /r ${RAPTOR_LOCATION}\bin\*.* 
   106     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\bin\*.* 
   107     SetOutPath "$INSTDIR\examples"
   107     SetOutPath "$INSTDIR\examples"
   108     File /r ${RAPTOR_LOCATION}\examples\*.*
   108     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\examples\*.*
   109     SetOutPath "$INSTDIR\lib"
   109     SetOutPath "$INSTDIR\lib"
   110     File /r ${RAPTOR_LOCATION}\lib\*.*
   110     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\lib\*.*
   111     SetOutPath "$INSTDIR\python"
   111     SetOutPath "$INSTDIR\python"
   112     File /r ${RAPTOR_LOCATION}\python\*.*
   112     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\python\*.*
   113     SetOutPath "$INSTDIR\schema"
   113     SetOutPath "$INSTDIR\schema"
   114     File /r ${RAPTOR_LOCATION}\schema\*.*
   114     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\schema\*.*
   115     SetOutPath "$INSTDIR\win32"
   115     SetOutPath "$INSTDIR\win32"
   116     File /r ${RAPTOR_LOCATION}\win32\*.*
   116     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\win32\*.*
   117     
   117     
   118     SetOutPath "$INSTDIR"
   118     SetOutPath "$INSTDIR"
   119     File ${RAPTOR_LOCATION}\RELEASE-NOTES.txt
   119     File ${RAPTOR_LOCATION}\RELEASE-NOTES.txt
   120     
   120     
   121     
   121