Rev 179 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 179 | Rev 192 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | !include "MUI2.nsh" | 1 | !include "MUI2.nsh" | 
| 2 | !include "FileFunc.nsh" | 2 | !include "FileFunc.nsh" | 
| 3 | 3 | ||
| 4 | !define PRODUCT_NAME "Chess Giants" | 4 | !define PRODUCT_NAME "Chess Giants" | 
| 5 | !define PUBLISHER_WEBSITE "http://www.pmbaty.com/chess/" | 5 | !define PUBLISHER_WEBSITE "http://www.pmbaty.com/chess/" | 
| 6 | !define INSTALLER_SRC "Z: | 6 | !define INSTALLER_SRC "Z:\Documents\Mes projets\Chess Giants" | 
| 7 | 7 | ||
| 8 | Name "${PRODUCT_NAME}" | 8 | Name "${PRODUCT_NAME}" | 
| 9 | BrandingText "${PRODUCT_NAME} - ${PUBLISHER_WEBSITE}" | 9 | BrandingText "${PRODUCT_NAME} - ${PUBLISHER_WEBSITE}" | 
| 10 | 10 | ||
| 11 | SetCompressor lzma | 11 | SetCompressor lzma |