update installer script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4036 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2011-02-12 11:43:52 +00:00
parent 0c22066d3d
commit acf536317f

View File

@ -2,7 +2,7 @@
; Define your application name ; Define your application name
!define APPNAME "RetroShare" !define APPNAME "RetroShare"
!define VERSION "0.5.1" !define VERSION "0.5.1 RC 4035"
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
!define QTBASE "D:\qt\2010.01" !define QTBASE "D:\qt\2010.01"
@ -246,6 +246,7 @@ Section $(sec_main) sec_main
; Set Section Files and Shortcuts ; Set Section Files and Shortcuts
SetOutPath "$INSTDIR\" SetOutPath "$INSTDIR\"
File /r "release\RetroShare.exe" File /r "release\RetroShare.exe"
File /r "release\retroshare-nogui.exe"
File /r "D:\Qt\2010.01\mingw\bin\mingwm10.dll" File /r "D:\Qt\2010.01\mingw\bin\mingwm10.dll"
File /r "D:\Qt\2010.01\qt\bin\QtCore4.dll" File /r "D:\Qt\2010.01\qt\bin\QtCore4.dll"
File /r "D:\Qt\2010.01\qt\bin\QtGui4.dll" File /r "D:\Qt\2010.01\qt\bin\QtGui4.dll"
@ -260,7 +261,7 @@ Section $(sec_main) sec_main
File /r "release\libgpg-error-0.dll" File /r "release\libgpg-error-0.dll"
File /r "release\libgpgme-11.dll" File /r "release\libgpgme-11.dll"
File /r "changelog.txt" File /r "changelog.txt"
File /r "release\bdboot.txt" File /r /x Data "release\bdboot.txt"
SectionEnd SectionEnd
@ -282,6 +283,10 @@ Section $(sec_data) sec_data
SetOutPath "$INSTDIR\qss\" SetOutPath "$INSTDIR\qss\"
File /r /x .svn qss\*.* File /r /x .svn qss\*.*
; Set Section sounds and exclude svn
SetOutPath "$INSTDIR\sounds\"
File /r /x .svn sounds\*.*
; Set Section skin ; Set Section skin
; SetOutPath "$INSTDIR\skin\" ; SetOutPath "$INSTDIR\skin\"
; File /r release\skin\*.* ; File /r release\skin\*.*