Skip to content
⌘ NSIS Forum Archive

Scroll license.dll plugin doesnt work for me

5 posts

rockerz#

Scroll license.dll plugin doesnt work for me

Hi all,

I have put in the ScrollLicense.dll in the Plugins folder and use the below mentioned code so that one cannot go to next page without scrolling down to the license page end.


!define MUI_PAGE_CUSTOMFUNCTION_SHOW LicenseShow
!insertmacro MUI_PAGE_LICENSE "..\Package\License.txt"

Function LicenseShow
ScrollLicense::Set /NOUNLOAD
FunctionEnd


However it still allows me to go to the next page without scrolling to the end. Any reasons why this might happen ?.

Thanks in advance 🙂
Afrow UK#
Did a complete code clean-up (plug-in is a year and 3 days old!)


Stu
rockerz#
Hi Stu,

Thanks for the modification...it works perfectly fine now 🙂.

Being new to NSIS, I wanted to enquire if you have prepared a plugin which can get the internet proxy settings (host,port, username etc.) while doing the installation. I need it for my application purposes.