Quantcast
Channel: Flexera Software KB Articles
Viewing all 454 articles
Browse latest View live

Q211819: ERRDOC: Fatal Error -7159

$
0
0

When building an InstallShield project using the InstallShield Standalone Build, the following error occurs:

ISDEV : fatal error -7159: The product license has expired or has not yet been initialized

This can also occur whenBuilding a Visual Studio solution that contains an InstallShield project using Microsoft Visual Studio Team Foundation Server (TFS).


Q206645: ERRDOC: Build Error -7160

$
0
0
  • ISDEV : fatal error -7160: Fatal Error : Error embedding image resource into setup.exe
  • 7160

Q107999: ERRDOC: Initialization Error 1610

$
0
0

When launching an installation or uninstallation of a setup authored with InstallShield, the following error may occur:

"Error -1610: Configuration data is corrupt."
 
The error may also appear in the following format:
"Error -1610: The configuration data for this product is corrupt. Contact your support personnel."

Q206107: ERRDOC: Error 2708 Internal Error

$
0
0
When running an installation, Error 2708, internal error, may be raised.
 
If the installation package is executed with the Windows Installer verbose logging option, the log will have the following entry:
Error 2708: No entries found in the file table.

Q211215: ERRDOC: DIFXAPP error 0xE000024A

$
0
0
During runtime message:
 
Unknown error 0xE000024A 

Q103146: HOWTO: Launching an Executable From a Subdirectory of SOURCEDIR

$
0
0

This article explains how to launch an executable from a subdirectory of SOURCEDIR.

Q210434: HOWTO: Install .Net 3.5 SP1 Framework on a Windows 2008 Server R2 x64 using PowerShell.

$
0
0
This article details how to install .Net 3.5 SP1 Framework on a Windows 2008 Server R2 x64 using PowerShell.
 
PowerShell scripts are plain text files with the extension PS1. These scripts can then be executed on any system with PowerShell installed, which includes all recent Windows Server systems and most updated Windows desktop operating systems including XP, Vista, Windows 7 and Windows 8.
 
It is expected an updated Windows operating system (desktop or server) is equipped with Windows PowerShell installed.
 

Q211386: ERRDOC: Windows Error Code 1646

$
0
0
When running an InstallShield MSI project, the following error may occur.
 
"Uninstallation of the patch package is not supported"
 
When running an MSI project the verbose installation log file may indicate:

Product: MyProduct - Update '{11111111-2222-3333-4444-555555555555}' could not be installed. Error code 1646. Additional information is available in the log file C:\Program Files\MyProduct\myproduct.log.

Product: MyProduct - Update 'MyUpdate' could not be removed. Error code 1646. Additional information is available in the log file C:\Program Files\MyProduct\myupdate.log.

 
 

Q211390: ERRDOC: ISDEV : error -6274

$
0
0
When building a MSI project the following error may occur:
 
ISDEV : error -6274: %1 Setup.exe is not found in the Disk1 location. Please make sure that the previous full build of your release was completed if you are running the Build Tables Only.

Q212375: ERRDOC: Error -7205

$
0
0

When building a project, the following error may occur:

 

            Error -7205: Skipping file [A] due to unmerged or missing component [B] in merge module

 

[A] is the name of the file that is being skipped. [B] is the name of the component.

Q211817: ERRDOC: Build Error 6652 cannot create isconfig.xml

$
0
0
When building an InstallShield project, the following error occurs:
 
     isdev - 6652 cannot create isconfig.xml

Q211998: ISSUE: 13.05 Agent Fails on Windows 2003

$
0
0
If using the 13.05 Windows Agent, the Agent will fail when checking for updates. An entry similar to the following will be seen in the Flexnet Connect Trace file.
 
(Agent1300:552)[3\4 11:26:46:584]: Exception occurred in DisplayMessages for Product
(Agent1300:2956)[3\4 11:26:48:428]: Agent Launch: Version 13.05.100.57147 Command Line agent -sn{C53E2C04-8B43-F573-5ACC-E2EB9E8EF9C6}
(Agent1300:2852)[3\4 11:26:48:444]: ShowNotifications ProductCode: {C53E2C04-8B43-F573-5ACC-E2EB9E8EF9C6} ApplicationContext: 8
(Agent1300:2956)[3\4 11:26:48:444]: Error during runtime: 261
(Agent1300:2956)[3\4 11:26:48:444]: Agent Shutdown: Version 13.05.100.57147 Command Line agent -sn{C53E2C04-8B43-F573-5ACC-E2EB9E8EF9C6}
(Agent1300:2956)[3\4 11:26:48:444]: Agent return value: 261

Q107616: ERRDOC: Build Warning 4350

$
0
0

When building an InstallShield project, the following warning may occur:

Warning -4350: Dynamically acquired ProgID <FILENAME>.clsdllname conflicts with static data associated with component <COMPONENTNAME>. Overwriting with dynamic data.

<FILENAME> and <COMPONENTNAME> are placeholders that contain the file name and component name that are causing this error.

Q200016: Is There a Fix for Usage Summary Report Exception 'dbreport.UsageSummaryReportDataXMLWriter$UsageSummarySingleFeatureReport'?

$
0
0
Is there a fix for the following exception, thrown when trying to run a Usgae Summary Report:
 
008-10-06 10:36:48,511 ERROR [reporting.dbreport] [Thread-4416] Error occurred when generating the report. [Incident# 0085-016622146]
java.lang.ClassCastException: com.macrovision.flexnet.reporting.services.dbreport.UsageSummaryReportDataXMLWriter$UsageSummarySingleFeatureReport
 at com.macrovision.flexnet.reporting.services.dbreport.UsageSummaryReportDataXMLWriter$UsageSummaryReportState.hasLastSingleFeatureReportProducedData(UsageSummaryReportDataXMLWriter.java:924)
 at com.macrovision.flexnet.reporting.services.dbreport.AggregationReportDataXMLWriter.computeUsage(AggregationReportDataXMLWriter.java:2161)
 at com.macrovision.flexnet.reporting.services.dbreport.UsageSummaryReportDataXMLWriter.writeReport(UsageSummaryReportDataXMLWriter.java:101)
 at com.macrovision.flexnet.reporting.services.dbreport.UsageSummaryReportGenerator.generateReport(UsageSummaryReportGenerator.java:94)
 at com.macrovision.flexnet.reporting.services.dbreport.DatabaseReportJob.runReport(DatabaseReportJob.java:624)
 at com.macrovision.flexnet.reporting.services.dbreport.DatabaseReportJob.executeJob(DatabaseReportJob.java:154)
 at com.macrovision.flexnet.platform.services.scheduler.Scheduler$SchedulerThread.run(Scheduler.java:134)

Q211494: HOWTO: Digitally Sign Installed LaunchAnywhere Launchers

$
0
0
This article describes how to digitally sign the LaunchAnywhere launchers installed by InstallAnywhere on Windows. After digitally signing the launchers, the Publish field of the UAC prompt will be populated rather than referencing an “Unknown Publisher”.
It is recommended that all executable files that are distributed to Windows target systems be digitally signed. This includes—but is not limited to—product files that have following file extensions: .exe, .dll, .ocx, .sys, .cpl, .drv, and .scr. It also includes the installer files and the LaunchAnywhere files.

If you do not sign your files and end users launch an .exe file or installer that requires elevated privileges on a Windows Vista or later system, the UAC prompt that Windows displays shows the unknown publisher type of UAC prompt.
 
 
If the files are signed, Windows displays a UAC prompt that shows the name of the publisher that is identified by the digital certificate.
 

Q212183: FAQ: How to download InstallShield Redistributables

$
0
0
How can I download the latest InstallShield redistributables?

Q203820 HOTFIX: Virtualization Assistant Tabs not present in the InstallShield IDE [AdminStudio Pro/Enterprise with Virtualization for Symantec Edition only]

$
0
0
Important note:  This issue occurs only with the following AdminStudio for Symantec Editions:
 
AdminStudio Professional Edition with Virtualization for Symantec Edition
AdminStudio Enterprise Edition with Virualization for Symantec Edition
 
When a Basic MSI project is created in the InstallShield Editor, the three standard Virtualization Assistant Tabs:  Microsoft App-V, VMware ThinApp, and Citrix XenApp are missing from the IDE (please see screenshot below) :
 
 
 

Q210260: HOWTO: Upgrade to the Latest Version of InstallShield

$
0
0
Customers with a valid support contract can upgrade to the latest version of Installshield at no extra cost.

Q104371: INFO: Redistributable Files

$
0
0

This article lists the files that InstallShield ships as components of its products which customers may freely redistribute with their output from InstallShield products.

For example, these are files that may be redistributed with a demo, installation, or Web enablement of an installation.

Q209193: INFO: 再配布可能ファイル

$
0
0
¿¿¿¿¿¿InstallShield¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿InstallShield¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿
 

¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ Web ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿

 

Viewing all 454 articles
Browse latest View live