Name "SleepTimer 0.1" OutFile "gen_sleep_timer.exe" InstallDir $PROGRAMFILES\Winamp DirText "Please select your Winamp path below: " ShowInstDetails nevershow PageEx license LicenseData license.txt LicenseForceSelection checkbox PageExEnd Page components Page directory Page instfiles PageEx license LicenseText "Readme" LicenseData readme_inst.txt PageExEnd Section "Binary files" SetOutPath $INSTDIR\Plugins File bin\gen_sleep_timer.dll CreateDirectory $INSTDIR\Plugins\gen_sleep_timer SetOutPath $INSTDIR\Plugins\gen_sleep_timer File readme.txt File license.txt SectionEnd Section "Source files" CreateDirectory $INSTDIR\Plugins\gen_sleep_timer\src SetOutPath $INSTDIR\Plugins\gen_sleep_timer\src File gen_sleep_timer.nsi File dialogs.h File dialogs.rc File gen_sleep_timer.h File gen_sleep_timer.c File gen_sleep_timer_private.h File gen_sleep_timer_private.rc SectionEnd