Rev 14 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 14 | Rev 19 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | !define PUBLISHER_WEBSITE "http://www.pmbaty.com/chess/" |
6 | !define PUBLISHER_WEBSITE "http://www.pmbaty.com/chess/" |
| 7 | !define INSTALLER_SRC "C:\Users\Pierre-Marie Baty\Documents\Mes projets\Chess Giants" |
7 | !define INSTALLER_SRC "C:\Users\Pierre-Marie Baty\Documents\Mes projets\Chess Giants" |
| 8 | 8 | ||
| 9 | Name "${PRODUCT_NAME}" |
9 | Name "${PRODUCT_NAME}" |
| 10 | OutFile "C:\Users\Pierre-Marie Baty\Documents\Mes projets\www.pmbaty.com\chess\release\Chess Giants Installer.exe" |
10 | OutFile "C:\Users\Pierre-Marie Baty\Documents\Mes projets\www.pmbaty.com\chess\release\Chess Giants Installer.exe" |
| 11 | Icon "${NSISDIR}\Contrib\Graphics\Icons\modern-install-full.ico" |
- | |
| 12 | BrandingText " |
11 | BrandingText "${PRODUCT_NAME} by ${PUBLISHER} - ${PUBLISHER_WEBSITE}" |
| 13 | 12 | ||
| 14 | SetCompressor lzma |
13 | SetCompressor lzma |
| 15 | RequestExecutionLevel user |
14 | RequestExecutionLevel user |
| 16 | 15 | ||
| 17 | AllowRootDirInstall true |
16 | AllowRootDirInstall true |
| 18 | InstallDir " |
17 | InstallDir "$LOCALAPPDATA\${PRODUCT_NAME}" |
| 19 | 18 | ||
| - | 19 | !define MUI_ICON "${INSTALLER_SRC}\resource\installer.ico" |
|
| 20 | !define MUI_HEADERIMAGE |
20 | !define MUI_HEADERIMAGE |
| 21 | !define MUI_HEADERIMAGE_BITMAP "${ |
21 | !define MUI_HEADERIMAGE_BITMAP "${INSTALLER_SRC}\resource\installer.bmp" |
| 22 | !define MUI_ABORTWARNING |
22 | !define MUI_ABORTWARNING |
| 23 | 23 | ||
| 24 | !insertmacro MUI_PAGE_LICENSE "${INSTALLER_SRC}\License.txt" |
24 | !insertmacro MUI_PAGE_LICENSE "${INSTALLER_SRC}\License.txt" |
| 25 | !insertmacro MUI_PAGE_DIRECTORY |
25 | !insertmacro MUI_PAGE_DIRECTORY |
| 26 | ;!insertmacro MUI_PAGE_COMPONENTS |
26 | ;!insertmacro MUI_PAGE_COMPONENTS |