aboutsummaryrefslogtreecommitdiff
path: root/Src/installer/winamp/waui.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'Src/installer/winamp/waui.nsh')
-rw-r--r--Src/installer/winamp/waui.nsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/Src/installer/winamp/waui.nsh b/Src/installer/winamp/waui.nsh
new file mode 100644
index 00000000..9b80c9f2
--- /dev/null
+++ b/Src/installer/winamp/waui.nsh
@@ -0,0 +1,10 @@
+;!include "nsDialogs.nsh"
+
+Var waui.dialog
+
+!macro WAUI_PAGE_STARTMENU
+ !include pages\waui_startmenu.nsh
+ PageEx custom
+ PageCallbacks nsPageWAStartMenu_Create
+ PageExEnd
+!macroend \ No newline at end of file