sbsv2/raptor/util/install-windows/raptorinstallerscript.nsi
branchwip
changeset 142 26f2f0b4002b
parent 79 540de0f551cf
child 338 9372474d4b07
equal deleted inserted replaced
137:befd82d9c937 142:26f2f0b4002b
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     4 # under the terms of the License "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
   118     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\bv\*.*
   118     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\bv\*.*
   119     SetOutPath "$INSTDIR\win32\cygwin"
   119     SetOutPath "$INSTDIR\win32\cygwin"
   120     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\cygwin\*.*
   120     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\cygwin\*.*
   121     SetOutPath "$INSTDIR\win32\mingw"
   121     SetOutPath "$INSTDIR\win32\mingw"
   122     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\mingw\*.*
   122     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\mingw\*.*
   123     SetOutPath "$INSTDIR\win32\python252"
   123     SetOutPath "$INSTDIR\win32\python264"
   124     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\python252\*.*
   124     File /r /x distribution.policy.s60 /x .hg ${WIN32SUPPORT}\python264\*.*
   125     
   125     
   126     SetOutPath "$INSTDIR"
   126     SetOutPath "$INSTDIR"
   127     File ${RAPTOR_LOCATION}\RELEASE-NOTES.txt
   127     File ${RAPTOR_LOCATION}\RELEASE-NOTES.txt
   128     
   128     
   129     
   129