| Line | |
|---|
| 1 | Name "SleepTimer 0.1" |
|---|
| 2 | OutFile "gen_sleep_timer.exe" |
|---|
| 3 | InstallDir $PROGRAMFILES\Winamp |
|---|
| 4 | DirText "Please select your Winamp path below: " |
|---|
| 5 | ShowInstDetails nevershow |
|---|
| 6 | |
|---|
| 7 | PageEx license |
|---|
| 8 | LicenseData license.txt |
|---|
| 9 | LicenseForceSelection checkbox |
|---|
| 10 | PageExEnd |
|---|
| 11 | |
|---|
| 12 | Page components |
|---|
| 13 | Page directory |
|---|
| 14 | Page instfiles |
|---|
| 15 | |
|---|
| 16 | PageEx license |
|---|
| 17 | LicenseText "Readme" |
|---|
| 18 | LicenseData readme_inst.txt |
|---|
| 19 | PageExEnd |
|---|
| 20 | |
|---|
| 21 | Section "Binary files" |
|---|
| 22 | SetOutPath $INSTDIR\Plugins |
|---|
| 23 | File bin\gen_sleep_timer.dll |
|---|
| 24 | |
|---|
| 25 | CreateDirectory $INSTDIR\Plugins\gen_sleep_timer |
|---|
| 26 | SetOutPath $INSTDIR\Plugins\gen_sleep_timer |
|---|
| 27 | File readme.txt |
|---|
| 28 | File license.txt |
|---|
| 29 | SectionEnd |
|---|
| 30 | |
|---|
| 31 | Section "Source files" |
|---|
| 32 | CreateDirectory $INSTDIR\Plugins\gen_sleep_timer\src |
|---|
| 33 | SetOutPath $INSTDIR\Plugins\gen_sleep_timer\src |
|---|
| 34 | File gen_sleep_timer.nsi |
|---|
| 35 | File dialogs.h |
|---|
| 36 | File dialogs.rc |
|---|
| 37 | File gen_sleep_timer.h |
|---|
| 38 | File gen_sleep_timer.c |
|---|
| 39 | File gen_sleep_timer_private.h |
|---|
| 40 | File gen_sleep_timer_private.rc |
|---|
| 41 | SectionEnd |
|---|