However, now I'm trying to make my installer smarter, and prettier. nsDialogs has been the easiest (for me) to understand when it comes to making things happen. I have an easy time creating dialogs, controls, and responding to user/system input. It really has been great.
However, being completely new to NSIS altogether, I appear to be missing pieces of the puzzle that experienced users are taking for granted.
For example I'm simply trying to create an Icon with NSD_CreateIcon. So to create the control I know I must specify the following:
${NSD_CreateIcon} x, y, width, height, text However, I can't figure out how to associate an icon with that control so I can actually see something.Now I realize that nsDialogs was released very recently and documentation and examples are sparse. Yet, more experienced users seem to be able to infer a lot of previous knowledge into its usage, and I don't have that luxury. So I was wondering if someone could point me in the direction of the material I'm missing.
Telling me how to create my icon would help a little, but directing me to the knowledge base on which one would discover this for themselves would help a lot.
Thank You.