rockerz
19th July 2007 11:24 UTC
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 :)
Joel
19th July 2007 15:03 UTC
Did you read its docs? Maybe you missed something.
Afrow UK
19th July 2007 16:24 UTC
This seems to happen when not using LicenseForceSelection. I shall fix this now.
Stu
Afrow UK
19th July 2007 17:38 UTC
Did a complete code clean-up (plug-in is a year and 3 days old!)
http://nsis.sourceforge.net/File:ScrollLicense.zip
Stu
rockerz
20th July 2007 03:12 UTC
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.