QSetuper introduction
2014-09-28 14:04:00 by dragondjf1.Introduction
QSetuper is an tool application like nsis or inno setup, but this is an c++ application based in Qt. With this tool, you can make your custom installer by yourself.
2.Feature
- custom ppt show
- custom output directory
- custom progress bar
- open application when finished
- create desktop link
- ....
3.Build
It should build under Qt4.8.6 or Qt5.3.0 static release
4.Screenshot
5 Download
6.How
- move you application to example directory
- python 7z-rcc.py
- open QSetup.pro with Qt Creater, you should work with Qt static release version, Just do it as you know.