InstallAnywhere 2018 简介-程序员宅基地

技术标签: InstallAnywhere代理  InstallAnywhere购买  InstallAnywhere  

InstallAnywhere

提供专业可靠的多平台安装包制作

InstallAnywhere是应用程序生产商的领先安装开发解决方案。 它允许您为物理,虚拟和云环境提供一致,专业的多平台安装包制作工具。 您可以为本地平台(Windows,Linux,Apple,Solaris,AIX,HP-UX和IBM)创建可靠的安装包。 将现有的和新的软件产品带到虚拟和云基础架构,并创建Docker容器 - 所有这些都来自单个InstallAnywhere项目。

InstallAnywhere Features

  • Upgrades and Updates Simplified - You can easily update installations. Create installers that can use a combination of upgrade, maintenance, and instance management functionality. On a machine with multiple instances, choose which operation to perform for each one - upgrade existing versions or run maintenance to add/remove features.
  • Enhanced User Interface - Include an engaging and professional experience with InstallAnywhere’s fresh-looking modern user interface.
  • Create Java-based Installations for Multiplatform Applications - Save time by creating a single multiplatform installation project to build installations for each of the platforms your application supports, including the latest updates from Windows, Apple, Linux, Solaris, HP-UX, AIX and IBM. Easily support platform-specific installation requirements, read and set system environment variables, create aliases, install shortcuts and links, and manage Windows services and registry edits. Create 64-bit installations to install applications into Windows Server Core environments where the 32-bit subsystem has been disabled.
  • Advanced UI Designer - WYSIWYG designer for installation panels makes it fast and easy to create appealing, DPI-aware installations. Designs can be saved as templates and reused to ensure consistent branding across all your products.
  • Rules Manager - Simplify the development of multiplatform installations by defining reusable platform rules that are automatically applied based on file types.
  • Install Dependencies from Linux Package Managers - Implement Linux best practices and reduce steps for managing RPM and DEB prerequisites by installing dependencies from Linux package managers.
  • Support Latest Microsoft Certificate Requirements - Support revised requirements for SHA-256 certificates and digests.
  • Install Web Apps to Tomcat and WebSphere - With just a few clicks, you can create multiplatform installers that can securely deploy WAR and EAR files to Apache Tomcat and IBM WebSphere. Built-in panels make it easy for the installing user to specify the web server’s host name and credentials. When installing to WebSphere, the built-in panels additionally account for capturing the customer’s SSL truststore and password, SOAP ports, and Administrative Security information. These variables are all predefined and could optionally be added to custom panels if preferred.
  • Create Installs that Connect to IBM DB2, Microsoft SQL, MySQL, and Oracle - Simplify the development of installations for complex applications by ensuring your installations can easily connect to the leading database servers; IBM DB2, Microsoft SQL, MySQL, and Oracle. Built-in panels give your users the ability to easily connect installations to their preferred database server.
  • Silent, Console, and GUI installations - Support for a wide range of deployment scenarios. InstallAnywhere installations support running silently, via console, or through graphical wizards.
  • Multilingual Runtime Support - Present installation text in up to 32 different languages for localizing installations.
  • Easily Create Updates - Simplify development and installation of upgrades with a new standard framework that automatically detects and removes prior versions of your application.
  • Automation Interface - Support continuous integration practices and reduce manual editing by leveraging automation scripts to edit, build, and test installations via Java APIs.

PS,自2018年7月起InstallAnywhere只保留了一个版本,之前的STD版已不再销售。

如需了解更多信息(申请试用、正版许可),请联系:

孟小姐 Yolanda Meng

13611363450

[email protected]

[email protected]

 

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/YolandaMeng/article/details/83541233

智能推荐

python青果教务系统抢课_名额不够,技术来凑,利用Python实现教务系统强制性抢课...-程序员宅基地

文章浏览阅读1.3k次。最近一学期一次的抢课大戏又来了,几家欢乐几家愁。O(∩_∩)O哈哈~(l我每次一选就过了hah,我还是有欧的时候滴)。看着他们盯着教务系统就着急,何况我们那教务系统,不想说什么。emmm 想周围的朋友,正好下午利用扩容前一段时间写了个小脚本帮助朋友抢课。(当然抢到了啦,^_^)私信小编001即可获取大量Python学习资料,名额有限因为时间不够,来不及仔细琢磨,我第一想法就是直接提交选课的数据包(..._青果教务系统抢课

windows 加 switchyomega + burp 抓https包-程序员宅基地

文章浏览阅读4.6k次。很简单,下载证书后导入到受信任根目录证书下载,直接在代理状态浏览器访问burp点击CA就可以下载了 设置该证书全部信任,,switchyomega 设置如下即可 就可以抓https的包了 ...

用C语言写循环赛日程表,循环赛的方法与编排-程序员宅基地

文章浏览阅读1k次。一、循环赛的种类与特点(一)循环赛的种类循环赛又称循环法。是指参赛队(或个人,下同)之间,都要互相轮流比赛,最后按照各参赛队在全部比赛中的胜负场数、得分多少排定名次的比赛方法。它在对抗性项目比赛中经常被采用。循环赛包括单循环、双循环或分组循环三种。单循环是所有参赛队(人)相互轮赛一次;双循环是所有参赛队(人)相互轮赛二次;分组循环是参赛队(人)较多时,采用种子法,把强队(人)分散在各组,先进行小组..._c语言循环赛互打一场比赛 甲队两胜

springboot项目访问html页面,发现端口不一致&继承WebMvcConfigurationSupport类会导致自动配置失效_springboot项目前端端口号不同怎么办-程序员宅基地

文章浏览阅读1.6k次,点赞4次,收藏6次。最后的解决方法“在config--WebMvcConfig中不要继承WebMvcConfigurationSupport,而是实现WebMvcConfigurer接口”,且不要在idea中直接点击浏览器图标打开对应的html页面,要自己在浏览器输入url。在本次debug过程中,更加清楚地明白了,springboot项目启动过程中,只扫描引导类同包或子包下的程序,而在resources目录下的静态资源文件(没放到),需要被映射,才能被扫描到。_springboot项目前端端口号不同怎么办

k8s.配置管理.configmap&secret_configmap @value-程序员宅基地

文章浏览阅读80次。configmap 和secret 都需要提前创建configmap和secret都可以为pod提供挂载和变量的方式变量的方式有envfrom全部变量和valuefrom单个变量的引用configmap和secret 需要和引用的pod或者资源对象在同一个ns下。_configmap @value

System.TypeInitializationException: 'The type initializer for 'MySql.Data.MySqlClient.Replication.Re...-程序员宅基地

文章浏览阅读2.2k次。下午在调试的时候报错数据库连接就报错我就很纳闷后面用原来的代码写发现还是报错System.TypeInitializationException:'The type initializer for 'MySql.Data.MySqlClient.Replication.ReplicationManager' threw an exception.'应该是出在Mysql包上的问题..._system.typeinitializationexception:““mysql.data.mysqlclient.mysqlpoolmanag

随便推点

汇编指令长度计算_汇编指令占多少字节-程序员宅基地

文章浏览阅读5.1k次,点赞11次,收藏58次。指令长度与寻址方式有关系,规律或原则如下:一、没有操作数的指令,指令长度为1字节。如es:ds:cbwxlat等。二、操作数只涉及寄存器的指令,指令长度为2字节。如mov al,[si]mov ax,[bx+si]mov ds,ax等。三、操作数涉及内存地址的指令,指令长度为3字节。如mov al,[bx+1]mov ax,[bx+si+3]lea di,[1234]mov [2345],ax等。四、操作数涉及立即数的指令,指令长度为:寄存器类型+2。8位寄存器,寄存器_汇编指令占多少字节

二、RSA加密_ctf rsa 多个n和多个c-程序员宅基地

文章浏览阅读3.4k次。CTF中的RSA及攻击方法笔记1 数论基础1.1 模运算规则2 RSA相关题目2.1 已知 n,e,c 求 m2.2 已知 p,q,e 求 d2.3 已知dp,dq,c,p,q 求m2.4 仅已知c,c特别大 【c = m^e mod n】2.5 已知n1,n2,c1,c2,n 求 m2.6 已知n1,n2,e,c2 求m2.7 已知e,d,N 求p,q1 数论基础参考链接:https://www.freebuf.com/articles/web/257835.html1.1 模运算规则模运算与基_ctf rsa 多个n和多个c

mysql中把bigint类型转换为时间格式,与hive中unix_timestamp、FROM_UNIXTIME两个函数之间的区别_bigint转日期-程序员宅基地

文章浏览阅读2w次,点赞4次,收藏15次。数据库中时间类型是这样的,13位bigInt类型的数据select date_format(FROM_UNIXTIME(列名/1000),'%Y%m%d') from xx表原理就是把13位的时间格式/1000等于时间戳,使用FROM_UNIXTIME把时间戳转换成具体的日期ps:将时间转换为时间戳select unix_timestamp('2018-08-30..._bigint转日期

exit status 5: �ܾ����ʡ� exit status 1: ���_exit status 5: exit status 1:-程序员宅基地

文章浏览阅读1.1k次。使用nvm切换node版本出现上述乱码时。使用管理员模式打开CMD就可以解决了~_exit status 5: exit status 1:

对Java和Linux的认识,Java类的认识-程序员宅基地

文章浏览阅读279次。Java使用类来构造自己的数据类型,类其实就是对一类数据和行为的数据封装;可以达到低耦合功能;Java注意啦:用类也是我们为了定义自己数据类型的一种方法,所以结构体,共用体也是一样的;都是为了处理数据而用的方法!类的存放问题: java源代码文件是以类为中心的,一个类的定义源码必须只在一个源文件实现;一个“文件名.java”文件名必须与文件中用public class 修饰的类名一致,java语法..._linux和java

快给你的Vue项目添加一个编辑图片组件吧_vue-image-editor-程序员宅基地

文章浏览阅读8.2k次,点赞20次,收藏59次。快给你的Vue项目添加一个编辑图片组件吧给大家推荐一款功能极其强大的图片编辑插件 tui.image-editor快速体验首选在你的前端项目中安装:npm i tui-image-editor// oryarn add tui-image-editor现在你就去新建一个.vue文件,复制进去下面这段代码:<template> <div id="tui-image-editor"></div></template><scr_vue-image-editor