A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abortInstallation(int) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
The abortInstallation method exits the installer.
- abortInstallation(int) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method exits the installer.
- abortInstallation(int) - Method in interface com.zerog.ia.api.pub.InstallerControl
-
This method exits the installer.
- abortInstallation(int) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method exits the installer.
- actionPerformed(ActionEvent) - Method in class com.zerog.awt.ZGStandardDialog
- addAction(Win2kSCAction) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Adds the specified action at the end of the actions already defined.
- addActionListener(ActionListener) - Method in class com.zerog.awt.ZGStandardDialog
-
This method adds the specified action listener to receive action events from this dialog.
- addActionListener(ActionListener) - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Adds an ActionListener to handle events of the button.
- addActionListener(ActionListener) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Adds an ActionListener to handle events of the file chooser.
- addActionListener(ActionListener) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Adds an ActionListener to handle events of the text field.
- addCreatedFileOrDirectory(String) - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Adds an entry to the internal collection of files or directories created by running the native process execution routine.
- addCreatedFilesOrDirectories(String[]) - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Adds the array of entries to the internal collection of files and directories created by running the native process execution routine.
- addDependency(String) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Adds a new service or load order group dependency for this service.
- addDependency(String) - Method in interface com.zerog.ia.api.pub.CustomBuildServices
-
The addDependency() method adds a dependecy file to the installer archive.
- addHandler(CancelButtonHandler) - Method in interface com.zerog.ia.api.pub.CancelButtonRegister
- addHandler(RollbackHandler) - Method in interface com.zerog.ia.api.pub.RollbackRegister
-
Add a handler to that will be called when rollback is triggered.
- addHyperlinkListener(HyperlinkListener) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Adds a hyperlink listener for the component.
- addItem(String, boolean, Component) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Used to add Items to the choice component.
- addItem(String, String, boolean, Component) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Used to add Items to the choice component.
- addItemListener(ItemListener) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Adds an ItemListener to the choice component.
- addKeyListener(KeyListener) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Adds an KeyListener to handle events of the text field.
- addKeyListener(KeyListener) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Adds a KeyListener for the component.
- addSystemStartupCommand(String) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
Adds a command that runs when the system reboots.
- addTempFile(String) - Static method in class com.installshield.boot.CoreFileUtils
-
Adds an individual temp file name to the list of temporary files to be deleted by a call to deleteTempFiles.
- addTempFileOwner(TempFileOwner) - Static method in class com.installshield.util.FileUtils
-
In many cases, temporary files are used to read or write files.
- addVariableException(String, int) - Method in interface com.zerog.ia.api.pub.ReplayVariableService
-
This method adds an exception to a given variable.
- appendBinaryFile(String, byte[]) - Method in interface com.installshield.wizard.service.file.FileService
-
Appends bytes to a binary file.
- appendEnvironmentVariable(String, String, String, int) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- appendError(String, int) - Method in interface com.zerog.ia.api.pub.CustomError
-
This method adds an error to be recorded in the install log for this action.
- appendMessage(String) - Method in interface com.zerog.ia.api.pub.CustomError
-
This method adds a message to be recorded in the installation log.
- appendSeparator(String) - Static method in class com.installshield.boot.CoreFileUtils
-
Appends the File.separator to the end of the path if doesn't already contain one.
- appendSeparator(String, String) - Static method in class com.installshield.boot.CoreFileUtils
-
Appends the separator specified to the end of the path if doesn't already contain one.
- appendToAsciiFile(String, String[]) - Method in interface com.installshield.wizard.service.file.FileService
-
Appends lines to an ASCII file.
- ARCHIVE - Static variable in class com.installshield.util.FileAttributes
B
- BIDI_BASED_ON_LOCALE - Static variable in class com.zerog.ia.api.pub.controls.IAControl
-
BiDi orientation should be based on the current locale.
- BIDI_LEFT_TO_RIGHT - Static variable in class com.zerog.ia.api.pub.controls.IAControl
-
BiDi orientation should be left to right.
- BIDI_RIGHT_TO_LEFT - Static variable in class com.zerog.ia.api.pub.controls.IAControl
-
BiDi orientation should be right to left.
- buf - Variable in class com.zerog.awt.ZGSimpleTextWrap
- build(CustomBuildServices) - Method in interface com.zerog.ia.api.pub.CustomCodeActionBuilder
- BuildDistributionSettings - Interface in com.zerog.ia.api.pub
-
BuildDistributionSettings provides the project build distribution settings.
- BuildSettingsAccess - Interface in com.zerog.ia.api.pub
- BuildTargetSettings - Interface in com.zerog.ia.api.pub
-
BuildTargetSettings provides the project build target settings.
C
- calculateDirectorySize(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Calculates the size of a given directory recursively and returns the total size (in bytes).
- CAN_NOT_INSTALL_JRE - Static variable in interface com.zerog.ia.api.pub.InstallerResources
-
When returned by
getBundledJREStatus()
indicates that the installer does not have a JRE to install, or is not capable of installing the bundled JRE. - CancelButtonHandler - Interface in com.zerog.ia.api.pub
-
This interface allows a installation cancel behavior to be defined for custom code action.
- CancelButtonRegister - Interface in com.zerog.ia.api.pub
-
This interface provides a cancel button registration service that can be requested by a custom code action.
- cancelOperation(OperationKey) - Method in interface com.installshield.wizard.service.Service
- CANNOT_CREATE_IMPL - Static variable in exception com.installshield.wizard.service.ServiceException
-
Could not create implementation
- CANNOT_LOAD_SERVICES_INF - Static variable in exception com.installshield.wizard.service.ServiceException
- CannotInstallJREException - Exception in com.zerog.ia.api.pub
-
Thrown when a custom action requests that an InstallAnywhere installer install a bundled JRE, but there is either no bundled JRE in the installer, or the installer is unable to install the bundled JRE (e.g., the installer has been set to never install a JRE).
- CannotInstallJREException() - Constructor for exception com.zerog.ia.api.pub.CannotInstallJREException
-
Constructor
- CannotInstallJREException(String) - Constructor for exception com.zerog.ia.api.pub.CannotInstallJREException
-
Constructor
- canonizePath(String) - Static method in class com.installshield.boot.CoreFileUtils
- canRead(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- canUninstall() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method indicates wheather the current InstallShield Universal Software Object has an uninstaller engine so that it is capable of uninstalling.
- CENTER - Static variable in class com.zerog.awt.ZGSimpleTextWrap
- centerOnScreen() - Method in class com.zerog.awt.ZGStandardDialog
-
A Utility method to center the dialog with respect to its parent Frame (or to center it absolutely if the parent Frame is not visible).
- changeNTServiceConfig(String, NTServiceConfig) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 ChangeServiceConfig API to update the configuration of the specified service.
- changeWin2kServiceDescription(String, String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 ChangeServiceConfig2 API in order to update the description of the service.
- changeWin2kServiceFailureActions(String, Win2kServiceFailureActions) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 ChangeServiceConfig2 API in order to update the failure actions of the service.
- CHECKBOXES - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
The choice will be done by check boxes.
- CLASS_NOT_FOUND - Static variable in exception com.installshield.wizard.service.ServiceException
-
Class not found
- clearImage() - Method in class com.zerog.awt.ImageComponent
- clearTempFile(String) - Static method in class com.installshield.boot.CoreFileUtils
-
Clears an individual temp file name from the list of temporary files to be deleted by a call to deleteTempFiles.
- clearTempFileOwners() - Static method in class com.installshield.util.FileUtils
-
Removes all registered temp file owners.
- clearTempFiles() - Static method in class com.installshield.boot.CoreFileUtils
-
Clears the list of files that would have been deleted by a call to deleteTempFiles.
- clickNextButton() - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
Deprecated.
- clone() - Method in class com.installshield.util.FileAttributes
- close(InputStream) - Static method in class com.installshield.boot.CoreFileUtils
- close(OutputStream) - Static method in class com.installshield.boot.CoreFileUtils
- closeTempFile() - Method in class com.installshield.util.TempFileOwner
- com.zerog.awt - package com.zerog.awt
-
AWT classes and controls.
- com.zerog.ia.api.pub - package com.zerog.ia.api.pub
-
Classes and services to be used in Custom Code and Plugins.
- com.zerog.ia.api.pub.controls - package com.zerog.ia.api.pub.controls
-
Exposed built-in controls.
- com.zerog.ia.api.pub.registry - package com.zerog.ia.api.pub.registry
-
Classes that provide read-only access to the Global Component Registry.
- COMBOBOX - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
The choice will be done by a combo box.
- compareBytes(byte[], byte[]) - Static method in class com.installshield.util.FileUtils
- compareFileNames(String, String) - Static method in class com.installshield.util.FileUtils
-
Returns the result of comparing two file names, either case sensitively or case insensitively, depending on the target file system.
- compareFileVersion(WindowsFixedFileInfo) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
-
Compares the file version in this Win32FixedFileInfo object with the file version in 'other'.
- comparePaths(String, String) - Static method in class com.installshield.boot.CoreFileUtils
-
Verifies whether two paths are the same taking multiple path separators and folder relocators within the path (i.e., "\." and "\..") into account.
- comparePaths(String, String) - Method in interface com.installshield.wizard.service.file.FileService
-
Verifies whether or not two paths are the same, taking into account multiple path separators and folder relocators within the path (such as "/." and "/..").
- COMPARISON_TYPE_AND - Static variable in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
The SoftwareObject will be returned if all the comparisons evaluate to true.
- COMPARISON_TYPE_OR - Static variable in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
The SoftwareObject will be returned if at least one of the comparisons evaluate to true.
- Component - Class in com.zerog.ia.api.pub.registry
-
Entity that represents a Component of the Global Registry.
- Component(String, String, String, String, String) - Constructor for class com.zerog.ia.api.pub.registry.Component
-
Creates a new Component with the specified arguments.
- consoleProxy - Static variable in class com.zerog.ia.api.pub.CustomCodeConsoleAction
-
The CustomCodeConsoleAction class variable provides access to designer-specified resources, system and user-defined variables, and international resources.
- ConsoleUtils - Interface in com.zerog.ia.api.pub
-
ConsoleUtils provides conveniece methods for custom code console actions.
- controlNTService(String, int) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 ControlService API to send a control code to the specified service.
- copy(int, InputStream, OutputStream) - Static method in class com.installshield.boot.CoreFileUtils
-
Copies the contents of the input stream to the output stream.
- copy(int, InputStream, OutputStream, int) - Static method in class com.installshield.boot.CoreFileUtils
- copy(int, InputStream, OutputStream, long) - Static method in class com.installshield.boot.CoreFileUtils
-
Copies the contents of the input stream to the output stream.
- copy(InputStream, OutputStream) - Static method in class com.installshield.boot.CoreFileUtils
-
Copies the contents of the input stream to the output stream.
- copyDirectory(String, String, boolean, boolean) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- copyFile(String, String, boolean) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- CoreFileUtils - Class in com.installshield.boot
-
This class provides the ability to create temporary files or directories in the Multi-Platform temporary directory, which is created when a wizard is started.
- CoreFileUtils() - Constructor for class com.installshield.boot.CoreFileUtils
- countSubKeys(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the number of subkeys directly under the key.
- countValuesInKey(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the number of values that are stored directly in the key (not including values stored in subkeys).
- createAsciiFile(String, String[]) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- createAsciiFile(String, String[], String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- createBinaryFile(String, byte[]) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- createChoiceList(String[]) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the array of Strings provided in the parameters to this method.
- createChoiceList(String[], int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the array of Strings provided in the parameters to this method.
- createChoiceList(String[], int[]) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the array of Strings provided in the parameters to this method.
- createChoiceList(Vector) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the Vector of Strings provided in the parameters to this method.
- createChoiceList(Vector, int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the Vector of Strings provided in the parameters to this method.
- createChoiceListAndGetMultipleValues(String, String[]) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the array of Strings provided in the parameters to this method.
- createChoiceListAndGetMultipleValues(String, Vector) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the Vector of Strings provided in the parameters to this method.
- createChoiceListAndGetMultipleValuesWithDefaults(String, Vector, int[]) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the array of Strings provided in the parameters to this method.
- createChoiceListAndGetValue(String, String[]) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the array of Strings provided in the parameters to this method.
- createChoiceListAndGetValue(String, String[], int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the array of Strings provided in the parameters to this method.
- createChoiceListAndGetValue(String, Vector) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the Vector of Strings provided in the parameters to this method.
- createChoiceListAndGetValue(String, Vector, int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a numbered vertical list of choices from the Vector of Strings provided in the parameters to this method.
- createDirectory(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Creates a directory on the target system.
- createDirectoryReturnNew(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- createDirs(File) - Static method in class com.installshield.boot.CoreFileUtils
-
Creates the directories required to make the path in target a legitimate path.
- createFileName(String, String) - Static method in class com.installshield.boot.CoreFileUtils
-
Returns a file name using context and fileName.
- createFileName(String, String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- createGroup(GroupSpecification) - Method in interface com.installshield.wizard.service.security.SecurityService
-
This method is useful to developers when creating a custom bean.
- createKey(int, String, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Creates a new, empty subkey under the specified parent key within the specified "hive".
- createNTService(String, NTServiceConfig) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Creates a new service on Windows NT and 2K machines.
- createPathBasedOnAccessPath(String) - Method in interface com.zerog.ia.api.pub.CustomBuildServices
-
Takes a path and removes the portions represented by the path variable (replacing it with an access path variable).
- createRegistryKey(String) - Method in interface com.zerog.ia.api.pub.SimpleRegistryManager
-
This method creates a new registry key.
- createSymbolicLink(String, String, boolean) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is used to create a symbolic link on unix based platforms.
- createTempDir() - Static method in class com.installshield.boot.CoreFileUtils
-
Creates an empty directory as a subdirectory of the Multi-Platform temporary directory.
- createTempDirName() - Static method in class com.installshield.boot.CoreFileUtils
-
Creates a temporary directory name using a random number generator.
- createTempFile() - Static method in class com.installshield.boot.CoreFileUtils
-
Creates an empty file (size of 0) in the Mullti-Platform temporary directory.
- createTempFile(URL) - Static method in class com.installshield.boot.CoreFileUtils
-
Creates a temporary file from the specified source.
- createTempFile(URL, String) - Static method in class com.installshield.boot.CoreFileUtils
-
Creates a temporary file from the specified source, and creates a temporary file with the specified fileName, copying the contents of the source file into the new file.
- createTempFileName() - Static method in class com.installshield.boot.CoreFileUtils
-
Creates a temporary file name using a random number generator.
- createUser(UserSpecification) - Method in interface com.installshield.wizard.service.security.SecurityService
-
This method is useful to developers when creating a custom bean.
- CustomBuildServices - Interface in com.zerog.ia.api.pub
-
CustomBuildServices provides methods for classes extending
CustomCodeAction
to access InstallAnywhere build settings, add action dependencies and work with access paths. - CustomCodeAction - Class in com.zerog.ia.api.pub
-
The
CustomCodeAction
class is designed to allow developers to extend InstallAnywhere's core functionality by creating custom actions that can be integrated with InstallAnywhere installers. - CustomCodeAction() - Constructor for class com.zerog.ia.api.pub.CustomCodeAction
- CustomCodeActionBuilder - Interface in com.zerog.ia.api.pub
-
Implementing this interface gives a custom code author a way of building their custom action.
- CustomCodeConsoleAction - Class in com.zerog.ia.api.pub
-
The
CustomCodeConsoleAction
class is designed to allow developers to create console based steps integrated with InstallAnywhere. - CustomCodeConsoleAction() - Constructor for class com.zerog.ia.api.pub.CustomCodeConsoleAction
- CustomCodeConsoleProxy - Class in com.zerog.ia.api.pub
-
CustomCodeConsoleProxy provides methods for classes extending
CustomCodeConsoleAction
to access information in an InstallAnywhere installer, set status, control flow, and locate and access resources. - CustomCodeConsoleProxy(ResourceAccess, VariableAccess, I18NAccess, InstallerControl) - Constructor for class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
Constructor
- CustomCodePanel - Class in com.zerog.ia.api.pub
-
The
CustomCodePanel
class is designed to allow developers to create install panels that seemlessly integrate with default InstallAnywhere install panels. - CustomCodePanel() - Constructor for class com.zerog.ia.api.pub.CustomCodePanel
- customCodePanelProxy - Static variable in class com.zerog.ia.api.pub.CustomCodePanel
-
This class variable provides access to designer-specified resources, system and user-defined variables, and international resources.
- CustomCodePanelProxy - Class in com.zerog.ia.api.pub
-
CustomCodePanelProxy provides methods for classes extending
CustomCodePanel
to access information in an InstallAnywhere installer, set status, control flow, and locate and access resources. - CustomCodePanelProxy(Installer, ResourceAccess, VariableAccess, I18NAccess, InstallerControl) - Constructor for class com.zerog.ia.api.pub.CustomCodePanelProxy
-
Constructor
- CustomCodeRule - Class in com.zerog.ia.api.pub
-
The
CustomCodeRule
class is designed to allow developers to extend InstallAnywhere's core functionality by creating custom rules that can be integrated with InstallAnywhere installers. - CustomCodeRule() - Constructor for class com.zerog.ia.api.pub.CustomCodeRule
- CustomCodeRuleProxy - Class in com.zerog.ia.api.pub
-
CustomCodeRuleProxy provides methods for classes extending
CustomCodeRule
to access information in an InstallAnywhere installer, and locate and access resources. - CustomCodeRuleProxy(VariableAccess, I18NAccess) - Constructor for class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
Constructor
- CustomError - Interface in com.zerog.ia.api.pub
-
This class provides access to the InstallAnywhere error logging and end-user installation log features to Custom Actions, Panels, and Consoles.
D
- decodeBytes(byte[]) - Static method in class com.installshield.util.FileUtils
- decodeBytes(String) - Static method in class com.installshield.util.FileUtils
- decryptEncryptedValue(String) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method returns the decrypted value if an numeric encrypted value is passed
- decryptEncryptedValue(String) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method returns the decrypted value if an numeric encrypted value is passed
- decryptEncryptedValue(String) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method returns the decrypted value if an numeric encrypted value is passed
- decryptEncryptedValue(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method returns the decrypted value if an numeric encrypted value is passed
- decryptEncryptedValue(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method returns the decrypted value if an numeric encrypted value is passed
- decryptEncryptedValue(String) - Method in interface com.zerog.ia.api.pub.VariableAccess
-
Decrypts the encrypted value specified.
- DEFERRED - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with deleteFile when delete is deferred.
- deleteDirectory(String) - Static method in class com.installshield.util.FileUtils
- deleteDirectory(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- deleteDirectory(String, boolean, boolean) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- deleteDirectoryOnExit(String, boolean) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- deleteEnvironmentVariable(String) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- deleteEnvironmentVariable(String, int) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- deleteFile(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- deleteFileOnExit(String) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- deleteGroup(GroupSpecification) - Method in interface com.installshield.wizard.service.security.SecurityService
-
This method is useful to developers when creating a custom bean.
- deleteGroup(String) - Method in interface com.installshield.wizard.service.security.SecurityService
-
This method is useful to developers when creating a custom bean.
- deleteKey(int, String, String, boolean) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Deletes the specified key.
- deleteLockedFiles(String[]) - Method in interface com.installshield.util.LockedFilesHandler
- deleteNTService(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 DeleteService API to delete the specified service.
- deleteRegistryKey(String) - Method in interface com.zerog.ia.api.pub.SimpleRegistryManager
-
This method deletes a key from the registry.
- deleteRegistryKeyValue(String, String) - Method in interface com.zerog.ia.api.pub.SimpleRegistryManager
-
This method deletes a value from the registry.
- deleteTempFile(String) - Static method in class com.installshield.boot.CoreFileUtils
-
Deletes the specified file from the target machine, and removes it from the list of temp files to be deleted by a call to deleteTempFiles.
- deleteTempFiles() - Static method in class com.installshield.util.FileUtils
-
This method deletes the files/directories in the temporary files list.
- deleteUser(UserSpecification) - Method in interface com.installshield.wizard.service.security.SecurityService
-
This method is useful to developers when creating a custom bean.
- deleteUser(String) - Method in interface com.installshield.wizard.service.security.SecurityService
-
This method is useful to developers when creating a custom bean.
- deleteValue(int, String, String, boolean) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Deletes the specified value from the registry.
- DIGEST_TEST_FAILED - Static variable in exception com.installshield.wizard.service.ServiceException
- DIRECTORIES - Static variable in interface com.installshield.wizard.service.file.FileService
-
Indicates what type of files to return to the getDirectoryList() method.
- DIRECTORY - Static variable in class com.installshield.util.FileAttributes
- DIRECTORY_CHOOSER - Static variable in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Directories can be selected when using the component.
- DOMAIN_ACCOUNT - Static variable in class com.installshield.wizard.service.security.GroupSpecification
- doubleBuf - Variable in class com.zerog.awt.ZGSimpleTextWrap
E
- ENCRYPT_VALUE - Static variable in interface com.zerog.ia.api.pub.ReplayVariableService
-
Type of exception which the variables are recorded with its value encrypted.
- enterToContinue() - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Creates a console prompt with default 'enter to continue' text.
- enterToContinue(String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Creates a console prompt with the given String.
- enumNTServiceKeys(int, int) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 EnumServicesStatus API to retrieve the internal names of of each service defined in the active service control manager database.
- EQUAL_TO - Static variable in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
- equals(Object) - Method in class com.installshield.wizard.service.OperationKey
- err - Static variable in class com.zerog.ia.api.pub.IASys
-
The installer's "standard" error output stream.
- ERROR - Static variable in exception com.installshield.wizard.service.ServiceException
- ERROR - Static variable in class com.zerog.awt.ZGStandardDialog
- ERROR - Static variable in interface com.zerog.ia.api.pub.CustomError
-
An error that prevents some part of the installation, but does not make the entire installation fail.
- ERROR_SERVICE_SPECIFIC_ERROR - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for win32ExitCode.
- evaluateRule() - Method in class com.zerog.ia.api.pub.CustomCodeRule
-
This method is called at install-time when evaluating the rules set on a given installer action.
- EXCLUDE_ENTIRELY - Static variable in interface com.zerog.ia.api.pub.ReplayVariableService
-
Type of exception which the variables are excluded from the response files and install logs.
- EXCLUDE_VALUE - Static variable in interface com.zerog.ia.api.pub.ReplayVariableService
-
Type of exception which the variables are recorded with no value.
- executeConsoleAction() - Method in class com.zerog.ia.api.pub.CustomCodeConsoleAction
-
The executeConsoleAction method gets called when the installer is ready to display the console action.
- executeProcess(ExecuteProcessSupport, Properties) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method launches a command in a separate process using a platform specific implementation.
- ExecuteProcessSupport - Class in com.installshield.util.process
-
This support class encapsulates the information about a process launched natively on a target system.
- ExecuteProcessSupport(String, String[]) - Constructor for class com.installshield.util.process.ExecuteProcessSupport
- ExecuteProcessSupport(String, String[], String, String) - Constructor for class com.installshield.util.process.ExecuteProcessSupport
F
- FAT16 - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getPartitionFormat for FAT16 partitions.
- FAT32 - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getPartitionFormat for FAT32 partitions.
- FATAL_ERROR - Static variable in exception com.installshield.wizard.service.ServiceException
- FATAL_ERROR - Static variable in interface com.zerog.ia.api.pub.CustomError
-
An error that causes the entire installation to fail.
- FatalInstallException - Exception in com.zerog.ia.api.pub
-
When thrown from a CustomCodeAction, a fatal error is logged in the end user's installation log.
- FatalInstallException() - Constructor for exception com.zerog.ia.api.pub.FatalInstallException
-
Constructor
- FatalInstallException(String) - Constructor for exception com.zerog.ia.api.pub.FatalInstallException
-
Constructor
- Feature - Class in com.zerog.ia.api.pub.registry
-
Entity that represents a Product's Feature of the Global Registry.
- Feature(String, String, Calendar, Component[]) - Constructor for class com.zerog.ia.api.pub.registry.Feature
-
Creates a new Feature with the specified arguments.
- FILE_CHOOSER - Static variable in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Files can be selected when using the component.
- FileAttributes - Class in com.installshield.util
- FileAttributes() - Constructor for class com.installshield.util.FileAttributes
- fileExists(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- FILES - Static variable in interface com.installshield.wizard.service.file.FileService
-
Indicates what type of files to return to the getDirectoryList() method.
- FILES_AND_DIRECTORIES - Static variable in interface com.installshield.wizard.service.file.FileService
- FileService - Interface in com.installshield.wizard.service.file
-
This class provides the ability to manipulate and query files, directories, and partitions at runtime.
- FileUtils - Class in com.installshield.util
-
This class provides the ability to create temporary files or directories in the Multi-Platform temporary directory, which is created when a wizard is started.
- FileUtils() - Constructor for class com.installshield.util.FileUtils
- FIXED - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getPartitionType for FIXED partitions.
- formatSizeAsBytes(long) - Static method in class com.installshield.util.FileUtils
-
Formats the specified number of bytes as a human-readable string.
- formatSizeAsBytes(long) - Method in interface com.installshield.wizard.service.file.FileService
-
Formats the specified number of bytes as a human-readable string.
- FULL_ACCESS - Static variable in class com.installshield.util.FileAttributes
G
- get32BitValue(int, String, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns a 32 bit registry value.
- getAbsoluteUninstallerPath() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the absolute path to the uninstaller JAR
- getAccessibleDescription() - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
Static texts (such as prompts, descriptions, or directions) do not normally receive focus in the tab order of the panel.
- getAccountExpirationDate() - Method in class com.installshield.wizard.service.security.UserSpecification
- getAccountScope() - Method in class com.installshield.wizard.service.security.GroupSpecification
- getActionAt(int) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Returns the Win2kSCAction object at the specified index or null if the index is invalid.
- getActionCount() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Returns the number of actions currently defined.
- getActions() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Returns the actions that the Service Control Manager will execute when the service fails.
- getActionType() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Returns the actionType property of this object.
- getAlignment() - Method in class com.zerog.awt.ZGSimpleTextWrap
-
Gets the current hAlignment.
- getArguments() - Method in class com.installshield.util.process.ExecuteProcessSupport
- getArgumentString() - Method in class com.installshield.util.process.ExecuteProcessSupport
- getAsciiFileLineCount(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Returns the number of lines in an ASCII file.
- getAttributes() - Method in class com.installshield.util.FileAttributes
- getAttributeState(int) - Method in class com.installshield.util.FileAttributes
- getAuthority() - Method in class com.installshield.wizard.service.security.GroupSpecification
- getAuthority() - Method in class com.installshield.wizard.service.security.UserSpecification
- getAvailableDiskSpace() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
A convenience method to get the amount of disk space available on the target system.
- getBackground() - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Gets the background color of the choice component.
- getBackground() - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Gets the background color of the text field.
- getBackground() - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Gets the background color of this component.
- getBidiOrientation() - Method in class com.zerog.ia.api.pub.controls.IAControl
-
Gets the current BiDi orientation.
- getBinaryValue(int, String, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns a binary registry value.
- getBuildDistributionSettings() - Method in interface com.zerog.ia.api.pub.BuildSettingsAccess
- getBuildDistributionSettings() - Method in interface com.zerog.ia.api.pub.CustomBuildServices
-
Returns the build distribution settings.
- getBuildOutputPath() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns the build output path or
null
if using the default one. - getBuildTargetSettings() - Method in interface com.zerog.ia.api.pub.BuildSettingsAccess
- getBuildTargetSettings() - Method in interface com.zerog.ia.api.pub.CustomBuildServices
-
Returns the build target settings.
- getBundledJREStatus() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Returns an integer base type describing the installer's status in regard to the JRE that may be bundled with it.
- getBundledVM() - Method in interface com.zerog.ia.api.pub.BuildTargetSettings
-
Returns the bundling virtual machine name.
- getCheckPoint() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns the current checkpoint value from this service status object.
- getCommand() - Method in class com.installshield.util.process.ExecuteProcessSupport
- getCommand() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the command (unresolved) that is used to start the service.
- getCommand() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Returns the unresolved command assigned to this object.
- getComparisonType() - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Gets the ComparisonType used by the criteria to define whether a SoftwareObject should or should not be returned.
- getCompatibleVersion() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the compatible version of the InstallShield Universal Software Object.
- getComponentID() - Method in class com.zerog.awt.ZGSimpleTextWrap
- getComponentID() - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Get the component ID.
- getComponentID() - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Get the component ID.
- getComponentID() - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Get the component ID.
- getComponentID() - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Get the component ID.
- getComponentID() - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Gets the component ID of the component.
- getComponents() - Method in class com.zerog.ia.api.pub.registry.Feature
-
The Components of the Feature.
- getComponents(SoftwareObjectSearchCriteria) - Method in interface com.zerog.ia.api.pub.registry.ProductRegistryService
-
Retrieves Components from the registry.
- getControlsAccepted() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns the value of the controlsAccepted for this service status object.
- getCopyright() - Method in class com.zerog.ia.api.pub.registry.Product
-
The copyright of the Product.
- getCreatedFilesOrDirectories() - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Returns an array of files and/or directories created by running the native process execution routine.
- getCurrentProgressPercentage() - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method returns the current percentage completed value for the progress bar.
- getCurrentProgressPercentage() - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method returns the current percentage completed value for the progress bar as String Sets the percentage of the progress bar.
- getCurrentProgressPercentage() - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method provides the percentage done of the progress bar during the installation of the installer
- getCurrentState() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns the currentState from the service status object.
- getData() - Method in exception com.installshield.wizard.service.ServiceException
-
Returns additional information if any specified like underlying Exception Object.
- getDefaultInstallSet() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Returns a String that is the name of the current default install set (feature).
- getDelay() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Returns the delay property of this object.
- getDependedSoftwareObjects(InstallShieldUniversalSoftwareObject) - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method queries for a list of software objects that depend upon the given software object.
- getDependencies() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns an array of service and/or load order group names that this service depends on.
- getDescription() - Method in class com.installshield.wizard.service.security.UserSpecification
- getDescription() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the description of the InstallShield Universal Software Object.
- getDirectoryList(String, int) - Method in interface com.installshield.wizard.service.file.FileService
-
Gets a list of files in a directory.
- getDisplayName() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the current (unresolved) display name.
- getDisplayName() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the display name of the InstallShield Universal Software Object.
- getEmail() - Method in class com.zerog.ia.api.pub.registry.Vendor
-
The e-mail of the Vendor.
- getEnableDesktopInteraction() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns whether desktop interaction is enabled or not for this service configuration.
- getEncryptedVariable(String) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method returns the encrypted literal Object represented by an InstallAnywhere variable
- getEncryptedVariable(String) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method returns the encrypted literal Object represented by an InstallAnywhere variable
- getEncryptedVariable(String) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method returns the encrypted literal Object represented by an InstallAnywhere variable
- getEncryptedVariable(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method returns the encrypted literal Object represented by an InstallAnywhere variable
- getEncryptedVariable(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method returns the encrypted literal Object represented by an InstallAnywhere variable
- getEncryptedVariable(String) - Method in interface com.zerog.ia.api.pub.VariableAccess
-
Returns the encrypted value of the variable specified.
- getEnvironmentVariable(String) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- getErrorCode() - Method in exception com.installshield.wizard.service.ServiceException
-
Returns the error code associated with the exception
- getErrorControl() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the error control assigned to this service configuration.
- getErrorMsg(int) - Static method in exception com.installshield.wizard.service.ServiceException
-
Gives the brief description of the error codes
- getEstimatedTimeToInstall(InstallerProxy) - Method in class com.zerog.ia.api.pub.CustomCodeAction
-
This method should return the estimated time, in tenths (1/10) of seconds, to complete the install operation, given the action's current state.
- getEstimatedTimeToUninstall(UninstallerProxy) - Method in class com.zerog.ia.api.pub.CustomCodeAction
-
This method should return the estimated time, in tenths (1/10) of seconds, to complete the uninstall operation, given the action's current state.
- getExtended(short) - Method in class com.installshield.util.FileAttributes
-
Returns the extended attribute bytes for the given platform code.
- getFeatures() - Method in class com.zerog.ia.api.pub.registry.Product
-
The Features of the Product.
- getFileAttributes(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- getFileDateLS() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileDateMS() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileFlags() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileFlagsMask() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileOS() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileOwner(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Gets a file's owner.
- getFileOwnerGroup(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Gets a file's owner group.
- getFileSize(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Returns the size of an a file (in bytes).
- getFileSubtype() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileType() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileVersionLS() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFileVersionMS() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getFixedFileInfo(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Retrieves Windows VS_FIXEDFILEINFO of the specified file.
- getFont() - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Gets the font of the button.
- getFont() - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Gets the font of the choice component.
- getFont() - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Gets the font of the label.
- getFont() - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Gets the font of the text field.
- getFont() - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Gets the font of this component.
- getForeground() - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Gets the foreground color of the button.
- getForeground() - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Gets the foreground color of the choice component.
- getForeground() - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Gets the foreground color of the label.
- getForeground() - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Gets the foreground color of the text field.
- getForeground() - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Gets the foreground color of this component.
- getFrame() - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Gets the Frame in which the CustomCodePanel is contained.
- getGroupName() - Method in class com.installshield.wizard.service.security.GroupSpecification
- getGroups() - Method in class com.installshield.wizard.service.security.UserSpecification
- getHomeDirectory() - Method in class com.installshield.wizard.service.security.UserSpecification
- getHomePage() - Method in class com.zerog.ia.api.pub.registry.Vendor
-
The website of the Vendor.
- getImage() - Method in class com.zerog.awt.ImageComponent
- getInfoURL() - Method in class com.zerog.ia.api.pub.registry.Product
-
The URL of the Product.
- getInstallBundles() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Returns a vector of Strings that describe the names of all install bundles (components) whose rules currently evaluate to true.
- getInstallBundleShortNames() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Returns a vector of Strings that describe the short names of all install bundles (components) whose rules currently evaluate to true.
- getInstallDirectory() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
A convenience method to get the install directory for the installer on the target system.
- getInstallerFont() - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Gets the Standard Font of the installer.
- getInstallerFontColor() - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Gets the Standard Font color of the installer.
- getInstallLocation() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method return the Install Location InstallShield Universal Software Object.
- getInstallSets() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Returns a vector of Strings that describe the names of all install sets (features) whose rules currently evaluate to true.
- getInstallStatus() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the install status of the InstallShield Universal Software Object.
- getInstallStatusMessage() - Method in class com.zerog.ia.api.pub.CustomCodeAction
-
If this action is included in the "Install" task of the advanced designer, the string that this method returns will be displayed in the "Installing..." status label that appears above the installer's progress bar while the action is being executed.
- getInstanceNumber() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the instance number of the InstallShield Universal Software Object.
- getIsjeTempDir() - Static method in class com.installshield.boot.CoreFileUtils
- getJavaVMList() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Returns a vector of Strings that contain the paths to all VMs found on the target system.
- getJavaVMList(boolean, boolean, boolean) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Deprecated.
- getKey() - Method in class com.installshield.wizard.service.OperationKey
- getKeyName() - Method in class com.zerog.ia.api.pub.registry.Feature
-
The key name of the Feature.
- getKeyValueNames(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the names of each of the values stored in the specified key.
- getLabel() - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Gets the text of the button.
- getLastButtonPressed() - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to determine which of the buttons was pressed to dismiss the dialog.
- getLastMessage() - Method in interface com.installshield.util.Progress
- getLastModified() - Method in class com.zerog.ia.api.pub.registry.Feature
-
The last Modification Date of the Product.
- getLastModified() - Method in class com.zerog.ia.api.pub.registry.Product
-
The last Modification Date of the Product.
- getLoadOrderGroup() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the name of the load order group assigned to this configuration.
- getLocation() - Method in class com.zerog.ia.api.pub.registry.SoftwareObject
-
The location where the SoftwareObject is installed in.
- getLocation() - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Gets the configured location where the SoftwareObject should be installed in.
- getLockedFilesHandler() - Static method in class com.installshield.util.FileUtils
-
Returns the current locked files handler.
- getLogInput() - Method in interface com.zerog.ia.api.pub.UninstallerAccess
-
Information written to the the log at install-time can be read back using the DataInput returned by this method.
- getLogInput() - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method returns an instance that implements java.io.DataInput.
- getLogonScript() - Method in class com.installshield.wizard.service.security.UserSpecification
- getLogOutput() - Method in interface com.zerog.ia.api.pub.InstallerAccess
-
This method is returns an instance that implements java.io.DataOutput.
- getLogOutput() - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method returns an instance that implements java.io.DataOutput.
- getLogOutputAsString() - Method in interface com.zerog.ia.api.pub.InstallerAccess
-
Returns the
DataOutput
as aString
. - getLogOutputAsString() - Method in class com.zerog.ia.api.pub.InstallerProxy
- getMaximumSize() - Method in class com.zerog.awt.ImageComponent
- getMaximumSize() - Method in class com.zerog.awt.ZGSimpleTextWrap
- getMessage() - Method in exception com.installshield.wizard.service.ServiceException
-
Returns the user message if any specified.
- getMinimumSize() - Method in class com.zerog.awt.ImageComponent
- getMinimumSize() - Method in class com.zerog.awt.ZGSimpleTextWrap
- getMultiStringValue(int, String, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns a multi string registry value.
- getName() - Method in class com.installshield.wizard.service.OperationKey
- getName() - Method in interface com.installshield.wizard.service.Service
-
Returns the name of the service.
- getName() - Method in interface com.zerog.ia.api.pub.BuildTargetSettings
-
Returns the target platform name.
- getName() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the name of the InstallShield Universal Software Object.
- getName() - Method in interface com.zerog.ia.api.pub.Media
-
Returns the media name.
- getName() - Method in class com.zerog.ia.api.pub.registry.Feature
-
The name of the Feature.
- getName() - Method in class com.zerog.ia.api.pub.registry.SoftwareObject
-
The name of the SoftwareObject.
- getName() - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Gets the configured name that the SoftwareObject should match.
- getName() - Method in class com.zerog.ia.api.pub.registry.Vendor
-
The name of the Vendor.
- getName(String) - Static method in class com.installshield.util.FileUtils
- getName(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Gets the name portion of the supplied path name.
- getNamedDirectory(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Returns the directory for the specified type.
- getNewestComponent(SoftwareObjectSearchCriteria) - Method in interface com.zerog.ia.api.pub.registry.ProductRegistryService
-
Retrieves the Newest Component from the registry.
- getNewestProduct(SoftwareObjectSearchCriteria) - Method in interface com.zerog.ia.api.pub.registry.ProductRegistryService
-
Retrieves the Newest Product from the registry.
- getNTServiceDisplayName(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 GetServiceDisplayName API to retrieve the displayable name of the specified service.
- getNTServiceKeyName(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 GetServiceKeyName API to retrieve the internal name of a service based on its display name.
- getOperationProgress(OperationKey) - Method in interface com.installshield.wizard.service.Service
- getOSProperties() - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- getOSServiceLevel() - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- getOutputDir() - Method in interface com.zerog.ia.api.pub.BuildTargetSettings
-
Returns the target output path relative to the build output path.
- getPackages() - Method in interface com.zerog.ia.api.pub.SolutionInstallServices
- getParent(String) - Static method in class com.installshield.boot.CoreFileUtils
- getParent(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Returns the parent directory of the specified directory.
- getPartitionFormat(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- getPartitionFreeSpace(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- getPartitionFreeSpace(String, long) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- getPartitionName(String, String[]) - Static method in class com.installshield.util.FileUtils
-
Deprecated.Use FileService.getPartitionName(String, String[])
- getPartitionName(String, String[]) - Method in interface com.installshield.wizard.service.file.FileService
-
Maps the specified path into a valid partition out of a list of partition names.
- getPartitionName(String, String[], String) - Static method in class com.installshield.util.FileUtils
-
Deprecated.Use FileService.getPartitionName(String, String[], String)
- getPartitionName(String, String[], String) - Method in interface com.installshield.wizard.service.file.FileService
-
Maps the specified path into a valid partition out of a list of partition names.
- getPartitionNames() - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- getPartitionType(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- getPassword() - Method in class com.installshield.util.process.ExecuteProcessSupport
- getPassword() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the password to be used for the specified user account when starting this service
- getPassword() - Method in class com.installshield.wizard.service.security.UserSpecification
- getPath() - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Gets the path of the chosen file/directory.
- getPathFieldBackground() - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Gets the background color of the path field.
- getPathFieldFont() - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Gets the font of the path field.
- getPathFieldForeground() - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Gets the foreground color of the path field.
- getPathSeparator() - Method in interface com.installshield.wizard.service.file.FileService
-
Gets the path separator for the file system this service is executing on.
- getPathSeparatorChar() - Method in interface com.installshield.wizard.service.file.FileService
-
Gets the path separator character for the file system this service is executing on.
- getPercentComplete() - Method in interface com.installshield.util.Progress
- getPlatformId() - Method in interface com.installshield.wizard.service.file.FileService
-
NOTE : This API is for internal use.
- getPreferredSize() - Method in class com.zerog.awt.ImageComponent
- getPreferredSize() - Method in class com.zerog.awt.ZGSimpleTextWrap
- getPrimaryGroup() - Method in class com.installshield.wizard.service.security.UserSpecification
- getProcessId() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceStatusProcess
-
Returns the process id assigned to this object.
- getProcessOutputHandler() - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Returns the ProcessOutputHandler that will process the stdout or stderr streams from the launched process.
- getProcessReturnCode() - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Returns the external process (or command's) exit code.
- getProducts(SoftwareObjectSearchCriteria) - Method in interface com.zerog.ia.api.pub.registry.ProductRegistryService
-
Retrieves Products from the registry.
- getProductsByVendor(String) - Method in interface com.zerog.ia.api.pub.registry.ProductRegistryService
-
Retrieves Products from the registry, filtered by a specific Vendor.
- getProductsWithComponent(String) - Method in interface com.zerog.ia.api.pub.registry.ProductRegistryService
-
Retrieves Products from the registry, filtered by a specific Component.
- getProductVersionLS() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getProductVersionMS() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getPubliclyShareable() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method tells whether if this InstallShield Universal Software Object is publicly shareable.
- getRawEnvironmentVariable(String, int) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- getRebootMsg() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Returns the unresolved message to be broadcast to server users before the Service Control Manager reboots the machine.
- getRedisplayProgress() - Method in interface com.installshield.util.Progress
- getRegistryKeyValue(String, String) - Method in interface com.zerog.ia.api.pub.SimpleRegistryManager
-
This method returns the data associated with a value.
- getRequiredDiskSpace() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
A convenience method to get the amount of disk space required to install the selected product feature on the target system.
- getResetPeriod() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Returns the resetPeriod for this object.
- getResource(String) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method provides a mechanism to access resources located in the installer or user archive.
- getResource(String) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method provides a mechanism to access resources located in the installer or user archive.
- getResource(String) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method provides a mechanism to access resources located in the user archive.
- getResource(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method provides a mechanism to access resources located in the installer or user archive.
- getResource(String) - Method in interface com.zerog.ia.api.pub.ResourceAccess
-
Returns an instance of java.net.URL that refers to a resource located in the user's ZIP or JAR.
- getResource(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method provides a mechanism to access resources located in the user archive.
- getSeparator() - Method in interface com.installshield.wizard.service.file.FileService
-
Returns the separator for the file system on which this service is executing.
- getSeparatorChar() - Method in interface com.installshield.wizard.service.file.FileService
-
Returns the separator character for the file system on which this service is executing.
- getService(Class) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
The getService method provides access to InstallAnywhere installer services
- getService(Class) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method provides access to InstallAnywhere installer services
- getService(Class) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method provides access to InstallAnywhere installer services
- getService(Class) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method provides access to InstallAnywhere installer services
- getService(Class) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method provides access to InstallAnywhere installer services
- getService(Class) - Method in interface com.zerog.ia.api.pub.ServiceAccess
-
Returns an instance of the requested service.
- getService(Class) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method provides access to InstallAnywhere uninstaller services
- getServiceFlags() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceStatusProcess
-
Returns the serviceFlags assigned to this object.
- getServiceImplementorType() - Method in interface com.installshield.wizard.service.Service
-
Returns the class this service uses as its implementor.
- getServiceSpecificExitCode() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns the service specific exit code.
- getServiceType() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the service type assigned to this service configuration.
- getServiceType() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns the serviceType from this service status object.
- getSeverity() - Method in exception com.installshield.wizard.service.ServiceException
-
Returns the severity of the Exception.
- getShortcutDirectory() - Method in interface com.zerog.ia.api.pub.InstallerResources
-
A convenience method to get the shortcut directory for the installer on the target system.
- getShortPath(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Returns the short path name for a long path passed in.
- getSignature() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getSize() - Method in class com.zerog.awt.ImageComponent
- getSize() - Method in class com.zerog.awt.ZGSimpleTextWrap
- getSize() - Method in interface com.zerog.ia.api.pub.Media
-
Returns the media size in bytes.
- getSoftwareObject(String, String) - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method allows the user to search in the InstallShield Universal registry for an InstallShield Universal Software Object that match the query.
- getSoftwareObject(String, String, String, int) - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method allows the user to search in the InstallShield Universal registry for an InstallShield Universal Software Object that match the query.
- getSoftwareObjectParents(InstallShieldUniversalSoftwareObject) - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method allows the user to query for a list of parent software objects that requires the given software object.
- getSoftwareObjects(String) - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method allows the user to search in the InstallShield Universal registry for a list of InstallShield Universal Software Objects that match the query.
- getSoftwareObjects(String, String, int) - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method allows the user to search in the InstallShield Universal registry for a list of InstallShield Universal Software Objects that match the query.
- getStartType() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the start type assigned to this service configuration.
- getStatusDescription() - Method in interface com.installshield.util.Progress
- getStatusDetail() - Method in interface com.installshield.util.Progress
- getStdErrDestination() - Method in class com.installshield.util.process.ExecuteProcessSupport
- getStdErrorStream() - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Returns the OutputStream cooresponding to stderr.
- getStdOutDestination() - Method in class com.installshield.util.process.ExecuteProcessSupport
- getStdOutputStream() - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Returns the OutputStream cooresponding to stdout.
- getStringValue(int, String, String, boolean) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns a string registry value.
- getStringWidth(String, FontMetrics) - Method in class com.zerog.awt.ZGSimpleTextWrap
- getStrucVersion() - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- getStyledDocument() - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Fetches the model associated with the editor.
- getSubkeyNames(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the names of each of the immediate subkeys below the specified key.
- getSubstitutedFilePath(String) - Method in interface com.zerog.ia.api.pub.CustomBuildServices
-
Removes the access path variables and substitute them with the path represented by the variable.
- getSuggestedMediaSizes() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns an array containing the suggested media sizes to build the CD-ROM installers.
- getSupportURL() - Method in class com.zerog.ia.api.pub.registry.Product
-
The Support URL of the Product.
- getSystemUMask() - Method in interface com.installshield.wizard.service.file.FileService
-
Returns the umask setting for the current process.
- getTempDir() - Static method in class com.installshield.boot.CoreFileUtils
-
Returns the temporary directory within which this class creates all of its temporary files and directories.
- getTempDirectory() - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method creates and returns a temporary directory.
- getTempDirectory() - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method creates and returns a temporary directory.
- getTempDirectory() - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method creates and returns a temporary directory.
- getTempDirectory() - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method creates and returns a temporary directory.
- getTempDirectory() - Method in interface com.zerog.ia.api.pub.ResourceAccess
-
Returns a temporary directory.
- getTempDirectory() - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method creates and returns a temporary directory.
- getTempFiles() - Static method in class com.installshield.boot.CoreFileUtils
- getText() - Method in class com.zerog.awt.ZGSimpleTextWrap
- getText() - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Gets the text of the label.
- getText() - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Gets the text of the text field.
- getText() - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Gets the text of this Component.
- getTitle() - Method in interface com.installshield.util.Progress
- getTitle() - Method in class com.zerog.ia.api.pub.CustomCodeConsoleAction
-
The getTitle method returns the String to be displayed on the installation step of which this Console action will be contained.
- getTitle() - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
This method returns the String to be displayed on the installation step of which this Panel will be contained.
- getUninstallerFilename() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the Uninstaller JAR filename of the InstallShield Universal Software Object.
- getUninstallerPath() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the uninstallation directory/folder relative to install location of the InstallShield Universal Software Object.
- getUninstallStatusMessage() - Method in class com.zerog.ia.api.pub.CustomCodeAction
-
If this action implements the
uninstall()
method and meets the requirements to be executed during the execution of the uninstaller, the string that this method returns will be displayed by the uninstaller during the execution of this action. - getUniqueID() - Method in class com.zerog.ia.api.pub.registry.SoftwareObject
-
The uniqueID of the SoftwareObject.
- getUniqueID() - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Gets the configured Unique ID that the SoftwareObject should match.
- getUniqueID() - Method in class com.zerog.ia.api.pub.registry.Vendor
-
The unique ID of the Vendor.
- getUniversalTempDir() - Static method in class com.installshield.util.FileUtils
- getUserFullName() - Method in class com.installshield.wizard.service.security.UserSpecification
- getUsername() - Method in class com.installshield.util.process.ExecuteProcessSupport
- getUserName() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns the name of the user under whose account this service will be started.
- getUserName() - Method in class com.installshield.wizard.service.security.UserSpecification
- getUsers() - Method in class com.installshield.wizard.service.security.GroupSpecification
- getUUID() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the UUID of the InstallShield Universal Software Object.
- getValue(String) - Method in class com.installshield.wizard.service.security.GroupSpecification
-
Get a platform specific attribute from the GroupSpecification
- getValue(String) - Method in class com.installshield.wizard.service.security.UserSpecification
-
Get a platform specific attribute from the UserSpecification
- getValue(String) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
The getValue method loads an i18n resource for the system locale.
- getValue(String) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method loads an i18n resource for the current default locale.
- getValue(String) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method loads an i18n resource for the current default locale.
- getValue(String) - Method in interface com.zerog.ia.api.pub.I18NAccess
-
Gives access to locale-specific UI strings.
- getValue(String) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method loads an i18n resource for the current default locale.
- getValue(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method loads an i18n resource for the current default locale.
- getValue(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method loads an i18n resource for the current locale.
- getValue(String, Locale) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
The getValue method loads an i18n resource for a specific locale.
- getValue(String, Locale) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method loads an i18n resource for a specific locale.
- getValue(String, Locale) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method loads an i18n resource for a specific locale.
- getValue(String, Locale) - Method in interface com.zerog.ia.api.pub.I18NAccess
-
Gives access to locale-specific UI strings.
- getValue(String, Locale) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method loads an i18n resource for a specific locale.
- getValue(String, Locale) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method loads an i18n resource for a specific locale.
- getValue(String, Locale) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method loads an i18n resource for a specific locale.
- getValueType(int, String, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the data type of the specified value in the registry.
- getVariable(String) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method returns the literal Object represented by an InstallAnywhere variable
- getVariable(String) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method returns the literal Object represented by an InstallAnywhere variable
- getVariable(String) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method returns the literal Object represented by an InstallAnywhere variable
- getVariable(String) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method returns the literal Object represented by an InstallAnywhere variable
- getVariable(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method returns the literal Object represented by an InstallAnywhere variable
- getVariable(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method returns the literal Object represented by an InstallAnywhere variable
- getVariable(String) - Method in interface com.zerog.ia.api.pub.VariableAccess
-
Returns the value of the named variable.
- getVariables() - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method returns an enumeration containing the name of all variables defined in the installer or uninstaller.
- getVariables() - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method returns an enumeration containing the name of all variables defined in the installer or uninstaller.
- getVariables() - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method returns an enumeration containing the name of all variables defined in the installer or uninstaller.
- getVariables() - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method returns an enumeration containing the name of all variables defined in the installer or uninstaller.
- getVariables() - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method returns an enumeration containing the name of all variables defined in the installer or uninstaller.
- getVariables() - Method in interface com.zerog.ia.api.pub.VariableAccess
-
Returns an enumeration with the name of all installer variables.
- getVendor() - Method in class com.zerog.ia.api.pub.registry.Component
-
The vendor of the Component.
- getVendor() - Method in class com.zerog.ia.api.pub.registry.Product
-
The Vendor of the Product.
- getVendorName() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the vendor name of the InstallShield Universal Software Object.
- getVendorWebsite() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the vendor website of the InstallShield Universal Software Object.
- getVersion() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method returns the version of the InstallShield Universal Software Object.
- getVersion() - Method in class com.zerog.ia.api.pub.registry.SoftwareObject
-
The version of the SoftwareObject.
- getVersion() - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Gets the configured version that the SoftwareObject should match.
- getVpdLocation() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method returns the absolute path to the InstallShield Universal VPD location.
- getWaitHint() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns the wait hint for this service status object.
- getWebpageLanguage() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns the web page display language.
- getWin32ExitCode() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns the win32 exit code from this service status object.
- getWorkgroup() - Method in class com.installshield.util.process.ExecuteProcessSupport
- goNext() - Method in interface com.zerog.ia.api.pub.GUIAccess
-
This method programatically simulates the end-user clicking the "Next" button of the installation navigator.
- goPrevious() - Method in interface com.zerog.ia.api.pub.GUIAccess
-
This method programatically simulates the end-user clicking the "Previous" button of the installation navigator.
- GROUP_EXECUTABLE - Static variable in class com.installshield.util.FileAttributes
- GROUP_FULL_ACCESS - Static variable in class com.installshield.util.FileAttributes
- GROUP_READABLE - Static variable in class com.installshield.util.FileAttributes
- GROUP_WRITEABLE - Static variable in class com.installshield.util.FileAttributes
- GroupSpecification - Class in com.installshield.wizard.service.security
-
NOTE : This API is for internal use.
- GroupSpecification() - Constructor for class com.installshield.wizard.service.security.GroupSpecification
- GUIAccess - Interface in com.zerog.ia.api.pub
-
Used to access the GUI features of the Frame in which a CustomCodePanel is contained.
H
- hashCode() - Method in class com.installshield.wizard.service.OperationKey
- HIDDEN - Static variable in class com.installshield.util.FileAttributes
- hide() - Method in class com.zerog.awt.ZGStandardDialog
- HIGHER_THAN - Static variable in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
- HIGHER_THAN_OR_EQUAL_TO - Static variable in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
- HKEY_CLASSES_ROOT - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
One of the hive values that can be passed to the Win32Registry service API's.
- HKEY_CURRENT_CONFIG - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
One of the hive values that can be passed to the Win32Registry service API's.
- HKEY_CURRENT_USER - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
One of the hive values that can be passed to the Win32Registry service API's.
- HKEY_LOCAL_MACHINE - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
One of the hive values that can be passed to the Win32Registry service API's.
- HKEY_USERS - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
One of the hive values that can be passed to the Win32Registry service API's.
- HOME_DIR - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getNamedDirectory to return the directory for home files.
- HPFS - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getPartitionFormat for HPFS partitions.
- HPFS386 - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getPartitionFormat for HPFS partitions.
I
- I18NAccess - Interface in com.zerog.ia.api.pub
-
This class provides access to the InstallAnywhere locale files.
- IAButton - Class in com.zerog.ia.api.pub.controls
-
The IAButton class exposes the InstallAnywhere internal button, used by some install panels and by the Advanced Designer.
- IAButton() - Constructor for class com.zerog.ia.api.pub.controls.IAButton
-
Main constructor of the IAButton class.
- IAButton(String) - Constructor for class com.zerog.ia.api.pub.controls.IAButton
-
Overloaded constructor that initializes the text of the button.
- IAChoiceGroup - Class in com.zerog.ia.api.pub.controls
-
The IAChoiceGroup class exposes the InstallAnywhere internal choice components, used by some install panels and by the Advanced Designer.
- IAChoiceGroup() - Constructor for class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Main constructor of the IAChoiceGroup class.
- IAChoiceGroup(int) - Constructor for class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Overloaded constructor that initializes the field type.
- IAChoiceGroup(int, int) - Constructor for class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Overloaded constructor that initializes the field type and the state.
- IAChoiceGroup(int, int, int) - Constructor for class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Overloaded constructor that initializes the field type, the state and the orientation.
- IAControl - Class in com.zerog.ia.api.pub.controls
-
Abstract class which InstallAnywhere exposed controls inherit from.
- IAControl() - Constructor for class com.zerog.ia.api.pub.controls.IAControl
-
Constructor of the IAControl class.
- IAFileChooser - Class in com.zerog.ia.api.pub.controls
-
The IAFileChooser class exposes the InstallAnywhere internal file chooser, used by some install panels and by the Advanced Designer.
- IAFileChooser() - Constructor for class com.zerog.ia.api.pub.controls.IAFileChooser
-
Main constructor of the IAFileChooser class.
- IAFileChooser(int) - Constructor for class com.zerog.ia.api.pub.controls.IAFileChooser
-
Overloaded constructor that initializes the field type.
- IAFileChooser(int, String) - Constructor for class com.zerog.ia.api.pub.controls.IAFileChooser
-
Overloaded constructor that initializes the field type and the default path of the file chooser.
- IAFileChooser(String) - Constructor for class com.zerog.ia.api.pub.controls.IAFileChooser
-
Overloaded constructor that initializes the default path of the file chooser.
- IALabel - Class in com.zerog.ia.api.pub.controls
-
The IALabel class exposes the InstallAnywhere internal label, used by some install panels and by the Advanced Designer.
- IALabel() - Constructor for class com.zerog.ia.api.pub.controls.IALabel
-
Main constructor of the IAChoiceGroup class.
- IALabel(int) - Constructor for class com.zerog.ia.api.pub.controls.IALabel
-
Overloaded constructor that initializes the field type.
- IALabel(int, String) - Constructor for class com.zerog.ia.api.pub.controls.IALabel
-
Overloaded constructor that initializes the field type and the text of the label.
- IALabel(String) - Constructor for class com.zerog.ia.api.pub.controls.IALabel
-
Overloaded constructor that initializes the text of the label.
- IAOSXSecureTextService - Class in com.zerog.ia.api.pub.controls
-
The IAOSXSecureTextService class exposes OSX secure services to be used on external text fields in custom codes of OSX authenticated installers due to an inherent bug with java in case of elevations.
- IAOSXSecureTextService() - Constructor for class com.zerog.ia.api.pub.controls.IAOSXSecureTextService
-
Main constructor of the IAOSXSecureTextService class
- IAProxy - Interface in com.zerog.ia.api.pub
-
IAProxy is an interface describing methods common to both UninstallerProxy and InstallerProxy.
- IASys - Class in com.zerog.ia.api.pub
-
The IASys class contains useful static class fields and methods for working with console-based interactive installer I/O.
- IATextField - Class in com.zerog.ia.api.pub.controls
-
The IATextField class exposes the InstallAnywhere internal text field, used by some install panels and by the Advanced Designer.
- IATextField() - Constructor for class com.zerog.ia.api.pub.controls.IATextField
-
Main constructor of the IATextField class.
- IATextField(int) - Constructor for class com.zerog.ia.api.pub.controls.IATextField
-
Overloaded constructor that initializes the field type.
- IATextField(int, String) - Constructor for class com.zerog.ia.api.pub.controls.IATextField
-
Overloaded constructor that initializes the field type and the text of the text field.
- IATextField(String) - Constructor for class com.zerog.ia.api.pub.controls.IATextField
-
Overloaded constructor that initializes the text of the text field.
- IATextPane - Class in com.zerog.ia.api.pub.controls
-
The IATextPane class exposes the InstallAnywhere internal text pane, supports Multiline content, URL and high DPI.
- IATextPane() - Constructor for class com.zerog.ia.api.pub.controls.IATextPane
-
Constructor of the IATextPane class
- ILLEGAL_SERVICES_STATE - Static variable in exception com.installshield.wizard.service.ServiceException
-
Services state does not support the current operation
- ImageComponent - Class in com.zerog.awt
- ImageComponent() - Constructor for class com.zerog.awt.ImageComponent
- IMPL_TYPE_MISMATCH - Static variable in exception com.installshield.wizard.service.ServiceException
-
impl type for service does not match type required by service
- IMPLPROXY_NOT_AVAILABLE - Static variable in exception com.installshield.wizard.service.ServiceException
-
An implementor proxy is not available
- in - Static variable in class com.zerog.ia.api.pub.IASys
-
The installer's "standard" input (similar to a BufferedReader).
- INFINITE - Static variable in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Can be used for the resetPeriod property.
- INIT_GENERAL - Static variable in exception com.installshield.wizard.service.ServiceException
-
Initialization errors
- install(InstallerProxy) - Method in class com.zerog.ia.api.pub.CustomCodeAction
-
The install() method is called at install-time.
- INSTALL_DIR - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getNamedDirectory to return the root directory for the program files on the system.
- INSTALL_JRE_ALWAYS - Static variable in interface com.zerog.ia.api.pub.InstallerResources
-
When returned by
getBundledJREStatus()
indicates that the installer has been instructed to always install the bundled JRE (if one is present). - INSTALL_JRE_WITH_LAX - Static variable in interface com.zerog.ia.api.pub.InstallerResources
-
When returned by
getBundledJREStatus()
indicates that the installer has been instructed to only install the bundled JRE (if one is present) when a LaunchAnywhere executable is installed. - installBundledJRE(boolean) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Instructs the installer to either install the bundled JRE, if present, or not.
- installCancelled(InstallerProxy) - Method in interface com.zerog.ia.api.pub.CancelButtonHandler
- InstallerAccess - Interface in com.zerog.ia.api.pub
-
InstallerAccess allows data serialization from the installer to the uninstaller.
- InstallerControl - Interface in com.zerog.ia.api.pub
-
InstallerControl allows developers to abort the installation process.
- installerProxy - Static variable in class com.zerog.ia.api.pub.CustomCodeAction
-
This class variable, available at install-time, provides access to designer-specified resources, system and user-defined variables, and international resources.
- InstallerProxy - Class in com.zerog.ia.api.pub
-
InstallerProxy provides methods for classes extending
CustomCodeAction
to access information in an InstallAnywhere installer, set status, control flow, and locate and access resources. - InstallerProxy(Installer) - Constructor for class com.zerog.ia.api.pub.InstallerProxy
- InstallerProxy(Installer, ResourceAccess, VariableAccess, I18NAccess, InstallerAccess, InstallerControl) - Constructor for class com.zerog.ia.api.pub.InstallerProxy
-
Constructor
- InstallerResources - Interface in com.zerog.ia.api.pub
-
Used to access and/or set resources and data contained within an InstallAnywhere installer.
- InstallException - Exception in com.zerog.ia.api.pub
-
An abstract class used to signify an error in the execution of a custom code action.
- InstallException() - Constructor for exception com.zerog.ia.api.pub.InstallException
-
Constructor
- InstallException(String) - Constructor for exception com.zerog.ia.api.pub.InstallException
-
Constructor
- InstallShieldUniversal10AndOlderRegistry - Interface in com.zerog.ia.api.pub
-
This class provides access to the Installshield database for product querying to Custom Actions, Panels, and Consoles.
- InstallShieldUniversalRegistry - Interface in com.zerog.ia.api.pub
-
This class provides access to the Installshield database for product querying to Custom Actions, Panels, and Consoles.
- InstallShieldUniversalSoftwareObject - Interface in com.zerog.ia.api.pub
-
This class contains information about an InstallShield Universal Software Object's property.
- INSTANTIATION_EXCEPTION - Static variable in exception com.installshield.wizard.service.ServiceException
-
Instantiation exception
- INVALID_DEFAULT_IMPL - Static variable in exception com.installshield.wizard.service.ServiceException
-
The implementation specified in the services definition does not implement the correct implementor interface
- INVALID_HIVE - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
A setting for an invalid hive.
- INVALID_OPERATION - Static variable in exception com.installshield.wizard.service.ServiceException
-
Operation not supported
- INVALID_PARAMETER_LIST - Static variable in exception com.installshield.wizard.service.ServiceException
-
Invalid parameter list
- isAbsolute(String) - Static method in class com.installshield.boot.CoreFileUtils
- isAbsolute(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- isAccountDisabled() - Method in class com.installshield.wizard.service.security.UserSpecification
- isActive() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method tells whether if this InstallShield Universal Software Object is active.
- isCancelableOperation() - Method in interface com.installshield.util.Progress
- isCdRomEnabled() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns a boolean indicating whether the CD-ROM installers should be built or not.
- isCurrentUserAdmin() - Method in interface com.installshield.wizard.service.security.SecurityService
-
This method is useful to developers when creating a custom bean.
- isDirectory(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- isDirectoryWritable(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- isFile(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- isFileSystemCaseSensitive() - Static method in class com.installshield.boot.CoreFileUtils
- isFileUnicode(File) - Static method in class com.installshield.util.FileUtils
- isItemSelected(String) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Returns whether the item with the specific name is selected.
- isKeyEmpty(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns true if the specified key contains no values and no subkeys.
- isMergeModuleEnabled() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns a boolean indicating whether the merge module should be built or not.
- isMergeModuleReadOnly() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns a boolean indicating whether the merge module should be read-only or not.
- isNoopMode() - Method in interface com.installshield.wizard.service.Service
-
Returns the current operating mode of this service.
- isNoVM() - Method in interface com.zerog.ia.api.pub.BuildTargetSettings
-
Tells whether or not this target should build an installer without bundle virtual machine.
- isOperationCanceled(OperationKey) - Method in interface com.installshield.wizard.service.Service
- isOperationEnded(OperationKey) - Method in interface com.installshield.wizard.service.Service
- isOperationSuspended(OperationKey) - Method in interface com.installshield.wizard.service.Service
- isOptimizationByPlatformEnabledForCdRom() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns a boolean indicating whether the CD-ROM installers should be optimized by platform or not.
- isOptimizationByPlatformEnabledForMergeModule() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns a boolean indicating whether the merge module should be optimized by platform or not.
- isOptimizationByPlatformEnabledForWeb() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns a boolean indicating whether the web installers should be optimized by platform or not.
- isPasswordChangeRequired() - Method in class com.installshield.wizard.service.security.UserSpecification
- isProcessError() - Method in class com.installshield.util.process.ExecuteProcessSupport
- isProcessFinished() - Method in class com.installshield.util.process.ExecuteProcessSupport
- isProcessStarted() - Method in class com.installshield.util.process.ExecuteProcessSupport
- isProduct() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalSoftwareObject
-
This method indicates wheather the current InstallShield Universal Software Object is a product or not.
- isRebootRequired() - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
Check if reboot is required by the service architecture.
- isRegistered(String, String) - Method in interface com.zerog.ia.api.pub.ReplayVariableService
-
This method returns whether or not a specified variable is registered to be recorded in the response file with a given title.
- isRunNatively() - Method in class com.installshield.util.process.ExecuteProcessSupport
- isSecureTextServicesSupported() - Method in class com.zerog.ia.api.pub.controls.IAOSXSecureTextService
-
Returns if secure text services is supported on OS X in case of authenticated installers
- isThisCorrectPrompt() - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a console prompt that requests the user to make a 'yes' or 'no' choice based on the default 'is this correct text' prompt.
- isVpdAvailable() - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method allows the user to query whether a vpd is available
- isWebEnabled() - Method in interface com.zerog.ia.api.pub.BuildDistributionSettings
-
Returns a boolean indicating whether the web installers should be built or not.
- isWin2k() - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Returns true if the target machine is Windows 2000, otherwise returns false.
- isWithVM() - Method in interface com.zerog.ia.api.pub.BuildTargetSettings
-
Tells whether or not this target should build an installer with bundle virtual machine.
- itemsCount() - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Returns the number of items added to the choice component.
J
- JAVA_EXCEPTION - Static variable in exception com.installshield.wizard.service.ServiceException
-
Java error
- JFS - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getpartitionFormat for JFS partitions.
K
- keyExists(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns true if the specified key exists in the Win32 registry.
- keyPressed(KeyEvent) - Method in class com.zerog.awt.ZGStandardDialog
- keyReleased(KeyEvent) - Method in class com.zerog.awt.ZGStandardDialog
- keyTyped(KeyEvent) - Method in class com.zerog.awt.ZGStandardDialog
L
- LEFT - Static variable in class com.zerog.awt.ZGSimpleTextWrap
- LIB_DIR - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getNamedDirectory to return the directory for the library files on the system.
- LIST - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
The choice will be done by a list.
- load(InputStream, boolean) - Method in class com.zerog.ia.api.pub.PropertyFileEncodedLoader
- loadProperties(InputStream) - Method in class com.zerog.ia.api.pub.CustomCodeAction
- LOCAL_ACCOUNT - Static variable in class com.installshield.wizard.service.security.GroupSpecification
- LockedFilesHandler - Interface in com.installshield.util
-
NOTE : This API is for internal use.
- log - Static variable in class com.zerog.ia.api.pub.IASys
-
The installer's "standard" log output stream.
- log() - Method in interface com.zerog.ia.api.pub.CustomError
-
This method adds the current error information contained in this instance of CustomError to the end-user installation log.
- LOG_DIR - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getNamedDirectory to return the directory for writing log files.
- longestSubKeyNameLength(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the length of the longest subkey name whose parent is the specified key.
- longestValueNameData(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the length of the longest value data (in bytes) stored in the specified key.
- longestValueNameLength(int, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Returns the length of the longest value name stored in the specified key.
- LOWER_THAN - Static variable in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
- LOWER_THAN_OR_EQUAL_TO - Static variable in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
M
- main(String[]) - Static method in class com.installshield.boot.CoreFileUtils
- main(String[]) - Static method in class com.installshield.util.FileUtils
- matches(String, String, String, String) - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Evaluates whether the parameters match the pre-configured search criteria.
This method is called by the ProductRegistryService to evaluate whether a SoftwareObject should or should not be returned. - Media - Interface in com.zerog.ia.api.pub
-
The Media class provides the CD-ROM suggested media names and sizes.
- MISSING_RES_ID - Static variable in exception com.installshield.wizard.service.ServiceException
-
wizard.inf does not contain entry RES_ID
- moveFile(String, String, boolean) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
N
- NAME - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
- NAME - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
- NAME - Static variable in interface com.installshield.wizard.service.file.FileService
- NAME - Static variable in interface com.installshield.wizard.service.security.SecurityService
- NAME - Static variable in interface com.installshield.wizard.service.system.SystemUtilService
- NEVER_EXPIRES - Static variable in class com.installshield.wizard.service.security.UserSpecification
- newFont - Variable in class com.zerog.awt.ZGSimpleTextWrap
- NO_ERROR - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for win32ExitCode.
- NO_IMPL_DEF - Static variable in exception com.installshield.wizard.service.ServiceException
-
The service does not have an implementation defined
- NO_SERVICE_DEF - Static variable in exception com.installshield.wizard.service.ServiceException
-
Service is not defined in the services definition
- NO_SERVICESHOME - Static variable in exception com.installshield.wizard.service.ServiceException
- NO_SUCH_METHOD - Static variable in exception com.installshield.wizard.service.ServiceException
-
No such method
- NonfatalInstallException - Exception in com.zerog.ia.api.pub
-
When thrown from a CustomCodeAction, an error is logged with the end user's installation log.
- NonfatalInstallException() - Constructor for exception com.zerog.ia.api.pub.NonfatalInstallException
-
Constructor
- NonfatalInstallException(String) - Constructor for exception com.zerog.ia.api.pub.NonfatalInstallException
-
Constructor
- normalizeFileName(String) - Static method in class com.installshield.boot.CoreFileUtils
- normalizeFileName(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- normalizeFileName(String, char) - Static method in class com.installshield.boot.CoreFileUtils
- normalizeFileName(String, char) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- NTFS - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getPartitionFormat for NTFS partitions.
- NTServiceConfig - Class in com.installshield.wizard.platform.win32.win32service
-
Stores all the values required for configuring a Windows NT Service.
- NTServiceConfig() - Constructor for class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Constructs a new instance of a NTServiceConfig object and assigns its properties to default values.
- NTServiceConfig(NTServiceConfig) - Constructor for class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Constructs a new NTServiceConfig object as a deep copy of an existing one.
- NTServiceStatus - Class in com.installshield.wizard.platform.win32.win32service
-
This class is strictly used to store data about the status of an NT Service.
- NTServiceStatus() - Constructor for class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Constructs a new instance of an NTServiceStatus object with default property values.
O
- okToContinue() - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
This method gets called prior to installer proceeding with the next step in the installation -- typically, when the user clicks the installer's "Next" button.
- okToGoPrevious() - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
This method gets called prior to installer returning to a previous step in the installation -- typically, when the user clicks the installer's "Previous" button.
- OPERATION_FAILED - Static variable in exception com.installshield.wizard.service.ServiceException
-
Operation failed
- OPERATION_NOT_SUPPORTED - Static variable in exception com.installshield.wizard.service.ServiceException
-
The operation not supported by the current service implementation
- OPERATION_SINGATURE_MISMATCH - Static variable in exception com.installshield.wizard.service.ServiceException
-
Operation signature mistmatch
- OperationKey - Class in com.installshield.wizard.service
- OperationKey() - Constructor for class com.installshield.wizard.service.OperationKey
- OperationKey(String) - Constructor for class com.installshield.wizard.service.OperationKey
- ORIENTATION_HORIZONTAL - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
If the components are check boxes or radio buttons, they'll be aligned horizontally.
- ORIENTATION_VERTICAL - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
If the components are check boxes or radio buttons, they'll be aligned vertically.
- OS2 - Static variable in class com.installshield.util.FileAttributes
-
Platform codes to be used for extended attributes methods.
- out - Static variable in class com.zerog.ia.api.pub.IASys
-
The installer's "standard" output stream.
- OWNER_EXECUTABLE - Static variable in class com.installshield.util.FileAttributes
- OWNER_FULL_ACCESS - Static variable in class com.installshield.util.FileAttributes
- OWNER_READABLE - Static variable in class com.installshield.util.FileAttributes
-
Attribute masks.
- OWNER_WRITEABLE - Static variable in class com.installshield.util.FileAttributes
P
- paint(Graphics) - Method in class com.zerog.awt.ImageComponent
- paint(Graphics) - Method in class com.zerog.awt.ZGSimpleTextWrap
-
Paints this component.
- panelIsDisplayed() - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
This method is called immediately after the Panel has been displayed.
- parseText() - Method in class com.zerog.awt.ZGSimpleTextWrap
-
Parses the text into a vector of individual lines of text based on the current width of the component.
- PASSWORD_FIELD - Static variable in class com.zerog.ia.api.pub.controls.IATextField
-
The text field will be prepared to receive passwords.
- PLAIN_LABEL - Static variable in class com.zerog.ia.api.pub.controls.IALabel
-
The label will not have word wrapping enabled.
- prepare() - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
The
prepare()
method should always be called after all the items are configured. - prependEnvironmentVariable(String, String, String, int) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- PreviousRequestException - Exception in com.zerog.ia.api.pub
-
Thrown when the end-user of a console-based interactive installer requests that the installer return to a previous console step.
- PreviousRequestException() - Constructor for exception com.zerog.ia.api.pub.PreviousRequestException
-
Constructor
- PreviousRequestException(String) - Constructor for exception com.zerog.ia.api.pub.PreviousRequestException
-
Constructor
- processErrorData(InputStream) - Method in interface com.installshield.util.ProcessOutputHandler
-
This method handles the std error out of the process launched.
- processOutputData(InputStream) - Method in interface com.installshield.util.ProcessOutputHandler
-
This method handles the output data of the process launched.
- ProcessOutputHandler - Interface in com.installshield.util
-
ProcessOutputHandler defines methods to handle the std out and std error of the launched executable using the ProcessExec class.
- Product - Class in com.zerog.ia.api.pub.registry
-
Entity that represents a Product of the Global Registry.
- Product(String, String, String, String, Vendor, String, String, String, Calendar, Feature[]) - Constructor for class com.zerog.ia.api.pub.registry.Product
-
Creates a new Product with the specified arguments.
- ProductRegistryService - Interface in com.zerog.ia.api.pub.registry
-
Use ProductRegistryService to obtain read-only access to the Global Component Registry.
- Progress - Interface in com.installshield.util
- ProgressAccess - Interface in com.zerog.ia.api.pub
-
Used to enable progress notfication to the end user during a CustomAction's execution.
- promptAndBilateralChoice(String, String, String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a console prompt that requests the user to choose from one of two supplied options.
- promptAndGetSensitiveInformation(String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Creates a console prompt with the given String and returns the value given by the user in response to the console prompt.
- promptAndGetValue(String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Creates a console prompt with the given String and returns the value given by the user in response to the console prompt.
- promptAndGetValue(String, boolean) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Creates a console prompt with the given String and returns the value given by the user in response to the console prompt.
- promptAndGetValueWithDefaultValue(String, String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Creates a console prompt with the given String and returns the value given by the user in response to the console prompt.
- promptAndGetValueWithEchoCharacter(String, char) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Creates a console prompt with the given String and returns the value given by the user in response to the console prompt.
- promptAndYesNoChoice(String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Constructs a console prompt that requests the user to make a 'yes' or 'no' choice based on the query presented.
- PropertyAccessible - Interface in com.installshield.qjml
-
NOTE : This API is for internal use.
- PropertyFileEncodedLoader - Class in com.zerog.ia.api.pub
- PropertyFileEncodedLoader() - Constructor for class com.zerog.ia.api.pub.PropertyFileEncodedLoader
Q
- queryNTServiceConfig(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 QueryServiceConfig API to request the currrent configuration of the specified service.
- queryNTServiceStatus(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 QueryServiceStatus to retrieve the status of the specified service.
- queryWin2kServiceDescription(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 QueryServiceConfig2 API to get the description for the specified service.
- queryWin2kServiceFailureActions(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 QueryServiceConfig2 API to get the failure actions for the specified service.
- queryWin2kServiceStatusProcess(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 QueryServiceStatusEx API to retrieve the service status information including information about the service's process.
- quitApprovalRequested() - Method in class com.zerog.awt.ZGStandardDialog
-
ZGQuitApprovalListener method
R
- RADIO_BUTTONS - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
The choice will be done by radio buttons.
- read(InputStream) - Method in class com.installshield.util.FileAttributes
- readAsciiFile(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Returns all of the lines of an ASCII file.
- readAsciiFile(String, String) - Method in interface com.installshield.wizard.service.file.FileService
-
Returns all of the lines of an ASCII file.
- readAsciiFile(String, String[], int, int) - Method in interface com.installshield.wizard.service.file.FileService
-
Reads lines in an ASCII file, starting at a specified line, and reading a specified number of lines.
- readBinaryFile(String, byte[], int, int) - Method in interface com.installshield.wizard.service.file.FileService
-
Reads bytes in a binary file, starting at a specified offset, and reading a specified number of bytes.
- readFully(InputStream) - Static method in class com.installshield.util.FileUtils
- readTextFromFile(String, String) - Static method in class com.installshield.util.FileUtils
-
Returns a String representing the byte[] of the given fileName.
- REG_BINARY - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_DWORD - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_DWORD_BIG_ENDIAN - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_DWORD_LITTLE_ENDIAN - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_EXPAND_SZ - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_FULL_RESOURCE_DESCRIPTOR - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_LINK - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_MULTI_SZ - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_NONE - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_RESOURCE_LIST - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_RESOURCE_REQUIREMENTS_LIST - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- REG_SZ - Static variable in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Possible return value of the getValueType method.
- register(String[], String) - Method in interface com.zerog.ia.api.pub.ReplayVariableService
-
This method registers a group of variables to be recorded in the response file with a given title.
- register(String, String) - Method in interface com.zerog.ia.api.pub.ReplayVariableService
-
This method registers a variable to be recorded in the response file with a given title.
- REMOTE_INVOCATION_FAILED - Static variable in exception com.installshield.wizard.service.ServiceException
-
Remote service operation failed
- REMOTE_IO_EXCEPTION - Static variable in exception com.installshield.wizard.service.ServiceException
-
Remote service could not be utilized due to IO error
- REMOTE_SERVICE_EXCEPTION - Static variable in exception com.installshield.wizard.service.ServiceException
-
General remote service error
- REMOVABLE - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getPartitionType for REMOVABLE partitions.
- removeActionAt(int) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Removes the action at the specified index.
- removeActionListener(ActionListener) - Method in class com.zerog.awt.ZGStandardDialog
-
This method removes the specified action listener so that it no longer receives action events from from this dialog.
- removeActionListener(ActionListener) - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Removes an ActionListener.
- removeActionListener(ActionListener) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Removes an ActionListener.
- removeActionListener(ActionListener) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Removes an ActionListener.
- removeHyperlinkListener(HyperlinkListener) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Removes a hyperlink listener.
- removeItem(String) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Removes an item from the choice component.
- removeItemListener(ItemListener) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Removes an ItemListener from the choice component.
- removeKeyListener(KeyListener) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Removes an KeyListener.
- removeKeyListener(KeyListener) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Removes a KeyListener.
- removeSymbolicLink(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is used to remove a symbolic link on unix based platforms.
- removeSystemStartupCommand(String) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
Removes a command from the list of commands that run when the system reboots.
- removeTempFileOwner(TempFileOwner) - Static method in class com.installshield.util.FileUtils
-
This method allows a file "owner" to unregister itself.
- removeTerminalSeparator(String) - Static method in class com.installshield.util.FileUtils
-
Removes all separators from the end of a path, if present.
- removeVariableException(String) - Method in interface com.zerog.ia.api.pub.ReplayVariableService
-
This method removes the exception previously defined for a given variable.
- ReplayVariableService - Interface in com.zerog.ia.api.pub
-
Use ReplayVariableService to define whether or not variables should be encrypted and how they should be recorded in the response files and install logs.
- resetCurrentTempDir() - Static method in class com.installshield.boot.CoreFileUtils
- resolve(StringResolver) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Makes a deep copy of this NTServiceConfig object and resolves the appropriate fields within the new copy.
- resolve(StringResolver) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Resolves the rebootMsg and the command properties in this object using the services passed in.
- resolveString(String) - Method in interface com.zerog.interfaces.util.StringResolver
- ResourceAccess - Interface in com.zerog.ia.api.pub
-
An interface for accessing resources in user JARs or ZIPs built into installers and uninstallers by the "Custom Code Action" and "Custom Code Panel" in the Advanced Action Pack.
- resumeOperation(OperationKey) - Method in interface com.installshield.wizard.service.Service
- RIGHT - Static variable in class com.zerog.awt.ZGSimpleTextWrap
- rollBack(InstallerProxy) - Method in interface com.zerog.ia.api.pub.RollbackHandler
-
This method is called when rollback of the installer is trigger.
- RollbackHandler - Interface in com.zerog.ia.api.pub
-
This interface allows a rollback behaviors to be defined for custom code action..
- RollbackRegister - Interface in com.zerog.ia.api.pub
-
This interface provides a rollback registration service that can be requested by a custom code action.
- ruleProxy - Static variable in class com.zerog.ia.api.pub.CustomCodeRule
-
This class variable provides access to designer-specified resources, system and user-defined variables, and international resources.
S
- saveURLContentToFile(URL) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method is used to store the contents of the given java.net.URL to a temporary file.
- saveURLContentToFile(URL) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method is used to store the contents of the given java.net.URL to a temporary file.
- saveURLContentToFile(URL) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method is used to store the contents of the given java.net.URL to a temporary file.
- saveURLContentToFile(URL) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method is used to store the contents of the given java.net.URL to a temporary file.
- saveURLContentToFile(URL) - Method in interface com.zerog.ia.api.pub.ResourceAccess
-
Stores the contents of the given URL to a temporary file and returns an instance of java.io.File that refers to it.
- saveURLContentToFile(URL) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method is used to store the contents of the given java.net.URL to a temporary file.
- SC_ACTION_NONE - Static variable in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Value that can be used for the actionType property.
- SC_ACTION_REBOOT - Static variable in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Value that can be used for the actionType property.
- SC_ACTION_RESTART - Static variable in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Value that can be used for the actionType property.
- SC_ACTION_RUN_COMMAND - Static variable in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Value that can be used for the actionType property.
- SecurityService - Interface in com.installshield.wizard.service.security
-
This class provides the ability to work with users and user groups on the target system.
- Service - Interface in com.installshield.wizard.service
-
NOTE : This API is for internal use.
- SERVICE_ACCEPT_HARDWAREPROFILECHANGE - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the controlsAccepted property on Windows 2000 and later.
- SERVICE_ACCEPT_NETBINDCHANGE - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the controlsAccepted property.
- SERVICE_ACCEPT_PARAMCHANGE - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the controlsAccepted property.
- SERVICE_ACCEPT_PAUSE_CONTINUE - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the controlsAccepted property.
- SERVICE_ACCEPT_POWEREVENT - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the controlsAccepted property on Windows 2000 and later.
- SERVICE_ACCEPT_SHUTDOWN - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the controlsAccepted property.
- SERVICE_ACCEPT_STOP - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the controlsAccepted property.
- SERVICE_ACTIVE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the serviceState parameter in a call to enumNTServiceKeys
- SERVICE_ADAPTER - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_AUTO_START - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for startType
- SERVICE_BOOT_START - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for startType
- SERVICE_CONTINUE_PENDING - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the currentState property.
- SERVICE_CONTROL_CONTINUE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService
- SERVICE_CONTROL_INTERROGATE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService
- SERVICE_CONTROL_NETBINDADD - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService.
- SERVICE_CONTROL_NETBINDDISABLE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService.
- SERVICE_CONTROL_NETBINDENABLE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService.
- SERVICE_CONTROL_NETBINDREMOVE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService.
- SERVICE_CONTROL_PARAMCHANGE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService.
- SERVICE_CONTROL_PAUSE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService
- SERVICE_CONTROL_STOP - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the control parameter in a call to controlNTService
- SERVICE_DEMAND_START - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for startType
- SERVICE_DISABLED - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for startType
- SERVICE_DRIVER - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_DRIVER - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the serviceType parameter in a call to enumNTServiceKeys
- SERVICE_ERROR - Static variable in exception com.installshield.wizard.service.ServiceException
-
General service error
- SERVICE_ERROR_CRITICAL - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for errorControl
- SERVICE_ERROR_IGNORE - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for errorControl
- SERVICE_ERROR_NORMAL - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for errorControl
- SERVICE_ERROR_SEVERE - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for errorControl
- SERVICE_FILE_SYSTEM_DRIVER - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_INACTIVE - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the serviceState parameter in a call to enumNTServiceKeys
- SERVICE_INIT_FAILED - Static variable in exception com.installshield.wizard.service.ServiceException
-
Could not initialize service
- SERVICE_KERNEL_DRIVER - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_NOT_AVAILABLE - Static variable in exception com.installshield.wizard.service.ServiceException
-
Service is not available
- SERVICE_PAUSE_PENDING - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the currentState property.
- SERVICE_PAUSED - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the currentState property.
- SERVICE_RECOGNIZER_DRIVER - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_RUNNING - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the currentState property.
- SERVICE_RUNS_IN_SYSTEM_PROCESS - Static variable in class com.installshield.wizard.platform.win32.win32service.Win2kServiceStatusProcess
-
Can be used for the serviceFlags property.
- SERVICE_START_PENDING - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the currentState property.
- SERVICE_STATE_ALL - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the serviceState parameter in a call to enumNTServiceKeys
- SERVICE_STOP_PENDING - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the currentState property.
- SERVICE_STOPPED - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Can be used for the currentState property.
- SERVICE_SYSTEM_START - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for startType
- SERVICE_TYPE_ALL - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_WIN32 - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_WIN32 - Static variable in interface com.installshield.wizard.platform.win32.Win32Service
-
Can be used for the serviceType parameter in a call to enumNTServiceKeys
- SERVICE_WIN32_OWN_PROCESS - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- SERVICE_WIN32_SHARE_PROCESS - Static variable in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Can be used for serviceType.
- ServiceAccess - Interface in com.zerog.ia.api.pub
- ServiceException - Exception in com.installshield.wizard.service
-
This exception is thrown when the operation performed by service fails.
- ServiceException(int) - Constructor for exception com.installshield.wizard.service.ServiceException
-
Creates the ServiceException with the error code specified.
- ServiceException(int, String) - Constructor for exception com.installshield.wizard.service.ServiceException
-
Creates the ServiceException with the specified error code and a message
- ServiceException(int, String, Object) - Constructor for exception com.installshield.wizard.service.ServiceException
-
Creates the exception object with specified error code, message and underlying exception object
- ServiceException(Throwable) - Constructor for exception com.installshield.wizard.service.ServiceException
- serviceExists(String) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Queries the Win32 Service Control Manager to determine if the specified service exists.
- SERVICEIMPL_INIT_FAILED - Static variable in exception com.installshield.wizard.service.ServiceException
-
Could not initialize service implementor
- set32BitValue(int, String, String, int) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Set a registry value to the specified 32 bit value.
- setAccountDisabled(boolean) - Method in class com.installshield.wizard.service.security.UserSpecification
- setAccountExpirationDate(long) - Method in class com.installshield.wizard.service.security.UserSpecification
- setAccountScope(int) - Method in class com.installshield.wizard.service.security.GroupSpecification
- setActions(Win2kSCAction[]) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Sets zero or more failure actions that the Service Control Manager should execute when this service fails.
- setActionType(int) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Updates the actionType property of this object.
- setAlertLevel(int) - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to specify the alert level for the dialog.
- setAlignment(int) - Method in class com.zerog.awt.ZGSimpleTextWrap
-
Sets the current hAlignment.
- setAttributes(int) - Method in class com.installshield.util.FileAttributes
- setAttributeState(int, boolean) - Method in class com.installshield.util.FileAttributes
- setAuthority(String) - Method in class com.installshield.wizard.service.security.GroupSpecification
- setAuthority(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setBackground(Color) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Changes the background color of the choice component.
- setBackground(Color) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Changes the background color of the text field.
- setBackground(Color) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the background color of this component.
- setBidiOrientation(int) - Method in class com.zerog.ia.api.pub.controls.IAControl
-
Sets the BiDi orientation.
- setBinaryValue(int, String, String, byte[]) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Set a registry value to the specified binary value.
- setBounds(int, int, int, int) - Method in class com.zerog.awt.ZGSimpleTextWrap
- setCancelableOperation(boolean) - Method in interface com.installshield.util.Progress
- setCancelButtonLabel(String) - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to specify the label the 'cancel' button should display.
- setCancelButtonVisible(boolean) - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to specify whether the 'cancel' button should be visible or not in the dialog.
- setCheckPoint(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Updates the checkpoint value for this service.
- setChosenInstallBundles(String) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Instructs the installer to install the components included in the specified install bundle(s) (product component).
- setChosenInstallSet(String) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Instructs the installer to install the components included in the specified install set (feature).
- setCommand(String) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the command that is used to start the service.
- setCommand(String) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Specifies the command to be executed by the Service Control Manager if the action specifies to run a command.
- setComponent(iComponent) - Method in class com.zerog.ia.api.pub.controls.IAControl
-
Places the main component of the control properly onto the internal container.
- setComponentID(String) - Method in class com.zerog.awt.ZGSimpleTextWrap
- setComponentID(String) - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Set the component ID
- setComponentID(String) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Set the component ID
- setComponentID(String) - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Set the component ID
- setComponentID(String) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Set the component ID
- setComponentID(String) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the component ID for the component.
- setComponentIDs(String, String, String) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Set the component IDs
- setContentType(String) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the type of content that this component handles, will be non editable when html type is set.
- setControlsAccepted(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Changes the currentState assigned to this NTServiceStatus object.
- setCurrentState(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Changes the currentState assigned to this NTServiceStatus object.
- setCustomCodeConsoleProxy(CustomCodeConsoleProxy) - Static method in class com.zerog.ia.api.pub.CustomCodeConsoleAction
-
The CustomCodeConsoleProxy method sets the customCodeConsoleProxy variable to make it available for use in the console action.
- setCustomCodePanelProxy(CustomCodePanelProxy) - Static method in class com.zerog.ia.api.pub.CustomCodePanel
-
This method sets the customCodePanelProxy variable to make it available for use in the custom code panels.
- setCustomCodeRuleProxy(CustomCodeRuleProxy) - Static method in class com.zerog.ia.api.pub.CustomCodeRule
-
This method sets the CustomCodeRuleProxy variable to make it available for use in the custom code rule.
- setDefaultButtonLabel(String) - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to specify the label the 'default' button should display.
- setDelay(int) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Sets the delay property for this object (in milliseconds).
- setDependencies(String[]) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the names of other services or load order groups that this service depends on.
- setDescription(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setDetailsButtonLabel(String) - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to specify the label the 'details' button should display.
- setDetailsButtonVisible(boolean) - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to specify whether the 'details' button should be visible or not in the dialog.
- setDisplayName(String) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the display name to be used for the service.
- setEditable(boolean) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the specified boolean to indicate whether or not this component should be editable.
- setEnableDesktopInteraction(boolean) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Enables or disables desktop interaction in the service configuration.
- setEnvironmentVariable(String, String) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- setEnvironmentVariable(String, String, int) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- setErrorControl(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the error control to be used for the service.
- setExitButtonEnabled(boolean) - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Disables or enables the button responsible for exiting the installer.
- setExitButtonVisible(boolean) - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Shows or hides the button responsible for exiting the installer.
- setExtended(short, byte[]) - Method in class com.installshield.util.FileAttributes
-
Sets the extended attribute bytes for the given platform code.
- setFileAttributes(String, FileAttributes) - Method in interface com.installshield.wizard.service.file.FileService
-
Sets the attributes of the specified file.
- setFileCreated(String, long) - Method in interface com.installshield.wizard.service.file.FileService
-
Changes the created date for the specified file.
- setFileDateLS(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileDateMS(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileExecutable(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Sets the attributes of the specified file to be an executable.
- setFileFlags(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileFlagsMask(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileModified(String, long) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- setFileOS(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileOwner(String, String) - Method in interface com.installshield.wizard.service.file.FileService
-
Sets a file's owner.
- setFileOwnerGroup(String, String) - Method in interface com.installshield.wizard.service.file.FileService
-
Sets a file's owner group.
- setFileSubtype(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileTimes(String, long, long, long) - Method in interface com.installshield.wizard.service.file.FileService
-
Changes the dates for the specified file.
- setFileType(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileVersionLS(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFileVersionMS(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setFont(Font) - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Changes the font of the button.
- setFont(Font) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Changes the font of the choice component.
- setFont(Font) - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Changes the font of the label.
- setFont(Font) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Changes the font of the text field.
- setFont(Font) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the font for this component.
- setFontScaled(Font) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the font for this component which scale in high DPI.
- setForeground(Color) - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Changes the foreground color of the button.
- setForeground(Color) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Changes the foreground color of the choice component.
- setForeground(Color) - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Changes the foreground color of the label.
- setForeground(Color) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Changes the foreground color of the text field.
- setForeground(Color) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the foreground color of this component.
- setGroupName(String) - Method in class com.installshield.wizard.service.security.GroupSpecification
- setGroups(GroupSpecification[]) - Method in class com.installshield.wizard.service.security.UserSpecification
- setHomeDirectory(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setImage(Image) - Method in class com.zerog.awt.ImageComponent
- setImage(Image) - Method in class com.zerog.awt.ZGStandardDialog
-
This method provides a mechanism for the developer to specify the image that should be used as the dialog's icon.
- setInstallDirectory(String) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
A convenience method to set the installation directory for the installer on the target system.
- setInstallerProxy(InstallerProxy) - Static method in class com.zerog.ia.api.pub.CustomCodeAction
-
This method sets the InstallerProxy variable to make it available for use in the custom code action.
- setJavaVM(String) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
Instructs the installer to use the system virtual machine described by the provided absolute path as the VM for the LaunchAnywhere executables.
- setJavaVMList(Vector) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
This method allows the list of VM paths to be set externally to the installer's normal mechanism for gathering and saving paths to system VMs.
- setKey(long) - Method in class com.installshield.wizard.service.OperationKey
- setLabel(String) - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Changes the text of the button.
- setLastMessage(String) - Method in interface com.installshield.util.Progress
- setLoadOrderGroup(String) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the load order group name that this service is assigned to.
- setLocation(String) - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Configures a specific location where the SoftwareObject should be installed in.
- setLockedFilesHandler(LockedFilesHandler) - Static method in class com.installshield.util.FileUtils
-
Sets the locked files handler that is used for deleting temporary files that are locked.
- setLogDescription(String) - Method in interface com.zerog.ia.api.pub.CustomError
-
This method provides a mechanism to describe the action that is reporting status.
- setLogonScript(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setModal(boolean) - Method in class com.zerog.awt.ZGStandardDialog
-
Specifies whether this dialog is modal.
- setMultiStringValue(int, String, String, String[]) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Set a registry value to the specified multi string value.
- setName(String) - Method in class com.installshield.wizard.service.OperationKey
- setName(String) - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Configures a specific name that the SoftwareObject should match.
- setNextButtonEnabled(boolean) - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
Deprecated.
- setNextButtonEnabled(boolean) - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Disables or enables the button responsible for advancing to the next installation action or step.
- setNextButtonVisible(boolean) - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Shows or hides the button responsible for advancing to the next installation action or step.
- setNoopMode(boolean) - Method in interface com.installshield.wizard.service.Service
-
Sets the current operating mode of this service.
- setOpensExternalLinksInBrowser(boolean) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Set property to open external links in browser.
- setPage(URL) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the current URL being displayed.
- setPassword(String) - Method in class com.installshield.util.process.ExecuteProcessSupport
- setPassword(String) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the password that corresponds to the user name set by setUserName.
- setPassword(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setPasswordChangeRequired(boolean) - Method in class com.installshield.wizard.service.security.UserSpecification
- setPath(String) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Changes the path of the chosen file/directory.
- setPathFieldBackground(Color) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Changes the background color of the path field.
- setPathFieldFont(Font) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Changes the font of the path field.
- setPathFieldForeground(Color) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Changes the foreground color of the path field.
- setPercentComplete(int) - Method in interface com.installshield.util.Progress
- setPreviousButtonEnabled(boolean) - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Disables or enables the button responsible for returning to the previous installation action or step.
- setPreviousButtonVisible(boolean) - Method in interface com.zerog.ia.api.pub.GUIAccess
-
Shows or hides the button responsible for returning to the previous installation action or step.
- setPreviousEnabled(boolean) - Static method in class com.zerog.ia.api.pub.IASys
-
Enables or disables the user's ability to go back to a previous custom code console action from the current console action, depending on the value of the parameter
enabled
. - setPrimaryGroup(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setProcessError() - Method in class com.installshield.util.process.ExecuteProcessSupport
- setProcessFinished() - Method in class com.installshield.util.process.ExecuteProcessSupport
- setProcessId(int) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceStatusProcess
-
Sets the process id assigned to this object.
- setProcessOutputHandler(ProcessOutputHandler) - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Sets the ProcessOutputHandler that will process the stdout or stderr streams from the launched process.
- setProcessReturnCode(int) - Method in class com.installshield.util.process.ExecuteProcessSupport
-
Sets the return code.
- setProcessStarted() - Method in class com.installshield.util.process.ExecuteProcessSupport
- setProductVersionLS(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setProductVersionMS(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setProgressAccess(ProgressAccess) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
NOTE : This method is for InstallAnywhere internal use.
- setProgressAccess(ProgressAccess) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
NOTE : This method is for InstallAnywhere internal use.
- setProgressDescription(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
Sets the description that is shown during the action's execution.
- setProgressDescription(String) - Method in interface com.zerog.ia.api.pub.ProgressAccess
-
Sets the description that is shown during the action's execution.
- setProgressDescription(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
Sets the description that is shown during the action's execution.
- setProgressPercentage(float) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
Sets the percentage of the progress bar.
- setProgressPercentage(float) - Method in interface com.zerog.ia.api.pub.ProgressAccess
-
Sets the percentage of the progress bar.
- setProgressPercentage(float) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
Sets the percentage of the progress bar.
- setProgressStatusText(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
Sets the status text associated with the action's current progress.
- setProgressStatusText(String) - Method in interface com.zerog.ia.api.pub.ProgressAccess
-
Sets the status text associated with the action's current progress.
- setProgressStatusText(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
Sets the status text associated with the action's current progress.
- setProgressTitle(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
Sets the title of the panel showing the action's current progress.
- setProgressTitle(String) - Method in interface com.zerog.ia.api.pub.ProgressAccess
-
Sets the title of the panel showing the action's current progress.
- setProgressTitle(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
Sets the title of the panel showing the action's current progress.
- setQuitEnabled(boolean) - Static method in class com.zerog.ia.api.pub.IASys
-
Enables or disables the user's ability to quit the installer from a console prompt, depending on the value of the parameter
enabled
. - setRebootMsg(String) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Sets the message that is broadcast to server users before the machine is rebooted (if a reboot failure action is added).
- setRebootRequired(boolean) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
Set whether or not reboot is required by the service architecture.
- setRedisplayProgress(boolean) - Method in interface com.installshield.util.Progress
- setRegistryKeyValue(String, String, Object) - Method in interface com.zerog.ia.api.pub.SimpleRegistryManager
-
This method sets the data in a value, specified by the key path and value name.
- setRemedialText(String) - Method in interface com.zerog.ia.api.pub.CustomError
-
This method provides a mechanism for custom actions to describe corrective measures that the user can perform if the action is not able to completed due to an error.
- setResetPeriod(int) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Sets the resetPeriod for this object.
- setRunNatively(boolean) - Method in class com.installshield.util.process.ExecuteProcessSupport
- setServiceFlags(int) - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceStatusProcess
-
Sets the service flags assigned to this object.
- setServiceSpecificExitCode(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Sets the service specific error code.
- setServiceType(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the service type to be used for the service.
- setServiceType(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Changes the serviceType assigned to this NTServiceStatus object.
- setSeverity(int) - Method in exception com.installshield.wizard.service.ServiceException
-
Set the severity of the Exception.
- setShortcutDirectory(String) - Method in interface com.zerog.ia.api.pub.InstallerResources
-
A convenience method to set the shortcut directory for the installer on the target system.
- setSignature(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setSize(int, int) - Method in class com.zerog.awt.ZGSimpleTextWrap
- setSize(Dimension) - Method in class com.zerog.awt.ImageComponent
- setStartType(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the start type to be used for the service.
- setStatusDescription(String) - Method in interface com.installshield.util.Progress
- setStatusDetail(String) - Method in interface com.installshield.util.Progress
- setStringValue(int, String, String, boolean, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
-
Set a registry value to the specified string.
- setStrucVersion(int) - Method in class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- setStyledDocument(StyledDocument) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Associates the editor with a text document.
- setSystemUMask(int) - Method in interface com.installshield.wizard.service.file.FileService
-
Modifies the system umask for the current process.
- setText(String) - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Changes the text of the label.
- setText(String) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Changes the text of the text field.
- setText(String) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets the text of this Component.
- setTitle(String) - Method in interface com.installshield.util.Progress
- setToolTips(boolean) - Method in class com.zerog.ia.api.pub.controls.IAFileChooser
-
Set ToolTipText
- setToolTipText(String) - Method in class com.zerog.ia.api.pub.controls.IAButton
-
Set ToolTipText
- setToolTipText(String) - Method in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Set ToolTipText
- setToolTipText(String) - Method in class com.zerog.ia.api.pub.controls.IALabel
-
Set ToolTipText
- setToolTipText(String) - Method in class com.zerog.ia.api.pub.controls.IATextField
-
Set ToolTipText
- setToolTipText(String) - Method in class com.zerog.ia.api.pub.controls.IATextPane
-
Sets tool tip for the component.
- setUninstallerProxy(UninstallerProxy) - Static method in class com.zerog.ia.api.pub.CustomCodeAction
-
This method sets the UninstallerProxy variable to make it available for use in the custom code action.
- setUniqueID(String) - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Configures a specific Unique ID that the SoftwareObject should match.
- setup() - Method in class com.zerog.ia.api.pub.CustomCodeConsoleAction
-
The setup method is called prior to the ConsoleAction being displayed.
- setupUI(CustomCodePanelProxy) - Method in class com.zerog.ia.api.pub.CustomCodePanel
-
This method gets called prior to the CustomCodePanel being displayed.
- setUserFullName(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setUsername(String) - Method in class com.installshield.util.process.ExecuteProcessSupport
- setUserName(String) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Sets the name of the user under whose account this service should be started.
- setUserName(String) - Method in class com.installshield.wizard.service.security.UserSpecification
- setUsers(UserSpecification[]) - Method in class com.installshield.wizard.service.security.GroupSpecification
- setValue(String, Object) - Method in class com.installshield.wizard.service.security.GroupSpecification
-
Add a platform specific attribute to the GroupSpecification
- setValue(String, Object) - Method in class com.installshield.wizard.service.security.UserSpecification
-
Add a platform specific attribute to the UserSpecification
- setVariable(String, Object) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method sets the named variable to the specified value.
- setVariable(String, Object) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method sets the named variable to the specified value.
- setVariable(String, Object) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method sets the named variable to the specified value.
- setVariable(String, Object) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method sets the named variable to the specified value.
- setVariable(String, Object) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method sets the named variable to the specified value.
- setVariable(String, Object) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method sets the named variable to the specified value.
- setVariable(String, Object) - Method in interface com.zerog.ia.api.pub.VariableAccess
-
Sets the named variable to to refer to the value.
- setVersion(String) - Method in class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
Configures a specific Version that the SoftwareObject should match.
- setVisible(boolean) - Method in class com.zerog.awt.ZGStandardDialog
-
Makes the component visible or invisible.
- setVpdLocation(String) - Method in interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
-
This method sets the VPD location of an InstallShield Universal product
- setWaitHint(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Sets the wait hint for this service status object.
- setWidth(int) - Method in class com.zerog.awt.ZGSimpleTextWrap
-
Sets the width (around which text will be wrapped) for this component.
- setWin32ExitCode(int) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Sets the Win32 exit code in this service status object.
- setWorkgroup(String) - Method in class com.installshield.util.process.ExecuteProcessSupport
- show() - Method in class com.zerog.awt.ZGStandardDialog
- showSecureTextFieldAndGetInput(String, String, String, String, String) - Method in class com.zerog.ia.api.pub.controls.IAOSXSecureTextService
-
Display secure text field on OS X in case of authenticated installers
- showSecureTextFieldAndGetInput(String, String, String, String, String, boolean) - Method in class com.zerog.ia.api.pub.controls.IAOSXSecureTextService
-
Display secure text field with input characters shadowed/normal on OS X in case of authenticated installers
- SimpleRegistryManager - Interface in com.zerog.ia.api.pub
-
Used to access the Win32 system Registry.
- SoftwareObject - Class in com.zerog.ia.api.pub.registry
-
Instances of the SoftwareObject class are returned from the methods of the ProductRegistryService.
- SoftwareObject(String, String, String, String) - Constructor for class com.zerog.ia.api.pub.registry.SoftwareObject
-
Creates a new SoftwareObject with the specified arguments.
- SoftwareObjectSearchCriteria - Class in com.zerog.ia.api.pub.registry
-
Use SoftwareObjectSearchCriteria along with the ProductRegistryService to refine the Global Component Registry search.
- SoftwareObjectSearchCriteria() - Constructor for class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
The SoftwareObject is created and the Comparison Type is set to COMPARISON_TYPE_AND.
- SoftwareObjectSearchCriteria(int) - Constructor for class com.zerog.ia.api.pub.registry.SoftwareObjectSearchCriteria
-
The SoftwareObject is created with the specified Comparison Type.
- SolutionInstallServices - Interface in com.zerog.ia.api.pub
- startNTService(String, String[]) - Method in interface com.installshield.wizard.platform.win32.Win32Service
-
Calls the Win32 StartService API to start the specified service.
- STATE_ENABLED_DISABLED - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Sub-component of the items should be enabled if the item is checked and disabled if unchecked.
- STATE_SHOWN_HIDDEN - Static variable in class com.zerog.ia.api.pub.controls.IAChoiceGroup
-
Sub-component of the items should be shown if the item is checked and hidden if unchecked.
- stateToString(int) - Static method in class com.installshield.wizard.platform.win32.win32service.NTServiceStatus
-
Returns an English string representation of the state passed in for IDE display purposes.
- StringResolver - Interface in com.zerog.interfaces.util
- substitute(String) - Method in class com.zerog.ia.api.pub.CustomCodeConsoleProxy
-
This method fully resolves a String that may contain embedded InstallAnywhere variables
- substitute(String) - Method in class com.zerog.ia.api.pub.CustomCodePanelProxy
-
This method fully resolves a String that may contain embedded InstallAnywhere variables
- substitute(String) - Method in class com.zerog.ia.api.pub.CustomCodeRuleProxy
-
This method fully resolves a String that may contain embedded InstallAnywhere variables
- substitute(String) - Method in interface com.zerog.ia.api.pub.IAProxy
-
This method fully resolves a String that may contain embedded InstallAnywhere variables
- substitute(String) - Method in class com.zerog.ia.api.pub.InstallerProxy
-
This method fully resolves a String that may contain embedded InstallAnywhere variables
- substitute(String) - Method in class com.zerog.ia.api.pub.UninstallerProxy
-
This method fully resolves a String that may contain embedded InstallAnywhere variables
- substitute(String) - Method in interface com.zerog.ia.api.pub.VariableAccess
-
Returns the fully resolved value of the named variable.
- SUCCESS - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with deleteFile when delete succeeds.
- supportsLongFileNames(String) - Method in interface com.installshield.wizard.service.file.FileService
-
This method is useful to developers when creating a custom bean.
- suspendOperation(OperationKey) - Method in interface com.installshield.wizard.service.Service
- SYSTEM - Static variable in class com.installshield.util.FileAttributes
- SYSTEM_LEVEL_ENVIRONMENT_VARIABLE - Static variable in interface com.installshield.wizard.service.system.SystemUtilService
-
Can be used for the "level" parameter to any of the
EnvironmentVariable
APIs. - systemLF - Static variable in class com.installshield.boot.CoreFileUtils
- systemStartupCommands() - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
Gets the list of commands to run when the system reboots.
- SystemUtilService - Interface in com.installshield.wizard.service.system
-
This class performs system-level operations, e.g., setting up environment variables, rebooting the system, startup commands, and OS properties.
T
- TEMP_DIR - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getNamedDirectory to return the directory for writing temporary files.
- TempFileOwner - Class in com.installshield.util
-
NOTE : This API is for internal use.
- TempFileOwner() - Constructor for class com.installshield.util.TempFileOwner
- TempFileOwner(FileInputStream) - Constructor for class com.installshield.util.TempFileOwner
- TempFileOwner(FileOutputStream) - Constructor for class com.installshield.util.TempFileOwner
- TempFileOwner(ZipFile) - Constructor for class com.installshield.util.TempFileOwner
- tempFileOwners() - Static method in class com.installshield.util.FileUtils
-
Returns the currently registered temp file owners.
- tempFiles() - Static method in class com.installshield.util.FileUtils
-
Returns an enumeration of String objects for each of the temporary files that are deleted by a call to deleteTempFiles.
- text - Variable in class com.zerog.awt.ZGSimpleTextWrap
- TEXT_FIELD - Static variable in class com.zerog.ia.api.pub.controls.IATextField
-
The text field will be prepared to receive regular text.
- textColor - Variable in class com.zerog.awt.ZGSimpleTextWrap
- textV - Variable in class com.zerog.awt.ZGSimpleTextWrap
- TIMESTAMP - Static variable in interface com.installshield.wizard.service.file.FileService
-
The constant used with getNamedDirectory to return a filename fragment generated using the current time.
- toString() - Method in class com.installshield.util.FileAttributes
- toString() - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Returns a string representation of this NTServiceConfig object.
- toString() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Returns an English string that represents this object for display in the IDE.
- toString() - Method in class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Returns an English string representation of this object which is displayed in the IDE.
- toString() - Method in class com.installshield.wizard.service.OperationKey
- toString() - Method in exception com.installshield.wizard.service.ServiceException
U
- UI_NOT_SUPPORTED - Static variable in exception com.installshield.wizard.service.ServiceException
-
User interface not supported
- unAppendEnvironmentVariable(String, String, String, int) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- uninstall(UninstallerProxy) - Method in class com.zerog.ia.api.pub.CustomCodeAction
-
The uninstall() method is called at uninstall-time before any files, folders or other installation actions are uninstalled.
- UninstallerAccess - Interface in com.zerog.ia.api.pub
-
UninstallerAccess allows data serialization from the installer to the uninstaller.
- uninstallerProxy - Static variable in class com.zerog.ia.api.pub.CustomCodeAction
-
This class variable, available at uninstall-time, provides access to designer-specified resources, system and user-defined variables, and international resources.
- UninstallerProxy - Class in com.zerog.ia.api.pub
-
UninstallerProxy provides methods for classes extending
CustomCodeAction
to access information in an InstallAnywhere uninstaller, set status, and locate and access resources. - UninstallerProxy(ResourceAccess, VariableAccess, I18NAccess, UninstallerAccess) - Constructor for class com.zerog.ia.api.pub.UninstallerProxy
-
Constructor
- unPrependEnvironmentVariable(String, String, String, int) - Method in interface com.installshield.wizard.service.system.SystemUtilService
-
This method is useful to developers when creating a custom bean.
- unregister(String, String) - Method in interface com.zerog.ia.api.pub.ReplayVariableService
-
This method unregisters a variable that is registered to be recorded in the response file with a given title.
- update(Graphics) - Method in class com.zerog.awt.ImageComponent
- update(Graphics) - Method in class com.zerog.awt.ZGSimpleTextWrap
-
Updates the component.
- updateAsciiFile(String, String[], int) - Method in interface com.installshield.wizard.service.file.FileService
-
Updates the lines in an ASCII file starting at and including the specified line.
- updateBinaryFile(String, byte[], int) - Method in interface com.installshield.wizard.service.file.FileService
-
Updates the bytes in a binary file starting at and including the specified offset.
- USER_LEVEL_ENVIRONMENT_VARIABLE - Static variable in interface com.installshield.wizard.service.system.SystemUtilService
-
Can be used for the "level" parameter to any of the EnvironmentVariable APIs.
- UserSpecification - Class in com.installshield.wizard.service.security
-
NOTE : This API is for internal use.
- UserSpecification() - Constructor for class com.installshield.wizard.service.security.UserSpecification
V
- validateFileName(String) - Method in interface com.installshield.wizard.service.file.FileService
-
Validates the specified file name.
- validateForBuild(Log, Object) - Method in class com.installshield.wizard.platform.win32.win32service.NTServiceConfig
-
Validates the data stored in this object and logs an error if any problems are found.
- valueExists(int, String, String) - Method in interface com.installshield.wizard.platform.win32.Win32RegistryService
- VariableAccess - Interface in com.zerog.ia.api.pub
- Vendor - Class in com.zerog.ia.api.pub.registry
-
Entity that represents a Product's Vendor of the Global Registry.
- Vendor(String, String, String, String) - Constructor for class com.zerog.ia.api.pub.registry.Vendor
-
Creates a new Vendor with the specified arguments.
- vSpace - Variable in class com.zerog.awt.ZGSimpleTextWrap
W
- WARNING - Static variable in exception com.installshield.wizard.service.ServiceException
- WARNING - Static variable in interface com.zerog.ia.api.pub.CustomError
-
An error that doesn't prevent any installation from happening but might not be desired behavior.
- Win2kSCAction - Class in com.installshield.wizard.platform.win32.win32service
-
This class is strictly a data class.
- Win2kSCAction() - Constructor for class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Constructs a new instance of a Win2kSCAction object with properties initialized to default values.
- Win2kSCAction(int, int) - Constructor for class com.installshield.wizard.platform.win32.win32service.Win2kSCAction
-
Constructs a new instance of a Win2kSCAction object using the actionType and delay passed in to initialize its properties.
- Win2kServiceFailureActions - Class in com.installshield.wizard.platform.win32.win32service
-
This class is strictly a data class.
- Win2kServiceFailureActions() - Constructor for class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Constructs a new instance of a Win2kServiceFailureActions object with properties set to default values.
- Win2kServiceFailureActions(Win2kServiceFailureActions) - Constructor for class com.installshield.wizard.platform.win32.win32service.Win2kServiceFailureActions
-
Makes a deep copy of an existing Win2kServiceFailureActions object.
- Win2kServiceStatusProcess - Class in com.installshield.wizard.platform.win32.win32service
-
This class is strictly a data class.
- Win2kServiceStatusProcess() - Constructor for class com.installshield.wizard.platform.win32.win32service.Win2kServiceStatusProcess
-
Constructs a new instance of a Win2kServiceStatusProcess object and assigns its properties to default values.
- Win32RegistryService - Interface in com.installshield.wizard.platform.win32
-
This service provides access to the Win32 Registry for reading and writing registry data.
- Win32Service - Interface in com.installshield.wizard.platform.win32
-
This service provides a variety of methods for interacting with Win32 specific capabilities, including: Windows NT Services Windows-specific file system API's
- WindowsFixedFileInfo - Class in com.installshield.wizard.platform.win32
-
This class wraps the data stored in the native Win32 VS_FIXEDFILEINFO structure.
- WindowsFixedFileInfo() - Constructor for class com.installshield.wizard.platform.win32.WindowsFixedFileInfo
- WORLD_EXECUTABLE - Static variable in class com.installshield.util.FileAttributes
- WORLD_FULL_ACCESS - Static variable in class com.installshield.util.FileAttributes
- WORLD_READABLE - Static variable in class com.installshield.util.FileAttributes
- WORLD_WRITEABLE - Static variable in class com.installshield.util.FileAttributes
- wprint(String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Prints a String without terminating the line at the end of the String.
- wprint(String, int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Prints a String without terminating the line at the end of the String.
- wprintln(String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Prints a String and then terminates the line.
- wprintln(String, int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Prints a String and then terminates the line.
- wprintlnWithBreaks(String) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Prints a String and then terminates the line.
- wprintlnWithBreaks(String, String, int, int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Prints a String and then terminates the line.
- wprintlnWithBreaksAndSkipPrompt(String, String, int, int) - Method in interface com.zerog.ia.api.pub.ConsoleUtils
-
Prints a String and then terminates the line.
- WRAPPING_LABEL - Static variable in class com.zerog.ia.api.pub.controls.IALabel
-
The label will have word wrapping enabled.
- write(OutputStream) - Method in class com.installshield.util.FileAttributes
Z
- ZGSimpleTextWrap - Class in com.zerog.awt
-
ZGSimpleTextWrap: Lightweight TextDisplay that automatically wraps text.
- ZGSimpleTextWrap() - Constructor for class com.zerog.awt.ZGSimpleTextWrap
-
Creates a new TextDisplay Component, with the given text.
- ZGSimpleTextWrap(String) - Constructor for class com.zerog.awt.ZGSimpleTextWrap
-
Creates a new TextDisplay Component, with the given text.
- ZGSimpleTextWrap(String, int) - Constructor for class com.zerog.awt.ZGSimpleTextWrap
-
Creates a new TextDisplay Component, with the given text.
- ZGSimpleTextWrap(String, int, Color) - Constructor for class com.zerog.awt.ZGSimpleTextWrap
- ZGSimpleTextWrap(String, Color) - Constructor for class com.zerog.awt.ZGSimpleTextWrap
-
Creates a new TextDisplay Component, with the given text.
- ZGStandardDialog - Class in com.zerog.awt
-
Provides a simple way to display a standard Dialog that has a title, label text, narrative text, and between 1 and 3 buttons (typically OK, Cancel, and Details...).
- ZGStandardDialog(Frame, String, String) - Constructor for class com.zerog.awt.ZGStandardDialog
-
Constructs an initially invisible ZGStandardDialog with the supplied parent
Frame
, label, and narrative text. - ZGStandardDialog(Frame, String, String, String) - Constructor for class com.zerog.awt.ZGStandardDialog
-
Constructs an initially invisible ZGStandardDialog with the supplied parent
Frame
, title, label, and narrative text. - ZGStandardDialog(Frame, String, String, String, int) - Constructor for class com.zerog.awt.ZGStandardDialog
-
Constructs an initially invisible ZGStandardDialog with the supplied parent
Frame
, title, label, narrative text, and alert level. - ZGStandardDialog(String, String) - Constructor for class com.zerog.awt.ZGStandardDialog
-
Constructs an initially invisible ZGStandardDialog with the supplied label and narrative text.
- ZGStandardDialog(String, String, String) - Constructor for class com.zerog.awt.ZGStandardDialog
-
Constructs an initially invisible ZGStandardDialog with the supplied title, label, and narrative text.
All Classes All Packages