See: Description
Interface | Description |
---|---|
ApplicationRegistry.ApplicationInfo |
Provides information about an application installed by install4j.
|
JVMSelector.JVMLocation |
The interface providing information about a JVM.
|
Class | Description |
---|---|
ApplicationRegistry |
The class provides information about applications installed with install4j.
|
JVMSelector |
With this class, you can retrieve the installed JVMs on Windows, Linux and Unix systems.
|
ProcessInfo |
Represents a running process on Windows and macOS.
|
SerializableEnum |
Support class for old-style enums that work with Java 1.4 and are serializable.
|
ServiceInfo |
Provides information about services created with install4j.
|
SystemInfo |
The class contains utility functions to get information about the current system
that is not available via the Java API.
|
Util |
The class contains various utility functions to be used by
script properties, custom actions and custom screens.
|
See the API overview for general remarks on how to use the install4j API.
The Util class contains many methods that are useful for expression/script properties as well as in the context of developing extensions for install4j.