简体   繁体   中英

How to add my application folder into control panel?

I have created a installation wizard using Java. It will install my application folder in to the desired location and its shortcut will send to Desktop and the application list. But I need to send my application folder in to control panel.

How to add my application folder into control panel?

STEP 1 : First clean and build your project and make an executable jar file.

STEP 2 : In-order to create a set-up for your application, Use Install Creator 2.0.34 (a third party software for creating set-up for applications) and follow the steps said in Install creator.

STEP 3 : After creating the setup, Install it in your system.

STEP 4 : After Installing your application you can find your app in Program Files as well in Add/Remove Programs in the Control Panel

Otherwise Deploy your application in Java Web-Start and create a JNLP

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