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

FlexNet embedded + VxWorks and x86 processor

$
0
0
Hello,

I am a firmware developer and new to this Community.

I am involved in a project for introducing a licensing management system on board of a numerical controller and I am trying to find out if FlexNet Embedded is the product which could do. My question is very preliminary:

the controller runs a firmware written in C++, based on vxWorks 5 (soon vxWorks 6) and a x86-32 processor. Is Flexera compatible with this configuration?

Thank you and regards.

P.S: I wrote to Flexera "Contact us" twice, but so far I got no answer.

cannot add framework 4.6 in installshield

$
0
0
I am using through vb 2015 for creating setup project.

I cannot find framework 4.6 in installation requirements window, Also please tell me how to add framework 4.6 for setup project

as I could not find it on solution explorer / Redistributables window.

thanks.

How to control transparency and z-order for suite wizard pages

$
0
0
I have a custom wizard page. On the page I have several labels that I want to overlay a faded out graphic. The graphic is not the background image, it is a standard png file.

When I run the application the labels end up drawing under the graphic no matter where I place the graphic in the order order of controls under the wizard page. I was hoping that the order of controls is the order in which it draws images and other controls.

Also I wanted to create a label with a transparent background, but when controls overlap each other the UI behaves strangely. If the controls overlap even a bit then the background for the label controls, which are normally transparent, now become a solid color that closely matches something from my gradient background. Also the PNG image file no longer has a transparent background.

Hopefully I am just missing something very simple here.

Uninstall fails and rollback after uninstall of main package(Win10 apps&features)

$
0
0
I have an installer contains some chained msi.
It can be uninstalled correctly via ARP on Window 10 system. But if uninstall via the entry Settings-> System-> Apps & Features-> uninstall, uninstallation would fail. The installation fails and there is a rollback immediately after the installation of the main package. Only with an error code 1603 at the end if the log. Part of rollback logs below.

Anyone can help on this case? Thanks in advance!

MSI (s) (50:EC) [15:58:28:892]: Attempting to delete file C:\Windows\Installer\18e214.mst
MSI (s) (50:EC) [15:58:28:939]: Deferring clean up of packages/files, if any exist
MSI (s) (50:EC) [15:58:28:939]: Attempting to delete file C:\Windows\Installer\18e214.mst
MSI (s) (50:EC) [15:58:28:939]: Unable to delete the file outside of the engine. LastError = 2
MSI (s) (50:EC) [15:58:28:939]: MainEngineThread is returning 0
MSI (s) (50:70) [15:58:28:939]: RESTART MANAGER: Session closed.
MSI (s) (50:70) [15:58:29:848]: MSCOREE not loaded loading copy from system32
MSI (s) (50:70) [15:58:29:864]: User policy value 'DisableRollback' is 0
MSI (s) (50:70) [15:58:29:864]: Machine policy value 'DisableRollback' is 0
MSI (s) (50:70) [15:58:29:864]: Incrementing counter to disable shutdown. Counter after increment: 0

Suite: How to check for silent install as a property condition

$
0
0
I have an event that I would like to have execute ONLY if the setup is running in silent mode. I am looking in the log file for something that I can check to evaluate this but have not seen anything. It does not appear that the command line is a property that I can evaluate, because if it were then I could check to see if it contains the word silent.

Is there anything else I can do?

How to find a string in Specific Position

$
0
0
How to find a string in Specific Position

For eg.) MyStr = "Testing"

If I pass parameter 4 to some function, it should return 't'. Anyway it can be done in install script?

How to restore previous versions of files when uninstalling ism-created update

$
0
0
We are using InstallShield 2013 Professional Edition and .ism files (NOT msi) to create software releases, and are also creating updates and patches to those releases.

We need to know how updates can be created in InstallShield to be uninstallable so that when the uninstall is done, the previous versions of updated files are restored automatically, so it is like the update was never there.

So for example, the base install delivers file A rev 1, file B rev 4, file C rev 8, and so on. Fixes and enhancements are made to SOME of the files. Then a "beta" update is released as an InstallShield exe built from an InstallScript Project and .ism file. That update replaces File A with rev 2 of that filename and file B with rev 6 of that filename. The other files are not being updated.

Then after some amount of time and after the "beta" update has been used, we want the "beta" update to be removed/uninstalled, and we want the system to be returned/restored to the state it was at BEFORE the update, so the files that were in the update are returned to the revision that they were at before the update was installed.

So in our example, when the update is uninstalled, we want file A to be returned to rev 1 (from 2), and file B to be returned to rev 4 (from 6). The other files were not changed, so there should be no impact to them. They will still be the same.

We assume that we will SAVE the files somewhere on the system that are getting replaced when installing the update, and then will RESTORE those files when the uninstall of the update is performed.

But it is not clear on how to get the LIST of files that need to be saved, nor how to replace them when the uninstall is done.

How do we go about accomplishing this?

No support for VS2015 Community Edition?

$
0
0
Installshield has been my installer of choice, but apparently there is now no support for Visual Studio 2015 Community Edition. I'll likely be moving away from Community Edition anyway, but in the meantime, this gives me plenty of motivation to find another installation option that doesn't involve Flexera.

Is lack of Community Edition support a permanent policy, or a temporary oversight?

How to let IA installer know where my jars are - e.g. modify classpath variable(s)

$
0
0
Hi All,

Let me start by saying that I know there is a specific forum for earlier versions of IA. I posted my questions there but those forums seem to get little use. I figured that my general questions could possibly be answered by someone using the newer versions as well.

I have been updating my VM bundles consistently to current JRE versions (e.g. 6, 7, 8) although I am still using IA 8. It works pretty well. However I am looking to upgrade now to Java 9 for the installer. Our application was always built and released with jar files in jre/lib/ext. I know this is not the best way to do it, but when I inherited the CM of the project it was already working that way.

Now w/java 9 extraneous jar files or extension dirs. are not allowed in the directory of the JRE. I have moved them to another location.

My issue is, how do I tell the installer where to find them now? I can't seem to edit the IA_CLASSPATH at all. Is this even the correct variable, or is there another that should be used? Also, do the jar files need to be present in the extracted launcher directory (e.g. /tmp/installdir.12345/..... on Linux) or can they be referenced from my installation location on my mounted ISO/DVD image via some environment variable that points to these areas?

Thanks in advance for any help.

Installshield 2014 - InstallScript Project installation skiping SQL Script.

$
0
0
I have a install script project built on Installshiled 2014,
Previously its is working ok,
Recently u have added one or two custom action for some batch action.
But now all my SQL script are stoped and not executing while install.
I am also not getting any error for installtion.
Can someone please help to identify the cause and resolution.
Thanks in advance.

WFM 2015 upgrade

$
0
0
Has anyone upgraded to WFM 2015 yet? I need to run the database upgrade scripts manually, but cannot find the last required script - 1401Upgrade.sql

IA-2015 cannot set java heap size for a “LaunchAnywhere for Java Application”

$
0
0
As you know the Java heap size of the application is always specified in bytes, not in kilobytes or megabytes. When you “Create LaunchAnywhere for Java Application” you can press “Edit properties” button and set the values for:

lax.nl.java.option.java.heap.size.initial
lax.nl.java.option.java.heap.size.max

When you create a LaunchAnywhere for Mac OS X Java Application, the installer not uses the values specified in these Lax Properties, instead are using the minimum and maximum heap size of the installer defined in: Project – JVM Settings – Installer Settings – Minimum Heap size and Maximum Heap size.

Marroyo

Adminstudio 2013 rc2 sp 1 tuner

$
0
0
Hi

just updated rc 2 sp 1, but efter install the tuner is missing, do someone have the same issue??

Launch second installation when the first finish fails on WIN8.1

$
0
0
Hi everybody,

I have to make 2 different installation one following the other.

The installation order is important, the second have to come after the first.

First installation is a BasicMSI built as non compressed release.
Second installation is an InstallscriptMSI built as a single exe.


The schema is: when the first is finished, clicking "OK" on the "SetupCompleteSuccess" mask I launch an installscript function that launches the second installer.

I use LaunchAppAndWait(szMyFullPathExe, "", NOWAIT); in the installscript function.


This works fine on XP, SEVEN, VISTA but not on Win8.1


I have tried also with LaunchApplication but the result is the same.

It always return a code -1. And do nothing.

Also launching a little .NET executable that launches the installer ... nothing.

Same (bad :mad:) result making a custom action in the Execute sequence ( placed after installfinalize) that launches the script function.


Has Win8 some security stuff that deny to an installer to launch a second installation ?


Note:
1) I have two different test pc; no AV sw installed. Just Windows Defender disabled. UAC set the lowest level.

2) I need to execute some code before launch the second installation, so I need to execute it from an installscript function.



Thanks in advance.

Unable to install "InstallShield2015LimitedEdition.exe

$
0
0
I download load InstallShield2015LimitedEdition but I get this message when trying to install

Name:  shield error.png
Views: 7
Size:  25.3 KB:(


Any help would be appreciated.
Attached Images
 

Problem enabling Installshield Limited - Visual Studio 2015

$
0
0
I have a problem with the version of InstallShield Limited in vs2015, after follow the instructions to download and install installshield limited still appears on the screen vs2015 I should download and enabled installshield, i have also VS2010 and works fine. but in vs2015 not active option in new project, again say "enable installshield"
Thank you.


Name:  Screen Shot 2015-09-15 at 6.45.21 PM.png
Views: 3
Size:  43.8 KB
Attached Images
 

????? B a m w a r 7?c o m ????????????????? ??

$
0
0
????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ?? ????? B a m w a r 7?c o m ????????????????? ??

XML files replacement not working in silent installer

$
0
0
Hello Team,

We have a requirement for setup to run both in UI & Silent Installation. In the setup, we need to change the config files parameters (like IP Address & Port) dynamically during the installation. For this implementation, the installer has been designed with custom dialog boxes to get the values from user during the installation with XML & Text file changes. The same has been passed as a parameter in command prompt during the silent installation.

The observation is, In UI installation installer working fine as expected. During Silent Installation, the Text replacement has been working properly but XML file changes are not working properly.

I would appreciate, If anyone could provide the solution for this problem.

Thanks in advance.

-Yuvaraj

Can't configure IIS 8.5

$
0
0
I have created an install package using Installshield 2013 professional for our remote service application. This application uses a combination of some services, a SQL database, and an ASP.NET website so that our clients can monitor the status of their printers via a website. The installation package works fine on Windows 7 which uses IIS 6.1, but, when we attempt to install on Windows Server 2012 R2 which uses IIS 8.5, the installation fails when attempting to configure IIS.

I've tried running the setup package with the /s /fs parameters so that a log file would be created, but I'm not seeing a log file either. If I do a custom install and choose not to install the website (no config changes to IIS), then the installation package runs through and completes.

I've done a pretty good amount of digging, and I haven't found a solution yet. So, any help anyone can provide will be greatly appreciated. In the meantime, I'm going to investigate writing a PowerShell script that will handle the IIS configuration during the installation, but I'd rather not go down that road if I don't have to.

Thanks in advance.

Check for plugged in device

$
0
0
Hello. I am working with InstallShield 2015 Pro and I have a Basic MSI project. I am trying to detect whether a specific USB device is plugged in or not. I created a custom interior dialog with prompt to plug in the device and I wanted to enable 'Next' button only when it is done. I need it for another custom action for calling attached .exe (kinda installation for my device).

Is it even possible?

Thanks in advance.
Viewing all 4553 articles
Browse latest View live