Files
aza/APP/nexus-remote/node_modules/app-builder-lib/templates/nsis/oneClick.nsh

19 lines
399 B
NSIS
Raw Normal View History

2026-03-25 14:14:07 +01:00
!ifndef BUILD_UNINSTALLER
!ifmacrodef licensePage
!insertmacro skipPageIfUpdated
!insertmacro licensePage
!endif
!endif
!insertmacro MUI_PAGE_INSTFILES
!ifdef BUILD_UNINSTALLER
!insertmacro MUI_UNPAGE_INSTFILES
!endif
!macro initMultiUser
!ifdef INSTALL_MODE_PER_ALL_USERS
!insertmacro setInstallModePerAllUsers
!else
!insertmacro setInstallModePerUser
!endif
!macroend