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

InstallShield 2014 bootstrapper gif image

$
0
0
Hi I just upgraded to InstallShield 2014 and I am trying to have the splash screen image that first appears when running my installer be our specific image.
For some reason there is no image. The first time I did it, it was the blue theme's image, but now it is blank.

I.e. I replaced the setup.gif file in the location
C:\Program Files (x86)\InstallShield\2014\Support\Themes\InstallShield Blue Theme
to be our new image.

Is there a reason why this image would not appear?

SQLServerSelectLogin2

$
0
0
Hi,
I am trying to implement two SQLServerSelectLogin2 dialogs in an InstallScript MSI project to specify login info for two databases (may or may not use same creds). Seems like I should just need to copy the SQLServerSelectLogin2 dialog and modify it to change the properties that apply to the fields. That appears possible in a Basic MSI project but I don't see the Property field in the Dialog editor in the InstallScript MSI project. What am I missing?
Thanks

Update:
Looks like maybe I can accomplish that by adding a second set of Properties and using the appropriate properties for the SQL connections in the Scripts view.

Now I would like to add a checkbox to indicate "Use default values" that, if checked on the first screen, would allow me to skip the second dialog. Looks like I can't do that in an InstallScript MSI project????

Build WebDeployment vs Java issue

$
0
0
I'm a new ISE2014 user with this problem:

Upon completing a "Build WebDeployment" I persistently get this " #installing.htm" file that shows:

Please enable both Javascript and Java in your browser through the Options or Preferences menu in your browser and reload this page.
If your browser does not support Java or Javascript, please install one of these browsers and return to this page.
•Microsoft Internet Explorer <is "one of these browsers" listed and the only one I've ever had, and is current>

History---
Dec '14: W7 OS, ISE2014 Demo version, No Java at all, Latest IE11, Web downloads worked, no ##installing.htm problem
Apr '15: W7 OS (same comp.), ISE2014 paid version (V21.0), No Java at all, Latest IE11, Web downloads don't work, yes #installing.htm problem
Apr '15: W7 OS (same comp.), ISE2014 paid version (V21.0), Latest Java (enabled), Latest IE11, Web downloads don't work, yes #installing.htm problem

Could somebody please point me in the right direction?
Rusty Gate

Create Softlink during Setup

$
0
0
Hi,
wee wood like to create a windows softlink (like with mklink) during our setup. Is it possible to do this with native IS? Or do I have to use a script (looks ugly)

Run a batch file present in file table from custom action.

$
0
0
I am trying to run a command that enables protocols of the web service i have hosted. for this i had created a batch file and made an entry into file table.
Either i am making an entry in the wrong way or else i am using it in the wrong way
please help

The target for custom action is as follows

cmd.exe /c "<enableProtocols>"


enableProtocols is the name of the file column in file table

Error searching for dynamic files from a network drive

$
0
0
I have mapped a network file in Windows and need dynamic file linking from the drive. I have added the dynamic linking to my Basic MSI Project, but get the following error:
Quote:

ISDEV : error -6102: Error searching for dynamic files matching "Z:\manufacturing\client documents\electronic documentation\*.*"
If I change the path to a folder on the local machine, there are no errors.

The specified folder does exist and I am able to open the folder by copying the path to Windows explorer. I am using InstallShield 2014 Professional on Windows 7 Professional. Dynamically linking the exact same folder from the network drive did work with InstallShield 2011 Professional on Windows XP.

Any ideas what the problem could be and how to fix it?

Unable to write records in Trusted Storage using flxActTransactionProcessResponse()

$
0
0
Hi there,

I am trying to work with FNP 11.12 in my new application. I see that flxActTransactionProcessResponse(hTransaction, pcharequestbuffer) returns true, but does not write anything in the trusted storage.

Comparing to my other FlexEnabled app (working) I see that the new response xml does not contain ResponseConfig data. The xml is of the format

<?xml version="1.0" encoding="utf-8" ?><Response....<ResponseData>
<ResponseActions>
<ResponseCreate>
</ResponseCreate>
</ResponseActions>
</ResponseData>

Can anybody please confirm if ResponseConfig section containing Server and Client Config data is required to write content to TS.

I see that in my working app, it gets this ResponseConfig data, but in my new app I don't get this info. It would be really great if you could point me to what needs to be changed (in FNO ?) to get this working.

Thanks.

Creating Custom ProgramFiles folder

$
0
0
I am using Installshield 2014 and im working in an Installscript MSI Project. I am also new to Installshield and working with a demo to learn the application. Help is greatly appreciated

  1. I am creating a simple install that contains the "SelectFolder" dialog BEFORE the "SdAskDestination" dialog
  2. The user can either take the defaulted Program Folder, which i have set OR create their own folder name
  3. Once the user sets their custom name and clicks Next, they see the "SdAskDestination" dialog. The path is updated and correctly display the custom folder name the user entered in the previous step
  4. Once the installation takes place, all the shortcuts get installed into the default folder name that was set NOT the custom name the user entered into the "SelectFolder" dialog.
  5. From what i can see in the help docs, the "CreateProgramFolder" function must be created in a custom script and executed in sequence. I am unsure how to do this so far or maybe im missing a step somewhere else.


Where do i go from here?

Thanks

Install newly added setup pre requisite in patch package

$
0
0
Hi

Major release was released an year back. I would like to add new pre requisite (sôme setup.exe from microsoft) in minor version we are going to release in next few months.

When i add this pre requisite it does not get installed from my patch package. This might be due to fact that it was not part of major release.

Is there any way to install this pre requisite from patch package ?

Alternately i can install this pre requisite as custom action. In this case how to get exit code and rollback installation of patch if this new pre requisite fails.

Thanks in advance.

AMARJEET

How to get the batch file status still running or completed the .bat file execution

$
0
0
HI All,

I am executing the .bat file from the "LaunchAppAndWait" API. How to get the batch file status still running or completed the .bat file execution.
How to get the status using install Script. If any one knows Please help me.

Or how to wait installation application up to complete of the .bat file.

Thanks and Regards,
Manoj Kumar Unnam

java.lang .OutOfMemoryError: Java heap space error when installing the installer

$
0
0
Hi All,

I'm trying to install the installer created using installanywhere 2014sp1 and the install process is throwing an OOM error in Windows Server 2012 R2 with jdk1.7.0_75.
Kindly have a look into this and provide solution ASAP.

ERROR:
======
Exception in thread "installer" Exception in thread "AWT-EventQueue-0" java.lang
.OutOfMemoryError: Java heap space
at java.awt.EventQueue.postEvent(EventQueue.java:317)
at java.awt.EventQueue.postEventPrivate(EventQueue.java:278)
at java.awt.EventQueue.postEvent(EventQueue.java:250)
at sun.awt.PostEventQueue.flush(SunToolkit.java:2059)
at sun.awt.SunToolkit.flushPendingEvents(SunToolkit.java:534)
at java.awt.EventQueue.getNextEvent(EventQueue.java:540)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:211)

Regards,
Sree

Setup launcher Unicode has stopped working

$
0
0
Hi,
I created a Suite installer which has multiple installscript msi projects as exe packages in it, while installation/upgradation/uninstallation we are getting message: Setup launcher Unicode has stopped workingName:  unicode.PNG
Views: 21
Size:  125.4 KB

How to avoid this .Thanks in advance
Attached Images
 

Folder/files not getting deleted

$
0
0
Hi ,
I have created Installscript msi project, I am able to install and uninstall the setup successfully, but after successful uninstallation also, few folder or files are not getting deleted .Please help me out in this issue. Thank in advanve

FNM-EA Agent service stop automatically

$
0
0
Dear
I'm having problems with the service FlexNet Agent 5.3.1 as it turns itself off when windows starts.
I tried to put it in automatic or manually lift but both throws the error attached below.
The FlexNet is running on a UNIX server and this server was cloned for testing necessary to see that the problem originates.
It was also proved in a newly installed Win7 without any other application that brings more WIN7 and service as soon as Windows starts falling down. If I get up manually it stops again in a matter of 2 seconds.

I hope I can find a solution, if you need some other information in the hardware or software that is running on machines testing me know.

Regards. Facundo.
Attached Images
 

Installer not upgrading previous version even with new Product Code and Upgrade Path

$
0
0
I am updating an existing InstallShield Express 2014 project and want the installer to automatically uninstall the last version created with the same project, i.e. to do a major upgrade.

I have updated the version number, changed the product code and added an upgrade path with Min Version = Yes, Max Version = Yes and the unchanged UpgradeCode.

However, when I build and then run the installer, it fails to remove the old version of the product and offers Modify, Repair, Remove options instead.

Any hints as to what other steps I need to take to complete a major upgrade?

What are the network requirement to access FLEXLM license on WAN?

$
0
0
hello
I am managing a lot of FLEXLM licenses manager, i have asked the possibilty of hosting the license server on WAN.
What are the network requirements for FLEXLM license manager?
thanks
hany

Get path of a directory created in exe called in custom action

$
0
0
Hi

I am launching an exe file in custom action which installs another application in XYZ directory. Now the issue I am facing is that I need to set permissions to one of its files which is installed in this XYZ directory. To accomplish this I need to know the value of XYZ. Is there a way to accomplish it ?

I have no idea how to approach this problem so any help or advice is appreciated. Thanks!

Installshield: Switch off this recent-files-list

$
0
0
Dear Installshield-Experts,

we developed an application which shall be delivered as an installation package. For this we are using Installshield 2014.

Registering a file extension was no problem. Now these files have an icon and a double click on it works as well.

Beside this a list of recent files was created which does not make sense for my application. This list can be opened at Windows 7 by clicking on "Start" and then onto the arrow on the right of the program name. Within this list the last used files are shown.

Is there any way to switch off this recent-files-list in the Installshield installation?

Thanks in advance,

Stephan

Name:  RecentFiles.png
Views: 18
Size:  74.0 KB
Attached Images
 

OutOfMemoryError on MacOSX when uninstall my product

$
0
0
Hi,
When i uninstall the product on MaxOS/x I have a java.lang.OutOfMemoryError: GC overhead limit exceed
If i increase memory parameters in the IA_Info.plist file for the uninstaller, it's working
How to specify this parameter in my iap project ?
Thank's

InstallShield 2013 Premier and Continuous Integration...

$
0
0
Hi all,

We are going to be moving from our current, scheduled, scripted binary compiles and installation builds to a Continuous Integration model based on TFS Build Server/Controller/Agent/Build Definitions. I'm wondering if there is any information out there regarding how to pull my installation compiles using InstallShield into the mix.

I'm guessing this is going to come via a post build script called from the TFS Build Definition. If anyone out there has some experience, examples, etc illustrating what they've done I would more than appreciate the information.

Thanks!
Viewing all 4553 articles
Browse latest View live