Skip to content
⌘ NSIS Forum Archive

nsis gui

9 posts

RM#

nsis gui

hi.

I started building a gui interface for nsis, but it seems impossible to handle all the options. I couldn't find a way to build an easy & comfortable interface.

if anyone has ideas, I'll be happy to hear them.
Kaboon#
I've also started building a some kind of a "gui". Check the link in my sig. (easynsigenerator) 🙂 But it is indead kinda hard to do. 🙂

I know that it is a terrible app that I've made. But it is it just for fun. And mostly to test what I've learned on school. 🙂
Bor#
My opinion

My opinion is that you don't have to include the more advanced options. Becasue if you need the advanced options then you're smart enough to make the install the "traditional" way.
dallas_k#
I used tabbed pages for one I started. It kinda works, You can Download the first release from website.
rm'#
Tabs actually work terrifically well. Then, you can organize the features by function (i.e. Header, Installation Types, Installation Sections, Global Variables, etc.). The one thing I'm having trouble with is having support for infinite installation files/sections.