Questions tagged [install4j]

install4j is a multi-platform installer builder for Java-based applications. It is developed by ej-technologies GmbH.

1349 questions
0
votes
2 answers

What am I doing to cause an "IllegalArgumentException: Negative time" exception in install4j?

I've started building Linux installers on the 64 bit windows version of Install4j recently and am getting the error below when it the generated installers start to do their extraction. Is this something I'm doing wrong or is unsupported? Or a bug…
Frank
  • 165
  • 13
0
votes
1 answer

Unable to install install4j on OS X Mountain Lion

When I try to install install4j - I get an error that the installer is corrupted. This is from the .DMG file that I just downloaded from the install4j website. I have tried redownloading the file and still get the same issue. Has anyone seen this…
Brian
  • 3,921
  • 7
  • 38
  • 69
0
votes
1 answer

install4j prompting despite of running with -q and -varfile

I am running install4j binary on linux with -q and -varfile flags. It still prompts me for all the options. ./myInstaller.sh -q -varfile response.varfile -VskipRestore=true Starting Installer ... This will install Zephyr 4.1 on your computer. OK…
shailesh mangal
  • 282
  • 1
  • 2
  • 11
0
votes
1 answer

Is it possible to disable splash screen for an install4j'd Java app at runtime?

I have a Java application installed with install4j. In some test environments, it is useful to have it launch in a headless environment. However, currently this throws: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program…
Armand
  • 21,079
  • 16
  • 81
  • 113
0
votes
1 answer

Can install4j customize language seletion in welcome page?

I use install4j for multiple language installation, We can select the language after jre initial, but I want to customize the language selection bundle with welcome page. Anything possible?
Tony
  • 1
0
votes
1 answer

Running install4j installer on Mac OS 10.7.4 with Oracle JRE1.7

I have a installer which is built with install4j 5.1.2. When i try to install it on Mac OS X 10.7.4. It complains saying "No JVM could be found on you system. Please define EXE4J_JAVA_HOME to point to an installed JDK or JRE or download a JRE…
0
votes
1 answer

installation file corrupted from install4j

install4j's multiplatform installer has been working great for years. Now out of the blue we are getting an error popup dialog that The installation file is corrupted. If it is a download please try again. It has installed about 19MB of 164MB and…
user1655244
  • 21
  • 2
  • 2
0
votes
1 answer

Does install4j have option that JRE doesn't extract

My product is made by install4j has already installed. when the same product re-install, Does install4j have option that JRE doesn't extract ??
Heesuk Kim
  • 67
  • 4
0
votes
1 answer

how to change user&password dialog text in OS X?

There is "Request privileges" dialog box in OX S. There is "install4j을(를) 변경해야 합니다. ~~~~~" I want to change text "product name" instead of "install4j" how to change user&password dialog text in OS X ??
Heesuk Kim
  • 67
  • 4
0
votes
1 answer

how to add "StartOnMainThread" in info.plist on os x

I want to make info.plist file on OX S I want to add StartOnMainThread key in Java key of dict tag I have already written "StartOnMainThread" Directory entry. It failed. ================= I wan to make this info.plist file…
Heesuk Kim
  • 67
  • 4
0
votes
1 answer

How to change initial directory I want?

I added "Configure Form Components". and then I added "Installation directory chooser". I want to change initial directory when I click button "search" in Initialization script. It is default of "My document".
Heesuk Kim
  • 67
  • 4
0
votes
1 answer

Rehosting install4j ( 4.2.8 ) License to another server

I have tried searching through internet about my query and also tried finding here on this site . But no luck . Sorry , we are very much new to install4j but have been asked to perform some task . Our organization has install4j floating license…
0
votes
1 answer

install4j rpm media file ignores service and zip file actions

I'm trying to generate an rpm media file using install4j multi platform v5.0.8. My launcher executable is "Service". My installer includes the ""Install a service" action. When I'm installing the rpm, the root directory and the script that runs the…
Amir Hadadi
  • 259
  • 2
  • 11
0
votes
0 answers

Install4J "corrupted java VM"

I have a customer who is experiencing problems installing our Java app on 64 bit Windows. We test in that environment and can't reproduce the issue. He's getting a message saying the JVM is corrupted then he's offered the chance to locate one. This…
Jonathan
  • 1,217
  • 2
  • 14
  • 23
0
votes
1 answer

Can I replace Command Line Options

I have this option of other installer install.exe -D$FORCE_UPDATE$=true -l en This is the option of other installer. This means below. If $FORCE_UPDATE$ key is "true" value, install language is English without language Selection dialog. I want to…
Heesuk Kim
  • 67
  • 4
1 2 3
89
90