Archive: [Help] Installing in multi different path and creating its own unnist !


[Help] Installing in multi different path and creating its own unnist !
http://i31.tinypic.com/35hlsgw.jpg

Next button pressed

http://i25.tinypic.com/2vd07qv.jpg

Does anyone can help me making this kind of installer.... some example maybe !
I just want to know how to make it (multiple path like that)

thank you


Use nsdialogs: http://nsis.sourceforge.net/Docs/nsD...ctfolderdialog

If you haven't used nsdialogs before it'd be a bit difficult to get it. You have to create the label, text box and a browse button and when the browse button is click, display a selectfolderdialog, get what was selected and send it back to the text box. On the leave page you store the value of the text box in a variable. It is easier to use a program like ResEdit to design the form (140x300 in dialog units for MUI2) to get the x y width & height values. But review the nsidalogs readme to get the nsdialogs basics down..

Here is an attached working example.. you can compile it without any extra files.


I use unicode nsis so the file was in unicode..


thank redxii, i'll try to figure it out how to make it, I try to extract the original installer (maxwell plugin), it says it using eclipse plugin .dll (or generate by it).

btw how to open unicoded file ?

edit :

nevermind......