sbsv2/raptor/util/install-windows/raptorinstallerscript.nsi
branchwip
changeset 79 540de0f551cf
parent 5 593a8820b912
child 142 26f2f0b4002b
equal deleted inserted replaced
78:796529273552 79:540de0f551cf
   112     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\python\*.*
   112     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\python\*.*
   113     SetOutPath "$INSTDIR\schema"
   113     SetOutPath "$INSTDIR\schema"
   114     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\schema\*.*
   114     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\schema\*.*
   115     SetOutPath "$INSTDIR\win32"
   115     SetOutPath "$INSTDIR\win32"
   116     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\win32\*.*
   116     File /r /x distribution.policy.s60 ${RAPTOR_LOCATION}\win32\*.*
       
   117     SetOutPath "$INSTDIR\win32\bv"
       
   118     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\bv\*.*
       
   119     SetOutPath "$INSTDIR\win32\cygwin"
       
   120     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\cygwin\*.*
       
   121     SetOutPath "$INSTDIR\win32\mingw"
       
   122     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\mingw\*.*
       
   123     SetOutPath "$INSTDIR\win32\python252"
       
   124     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\python252\*.*
   117     
   125     
   118     SetOutPath "$INSTDIR"
   126     SetOutPath "$INSTDIR"
   119     File ${RAPTOR_LOCATION}\RELEASE-NOTES.txt
   127     File ${RAPTOR_LOCATION}\RELEASE-NOTES.txt
   120     
   128     
   121     
   129