Archive: disabling license links


disabling license links
Has anyone been able to disable links within an RTF license doc in MUI_PAGE_LICENSE?


You have to change Source\exehead\Ui.c. Remove ENM_LINK from the following line:

SendMessage(hwLicense,EM_SETEVENTMASK,0,ENM_LINK|ENM_KEYEVENTS);

I was trying to figure out how ENM_LINK works, and hoped to be able to build the code with ui.c and step thru it with the VC6 or VC7.1 debugger.

Are the .dsp or .vcproj project files available to build this code? I found files related to SCons, but I'm ignorant how to use SCons. Do you need to have python installed?


NSIS 2.06 and lower should have .dsp files to build the source. 2.07 and above require python and scons, as well as Visual C++ or the Platform SDK and MS ToolKit to build the source.


Thanks. I acquired ver 2.06 and will take a look at it.