aboutsummaryrefslogtreecommitdiff
path: root/Src/installer/winamp/waui.nsh
blob: 9b80c9f2eddcbefd82e1b39e7ca859f0145cf397 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
;!include "nsDialogs.nsh"

Var waui.dialog

!macro WAUI_PAGE_STARTMENU
	!include pages\waui_startmenu.nsh
	PageEx custom
		PageCallbacks nsPageWAStartMenu_Create
	PageExEnd
!macroend