UIs
Where can you find documentation on writing a UI? I cant find it in the NSIS users manual
Archive: UIs
UIs
Where can you find documentation on writing a UI? I cant find it in the NSIS users manual
http://nsis.sourceforge.net/Docs/Mod...02/Readme.html
and
http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html
I'm talking about an executable file (like default.exe) that has a custom window size, and can be set in any installer using ChangeUI. Isn't nsDialogs for making custom pages only?
If you have programming skills you can compile your own UI (.exe file)
But rather simply use ResHacker and modify existing .exe - you can add/dele compoenents there, change properties etc.