|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InstallPropertyNames
The list of properties available during the installation.
Overview
The Variable List below consists of public static final String (i.e., constants) that you can use to access the properties during the installation.
All of these variables return a string which can be used as the first parameter to getPropertiesList().getProperty (), getPropertiesList().setProperty(), getPropertiesList().getBooleanProperty(), and getPropertiesList().setBooleanProperty().
The type of the return value for each Property's value is included in the description of the property. In other words, the return value is not showing what the item (e.g., ApplicationDirectory) returns, but instead shows what getPropertiesList().getProperty(ApplicationDirectory) returns.
For those who are manually configuring the platform.properties files, all property names are lower/upper case. In other words, the constant ApplicationDirectory translates to applicationDirectory in the platform.properties file itself.
| Field Summary | |
|---|---|
static java.lang.String |
AbortIfErrorWithDefaultInstallDir
If true and PromptForInstallDir is false, then abort the installation if unable to install application into the default install directory. |
static java.lang.String |
ApplicationDirectory
Name of the directory where user decided to install your application. |
static java.lang.String |
ApplicationDirectoryTarget
Name of the Target directory where user decided to store the Target files for the servlet or multiple directory installation. |
static java.lang.String |
Author
Author of the application. |
static java.lang.String |
AutoDetectLanguage
Set whether to automatically detect the language the user uses. |
static java.lang.String |
AutoupdateEveryStartup
True if want your customers' systems updated before they start your app. |
static java.lang.String |
AutoupdateNever
True if you never want to autoupdate your customers. |
static java.lang.String |
AutoupdateOnDemand
True if you want your customer's systems automatically updated on demand. |
static java.lang.String |
BackgroundColor
Background color of windows and buttons. |
static java.lang.String |
BasePath
The base directory that all file paths are relative to. |
static java.lang.String |
CheckGuiRunningCommand
Command used to see if GUI is already running (only set in native installers). |
static java.lang.String |
CheckLicenseDuringInstall
If true, then verify the license is ok during installation. |
static java.lang.String |
CheckLicenseDuringUpdate
If true, then verify the license is ok during update. |
static java.lang.String |
CheckLicenseFromYourApp
If true, then save license settings so app can verify license. |
static java.lang.String |
CheckPreVersion
Check if the new version is lexicographically less than the previous version (ignoring case). |
static java.lang.String |
ClickFreeInstaller
True if the installer should not prompt the user for any input. |
static java.lang.String |
ClickFreeUninstaller
True if the uninstaller should not prompt the user for any input. |
static java.lang.String |
ClickFreeUpdater
True if the updater should not prompt the user for any input. |
static java.lang.String |
CompressedFileSize
The file size of all the distributed files compressed. |
static java.lang.String |
ConfigureWinRegistry
If true, do not change the Windows registry. |
static java.lang.String |
CreatedMenuDirs
A list of directories created while adding menus. |
static java.lang.String |
CustomAfterDirectoryWizardPanelClass
Classname(s) of any custom commands to be executed after the user is prompted to enter the installation directory, but before the files are installed. |
static java.lang.String |
CustomAfterFilesInstalledWizardPanelClass
Classname(s) of any custom commands to be executed after the files are installed. |
static java.lang.String |
CustomAfterInstallWizardPanelClass
Classname(s) of any custom commands to be executed after the installation of your application. |
static java.lang.String |
CustomAfterLicenseWizardPanelClass
Classname(s) of any custom command to be executed after license displayed. |
static java.lang.String |
CustomAfterMenusWizardPanelClass
Classname(s) of any custom command to be executed after the menus are added. |
static java.lang.String |
CustomAfterMultipleInstallsWizardPanelClass
Classname(s) of any custom command to be executed after user selects multiple install type. |
static java.lang.String |
CustomAfterReadMeWizardPanelClass
Classname(s) of any custom commands to be executed after the readme file displays. |
static java.lang.String |
CustomAfterWelcomeWizardPanelClass
Classname(s) of any custom commands to be executed after the welcome panel displays. |
static java.lang.String |
CustomBeforeInstallWizardPanelClass
Classname(s) of any custom commands to be executed before any other Java panels appear in installation, except the PasswordPanel. |
static java.lang.String |
DefaultApplicationDirectory
Name of the default directory where the application will be installed. |
static java.lang.String |
DefaultLinuxParentAppDir
Name of the default directoryparent of the default install directory on Linux, e.g., /usr/local |
static java.lang.String |
DefaultMacParentAppDir
Name of the default directoryparent of the default install directory on Mac, e.g., /Applications |
static java.lang.String |
DefaultOtherParentAppDir
Name of the default directoryparent of the default install directory on other OSes, e.g., /usr/local. |
static java.lang.String |
DefaultSolarisParentAppDir
Name of the default directoryparent of the default install directory on Solaris, e.g., /usr/share |
static java.lang.String |
DefaultWindowsParentAppDir
Name of the parent of the default install directory on Windows, e.g., Program files as defined in Registry. |
static java.lang.String |
DownloadUrl
URL where your application is stored on the web. |
static java.lang.String |
ExtraParameters
Extra parameters passed on the command line to a Cross Platform installer. |
static java.lang.String |
FailIfNoLicenseServer
If true, then fail if unable to connect to license server. |
static java.lang.String |
FileGroupsFolders
List of folders, and the folder's associated files, used in a multiple type or servlet installation. |
static java.lang.String |
FileGroupsTypes
List of install types or target directories, and the type's associated folders, used in a multiple type or servlet installations. |
static java.lang.String |
InitialUserName
The initial user name that started the installer. |
static java.lang.String |
InstallAsAdmin
If true, require the installer run as administrator on Windows. |
static java.lang.String |
InstallationStarted
True if CopyCheq acknowledged that the installation has started. |
static java.lang.String |
InstallButtonsPosition
The position where the installer's buttons appear. |
static java.lang.String |
InstallerDefaultLanguage
Name of the default language to use if the installer doesn't support the target system's default language. |
static java.lang.String |
InstallerExecutable
Filename for the native executable program. |
static java.lang.String |
InstallerExtraFiles
Filename(s) of programs used during a native installation (only set in native installers). |
static java.lang.String |
InstallImageFilename
Filename for the image used during the installation. |
static java.lang.String |
InstallImagePosition
The position where the installer's image appears. |
static java.lang.String |
InstallJvmParameters
Parameters used to launch JVM for any menus created by installer. |
static java.lang.String |
InstallLicenseFilename
Filename for license. |
static java.lang.String |
InstallPasswordDigest
Password. |
static java.lang.String |
InstallReadmeFilename
Readme filename. |
static java.lang.String |
InstallSuccessful
Install successful is set to true if the installer successfully installed all files. |
static java.lang.String |
InstallType
The install type the user selected when multiple install types configured. |
static java.lang.String |
InstallUserClasspath
Classpath on target system relative to the application's directory. |
static java.lang.String |
IsServlet
True if this is a servlet installer. |
static java.lang.String |
JavaAppFilesSigned
True if the JavaApp EXEs are signed. |
static java.lang.String |
JvmClasspathSwitch
Switch(es) used when starting JVM to launch installer (only set in native installers). |
static java.lang.String |
JvmCommandName
Name of program that starts jvm (only set in native installers). |
static java.lang.String |
JvmExtraParameters
Extra parameters used on the JVM's command line to start the installer (only set in native installers). |
static java.lang.String |
JvmHomeDir
JVM's home directory as determined by native installer. |
static java.lang.String |
JvmMaxVersion
Maximum version number of JVM required on target system (only set in native installers). |
static java.lang.String |
JvmMinVersion
Minimum version number of JVM required on target system (only set in native installers). |
static java.lang.String |
JvmName
Type of JVM installed, i.e., JRE, JDK (only set in native installers). |
static java.lang.String |
JvmRequiredVersion
Required version number of JVM required on target system (only set in native installers). |
static java.lang.String |
JvmSelfExtractor
Name of the self extracting archive for the JVM (only set in native installers). |
static java.lang.String |
JvmVersion
Version number of JVM to be installed with native installers (only set in native installers). |
static java.lang.String |
LAFTheme
Name of the theme for the look and feel, if applicable. |
static java.lang.String |
LicenseAccount
The following settings only have values if installer checks license and only after the license has been verified. |
static java.lang.String |
LicenseAppRight
|
static java.lang.String |
LicenseEndUser
The end user's email of the license as defined in CopyCheq service. |
static java.lang.String |
LicenseError
The last error message after checking with CopyCheq service. |
static java.lang.String |
LicenseIdCode
The ID code of the license as defined in CopyCheq service. |
static java.lang.String |
LicenseName
|
static java.lang.String |
LicensePrimaryContact
The primary contact's email of the license as defined in CopyCheq service. |
static java.lang.String |
LicenseProduct
|
static java.lang.String |
LicenseRight
|
static java.lang.String |
LoaderClasspath
Classpath for the installer (only set in native installers). |
static java.lang.String |
LoaderJavaCommand
Main classname for installer (only set in native installers). |
static java.lang.String |
LookAndFeelInterface
Name of the look and feel interface. |
static java.lang.String |
MainClassname
Main classname of your application. |
static java.lang.String |
MenuAllUsers
If true, configue a Windows menu for all users. |
static java.lang.String |
MenuArguments
The full list of arguments after the menu has been constructed during installation. |
static java.lang.String |
MenuAssociatedInstallType
|
static java.lang.String |
MenuAutoStartup
Add this menu item to the login startup procedure. |
static java.lang.String |
MenuAutoUpdate
If true *and* AutoupdateEveryStartup true, then configure menu to auto-update. |
static java.lang.String |
MenuCommandLineArguments
The command line arguments defined in JExpress for a menu item. |
static java.lang.String |
MenuDesktopShortcut
Add desktop shortcut for this menu item. |
static java.lang.String |
MenuExecutableFile
The executable filename for a menu. |
static java.lang.String |
MenuIconName
The filename for the icon file(s). |
static java.lang.String |
MenuInstallAsService
If true, install a Windows menu as a service -- not used yet. |
static java.lang.String |
MenuLongName
The name for the menu on a Windows system. |
static java.lang.String |
MenuRunAsAdmin
If true, require a Windows menu run as administrator. |
static java.lang.String |
MenusAttributeName
Details about menus for your application. |
static java.lang.String |
MenuShortName
The name for the script on a Unix system. |
static java.lang.String |
MenuStartAfterInstall
If true, start the menu at the end of installation. |
static java.lang.String |
MenuToStart
The menu to tell the user to start your app on Windows if TellUserHowToStart is true. |
static java.lang.String |
MenuUseJavaCommandPrefix
True if the menu is a Java command. |
static java.lang.String |
MenuUseJavaConsole
True if the menu uses a Java console. |
static java.lang.String |
MinimizedImageFilename
Filename for the minimized image used during the installation. |
static java.lang.String |
MultipleComponents
If this is a multiple component installer, then this property returns true. |
static java.lang.String |
MultipleFileGroups
True if there are multiple install types. |
static java.lang.String |
MultipleInstallTypes
If this is a multiple install type installer and the user may select one or more install types, then this property returns true. |
static java.lang.String |
NativeJvmHomeDir
JVM's home directory that installer is using (only set in native installers). |
static java.lang.String |
NativeJvmInstalled
True if native installer installed the JVM (only set in native installers). |
static java.lang.String |
NativeJvmInstalledInTemp
If JVM is intended to be installed in subdirectory of applicationDirectory, then returns true (only set in native installers). |
static java.lang.String |
NextInstallTypes
List of the remaining install types the user selected when multiple install types configured. |
static java.lang.String |
OldApplicationDirectory
The directory where the user last selected they wanted your application installed. |
static java.lang.String |
OnDemandDesktopShortcut
Add desktop shortcut for the auto-update on demand menu. |
static java.lang.String |
PackageCopyright
Copyright notice for your application. |
static java.lang.String |
PackageCreated
Date installer created. |
static java.lang.String |
PackageName
Name of product being installed. |
static java.lang.String |
PackageVersion
Version number of your application. |
static java.lang.String |
PackJarFile
If true, pack all distribution files using Pack 200. |
static java.lang.String |
PredefinedJvmInstallDir
The predefined directory where the JVM is to be installed if one isn't found on the target system (only set in native installers).See JExpress' manual for more details about setting this property. |
static java.lang.String |
PreviousApplicationDir
Name of the directory where user installed the application previously. |
static java.lang.String |
PreviousVersion
Previous version installed. |
static java.lang.String |
ProgressBarColor
Color of the progress bar. |
static java.lang.String |
PromptForInstallDir
If true, then the user is prompted for the install directory. |
static java.lang.String |
PromptUserBeforeUninstalling
True if the uninstaller should prompt the user before uninstalling. |
static java.lang.String |
ProxyHost
The host for the proxy server. |
static java.lang.String |
ProxyPassword
The user name's password the proxy server. |
static java.lang.String |
ProxyPort
The prot for the proxy server. |
static java.lang.String |
ProxyUserName
The user name for the proxy server. |
static java.lang.String |
RelativeFileMap
The file map of the distribution fields. |
static java.lang.String |
SafePackageName
Name of your package that can be used to create filenames and/or directories on various systems. |
static java.lang.String |
SaveFilePermissions
If true and installer built on unix and installed on unix, then file permissions are set on target installed machine. |
static java.lang.String |
SaveInstallEnvironment
Save the install directory and version, if true. |
static java.lang.String |
SearchForJvm
Determines if and where the native installer searches for the correct JVM (only set in native installers). |
static java.lang.String |
SelectedInstallTypes
List of all the install types the user selected when multiple install types configured. |
static java.lang.String |
SetLastModifiedDate
If true, then the original file's last modified date is set when installing files. |
static java.lang.String |
ShowFinalPanel
If true, always show the Final panel. |
static java.lang.String |
ShowFrame
Show the frame and title. |
static java.lang.String |
ShowWelcomePanel
If true, then show the Welcome panel with details about the product. |
static java.lang.String |
SilentConfigFilename
Contains the filename passed on the command line if the user specified a filename instead of a directory name for a silent install. |
static java.lang.String |
SilentInstall
True iff user started the installer with the silent command line switch or the installer was created as a silent only installer. |
static java.lang.String |
SilentUninstaller
True if the uninstaller should be silent. |
static java.lang.String |
SilentUpdater
True if the updater should be silent. |
static java.lang.String |
SingleInstallType
If this is a multiple install type installer and the user may only select one install type, then this property returns true. |
static java.lang.String |
StartAppName
Name of app to start at the end of installation. |
static java.lang.String |
StartDirectory
Directory where user originally started the installation. |
static java.lang.String |
StartGuiCommand
Command to start GUI (only set in native installers). |
static java.lang.String |
Submenu
The name of the submenu for the menus. |
static java.lang.String |
SystemSecurityPolicyFilename
System security filename for Java 1.2 (only set in native installers). |
static java.lang.String |
TestPropertiesFilename
Contains the test properties filename passed on the command line. |
static java.lang.String |
TextColor
Color of the text. |
static java.lang.String |
TextFileExtensions
File extensions that designate a file as plain text. |
static java.lang.String |
TotalBytesNeeded
Deprecated. use UncompressedTotalSize. |
static java.lang.String |
TotalCompressedFiles
The total files distributed. |
static java.lang.String |
TrackConversions
If you want to track conversion points for your software with DeNova's Convert, then this property returns true. |
static java.lang.String |
UncompressedTotalSize
The total size of all the distributed files uncompressed. |
static java.lang.String |
UninstallerArgs
Deprecated. use clickFreeUninstaller, silentUninstaller, and promptUserBeforeUninstalling Property's value is a String. |
static java.lang.String |
UninstallerIconPath
Full path for the uninstaller's icon filename on Windows. |
static java.lang.String |
UninstallerPathname
Full path for the uninstaller JAR filename. |
static java.lang.String |
UnzipExecutable
Filename used to create self extracting native installer (only set in native installers). |
static java.lang.String |
UserRequestedSilentInstall
True iff user started the installer with the silent command line switch. |
static java.lang.String |
UserSecurityPolicyFilename
Filename for security policy for Java 1.2 (only set in native installers). |
static java.lang.String |
WebSite
URL for your web site. |
| Field Detail |
|---|
static final java.lang.String ApplicationDirectory
Property's value is a String.
static final java.lang.String ApplicationDirectoryTarget
Do not use ApplicationDirectoryTarget. Use the property name based on your project.
static final java.lang.String PreviousApplicationDir
static final java.lang.String PreviousVersion
static final java.lang.String AutoupdateEveryStartup
Property's value is a boolean.
static final java.lang.String AutoupdateNever
Property's value is a boolean.
static final java.lang.String AutoupdateOnDemand
Property's value is a boolean.
static final java.lang.String OnDemandDesktopShortcut
Property's value is a boolean; defaults to false.
static final java.lang.String CheckGuiRunningCommand
Property's value is a String.
static final java.lang.String ConfigureWinRegistry
Property's value is a boolean.
static final java.lang.String InstallAsAdmin
Property's value is a boolean.
static final java.lang.String InitialUserName
Property's value is a string.
static final java.lang.String PromptForInstallDir
Property's value is a boolean.
static final java.lang.String AbortIfErrorWithDefaultInstallDir
Property's value is a boolean.
static final java.lang.String ShowWelcomePanel
Property's value is a boolean.
static final java.lang.String ShowFinalPanel
Property's value is a boolean.
static final java.lang.String SaveInstallEnvironment
Property's value is a boolean. Default is false.
static final java.lang.String CheckPreVersion
Property's value is a boolean. Default is false.
static final java.lang.String CustomAfterDirectoryWizardPanelClass
Property's value is a String.
static final java.lang.String CustomAfterFilesInstalledWizardPanelClass
Property's value is a String.
static final java.lang.String CustomAfterInstallWizardPanelClass
Property's value is a String.
static final java.lang.String CustomAfterLicenseWizardPanelClass
Property's value is a String.
static final java.lang.String CustomAfterMenusWizardPanelClass
Property's value is a String.
static final java.lang.String CustomAfterMultipleInstallsWizardPanelClass
Property's value is a String.
static final java.lang.String CustomAfterReadMeWizardPanelClass
Property's value is a String.
static final java.lang.String CustomAfterWelcomeWizardPanelClass
Property's value is a String.
static final java.lang.String CustomBeforeInstallWizardPanelClass
Property's value is a String.
static final java.lang.String DefaultApplicationDirectory
Property's value is a String.
static final java.lang.String DefaultWindowsParentAppDir
Property's value is a String.
static final java.lang.String DefaultMacParentAppDir
Property's value is a String.
static final java.lang.String DefaultLinuxParentAppDir
Property's value is a String.
static final java.lang.String DefaultSolarisParentAppDir
Property's value is a String.
static final java.lang.String DefaultOtherParentAppDir
Property's value is a String.
static final java.lang.String AutoDetectLanguage
Property's value is a boolean.
static final java.lang.String InstallerDefaultLanguage
Property's value is a String.
static final java.lang.String LookAndFeelInterface
Property's value is a String.
static final java.lang.String LAFTheme
Property's value is a String.
static final java.lang.String DownloadUrl
Can be passed on command line with a -d switch. Java web start installers automatically overwrite the JExpress build project's setting.
Property's value is a String.
static final java.lang.String ExtraParameters
You can also add extra arguments to Java Web Start installers through the JNLP file.
Only Cross Platform and Java Web Start installers support passing extra parameters on the command line.
Property's value is a String.
static final java.lang.String FileGroupsFolders
Returns a FileGroup.
static final java.lang.String FileGroupsTypes
Returns a FileGroupsListEditor.
static final java.lang.String InstallImageFilename
Property's value is a String.
static final java.lang.String MinimizedImageFilename
Property's value is a String.
static final java.lang.String InstallImagePosition
Property's value is a String(North, South, East, or West) .
static final java.lang.String InstallButtonsPosition
Property's value is a String (North, South, East, or West) .
static final java.lang.String BackgroundColor
Property's value is a String.
static final java.lang.String ProgressBarColor
Property's value is a String.
static final java.lang.String TextColor
Property's value is a String.
static final java.lang.String InstallerExecutable
Property's value is a String.
static final java.lang.String InstallerExtraFiles
Property's value is a String.
static final java.lang.String InstallJvmParameters
Property's value is a String.
static final java.lang.String InstallLicenseFilename
Property's value is a String.
static final java.lang.String InstallPasswordDigest
Property's value is a String.
static final java.lang.String InstallReadmeFilename
Property's value is a String.
static final java.lang.String InstallSuccessful
Property's value is a boolean.
static final java.lang.String InstallType
Property's value is a String.
static final java.lang.String SelectedInstallTypes
Property's value is a String.
static final java.lang.String NextInstallTypes
Property's value is a String.
static final java.lang.String SingleInstallType
Property's value is a boolean.
static final java.lang.String MultipleInstallTypes
Property's value is a boolean.
static final java.lang.String MultipleComponents
Property's value is a boolean.
static final java.lang.String InstallUserClasspath
Property's value is a String.
static final java.lang.String IsServlet
Property's value is a boolean.
static final java.lang.String JvmClasspathSwitch
Property's value is a String.
static final java.lang.String JvmCommandName
Property's value is a String.
static final java.lang.String JvmExtraParameters
Property's value is a String.
static final java.lang.String JvmHomeDir
Property's value is a String.
static final java.lang.String JvmMaxVersion
Property's value is a String.
static final java.lang.String JvmMinVersion
Property's value is a String.
static final java.lang.String JvmName
Property's value is a String.
static final java.lang.String JvmRequiredVersion
Property's value is a String.
static final java.lang.String JvmSelfExtractor
Property's value is a String.
static final java.lang.String JvmVersion
Property's value is a String.
static final java.lang.String LoaderClasspath
Property's value is a String.
static final java.lang.String LoaderJavaCommand
Property's value is a String.
static final java.lang.String MainClassname
Property's value is a String.
static final java.lang.String Submenu
Property's value is a String.
static final java.lang.String MenuToStart
Property's value is a String.
static final java.lang.String CreatedMenuDirs
Property's value is a String.
static final java.lang.String MenuCommandLineArguments
Property's value is a String.
static final java.lang.String MenuExecutableFile
Property's value is a String.
static final java.lang.String MenuIconName
The basename is used to construct the full name for the Windows .ico file, the Mac OS X .icns file, and KDE's .png file
Property's value is a String.
static final java.lang.String MenuAssociatedInstallType
static final java.lang.String MenuLongName
If blank, then no menu item is created on Windows.
Property's value is a String.
static final java.lang.String MenuShortName
If blank, then no script is created on Unix.
Property's value is a String.
static final java.lang.String MenuUseJavaCommandPrefix
Property's value is a boolean.
static final java.lang.String MenuUseJavaConsole
Property's value is a boolean.
static final java.lang.String MenusAttributeName
Returns a PropertyList.
static final java.lang.String MenuArguments
You must prepend the menu's name (as shown in JExpress' list of menus) to the beginning of this property. For example, if your menu is named "JExpress", then the property name would be "JExpressMenuArgs" (without "").
If the menu was a java command, then the list includes the full path to the jvm, the classpath switch, etc.
Property's value is a String. Use StringConversion.fromList() to convert into a list of arguments
static final java.lang.String MenuRunAsAdmin
Property's value is a boolean.
static final java.lang.String MenuInstallAsService
Property's value is a boolean.
static final java.lang.String MenuAllUsers
Property's value is a boolean (default false).
static final java.lang.String MenuAutoUpdate
Property's value is a boolean (default true).
static final java.lang.String MenuDesktopShortcut
Property's value is a boolean; defaults to false.
static final java.lang.String MenuAutoStartup
Property's value is a boolean; defaults to false.
static final java.lang.String MenuStartAfterInstall
Property's value is a boolean (default false).
static final java.lang.String StartAppName
Property's value is a string.
static final java.lang.String MultipleFileGroups
Property's value is a boolean.
static final java.lang.String NativeJvmHomeDir
Property's value is a String.
static final java.lang.String NativeJvmInstalled
Property's value is a boolean.
static final java.lang.String NativeJvmInstalledInTemp
Property's value is a boolean.
static final java.lang.String PredefinedJvmInstallDir
Property's value is a String.
static final java.lang.String OldApplicationDirectory
static final java.lang.String Author
Property's value is a String.
static final java.lang.String PackageName
Property's value is a String.
static final java.lang.String PackageCopyright
Property's value is a String.
static final java.lang.String PackageCreated
Property's value is a String.
static final java.lang.String PackageVersion
Property's value is a String.
static final java.lang.String TotalCompressedFiles
Property's value is an int.
static final java.lang.String UncompressedTotalSize
Property's value is a long.
static final java.lang.String CompressedFileSize
Property's value is a long.
static final java.lang.String RelativeFileMap
Property's value is a String.
static final java.lang.String BasePath
Property's value is a String.
static final java.lang.String SafePackageName
Property's value is a String.
static final java.lang.String SetLastModifiedDate
Property's value is a boolean.
static final java.lang.String SearchForJvm
Defaults to "all" which means that the native installer searches all likely places to find the JVM. If it's set to "registry or path", then the native installer searches only the registry on a Windows system and only the path on a Unix system. If it's set to "no" or "none", then it does not search the system for the JVM, but simply installs the JVM in a new directory.
Do not use the "" around the values. The values must be exact matches.
Property's value is a String.
static final java.lang.String TestPropertiesFilename
Property's value is a String.
static final java.lang.String JavaAppFilesSigned
Property's value is a boolean.
static final java.lang.String ShowFrame
Property's value is a String.
static final java.lang.String SilentConfigFilename
Property's value is a String.
static final java.lang.String SilentInstall
Property's value is a boolean.
static final java.lang.String UserRequestedSilentInstall
Property's value is a boolean.
static final java.lang.String ClickFreeInstaller
Property's value is a boolean.
static final java.lang.String SilentUninstaller
Property's value is a boolean.
static final java.lang.String ClickFreeUninstaller
Property's value is a boolean.
static final java.lang.String PromptUserBeforeUninstalling
Property's value is a boolean.
static final java.lang.String ClickFreeUpdater
Property's value is a boolean.
static final java.lang.String SilentUpdater
Property's value is a boolean.
static final java.lang.String StartDirectory
Property's value is a String.
static final java.lang.String StartGuiCommand
Property's value is a String.
static final java.lang.String SystemSecurityPolicyFilename
Property's value is a String.
static final java.lang.String TextFileExtensions
Property's value is a String.
static final java.lang.String PackJarFile
Property's value is a boolean.
static final java.lang.String SaveFilePermissions
Property's value is a boolean.
static final java.lang.String TotalBytesNeeded
Returns a long.
static final java.lang.String UninstallerIconPath
Property's value is a String.
static final java.lang.String UninstallerPathname
Property's value is a String.
static final java.lang.String UninstallerArgs
Property's value is a String.
static final java.lang.String UnzipExecutable
Property's value is a String.
static final java.lang.String UserSecurityPolicyFilename
Property's value is a String.
static final java.lang.String WebSite
Property's value is a String.
static final java.lang.String CheckLicenseDuringInstall
static final java.lang.String CheckLicenseDuringUpdate
static final java.lang.String CheckLicenseFromYourApp
static final java.lang.String FailIfNoLicenseServer
static final java.lang.String LicenseAccount
static final java.lang.String LicenseProduct
static final java.lang.String LicenseName
static final java.lang.String LicenseRight
static final java.lang.String LicenseAppRight
static final java.lang.String LicensePrimaryContact
static final java.lang.String LicenseIdCode
static final java.lang.String LicenseEndUser
static final java.lang.String LicenseError
static final java.lang.String InstallationStarted
static final java.lang.String ProxyHost
static final java.lang.String ProxyPort
static final java.lang.String ProxyUserName
static final java.lang.String ProxyPassword
static final java.lang.String TrackConversions
Property's value is a boolean.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||