File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11!define APP_NAME " HyperMc"
22!define APP_VERSION " 1.0.0"
33
4- !define INSTALLER_TITLE = " ${APP_NAME} - ${APP_VERSION} - Setup"
5- !define UNINSTALLER_TITLE = " ${APP_NAME} - ${APP_VERSION} - Uninstaller"
4+ !define INSTALLER_TITLE " ${APP_NAME} - ${APP_VERSION} - Setup"
5+ !define UNINSTALLER_TITLE " ${APP_NAME} - ${APP_VERSION} - Uninstaller"
66
77!addincludedir " ./"
88
99!include " MUI.nsh"
10+ !include " MUI2.nsh"
1011
1112SetCompressor lzma
1213
1314!insertmacro MUI_LANGUAGE " English"
1415
16+ RequestExecutionLevel user
17+
18+ ; ---------------------- PAGES ----------------------
19+ Page directory
20+ Page instfiles
1521
1622; ---------------------- INSTALL ----------------------
1723
18- Name ${INSTALLER_TITLE}
24+ Name " ${INSTALLER_TITLE}"
1925OutFile " hypermc-setup-${APP_VERSION}.exe"
2026InstallDir " $PROGRAMFILES\Hypermc"
2127ShowUnInstDetails show
2228
2329Section " MainSection" SEC01
2430
2531SectionEnd
26-
27- WriteUninstaller " ${UNINSTALLER_TITLE}.exe"
You can’t perform that action at this time.
0 commit comments