I'm getting familiar with the Netbeans IDE f开发者_JS百科urther. And when I searched how to create a installer (*.exe) for an application, I found a tutorial on youtube here. Yet when I tried the instructions on Windows 7. I can't find the installer selection on the project properties.
How can I create a *.exe installer and a *.exe program of the application using Netbeans or other program.
If you are developing a NetBeans platform application, simply right click on the project and choose "Build Installers"
If your project is not based on the NetBeans platform you need to use an external installer builder like IzPack: http://izpack.org/ or NSIS (http://nsis.sourceforge.net/Main_Page)
精彩评论