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

Setting Managed Pipeline to Integrated for an AppPool

$
0
0
Hello Everyone,

I have been trying to set the Managed Pipeline property of an application pool to Integrated using Installshield 2012. I have been selecting this option as a property under the General properties in the IIS tab but however, whenever my app pool gets installed, its set to Classic and not Integrated. What can I check to resolve this. Any pointers would be appreciated. Can I set this property using Installscript. if yes, whats the property that i need to set.

256x256-icon-not-working

$
0
0
Hello,
I have an icon for the shortcut to my application.
The icon file has four sizes 16x16, 32x32, 48x48 and 256x256.
After installation the shortcut seems to have lost the 256x256 version.
This only happens when using loose .ico files. When referring to an icon inside an executable, it works.
It is a Basic MSI project. The shortcut is not advertised.

The Version is InstallShield 2014 Premier.

The problem was announced in the IS 2012 Spring forum the first time.
https://community.flexerasoftware.co...on-not-working
Was this problem solved?

Best Regards
André

build error when using FlexNet publisher API

$
0
0
Hi.
I am trying to upgrade FlexNet/Publisher API to 11.11.1.2 x64 version.
so, I made FlexEnabled application using visual studio 2010.
but, build error happened.

could you give any information to fix build error ?
please see the attachment.

thanks and regards

kihoon
Attached Images
 

How to Write checkbox value to file?

$
0
0
Hi friends am struck in between,i would be great if you can help me out with a solution.

Here is my problem

In preinstall phase of installer,I have advanced settings option.

Here i have a check box,with some variable name $value$.

If user checks this checkbox,i need to put the value as Y in POST-install phase,where i have modify text file option,if unchecked i need to put value as N in that file. How do i do that?

Please let me know your suggestions.

Filename where "All Application Data" is stored. Need to reach it through back chann

$
0
0
els...

Hello, everyone. I've seen that others have asked this question, but I have not seen a straight answer. What is the name of the file where the information about application data is stored, and in what directory?

Thank you,

Error when attempting to print license

$
0
0
I have a suite project where the license wizard page does not allow QA to print the license file.
QA is able to double click on the file in the temp directory specified in the error message, open the file in WordPad, and print from there without errors. Also, right click on the file and selecting 'Print' from the context menu works for them.

The affected systems are windows 8 and Windows 7. These are pretty stock operating systems on a VM Workstation 10 configuration.

Is there more required of a user to get the print button to work on these wizard pages? I have a pretty bland RTF file and it views correctly in the license rtf control.

The error message seen:
Quote:

The file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, crete an association in the Default Programs control panel.

Old INSTALLDIR created even if the user modifies it

$
0
0
Hello,

I have a basic msi project with a fixed path as the INSTALLDIR, something like c:\xxx\yyy, I have also allowed the user to modify the install path. The problem is that when the user chooses to change the path the files all are copied into the new path, but the old static path, c:\xxx\yyy, is also created. What should I do to prevent this from happening.

thanks
Ehsan

need to change the web.config file with sql login window details


Linux installer text fields are non editable in X11 window

$
0
0
Hi All,

I am trying to create a Linux installer and the installer will contain some text fields and buttons (using java custom code panel). I am using "Xming-6-9-0-31-setup.exe" and "putty" for X11 GUI. When i execute the "install.bin" from the putty session i can able to see the GUI dialogue but the text fields in the dialogue are non editable. Please help me how can i get the correct output.

Thanks in Advance
Baski

Installscript GETVERSIONEX returns incorrect Windows Operating System

$
0
0
Hi,

Have a Basic MSI Project - it was migrated from IS2008 to IS2014
A Custom Action invokes a piece of Installscript. This loads a DLL which in turn issues GETVERSIONEX (it is trying to validate a license key to a particular version of windows)
Running the installation on Windows 7 - but it returns info. for Windows Vista.
Have checked the manifest for the SETUP.EXE (picks up the SETUPEXE.INVOKER.MANIFEST). This contains the Compatibility codes for latest Windows Operating systems.
When I look @ Resource Monitor, I can see that the SETUP.EXE is running in the Windows Operating Context for Windows 7.
However, when the installscript is activated, an instance of ISBEW64.DLL is triggered. This is executing in Windows Vista Context.
Is this causing the problem for the DLL returning incorrect operating system?
Why did ISBEW64.DLL use the Windows Vista context when called from SETUP.EXE which is Windows 7 context?
There do not appear to be any registry entries for HKCU\Software\Microsoft\Windows NT\CurrentVersion\App[CompatFlags\Layers, etc.
Any ideas on how to get the installscript to execute in correct context?
TIA
BJ

"Next" button renamed to "Install" when using AdminAskPath dialog

$
0
0
I'm using the AdminAskPath dialog and when go to edit the dialog, I see Back, Next, Cancel buttons.

In my script I have the following code:
Code:

Dlg_AdminAskPath:
        // prompt the user for the target path, storing it in INSTALLDIR
        pResult = AdminAskPath("", INSTALLDIR, INSTALLDIR);
        if (pResult = 1) then
                goto Dlg_SdLicense2;
        endif;


When I run the installer, the "Next" button is renamed to "Install". I can't seem to figure out why this happens.

Thanks

fatal error -6416: Internal build error

$
0
0
Everything is successful while building my project until:
Started signing 8FE4.tmp ...
ISEXP : fatal error -6416: Internal build error
Express\DVD-5 - 1 error(s), 2 warning(s)

I cannot find any information on this error on the web or in the forums.

Problem on connecting to sql server 2012 express and creating application catalog dat

$
0
0
Problem on connecting to sql server 2012 express and creating application catalog database. -
i am getting error on [DBNETLIB][ConnectionOpen(Connect().]SQL Server does not exist or access denied. I can ping that server though

Compoent selection checkboxes are not coming in windows server 2008 R2 64-bit

$
0
0
Hi,

We are using Install shield 2014, it is working fine on all other OS like windows 7, vista,2012 etc.
But when i install same setup on windows server 2008 R2 64-bit, it is not showing me check boxes on component selection page.
I am attaching my test project as well.
Thanks in Advance.

-Archana
Attached Files

Unable to run msi on click event

$
0
0
Hi,

I've got an Advanced UI project and I've loaded a setup64.msi package, I have setup a button with a click event of install, I can't understand why this isn't working. Do I need to add an Action or am I using the wrong click event. I'm able to double click on the msi and run it so I know that it isn't the MSI so it must be a config issue with the Advanced UI button?

Any Ideas, only want to test to see if I can get a click event to run an MSI at this stage and so far failing.

Thanks in advance

InstallAnywhere 2013 - Support for vbscript and msi engine

$
0
0
All,

  1. Does InstallAnywhere 2013 support the msi engine?
  2. In IA 2012, I could bring in a vbscript as a custom action. As of IA 2013, it appears I can't. Is that true? I am using a vbscript to look some prerequisites and the only thing I can think of is to carry it as an external file on the media along with the installer and then have the installer launch it via 'Execute Command'. However, we would rather slurp the file inside the IA distribution like you would a jarfile. Is that feasible or no longer supported?

Issue with installer step label - auto populate label out of control

$
0
0
Hi all,

I have a very strange issue with IA 2013. I'm not able to set the step label I want.
In the project file, there are several panels at pre-install: intro, license, chooser install folder, some custom panels, pre-install summary and install complete.
On the left side, we have steps for intro, license and we would like then a single one for the options (including Choose Install Folder), pre-install summary, installing and install complete.
The issue is that it's not possible to have the label with text we want to. It always set it to the Choose Install Folder text.:(
When we try to set it as expected IA 2013 automagically revert it. It's impossible to change the setting in Installer UILook and Feel Seetings/Installers steps/Installer Steps Default settings. Each time we try to check out the Auto populate when saving check box and add a new label or edit one, it automagically revert to be cheked.But even if we succeed to set the set label. The next time the iap_fxml file is open do absolutely nothing and save, then it's reverted back!!!!! :mad:
This was not the case when using IA2012 and appeared after migrating to IA 2013.

Is this a know issue? Is there a way to really disable the auto populate labels when saving and not having this weird behavior?

Thanks,

Xavier.

mergemodule path from ini file

$
0
0
I set this in my ini file:

[Mode]
StopOnFirstError=yes
Silent=no
Verbose=yes
WarningAsError=no
MergeModulePath=C:\Progr......

However, the mergemodule path did not take effect, instead it used the one that was defined in options dialog on the merge module tab.

WHat's wrong?

Update the location of the selected file in the filebrowse dialog

$
0
0
[B][/B

I have added a custom action FileBrowse in my project. This FileBrowse custom action is added to Browse Button of my dialog which automatically set the selected File Name and Path in the property named "IS_BROWSE_FILEBROWSED". But the same selected file name and path is not reflected immediately in the loaction (path) of the same dialog screen.
i have attached the screen shot of the same. plz help asap.

Thanks in Advance :)
Attached Images
 

Welcome & Complete bitmaps

Viewing all 4553 articles
Browse latest View live