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

Desktop short cut / program name under add or remove programs

$
0
0
Hello All,

The following 2 scenarios are working fine with Install Shield 2010 (in my project creating the shortcuts with InstallScript)

1) "admintool shortcut icon is getting created on the desktop".
2) The program name (JavaServer) is getting created under Control Panel >> Programs >> Programs and Features >> JavaServer

But the above 2 scenarios are not working as expected in the Install Shield 2014 version.

After migration in IS2014 can you please let me know usually which properties do I need to double check whether they are having correct values or not (to make these scenarios are working).

- In IDE General Information >> Add or Remove Programs section
- IN IDE which property is responsible for getting short cut key on the desktop
- General Information >> Software Identification Tag >> Use Software Identification Tag (Yes / No) ?


Thank you.

6109 Internal Build Error

$
0
0
I can not build my VS 2013 project as I constantly get this error.

It proceeds as normal but then when it is "Building File table" it takes about 20 seconds and then I get this error.

The log file just ends and provides this error number. It is a very simple project and I can build it with the VS installer and I did have Install Shield working previously but I would get this error occasionally.

I've spent way too much time trying to figure out what the issue is and as of now my InstallShield product is useless.

Glenn Wilson

1603 Fatal error during installation on Windows 8.1 with IS7.02 setup.exe

$
0
0
Hi,
Our customer is unable to install application due to 1603 error displayed when installing application created using Installshield v7.02 .

Please find the msi logs below.

Quote:

1: GetInstallDriver, Can not find InstallDriver in ROT table, Return Code = 0x800401e3
MSI (s) (50!1C) [16:36:02:686]: Closing MSIHANDLE (9) of type 790531 for thread 6428
.....................
...
1: Extract supporting files
MSI (s) (50!1C) [16:36:03:133]: Closing MSIHANDLE (16) of type 790531 for thread 6428
MSI (s) (50!1C) [16:36:03:133]: Closing MSIHANDLE (11) of type 790541 for thread 6428
1: Failed to extract ISRT.dll, error is -2147024864
CustomAction ISMsiServerStartup returned actual error code 1603 but will be translated to success due to continue marking
Quote:

GetInstallDriver, Can not find InstallDriver in ROT table, Return Code = 0x800401e3
MSI (s) (50!1C) [16:36:02:686]: Closing MSIHANDLE (9) of type 790531 for thread 6428
.....................
...
1: Failed to extract _IsUser.dll, Ignore it.
MSI (s) (78!B8) [16:29:42:186]: Closing MSIHANDLE (22) of type 790531 for thread 2744
MSI (s) (78:60) [16:29:42:223]: Creating MSIHANDLE (23) of type 790531 for thread 352
1: ISMsiServerStartup Failure, Failed to RegisterMsiServer, Error = 0x80004004
Installation is user mode with Installation wizard dialogs
OS: Windows 8.1 64bit.
User was unable to uninstall the application initially. Application was un installed using Fix it.
We observed that some of the registry entries were remaining.

We tried to reproduce the same issue by uninstalling application using FixIT tool.
Though residue application data folder, program files folder and reigstry entries exist after un installing with FixIT, we are able to install the application with out any error.

From the user registry we observed that the DOM Config settings as mentioned in the below link is "Launching user"
https://community.flexerasoftware.co...em-on-SMS-2003

Kindly let us know what could be the reason for the below errors and how to resolve them.

1. GetInstallDriver, Can not find InstallDriver in ROT table, Return Code = 0x800401e3
2: Failed to extract ISRT.dll, error is -2147024864
3.Failed to extract _IsUser.dll, Ignore it.
4. ISMsiServerStartup Failure, Failed to RegisterMsiServer, Error = 0x80004004
5. MainEngineThread is returning 1603

Thank you.

No GUI when /passive switch is used for setup.exe being run from a custom action

$
0
0
Hi

Following is situation :

On a windows 7 64 bit clean PC with UAC Off I am executing a custom action which installs .net framework 4.5.2. I have set the switches as /passive and /norestart.

Return processing is Asynchronous - ( No wait for Completion) , In-Script execution - Immediate execution, Execution Scheduling is always execute.

With UAC Off I can see the basic UI of the installation when installation is progressing. This is fine and intended.

When I switch ON UAC and run the setup I do not see this basic UI of .net framework setup. Although in background installation goes on and is successful.

Why I can't see the basic UI of the setup when UAC is ON.



If I run the setup as standalone installation from command prompt, I get UAC prompt and then I can see the basic UI as seen when UAC if OFF.


Thanks for your solution in advance.


Regards,

Amarjeet

Is thier a way to Exclude Folders using "Dynamic File Link"?

$
0
0
Suppose I have a following folders structure and the Dynamic File Linking feature applied for PATH A with 'Include subfolders' checkbox checked:

PATH A (which contains files)
........------ PATH B (which contains files)
........------ PATH C (which contains files)
........------ PATH D (which contains files)
.................------ PATH E (which contains file placeMeToGAC.dll)
.................------ PATH F (which contains files)

PATH E is a subfolder of PATH D, and PATH E has only one file that should go to GAC during installation on a target box, so I don't need a PATH E folder on a target box. And the question is - how to exclude PATH E with all its content from Dynamic File linking feature? I know how to exclude files that placed in PATH A, but what about excluding a folder?

I see similar question here for InstallShield 2010. Has anything changed since that time? I'm using InstallShield 2013 Professional, Basic MSI Project.

Suite Custom Setup: no features selected but Next button enabled

$
0
0
Launch a suite install, in Custom Setup dialog, uncheck all features. Observe Next button is enabled (issue).
This may be an issue of InstallShield.
How to work around? in Custom Setup dialog, how can I bind a condition to enable/diable Next button? {Binding Feature1 == true} doesn't work. Any other ways?

Thanks a lot
Yuan Fang

Suite Custom Setup: no features selected but Next button enabled

$
0
0
Launch a suite install, in Custom Setup dialog, uncheck all features. Observe Next button is enabled (issue).
This may be an issue of InstallShield.
How to work around? in Custom Setup dialog, how can I bind a condition to enable/diable Next button? {Binding Feature1 == true} doesn't work. Any other ways?

Thanks a lot
Yuan Fang

Suite Custom Setup: 2 features mutuanlly exclusive

$
0
0
In Custom Setup dialog of suite project, how can i implement mutually exculsive of 2 featuers, that is, when one feature is selected, the other will become gray.
No featuer can be see in the resource of Custom Setup dialog since all features are not static like Next button. There is no place for this logic coding.

Suite Custom Setup: 2 features mutuanlly exclusive

$
0
0
In Custom Setup dialog of suite project, how can i implement mutually exculsive of 2 featuers, that is, when one feature is selected, the other will become gray.
No featuer can be see in the resource of Custom Setup dialog since all features are not static like Next button. There is no place for this logic coding.

IS Project lose Desktop shortcuts when updating executables

$
0
0
Hi

is there any way to prevent IS from deleting shortcuts when updating executables inside an installer project?
I have an existing installer project and have created executables with the same name in different locations
e.g. old path: c:\ise_projects\program_old\test.exe
new path: c:\ise_projects\program_new\test.exe

When I now replace the executable in the installer project with the new executable and select "Yes" to replace the existing file,
all shortcuts to this executable are automatically removed from the installer project :(.

It's a pain to always note down every single shortcut property, just to recreate all shortcuts after updating the files to the new location (20-30 shortcuts).

Thanks in advance

Regards,
Bastian

Oracle 10g AdminStudio 2014

$
0
0
Hi

I have been trying to create a package for the Full Oracle 10g client. Yes it is old but current business requirements dictate it is used.

Initially I used the repackager and succesfully created a package. However when deployed it would fail due to .Net errors.

Followed the Oracle guides to create a response file and that works fine when run manually. However it appears inconsistant when deployed via SCCM, again a business requirement.

I have found the following link:

http://www.danysoft.com/free/wp_is_InstallingOracle.pdf

However when trying to run this it gives Error F8509 about the #include “ifx.h”


http://helpnet.installshield.com/ins...rror_C8509.htm

Tried retyping the " " marks but still fails

Any helps tips workarounds would be greatly appreciated

Thanks

create setup or patch with the automated way

$
0
0
Hello,

I want to create a patch without installshield 2012 user interface but creating a .msi with comand lines.


How is it possible ?:confused:

Suite: how to define windows feature of packckage in IS2013 and later

$
0
0
How to define a custom feature in IS 2013 and later? Any example? See attachment.
------------

To specify a Windows role or feature that you want to be enabled if a particular package is eligible for installation:

1. In the View List under Organization, click Packages.
2. In the Packages explorer, click the package that you want to configure.
3. On the Common tab, in the Windows Features setting, click the Add New Windows Feature button, and then click one of the available feature options:
• Internet Information Services
• PowerShell
• Microsoft .NET Framework 3.x
• Custom—This option lets you specify any Windows feature that is not listed as an option in this setting.

InstallShield adds a new Windows Feature row under the Windows Features setting, and configures it as needed for any of the built-in feature options (Internet Information Services, PowerShell, or Microsoft .NET Framework 3.x). For the Custom option, the Windows Feature row contains a placeholder string for the name of a feature.

4. If you selected one of the built-in options, leave the value that InstallShield adds to the Windows Feature setting as is.

If you selected the Custom option: In the Windows Feature setting, enter the name of the Windows role or feature that you want to be enabled. The name that you enter for any custom option should be the string that tools such as Deployment Image Servicing and Management (DISM.exe) and Package Manager (Pkgmgr.exe) use to identify the role or feature on a particular version of Windows.

For a list of available Windows roles and features on each version of Windows for which you are supporting, see Microsoft TechNet.
Attached Images
 

Suite: how to define windows feature of packckage in IS2013 and later

$
0
0
How to define a custom feature in IS 2013 and later? Any example? See attachment.
------------

To specify a Windows role or feature that you want to be enabled if a particular package is eligible for installation:

1. In the View List under Organization, click Packages.
2. In the Packages explorer, click the package that you want to configure.
3. On the Common tab, in the Windows Features setting, click the Add New Windows Feature button, and then click one of the available feature options:
• Internet Information Services
• PowerShell
• Microsoft .NET Framework 3.x
• Custom—This option lets you specify any Windows feature that is not listed as an option in this setting.

InstallShield adds a new Windows Feature row under the Windows Features setting, and configures it as needed for any of the built-in feature options (Internet Information Services, PowerShell, or Microsoft .NET Framework 3.x). For the Custom option, the Windows Feature row contains a placeholder string for the name of a feature.

4. If you selected one of the built-in options, leave the value that InstallShield adds to the Windows Feature setting as is.

If you selected the Custom option: In the Windows Feature setting, enter the name of the Windows role or feature that you want to be enabled. The name that you enter for any custom option should be the string that tools such as Deployment Image Servicing and Management (DISM.exe) and Package Manager (Pkgmgr.exe) use to identify the role or feature on a particular version of Windows.

For a list of available Windows roles and features on each version of Windows for which you are supporting, see Microsoft TechNet.
Attached Images
 

Suite: basic function not compiled in InstallScript function in IS2014

$
0
0
In IS2014 suite project, the basic function such as MessageBox can't be compiled. I included ifx.h and then ISRTWindows.h. Anyting missing?
--------------------
/ Include Ifx.h for built-in InstallScript function prototypes and for Suite
// function prototypes.
#include "ifx.h"
#include "ISRTWindows.h"

// The keyword export identifies MyFunction() as an entry-point function.
// The argument it accepts must be an object for a Suite extension interface.
export prototype MyFunction(OBJECT);

// To Do: Declare global variables, define constants, and prototype user-
// defined and DLL functions here.

///////////////////////////////////////////////////////////////////////////////
//
// Function: MyFunction
//
// Purpose: This function will be called by the script engine when
// the Suite engine calls your InstallScript action.
//
///////////////////////////////////////////////////////////////////////////////
function MyFunction(oExtension)
// To Do: Declare local variables.
string str1;
begin
MessageBox("MyFunction:",INFORMATION);
//SprintfBox(INFORMATION,"MyFunction:","%s", str1);
// To Do: Write script that will be executed when MyFunction is called.
str1="Hello";

end;

DLL Registration issues with InstallShield 6.2

$
0
0
Hi, i have built a visual basic 6 software wich uses some dlls.
Then i have made an installer using the InstallShield 6.2 software.
It worked fine untill windows 8 / windows 8.1 os was released.
During the installation phase no error are shown but when i run the software, these dlls seem not to be registred correctly.
At the moment i "resolved" this problem moving these dll in the root of my PC (C:\) and also registring these manually.
So there is a way without changing the installer to let it works in new windows os( 8 / 8.1)?

Time delay between two custom actions

$
0
0
Hi

I would like to introduce time delay between two custom actions I have included in my Setup. Is there any elegant way of achieving this ?

Regards,

Amarjeet

Want to eliminate all UAC in setup.exe installation

$
0
0
Visual Studio 2013
Install Shield Limited 2013

I've created a setup.exe and signed it with a .pfx within Visual Studio. However when I try to install, I get the nasty UAC message asking if I want to install this on my computer. I want to get rid of these prompts altogether. How would I do this? I'm not currently using any Custom Actions, etc. It seems to be including my temporary certificate in the dialog box.

Best Registry Settings - Installing Multiple Times - Registry Entries Staying

$
0
0
So I am working on this installer for my company that is typically ran multiple times on a single machine.

If I install once, then un-install, the registry entries I have go away.

However, if I install multiple times, and then un-install, then the registry entries are not going away until the final uninstall.

Is there a way to tie registry entries to the individual installation so this does not happen?

One subfolder in [INSTALLDIR] being left behind if uninstalling after installing 2x

$
0
0
Kind of the same issue as I posted below about the registry.

If I run the MSI once, then uninstall, all folders are removed.

If I run the MSI more than once, then uninstall one of the instances, one empty sub folder is being left behind.

Any ideas?
Viewing all 4553 articles
Browse latest View live