Quantcast
Channel: Flexera Community Forums
Viewing all 4553 articles
Browse latest View live

Visual C++ 2015 Redistributable - Can I bundle it with the setup.exe?

$
0
0
For the installer I'm creating, I have a requirement that we cannot rely on the fact that there's an Internet connection. However, the software needs the Visual C++ 2015 Update 3 Redistributable. I've modified the Prerequisite file to use the latest version of vc_redist.x86.exe (I don't understand why InstallShield can't figure this out for me), but I do not understand if, and how, I can tell InstallShield to bundle the vc_redist.x86.exe so it does not need to be downloaded.

We currently provide the vc_redist.x86.ewe file separately, but management is insisting that the installer should be able to figure out if the redistributable is needed, and install it automatically, which I think is a reasonable request. Furthermore, since this application is a front-end for a satellite communication network management system that is often installed in remote locations, we cannot assume there is already an Internet connection available, therefore the vc_redist.x86.exe should be bundled in the installer.

Can this be done?

This is the contents of my .prq file:
Code:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SetupPrereq>
        <operatingsystemconditions>
                <operatingsystemcondition MajorVersion="6" MinorVersion="0" PlatformId="2" CSDVersion="" ServicePackMajorMin="2"/>
                <operatingsystemcondition MajorVersion="6" MinorVersion="1" PlatformId="2" CSDVersion="" ServicePackMajorMin="1"/>
                <operatingsystemcondition MajorVersion="6" MinorVersion="2" PlatformId="2" CSDVersion=""/>
                <operatingsystemcondition MajorVersion="6" MinorVersion="3" PlatformId="2" CSDVersion=""/>
                <operatingsystemcondition MajorVersion="5" MinorVersion="2" PlatformId="2" CSDVersion="" ProductType="2|3" ServicePackMajorMin="2"/>
                <operatingsystemcondition MajorVersion="10" MinorVersion="0" PlatformId="2" CSDVersion=""/>
                <operatingsystemcondition MajorVersion="5" MinorVersion="1" PlatformId="2" CSDVersion="" Bits="1" ProductType="1" ServicePackMajorMin="3"/>
        </operatingsystemconditions>
        <conditions>
                <condition Type="2" Comparison="32" Path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\RuntimeMinimum" FileName="UpdateVersion" ReturnValue="14.0.24212"/>
        </conditions>
        <files>
                <file LocalFile=".\VC 2015 Redist\vc_redist.x86.exe" URL="https://download.microsoft.com/download/6/D/F/6DF3FF94-F7F9-4F0B-838C-A328D1A7D0EE/vc_redist.x86.exe" CheckSum="1A15E6606BAC9647E7AD3CAA543377CF" FileSize="0,13767776"/>
        </files>
        <execute file="vc_redist.x86.exe" cmdline="/q" cmdlinesilent="/q" returncodetoreboot="1641,3010"/>
        <properties Id="{29AE0051-88F8-4ED7-A6F9-7EA37A6B11A3}" Description="This prerequisite installs the Microsoft Visual C++ 2015 Update 3 Runtime Libraries (x86)."/>
        <behavior Optional="1" Hidden="1" Failure="4" Reboot="8"/>
</SetupPrereq>


TFS Build errors with digital certificate

$
0
0
I am using TFS 2012 to house the source code of my Installshield 2014 projects. When i run my TFS build definition WITHOUT the installer being signed, everything builds and works as normal

When i add my digital signature to the Installshield project and rebuild, i get and error -1007 (C:\Program Files (x86)\MSBuild\InstallShield\2014\InstallShield.targets (77): -1007: Cannot copy source 'C:\Program Files (x86)\InstallShield\2014 SAB\Support\0409\ISMsiPkg.itp' to target 'C:\BuildsPath\Product Configuration 1\Interm\certificate.msi') :(

add custom prerequisite to install shield

$
0
0
Hi

I use install shield 2013 Limited Edition and Visual Studio 2013. I want add a prerequisite software called AccessDriverEngine that its installed when setup is running But I don't know add its.

help me please.

thanks.

Could not compress file with Chinese filename

$
0
0
Hi All,

I met -1501 error when build a basic MSI project with InstallShield 2015 Premier version on Windows Server 2012. It failed when compressing a file with Chinese filename into CAB file.

Any idea for this issue? Thanks!

It works fine on my Windows 7 PC and an Windows Server 2008 PC. We are changing the build server to Windows Server 2012 but met above problem.

FlexNet Operations Cloud - Certificate Update September 21st - October 5th

$
0
0
See announcement for specifics.

Name:  FlexNet Operations Certificate Update 9.7.2016.JPG
Views: 2
Size:  103.6 KB
Attached Images
 

ISDEV : error -7354 after upgrade from 2013 in Error table

$
0
0
I upgraded my projects from 2013 to 2016, and now one of them is throwing the following error during compile:

ISDEV : error -7354: The Turkish: Türkçe value for string 'IDS_ERROR_2740' does not contain a legitimate value for table Error column Message

No error was thrown for 2013 and the string has not been modified. Additionally, all of our other languages (English, Spanish, Russian, Italian, Chinese (Simplified), German) compile without error.

I'm not sure how well it will come through, but here is the value for the string in question:

[2] özel eylemi [3] betik hatas?], [4]: [5] Sat?r [6], Sütun [7], [8].

IA AIX authoring platform

$
0
0
Hi,

We have a product that's been "resurrected", and it built on AIX6.1 as the authoring platform. In looking at the latest IA available (2015), it appears to not support AIX.
The last production release of our product was built on AIX61 and IA 2010 authoring platform, which is obviously out of support.
My question is, do we have any recourse here? Is there any way to get a more recent version of IA to work as the authoring platform on AIX6.1?

Cannot add Prerequisites

$
0
0
Hi,

I am not able to add prerequisite for my installer.
Even though I have prq files in the SetupPrerequisites folder as well as pointing at that folder in the Prerequisite File Location option.
Would someone have any idea?
Attached Images
 

my install.exe is crashing

$
0
0
Hello

I have an installAnywhere project with a lot of files. Building the project takes a long time (19min on a brand new computer). When I want to test the installer it immediately crash.
It seems that the problem came from the number (or the size) of files because if I remove some files from the project the building takes less time (logical) and the installer works.

Any idea to solve this problem?

Rémi

Unable to Add MYSQL 5.7.15 as prerequisite

$
0
0
Hi,

I have a requirement to install MySql 5.7.15 as a preprequisite and configiure it.

I have create a new .prq file and added the MSI , but found that it is actually installing the installer for MySql rather than the actual installation. It seems like, installshield is not waiting till the main installer launches and skipping to the next screen.

I have tried the different approach(using the batch file) to use the "MySQLInstallerConsole" as part of custom action too. The batch file seemed to work if i run it explicitly, but not from Installshield.

Is there any example that someone already solved this could help me to a great extent.

Thanks,
Abhinay.

Ininstall does not uninstall

$
0
0
When ever I do an Uninstall, it always leaves the Uninstall folder with the Logs.
Is there anyway to uninstall everything?

not all upgrade scenarios are working

$
0
0
I have 4 upgrade scenarios. Two of the these fail to completely install. The files are there but shortcuts are missing and dll registration appears to not have occurred. If I run repair, then the software works flawless.

What should I look for in the log?

AlllUsers indicates that is can find it:
InstallShield 13:35:59: Begin SetAllUsers()
InstallShield 13:35:59: Getting records from Upgrade table
InstallShield 13:35:59: UpgradeCode: {3C25E2CB-CEAD-11D3-BECE-0060B0A1E303} MinVersion: MaxVersion: 99.99.99.9999 Language: Attributes: 512
InstallShield 13:35:59: No related products for UpgradeCode {3C25E2CB-CEAD-11D3-BECE-0060B0A1E303} found
InstallShield 13:35:59: UpgradeCode: {3C25E2CB-CEAD-11D3-BECE-0060B0A1E303} MinVersion: 11.00.00 MaxVersion: 11.00.99 Language: Attributes: 768
InstallShield 13:35:59: No related products for UpgradeCode {3C25E2CB-CEAD-11D3-BECE-0060B0A1E303} found
InstallShield 13:35:59: UpgradeCode: {3C25E2CB-CEAD-11D3-BECE-0060B0A1E303} MinVersion: 12.69.19 MaxVersion: 99.99.99.9999 Language: Attributes: 769
InstallShield 13:35:59: No related products for UpgradeCode {3C25E2CB-CEAD-11D3-BECE-0060B0A1E303} found
InstallShield 13:35:59: UpgradeCode: {6A10DEF6-2C6E-4B6F-9CC8-9ECBE1A64D8E} MinVersion: 0.0.0.0 MaxVersion: 99.99.99.9999 Language: Attributes: 769
InstallShield 13:35:59: Checking related product {2F1BF1BA-417F-4BD2-B2A7-5D627EFC614A}
InstallShield 13:35:59: Really Good Software {2F1BF1BA-417F-4BD2-B2A7-5D627EFC614A} 1033 10.56.09.301.0 ***Related***
MSI (c) (18!4C) [13:35:59:289]: PROPERTY CHANGE: Adding IS_MAJOR_UPGRADE property. Its value is 'Yes'.
InstallShield 13:35:59: ALLUSERS of related product {2F1BF1BA-417F-4BD2-B2A7-5D627EFC614A} is = 1
InstallShield 13:35:59: End SetAllUsers()

Any help would be appreciated, thanks

Advanced Suite / Mutually exclusive FeatureTree possible?

$
0
0
Hi,

We have a Suite project with several different features. Some of them depend on each other, others are mutually exclusive. We use the default InstallationFeatures Dialog with the FeatureSelectionTree Control.

I'm able to select a feature dependency by adding a new Set Property event with appropriate condition under Events / Item changed of the FeatureTree control. So far so good. What I struggle with are the mutually exclusive features and when the Suite is run in maintenance mode.

Regarding the first problem. Lets say Feature1 is already checked and the user tries to check Feature2. Both features are mutually exclusive. What I can do is this so that Feature1 gets unchecked:

<FeatureSelectionTree.ItemChanged>
<SetProperty Name="FEATURE[Feature1].actionState">
<Any>
<Property Name="FEATURE[Feature2].actionState" Convert="String" Compare="Equal" CompareTo="install"/>
</Any>
</SetProperty>
<SetProperty Name="FEATURE[Feature2].actionState">
<Any>
<Property Name="FEATURE[Feature1].actionState" Convert="String" Compare="Equal" CompareTo="install"/>
</Any>
</SetProperty>
</FeatureSelectionTree.ItemChanged>

But it only works in this exact order. If Feature2 is checked first and the user tries to check Feature1 afterwards, it automatically gets unchecked again the moment the checkbox is checked. I understand why, but I don't know how to get around it. Does anyone have an idea if this is possible?

Regarding the maintenance mode / modify scenario. How would I know if an actionState would have to be set to Remove instead of just being cleared if two mutually exclusive features are selected?

Thanks,
Sandra

Kobeta.ru ??????????? ?????? ? ??????

$
0
0
Kobeta.ru ??????????? ?????? ? ??????

File evidence

$
0
0
Is it possible to edit the file evidence from an existing FNMS ARL within AdminStudio, or does it have to be done from FNMS?

installing fail on Windows 10

$
0
0
Hi there!

I am trying to install IBM SDK Node.js on Windows 10 (ibm-6.7.0.0-node-v6.7.0-win-x64.exe). The package contains InstallAnywhere 2014. I have installed JRE 1.7.079 and the file was set to compatible mode windows 7 and run admin. Lanch this error:

Flexeraax2$aaa: Windows DLL failed to load
at Flexeraax2.af(Unknown Source)
at Flexeraax2.aa(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.init(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)

Installing COM+ Error 27508. Error installing COM+

$
0
0
We have a COM+ application in a DIM project.
On install we get Error 27508. Error installing COM+

It was working building installers using InstallShield 2015. but fails after upgrading to InstallShield 2016.

any help appreciated

from the install log

MSI (s) (2C:44) [14:49:00:689]: Executing op: ActionStart(Name=ISComponentServiceInstall,,)
Action 14:49:00: ISComponentServiceInstall.
MSI (s) (2C:44) [14:49:00:689]: Executing op: CustomActionSchedule(Action=ISComponentServiceInstall,ActionType=3073,Source=BinaryData,Target=ISComponentServiceInstall,CustomActionData=c:\temp\~BB2E.tmp;c:\temp\~BB2F.tmp)
MSI (s) (2C:10) [14:49:00:705]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIBAE6.tmp, Entrypoint: ISComponentServiceInstall
Action 14:49:04: Progress Custom Action. Installing COM+ application: AvantGard Quantum Applications
1: Error installing COM+. HRESULT=0x80131501:Failed to load assembly 'c:\program files (x86)\sungard\avantgard quantum\bin\sungard.avantgard.quantum.backoffice.server.components.dll'.,


and...
Error 27508. Error installing COM+ application AvantGard Quantum Applications.
Failed to load assembly 'c:\program files (x86)\sungard\avantgard quantum\bin\sungard.avantgard.quantum.systems.server.eventcomponents.dll'.

Publisher name in Installscript MSI project

$
0
0
Hi,

We have created InstallScript MSI projects, all the projects have English, French and German as Setup Languages; and English as default language.Under General Information tab we filled our Company name(say XYZ) in Publisher field.
While running the setup if we select English as a language , we can see XYZ as a Publisher name in Control panel. But if we select French or German we have seen some odd names in Publisher column in control panel > programs and features, so we changed the names to XZY in String Editor for COMPANY_NAME Identifier , so now if we select any language we can see XZY as a publisher name in control panel > programs and features for fresh installation which is working as expected now.
But main problem is while upgrade, before changing the COMPANY_NAME Identifier we have already deployed our setup in few production systems with German language , here it is showing (say "Ihr Firmenname") as Publisher name in control panel > programs and features, when we upgrade to our latest setup , publisher name is not getting changed to XZY in control panel > programs and features, it is still showing "Ihr Firmenname".

Please help us in changing the publisher name while upgrade.

Thanks in advance

QuickPatch & RegistryData : Troubles on uninstall QuickPatch

$
0
0
Hello,

There is a registry data bug during the QuickPatch Uninstall ?

I Explain my case :
I have a Full MSI that create registry key and set data to this key.
I make a QuickPatch to Update a data value of this registry key. The update of the data value is ok.
When i uninstall my QuickPatch, the old value don't come back and the entire value of my registry key is removed.

For files, when i uninstall my QuickPatch, the old version of file is restore with no problem. Why it does not work with registry data value ?

Thanks for your reply and sorry for my bad English.

Best regards,
AcidLines.

Secunia PSI

$
0
0
Hello

Sorry, but I don´t found the forum for Secunia PSI. Can you please tell me or move my message in the correct topic.

Secunia PSI shows that Apple QuickTime is not up to date. After Updateing in secunia QuickTime is again shown not up to date. But If I check in Quicktime, the newest version is installed. Can you help me?

The Client uses Windows 7 64 Bit Operating System with actual windows updates.
Attached Images
   
Viewing all 4553 articles
Browse latest View live