nsDialogs
I tried to create nsDialog using NSDialogDesigner. I created the needed nsddef and nsdinc files. I included the nsddef in the main nsh file, but I get the following error
!insertmacro: end of MUI_HEADER_TEXT
Invalid command: ${NSD_CreateGroupBox}
!include: error in script: "sites.nsdinc" on line 46
I have included following
!include Sections.nsh
!include MUI2.nsh
!include nsDialogs.nsh
How would I resolve this issue.
I tried to use InstallOptions, but it is not working for me.
-Shiva S