简体   繁体   中英

Using NSIS for designing a Simple UI to control Application

I need to design a simple UI for Windows platform with a few buttons like Start server, Stop server, Launch client, Check for updates etc. This UI will front end batch scripts so that users don't have to look for specific batch scripts to run.

I am already using NSIS for installation of the software and find it pretty cool and easy to use. I am considering using NSIS to design this simple UI so I do not have to write a lot of Win SDK code.

Will it be a bad idea to create this front end using NSIS just because NSIS is primarily used for creating installers?

Is there something as easy as designing the simple window with buttons?

I also have one concern. While an NSIS installer is running can it block another unrelated installer from running. I don't want my UI to block other installations from happening while it is running.

Creating applications with NSIS/ nsDialogs is OK for simple little things, I have done it myself several times. It should not block other installers but it does try to prevent reboots...

You could also take a look at AutoHotKey or create a HTA application .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM