Jan 07, 2011
07:08 AM
My suggestion: [SIZE="1"] if (!FeatureIsItemSelected(MEDIA, "Feature1\\Feature1a") && !FeatureIsItemSelected(MEDIA, "Feature1\\Feature1b")) then SprintfBox( INFORMATION, "%s", "Warning text" ); goto Dlg_SdFeatureTree; endif; [/SIZE] Place it in OnFirstUIBefore() & OnMaintUIBefore().
... View more
Jan 06, 2011
06:49 AM
The 'Saving MSI property values to make them available after the initial installation' tip might help you. Check the tips & tricks section here.
... View more
Nov 19, 2010
06:03 AM
Take a look here.
... View more
Nov 04, 2010
03:54 AM
Which project type do you use? For Basic MSI you might take a look at the RemoveRegistry Table.
... View more
Nov 02, 2010
09:05 AM
Since you are using Installshield 11 you should upgrade all DIFxApp binaries in your InstallShield 11\Redist folder. Recent version of DIFxApp is 2.1.1 and can be obtained from the latest Windows Server 2008 WDK.
... View more
Jul 21, 2010
03:04 PM
borhunt wrote: But I build the installers by hand for testing locally and now I either have to change the driver selection when I change build types or run the command line interface to test. Very time consuming. It´s not simply possible using the InstallShield IDE. For local tests/builds I run a simple VBScript which uses the automation interface to create both MSI packages. Is there a method of running the DIFx from script to install the drivers manually ? Anyone have some sample code of what the command line should look like and which versions of DIFx are required for win32 and amd64 ? Do you want to install the driver packages only? Or what do you mean?
... View more
Jul 21, 2010
01:09 AM
You can use a single InstallShield Project .ism file but finally you have to create separate .msi packages. How do you build the setup? You can use the automation interface to set the TemplateSummary and the DeviceDriverSetRedist property (1 for x86; 5 for AMD64) before building.
... View more
Apr 01, 2010
03:37 AM
1) Create multiple prerequisites for the same Prerequisite using different conditions. Would that be an option?
... View more
Mar 31, 2010
04:26 AM
Before making any adjustments to dialogs just enable almost all available languages inside the project even if you don´t need them all. That helps me in the past.
... View more
Mar 31, 2010
01:27 AM
On which operating systems do you run into that trouble? And how to you launch the readme?
... View more
Mar 31, 2010
01:13 AM
I would simply clone the dialog and add the additional field to the cloned one. Use InstallScript to decide which dialog should be displayed during the installation interview.
... View more
Mar 31, 2010
01:05 AM
Check the 'The prerequisite may be optionally skipped by the user' checkbox at the Behavior setting of the prerequisite. That should do the job.
... View more
Mar 31, 2010
12:59 AM
What do you want to catch exactly? The automation interface includes some object members like BuildErrorCount and BuildWarningCount.
... View more
Mar 26, 2010
09:05 AM
Can you make use of the Automation Interface to create and add MSI components to your project for those files before building the setup? Just an idea...
... View more
Mar 26, 2010
02:55 AM
You can use the InstallScript Debugger. That worked for me in the past with previous versions of IS. Download the InstallScript Debugger User Guide from here.
... View more
Latest posts by Holger_G
Subject | Views | Posted |
---|---|---|
1810 | Jul 11, 2014 02:11 AM | |
1614 | Mar 05, 2012 02:55 AM | |
1476 | Feb 27, 2012 01:20 AM | |
1476 | Feb 24, 2012 02:26 AM | |
809 | Feb 23, 2012 12:42 AM | |
570 | Dec 14, 2011 02:12 AM | |
476 | Oct 12, 2011 12:43 AM | |
667 | Sep 16, 2011 05:42 AM | |
930 | Sep 13, 2011 12:40 AM | |
420 | Sep 07, 2011 01:09 AM |
Activity Feed
- Posted Re: ISDEV Crashing on InstallShield Forum. Jul 11, 2014 02:11 AM
- Posted Re: How do you get the computer name using installscript? on InstallShield Forum. Mar 05, 2012 02:55 AM
- Posted Re: LaunchApplication on InstallShield Forum. Feb 27, 2012 01:20 AM
- Posted Re: LaunchApplication on InstallShield Forum. Feb 24, 2012 02:26 AM
- Posted Re: First Time Device Driver Install Question on InstallShield Forum. Feb 23, 2012 12:42 AM
- Posted Re: Single Self-Extracting Exe for Installation on InstallShield Forum. Dec 14, 2011 02:12 AM
- Posted Re: Problem Creating multiple drivers installation on InstallShield Forum. Oct 12, 2011 12:43 AM
- Posted Re: Issue with LaunchAppAndWait after upgrading IS11.5 project to Installshield 2011 on InstallShield Forum. Sep 16, 2011 05:42 AM
- Posted Re: Key file question on InstallShield Forum. Sep 13, 2011 12:40 AM
- Posted Re: MsiProcessDrivers not scheduled. on InstallShield Forum. Sep 07, 2011 01:09 AM
- Posted Re: how to add both 32 bit and 64 bit driver to one installshield project. on InstallShield Forum. Sep 07, 2011 01:04 AM
- Posted Re: repair install doesn't update the device on InstallShield Forum. Mar 08, 2011 05:22 AM
- Posted Re: Forcing USB Drivers to update. on InstallShield Forum. Mar 02, 2011 06:23 AM
- Posted Re: Populating Combobox with custom action on InstallShield Forum. Jan 28, 2011 04:54 AM
- Posted Re: repair install doesn't update the device on InstallShield Forum. Jan 27, 2011 05:50 AM
- Posted Re: Prevent user from unselecting features on InstallShield Forum. Jan 07, 2011 07:08 AM
- Posted Re: Are MSI Public Properties Persistent? on InstallShield Forum. Jan 06, 2011 06:49 AM
- Posted Re: Passing UI language from parent setup.exe to chained msi package on InstallShield Forum. Nov 19, 2010 06:03 AM
- Posted Re: Uninstall Reg Keys on InstallShield Forum. Nov 04, 2010 03:54 AM
- Posted Re: MsiProcessDrivers returned error code 1157 on InstallShield Forum. Nov 02, 2010 09:05 AM