简体   繁体   English

JavaEE应用程序的安装盾

[英]Installation Shield for JavaEE application

I want to install/implement our product in a client machine, for that i have manual procedure, but i want to automate this process, ie i want to prepare a installation shield for this process. 我想在客户端计算机上安装/实现我们的产品,为此,我有手动过程,但是我想使该过程自动化,即我想为此过程准备一个安装挡板

I will keep all the required files in one place for example: 我将所有必需的文件放在一个位置,例如:

  1. war files 战争档案
  2. Data base dump files. 数据库转储文件。
  3. Required db scripts 所需的数据库脚本

When i click on the .exe (if we created installation shield, we will get .exe) it has to ask the location about the above files, And do the installation process.i can do this by using swing , but i am searching for some readily available tools (open source) which contains more features. 当我单击.exe时(如果我们创建了安装盾,我们将得到.exe),它必须询问有关上述文件的位置,并执行安装过程。我可以使用swing来完成此操作,但是我正在搜索一些现成的工具(开源),其中包含更多功能。

Expected things to be done by the installation shield: 1)Importing the dump files into already created DB user. 通过安装防护罩可以完成的预期操作:1)将转储文件导入到已创建的DB用户中。 2)placing the above wars in to JBoss deployment folder / deployment procedure. 2)将以上内容放入JBoss部署文件夹/部署过程中。 3)Creating the shortcuts to start & stop the JBoss server in desktop. 3)创建快捷方式来启动和停止桌面上的JBoss服务器。

Please help me, from where i can get such tool which can do the above or similar activities. 请帮助我,从那里我可以得到可以进行上述或类似活动的工具。

Try NSIS Script. 尝试使用NSIS脚本。 Its easy to use and has good support forums available. 它易于使用,并具有良好的支持论坛。 http://nsis.sourceforge.net/Main_Page http://nsis.sourceforge.net/Main_Page

I would look into. 我会调查。 IzPack http://izpack.org/ IzPack http://izpack.org/

We do similair tasks setting up and deploying both wars and ears using it. 我们做类似的任务来设置和部署战争和人耳。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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