IO2 Tutorial Link
From NSIS Wiki
Jump to navigationJump to search
Tutorial for Link
- Place the cursor in the middle of dialog 105 and select insert control.
- Choose "LABEL", add some text in the "caption" than hit "ok".
- The control will appear in the dialog, you resize and stretch as many times and form you like, see.
- Once you finish, with Resource Hacker, hide the dialog.
- You'll get the controls units, see.
- In the screenshot example, 82 113 55 9, will be the order for Left, Top, Right, Bottom values for the INI.
- So this will be, for:
- Left=82
- Top=113
- Right=55+left_value(82)=55+82=137
- Bottom=9+Top_value(113)=9+113=122
- Create your INI, with the new values:
- Left=82
- Top=113
- Right=137
- Bottom=122
Notes:
- Use "State" to add the url and "Text" to to be the clickable label.
- State=http://nsis.sourceforge.net/
- Text=Go to NSIS Site