NSDialogs in PortableApps.comInstallerCustom.nsh
I am trying to add a custom page to a PA.c generated installer (0.91.5) but when I get to the custom page the Back, Next and Cancel buttons are inactive and I have to use task manager to kill the install. Here is the code that I am trying this out with which is almost a direct copy from one of the example files included with NSISPortable.
!include LogicLib.nsh
!include nsDialogs.nsh
XPStyle on
Page license
Page custom nsDialogsPage
Var BUTTON
Var EDIT
Var CHECKBOX
!macro CustomCodePostInstall
Call nsDialogsPage
CustomCodePostInstallEnd:
!macroend
- Read more about NSDialogs in PortableApps.comInstallerCustom.nsh
- 6 comments
- Log in or register to post comments