13 lines
No EOL
350 B
NSIS
13 lines
No EOL
350 B
NSIS
!ifndef NULLSOFT_WINAMP_UNINSTALLER_HEADER
|
|
!define NULLSOFT_WINAMP_UNINSTALLER_HEADER
|
|
|
|
Var winamp.uninstall.checkFolder
|
|
|
|
!define INSTALL_TYPE_PREFIX "un."
|
|
|
|
!include ".\uninstall\components.nsh"
|
|
!include ".\uninstall\ui.nsh"
|
|
!include ".\uninstall\uiEvents.nsh"
|
|
!include ".\uninstall\descriptionTable.nsh"
|
|
|
|
!endif ;NULLSOFT_WINAMP_UNINSTALLER_HEADER |