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

Can't find dependency for reportviewer2012

$
0
0
What I use is VS2015pro plus Installshield2015 LE. I think that's the latest version. I try to make install package for a VB.net project with reportviewer2012. While building, it appears the following errors.

-6003: An error occurred streaming 'C:\Program Files\InstallShield\2015LE\SetupPrerequisites\Microsoft SQL Server 2012 Express SP1 System CLR Types (x86).prq' into setup.exe ISEXP : error : -6003: An error occurred streaming 'C:\Program Files\InstallShield\2015LE\SetupPrerequisites\Microsoft SQL Server 2012 Express SP1 System CLR Types (x86).prq' into setup.exe

-7066: Your project contains a reference to the InstallShield prerequisite C:\Program Files\InstallShield\2015LE\SetupPrerequisites\Microsoft SQL Server 2012 Express SP1 System CLR Types (x86).prq; however, this file cannot be located. Either remove the InstallShield prerequisite from your project, or locate this file. ISEXP : error : -7066: Your project contains a reference to the InstallShield prerequisite C:\Program Files\InstallShield\2015LE\SetupPrerequisites\Microsoft SQL Server 2012 Express SP1 System CLR Types (x86).prq; however, this file cannot be located. Either remove the InstallShield prerequisite from your project, or locate this file.


I check the content of Microsoft ReportViewer 2012.prq, and find it has a dependency of Microsoft SQL Server 2012 Express SP1 System CLR Types (x86).prq . But in the installed folder of Installshield, there's only Microsoft SQL Server 2012 Express SP2 System CLR Types (x86).prq. I try to modify the prg file of reportviewer, and change the dependency form SP1 to SP2. It can be built. But after installation, the program can not work propertly.

Where can I find Microsoft SQL Server 2012 Express SP1 System CLR Types (x86).prq ? Or can give me a solution to make install for reportviewer2012 ?

Custom Dialog Edit Box

$
0
0
In a custom dialog box, how do I detect that the cursor is no longer in the Edit Box? For example, the user enters a password and tabs out of the box into the next edit box. I want to validate the password as soon as they type the password and leave that edit box. I already have a program to validate the password; the issue is detecting when the user has typed something and left the edit box. Thank you.

How to add Visual C++ 2010 Redistributable to my project

$
0
0
My project requires that Microsoft Visual C++ 2010 Redistributables be installed...how can I add these libraries or installation steps to my current project?

Patch Installer that is already installed on a machine?

$
0
0
All,

I have a major issue and am unsure as to how to proceed. I have a basic MSI install project, using 2014 Pro and on the uninstall I am executing a sql script to drop database files that are installed by the install. What is happening is that I am getting an error saying:

"Error 27506. Error executing SQL script SqlScript1.sql. Line 6, Cannot drop database 'Sample' because it is currently in use. (3702)"

So this install package is now installed on 5 different machines and I need to know if there is a way to patch the installer on the machines so that I can fix this with a different installer build? I'm really not sure what to do on this one or how to fix the broken installer.

I would greatly appreciate any and all help on this one!!!

Thanks,
Eric

Reg: InstallAnyWhere 2015

$
0
0
Hi,

I had tried to install the installer in the console mode which was created by using installAnyWhere 2015. While installing, it had not asked user input for any panel throughout the installation.

So, I have added a new duplicate panel using the console tab (Sequence-->Add Action-->Console) and it is now working fine.

Please let me know if there exist any other option without adding duplicate panel using console tab.

Kindly assist me on the above mentioned query.

Thanks,

Sangeetha.S

Using a Third Party .exe as a Prerequisite Question(s)...

$
0
0
Hi all,

I have a third party application installer (.exe) that is a requirement for our application. I have created the new prerequisite with conditions and that part of it appears to work well. If a registry version value is not met, the install is fired. If installed, the prerequisite is not listed at the outset of our Setup.exe as expected/desired.

The issue I'm seeing is that once the third party installation completes, our .exe ends as well and is resumed after reboot. The problem is that if I install the third party package outside of our bootstrap .exe, there is no reboot required. I only tried the reboot because I remembered seeing options in the prerequisite behavior settings.

Does anyone know what would be causing my setup.exe to just quit without notification of any kind. I'm guessing that's because the behavior is currently set to 'Exit and resume on reboot'. The actual option on the Behavior tab is 'If the prerequisite appears to need a reboot:'. I guess that is the root of my question. What is causing it to appear there is a need for a reboot? Is there any way around it?

I guess I could try 'Ignore it, and fail to resume if machine is rebooted', but I'm not quite sure what that means for my overall process and continuation with the installation of any additional prerequisites or my actual application.

Reg: InstallAnyWhere 2015 Custom code action class

$
0
0
Hi,

I have been trying to execute custom code action (Panel: Custom code) using installAnyWhere 2015. I have added jar path and specified class name for custom code action. Please let me know how the log and debug for custom code action class can be traced.

Is there any method to debug or print log for custom code action ?

In earlier version we have used logEvent method. Is there any other method similar to this method?

Is there any alternative method for resolveString(String) which was used in previous version of installshield multi platform 5.1?

In InstallAnyWhere 2015, resolveString(String) is a method of interface (com.zerog.interfaces.util.StringResolver). We need the exact alternative method which was used in previous version of
installshield multiplatform 5.1 (com.installshield.wizard.WizardAction).

Please share your comments and thoughts on the above mentioned queries.


Thanks,

Sangeetha.S

Suite-Project - Registry Comparison condition - Empty string

$
0
0
[IS 2014, project type Suite/Advanced UI]

Hi,

I'm trying to create a registry comparison that checks that a certain string value under HKLM\Software\... is not empty.
(The comparison serves as a detection-condition for feature X.)
PROBLEM: It is obviously not allowed to leave the "Compare To" field empty. The error is simply something like "please enter a value to be compared to".

Operator: Any
Condition Check: Registry Comparison
Registry Key: HKLM\Software\...
Value name: <name>
Conversion: String
Comparison: not equal
Compare To: should remain empty ...

Is there a trick I'm missing?
Any help will be greatly appreciated :)

[URGENT] InstallShield 2008 Setup Needed

$
0
0
Hi everyone. The company I work for uses InstallShield 2008 Premier Edition, we have the binaries on a network share so there is no need for every person using it to install it locally on their machine and we use the command line tool to build. But the IDE is missing which I urgently need to use. Does anyone know where I can find the installer for InstallShield 2008 Premier Edition?

VS 2012, Merge Modules

$
0
0
Hello,
Where to get debug MM for Microsoft VS 2012 RT , please?
Microsoft_VC100_debug* .msm

Thanks for download link.

Is there a way to detect if a setup is being run on Windows 10

$
0
0
Hi,

We do not plan to officially support Windows 10 until our new product releases in the new year so we would like to stop installations running on Windows 10 until then. We have used the SYSINFO member variables to detect windows versions before but with Windows 10 Micrsoft have left both the Major Version number at 6 and the Minor version number at 2. Also perhaps unsurprisingly ISOSL_WIN10 is not supported.

Has anyone found a way to do this?

Would upgrading to Installshield 2015 enable us to do what we want to do?

Upgrade costs.

$
0
0
Hi Does anyone know the Upgrade cost to go from Installshield 2013 proffesional to Installshield 2015 Proffesional. We are located in Great Britain.

Thanks


Chris

Quick Suite Project Question - Using .exe's...

$
0
0
Hi there,

I see that that the packages to use for Suite Projects are supposed to be .msi's, but can .exe's be used?

FlexNet Manager for SAP - Transfer to a new System

$
0
0
Dear All,

We run the FlexNet Manager for SAP in our Solution Mangager. Now we are going to set up a new Solution Manager. We want to transfer all the data in the FlexNet Manager for SAP which are stored in our old Solution Manager to the new system. Does a piece list exist with all relevant tables, that could be used as a template for a transport request? Or does any one have another idea how to transfer the data from the old to the new Soution Manager

Kind regards
Rainer Mikus

Locales drop down list is not shown on English machine

$
0
0
Hi,

I am using InstallAnywhere 2014 SP1 version to create installers for my application, in IA software I have selected 2 locales English and Japanese. Default is English (Please refer attachment)

The issue is when I run installer in Japanese machine, Splash screen shows locale drop down list, then it will continue the installation after locale selection. seems it works good.

But when start installation in English machine, Splash screen doesn't prompt any locale selection and it continues installation in English language(default). How can i fix this issue? Early response would be very appreciate.

(note: Using Windows Server 2012 Datacenter edition)

Thanks,
Deepak
Attached Images
 

How to generate the MsiPatchOldAssembly Tables

$
0
0
I am not able to build the MsiPatchOldAssemblyName and MsiPatchOldAssemblyFile Tables.
For further information and a detailed problem description see this Stackoverflow Article
Does anyone have an idea why these tables not generated?

'Windows error 2 occurred while loading the Java VM' on Java 1.8.0_60

$
0
0
Hi

I have problem with installation file on Windows with Java 1.8.0_60. After double click on installation file I receive "Windows error 2 occurred while loading the Java VM" information,
Installer works perfect for each older version Java, than Java 1.8.0_60.

I found two workaround for this case. First is remove 'C:\ProgramData\Oracle\Java\javapath' path from PATH System Variable. Second is run installation file from command console with parameter LAX_VM (example: installer.exe LAX_VM "C:\Program Files\java\jdk1.8.0_60\bin\java.exe").

None of above workaround satisfied me - I need to have normal work installer through double click (without modifying PATH Variable) with Java 1.8.0_60.

Have you any idea how to solve this problem?

On Linux this problem not occurs with Java 1.8.0_60.

Br
Marcin

MDAC 2.7 sp1 - Application Installation Problem win 7

$
0
0
I try to install my application onto a Win 7 machine Windows 7 Professional x64 Edition 6.1 (build: 7601) Service Pack 1 but my program does not show up in the installation folder ... or on the desktop.. or anywhere that I can find on the machine. I do a reinstall it throws the dialog to modify, repair or uninstall. I click "Modify" ( to see what paths it may be installing to) and it throws a dialog shown here. It has installed on other Win 7 machines but not this one ... Is there another MDAC that I am supposed to use in my setup ...???

Thoughts ...

Again, it has installed on other win 7 machines ....


Name:  MDAC 2.7 SP1.jpg
Views: 5
Size:  42.8 KB

Here is my current MDAC

Name:  MDAC 2015-09-29_18-10-08.jpg
Views: 5
Size:  46.8 KB

It installs fine in Win 7 Home Professional SP 1 go figur!
Attached Images
  

Is it possible to designate pre-requisite folder by InstallShield project?

$
0
0
We have a single InstallShield 2015 Professional Edition license and use InstallShield Editor to manage two separate projects (.ism).

Both projects, include Microsoft .NET Framework 4.5.2 Full redistributable. However, the pre-requisite behavior is different in both projects.

To handle this, a separate pre-requisite folder was created. This allows us to have two .NET Framework 4.5.2 pre-requisites with different behavior.

However, InstallShield is configured to show redistributables from both folders (Tools->Options->Prerequisites->All Users).

Is there a way to designate by InstallShield project which pre-requisite folder to use?

Possible to create Basic MSI project?

$
0
0
Hi,

Can anyone tell me if it is possible to create a Basic MSI project in this version (2015 Express) of the software?

Documentation says you can create MSI projects, but there are no specifics about project types (that I can find).

Thanks.

:confused:
Viewing all 4553 articles
Browse latest View live