Subversion Repositories gelsvn

Rev

Rev 245 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 245 Rev 246
Line 3... Line 3...
3
 
3
 
4
; The name of the installer
4
; The name of the installer
5
Name "GEL Externals"
5
Name "GEL Externals"
6
 
6
 
7
; The file to write
7
; The file to write
8
OutFile "GELexternals.exe"
8
OutFile "GELsetup.exe"
9
 
9
 
10
; The default installation directory
10
; The default installation directory
11
InstallDir $DESKTOP\test
11
InstallDir $DESKTOP\test
12
 
12
 
13
;--------------------------------
13
;--------------------------------