fajar
28th July 2010 04:51 UTC
[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
redxii
28th July 2010 07:09 UTC
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.
redxii
28th July 2010 12:17 UTC
I use unicode nsis so the file was in unicode..
fajar
29th July 2010 04:55 UTC
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......