install4j

How to create installer for suite with install4j?

ⅰ亾dé卋堺 提交于 2020-02-25 06:30:29
问题 We have a "suite" of two programs, much like Office has Word and Excel. We determine if the user needs program A or B o both based on some questions. We would like to have a common installer to ask this questions, and install common files, then download and install the individual programs accordingly. Both programs have different update cycles, so we would like to check for updates per program and ideally also updates to the installer itself (for changes in the common files). Which would be

How to create installer for suite with install4j?

爱⌒轻易说出口 提交于 2020-02-25 06:30:09
问题 We have a "suite" of two programs, much like Office has Word and Excel. We determine if the user needs program A or B o both based on some questions. We would like to have a common installer to ask this questions, and install common files, then download and install the individual programs accordingly. Both programs have different update cycles, so we would like to check for updates per program and ideally also updates to the installer itself (for changes in the common files). Which would be

How to lunch update for different application?

旧街凉风 提交于 2020-01-25 06:54:19
问题 I am configuring the installer for a suite and individual programs of the suite as explained here. The auto update of the individual programs is easily resolved with the out of the box "updater with silent version check", tied with the launcher integration for the program. Howerver, I need one additional updater for the suite, as the suite installs common auxiliary files, drivers, etc. The main problem I am having is that the suite doesn't have a launcher, so I can't run a version check tied

In install4j, how can i specify the app's version via gradle plugin?

邮差的信 提交于 2020-01-17 07:28:40
问题 How do I send the project variables such as "application version" in the install4j gradle plugin? What happens if there is an Application version specified in the install4j file? Which one will be used? 回答1: As to how the application version is passed by the gradle plugin, that was answered in In Install4j - How can I read the version from an external file? As to which value will be used, anything that is passed externally overrides the values that are defined in the project. 来源: https:/

How do I set the architecture on install4j?

这一生的挚爱 提交于 2020-01-15 14:04:13
问题 My java application depends on some native libraries. So I need to create an architecture-specific deb (i.e. I need to set the Architecture field to amd64 or x86). How can I do this with install4j? 回答1: This is currently not possible, but we'll add this option in 5.1.6. Please contact support to get a build where this is already implemented, We'd be grateful if you could test this at your end. 回答2: Sorry if it doesn't answer to your question very accurately but you can already create an

Auto update for web app as a service with no launcher

女生的网名这么多〃 提交于 2020-01-13 19:42:30
问题 Does auto update functionality in install4j work if the the app is a web app as a service which has no launcher? I have tried many ways mentioned in web resources but no luck. Please help. I am using install4j Windows Edition 6.1.6. Edit 1: @Ingo Kegel, I added -Dinstall4j.keepLog=true -Dinstall4j.alternativeLogfile=E:/install4j-log/log.txt as per your suggestion and got the below log. Please help. [INFO] com.install4j.runtime.beans.actions.control.SetVariableAction [ID 630]: Execute action

Auto update for web app as a service with no launcher

半腔热情 提交于 2020-01-13 19:42:12
问题 Does auto update functionality in install4j work if the the app is a web app as a service which has no launcher? I have tried many ways mentioned in web resources but no luck. Please help. I am using install4j Windows Edition 6.1.6. Edit 1: @Ingo Kegel, I added -Dinstall4j.keepLog=true -Dinstall4j.alternativeLogfile=E:/install4j-log/log.txt as per your suggestion and got the below log. Please help. [INFO] com.install4j.runtime.beans.actions.control.SetVariableAction [ID 630]: Execute action

Launching an install4j installer from within another install4j installer in console mode

℡╲_俬逩灬. 提交于 2019-12-31 04:03:09
问题 I have an installer A. When it runs it launches installer B using the "Run executable or batch file" action. In GUI mode this runs fine. However, on headless Ubuntu (or passing the -c flag) the installation hangs. Looking at the log file of installer B it looks like it is attempting to run the "Welcome Screen" even though it should run in console mode: [INFO] com.....install4j.extensions.WelcomeFormPanelScreen [ID WelcomeScreen]: Show screen The log for installer A clearly shows the -c flag

Putting Java Application on Start up While Creating Set up fine in Install4j

六眼飞鱼酱① 提交于 2019-12-25 02:29:05
问题 I have One java Desktop application and i am making build for the Diff Plate Forms I am using install4j. My Question is that is it possible to make some settings while Creating build and i want to add that build in start Up of Windows. everytime when user Install that application that has to added in startuo Auto. How to do it using any installer? i can do it by putting manual on start up folder but i want to make it auto. 回答1: install4j has a "Add a startup executable on Windows and OS X"

Install4j - Mac OSX Single Bundle with Java 7 - app launch error

懵懂的女人 提交于 2019-12-24 20:09:05
问题 Install4j v5.1.6: Creating Media File type "Mac OSX Single Bundle" bundled with Java 1.7 JRE (Java 1.7u45) causes the following error displayed when the Install File is launched: "You need at least a 1.7 Java Virtual Machine to install [my app name]. Please download it from http://www.apple.com" Works fine if I bundle without JRE by selecting in the Media Wizard JRE step: "Installed OpenJDK JRE (Java 7 and higher)", but I need app bundled with a JRE. Install File launched on OSX version 10.7