Error No.
|
Message
|
|
|
Setup is unable to find a hard disk location to store temporary files. Make at least 500KB of free disk space available and then try the setup again.
|
|
|
Setup is unable to find a compressed library file required to proceed with the setup. Check to make sure all required files are located with the Setup program.
|
|
|
Setup is unable to find _setup.dll, which is needed to complete the setup. Restart your system and try again.
|
|
|
Setup is unable to find the language section in the Lang.dat file, or Lang.dat could not be found.
|
|
|
Setup.lid cannot be found or it has an invalid format.
|
|
|
The language dialog box cannot be created.
|
|
|
Setup is unable to locate the script file <%s> which is needed to complete the setup.
|
|
|
Setup was started with a command line argument that contained an incomplete parameter bad_parameter.
|
|
|
Insufficient memory available to run Setup. Close all other applications to make more memory available and try to run Setup again.
|
|
|
Setup is unable to locate the layout file '...\Layout.bin' which is needed to complete the setup.
|
|
|
Setup is unable to initialize the setup program (Install.exe).
|
|
|
Setup is unable to initialize the setup program.
|
|
|
Setup was unable to start up the setup program.
|
|
|
String variable is not large enough for string. Please check string declarations.
|
|
|
Setup is unable to copy the setup support file <filename> to a temporary location.
|
|
|
Setup is unable to copy the setup support file _user1.cab to a temporary location. Make more space available and try again.
|
|
|
Setup is unable to expand the setup support file <filename>.
|
|
|
Setup is unable to load the setup script file.
|
|
|
Setup has encountered an internal stack overflow error. Close all applications, restart the system and try the setup again.
|
|
|
Setup has encountered an incomplete return statement in the script. Check your script for unmatched return statements.
|
|
|
Setup is unable to find the setup script file: script_filename.
|
|
|
Setup is unable to load the setup script file: script_filename. The script may be from a previous version or corrupted.
|
|
|
Setup has detected that the uninstaller is in use. Please close the uninstaller and restart setup.
|
|
|
Setup has detected a possible infinite loop in the script with function function_name. Make sure you are handling the error return codes properly.
|
|
|
Setup is unable to initialize the setup program. The script file may be bad.
|
|
|
A division by zero error was detected in the script. Setup will continue.
|
|
|
An internal error has occurred. Insufficient memory to allocate buffer.
|
|
|
An internal read error has occurred on script_filename. Unable to load setup instructions.
|
|
|
Script_filename file has become corrupted. Unable to load setup instructions.
|
|
|
Error messages ranging from 3000 to 3021 are internal memory-related error conditions.
|
Code
|
Description
|
Cause
|
|
|
|
ComponentAddItem was unable to add a component to the script-created component set.
|
|
|
Specified component already exists.
|
ComponentAddItem was called twice with the same media name and component name.
|
|
|
Specified component name is not valid.
|
The value passed in the second parameter of ComponentInitialize is not valid.
|
|
|
Specified component cannot be found in the media.
|
An attempt was made to access a component that does not exist in the named media. This error occurs when a component name is specified incorrectly in call to a component function. Component names must be specified exactly as they appear in the Components Pane or in the call to ComponentAddItem. Case is sensitive.
|
|
|
Unable to decompress a file.
|
An internal error occurred. Contact technical support.
|
|
|
Disk ID specified in call to ComponentMoveData is not valid.
|
ComponentMoveData has already been called to transfer files and has not been re-initialized. To re-initialize ComponentMoveData, call that function with a null string in the first parameter.
|
|
|
|
The target disk or directory has insufficient free space; the disk space cannot be determined because TARGETDIR is invalid; or a script-defined folder of a component has not been set.
|
|
|
EnterDisk function called failed.
|
Internal error occurred. Contact technical support.
|
|
|
Specified file cannot be found.
|
To determine which file is missing, check the value returned by ComponentError in the parameter svFile.
|
|
|
Specified file cannot be opened as read-only.
|
The file Data1.cab (or one of the other data cab files) is missing or corrupted; or an uncompressed data file is missing from a CD-ROM, Data As Files build.
|
|
|
Specified file cannot be opened as read/write.
|
Unable to append to split file. Contact technical support.
|
|
|
Specified file cannot be opened as write.
|
An attempt was made to overwrite a locked file belonging to a file group that does not have the Potentially Locked or Shared property set to Yes or the path to the target folder is invalid.
|
|
|
Cannot read the specified file.
|
A data cab file or an uncompressed data file may be corrupt.
|
|
|
Attempted operation not allowed with script-created component sets.
|
A script-created component set name was passed to a component function (for example, ComponentFileInfo), that operates only on file media.
|
|
|
Unable to self-register a file properly.
|
This error has many possible causes. For details, refer to article Q101538 in the InstallShield Knowledge Base.
|
|
|
Unable to update a shared file in ComponentMoveData.
|
Internal error. Contact technical support.
|
|
|
Unable to write to a file.
|
Internal error. Contact technical support.
|
|
|
Unable to find a file group.
|
The specified file group could not be found. The name of the missing file group is returned by ComponentError in the parameter svFileGroup.
|
|
|
The list specified in the component function is not valid.
|
When calling ComponentListItems, or ComponentSetupTypeEnum, verify that the list you are passing to the function is valid.
|
|
|
Attempted operation not allowed with file media library.
|
A file media name was passed to a component function (for example, ComponentAddItem), that operates only on script-created component sets.
|
|
|
Media is already initialized.
|
ComponentInitialize was called to initialize a media that was already initialized.
|
|
|
The specified file media library was not generated by the InstallShield Media Wizard.
|
The file Data1.cab is corrupt, or the file specified in a call to ComponentInitialize is not an InstallShield-generated cabinet file.
|
|
|
The specified media cannot be found.
|
The media has been declared but it not associated with any components. Make sure that either script-created components or file media components are associated with the media.
|
|
|
An error occurred with the specified media.
|
ComponentMoveData has already been called to transfer files and has not been re-initialized. If your script calls ComponentMoveData more than once, you must re-initialize it after each call by calling it again with a null string in its first parameter.
|
|
|
Unable to allocate memory.
|
Insufficient memory is available to the setup. Display a message to the end user to close down all other applications or to cancel the setup, reboot the system, and restart the setup.
|
|
|
Specified option is not valid.
|
An invalid option has been specified for a component function, for example, by specifying only a file group when both a file group and file name are required.
|
|
|
Specified password does not match.
|
The specified password does not match the password stored in the specified file media library or component.
|
|
|
Specified password cannot be found.
|
ComponentValidate was called to validate a component or a file media library for which no password has been set.
|
|
|
The media or the component password was not validated.
|
ComponentValidate was not called to validate the components and/or the file media library before transferring those components with ComponentMoveData.
|
|
|
Target path for the component cannot be found.
|
The target directory for a script-defined folder has not been set or is invalid.
|
|
|
Invalid value passed to a component-related function.
|
One of the values passed to a component function is invalid. This error can be caused, for example, by passing an empty string in the second parameter of ComponentAddItem.
|
|
|
Data cannot be read from the internet.
|
This error occurs when using InstallFromTheWeb in conjunction with InstallShield5. InstallShield is unable to read the data from the Internet because the files are corrupt or the Internet connection has been lost and cannot be reestablished by InstallFromTheWeb.
|
|
|
Internet has been disconnected.
|
This error occurs when using InstallFromTheWeb in conjunction with InstallShield5. The Internet connection has been lost and cannot be reestablished by InstallFromTheWeb.
|
|
|
Cabinet file generated by an older version of InstallShield5.
|
Verify that the project was built with your most recent version of InstallShield5. Verify that you are not using mismatched cabinet files generated by different versions of InstallShield5.
|
|
|
Error with third-party shell.
|
Consult the documentation for the shell in question to determine whether it is 100% Explorer shell compatible.
|
|
|
|
An attempt was made to transfer an executable file (an .exe or .com file) over a locked file without setting the Potentially Locked property to Yes.
|