Nov 05, 2015
08:25 AM
You may have luck changing what version of .NET you reference in Tools > Options. Referencing the 4.6 framework can result in a 1001 (fixed in late 2015 releases), and that could have changed outside of your project.
... View more
Nov 04, 2015
09:19 AM
There are two things I would suggest. If this is just part of your tree, you could try putting p3 in a parent feature with A and B as its children. This will result in p3's feature being selected if A or B are selected. If instead this is the entirety of your feature tree, you could create a separate root-level hidden feature and put p3 in that. In either of those approaches, p3's presence will not affect A's and B's feature state, and you will avoid the indeterminate check box.
... View more
Nov 04, 2015
09:13 AM
This is a known limitation. If you know what property or properties may change by a suite action, perhaps you can follow it up with one or more Set Property (UI) actions to trigger the update.
... View more
Nov 04, 2015
08:10 AM
You can change the name of the folder that is used by editing the 'Package Files' node in the Packages view, so you can change the GUIDs to something "nicer". However we do not support removing that layer or using the same folder name for multiple packages, so you won't be able to put all the packages in a single folder. (Maybe we should expose the folder name as a setting on the package node...) (Actually I should check which version we added this to the IDE; before that you could get the same behavior by editing the .issuite file directly.)
... View more
Nov 03, 2015
09:44 AM
It sounds like something may be off with the section in your project. You can ensure that InstallShield enables the necessary parents by listing them in the an appropriate child element of your project. See this related thread for some more details.
... View more
Oct 13, 2015
08:25 AM
I would suggest using the iscmdbld.exe included in the trial of the IDE; we do not offer a separate trial of the Standalone Build.
... View more
Oct 08, 2015
08:14 AM
You can use an Open action in your wizard, for example on the Finish button of your InstallationSuccess page. In InstallShield 2012 Spring I believe this looked like {Open PROPNAME} where PROPNAME can be substituted with the name of any property that contains the path to the exe you want to launch. Optionally you can specify some limited conditions by using more curly braces: {Open {PROPNAME},{OTHERPROP==VALUE}}. (The notation for this was heavily changed in InstallShield 2013, so the more recent documentation on this won't help you in InstallShield 2012 Spring or earlier.)
... View more
Oct 07, 2015
09:00 AM
Yes. If you are referring specifically to the Standalone Build, I think there's even more flexibility as to what can be installed side-by-side than with IDEs. Unless you intend to use the automation interface, you can typically manage to install multiple of the same major version on the same machine. But that's not relevant to your question.
... View more
Oct 07, 2015
08:53 AM
InstallShield 2010 and InstallShield 2015 are separate major versions, so yes. Both can be installed on the same machine.
... View more
Oct 07, 2015
08:51 AM
If you specify a SHA1 certificate, InstallShield will generate a SHA1 signature. The most you should have to do is ignore (or disable) the warning.
... View more
Sep 29, 2015
08:24 AM
Suite projects support several different package types, including .exe packages. But where possible, we suggest using a .msi package directly - for better progress reporting, transaction support, etc. - but in particular, try to avoid calling an .msi bootstrap .exe as an .exe package.
... View more
Sep 29, 2015
08:21 AM
Ah, great workaround. I should have thought of that. 🙂 Note that you don't have to explicitly define the property for it to be empty, and in some ways using a crazy mix of letters in its name may help avoid it being accidentally overridden by an end user. That said, I'd probably go for something easy to understand, like [EmptyString].
... View more
Sep 28, 2015
09:10 AM
Yes, but this is not the approach that Microsoft recommends. Instead they seem to suggest that an application notify that it wasn't tested against a given version of Windows, but allow the installation to proceed. These days the reported version is largely controlled by the compatibility elements in the application manifest. InstallShield 2015 includes compatibility elements for Windows 10, so upgrading will address this for InstallScript projects. Note that Windows 10 shims Windows Installer custom actions, so InstallScript custom actions in an MSI project cannot detect Windows 10.
... View more
Sep 28, 2015
08:57 AM
If you're merely looking to see if the key or value exists, prefer to use the Registry Exists condition. If you explicitly need to ensure that it exists and has a non-empty string for its value data, I think this may be a limitation in the current condition implementation. While the warning in the condition editor can be ignored, there's a run-time error if the Compare To value is empty. Is that run-time error what you're asking to address? In your ideal world, are you strictly looking for non-empty, or are there additional aspects to the value data that you would prefer to validate?
... View more
Sep 28, 2015
08:49 AM
Microsoft does not grant redistribution rights on the debug merge modules. I believe you must get them from the machine that has Visual Studio, and are not allowed to share them beyond your local license.
... View more
Latest posts by MichaelU
Subject | Views | Posted |
---|---|---|
1427 | Oct 06, 2016 11:14 AM | |
1205 | Sep 21, 2016 10:28 AM | |
1137 | Sep 21, 2016 10:14 AM | |
2034 | Sep 15, 2016 08:36 AM | |
1324 | Sep 15, 2016 08:32 AM | |
905 | Sep 15, 2016 08:11 AM | |
2034 | Sep 14, 2016 09:33 AM | |
1026 | Sep 13, 2016 08:44 AM | |
3087 | Sep 12, 2016 08:44 AM | |
4504 | Aug 25, 2016 08:47 AM |
Activity Feed
- Posted Re: Advanced Suite / Mutually exclusive FeatureTree possible? on InstallShield Forum. Oct 06, 2016 11:14 AM
- Posted Re: Loading dll Failed on InstallShield Forum. Sep 21, 2016 10:28 AM
- Posted Re: ISDEV : Error -7354 After upgrade from 2012 to 2016 on InstallShield Forum. Sep 21, 2016 10:14 AM
- Posted Re: IS2006 Splash screen default background color and transparency on InstallShield Forum. Sep 15, 2016 08:36 AM
- Posted Re: error -7354 for "ISXmlElementAttrib column Name/Value" on InstallShield Forum. Sep 15, 2016 08:32 AM
- Posted Re: Replace a file in a setup which is uncompressed on InstallShield Forum. Sep 15, 2016 08:11 AM
- Posted Re: IS2006 Splash screen default background color and transparency on InstallShield Forum. Sep 14, 2016 09:33 AM
- Posted Re: InstallShield2016 Express open MSI on InstallShield Forum. Sep 13, 2016 08:44 AM
- Posted Re: Error -7354 during build for file removal using the RemoveFile table on InstallShield Forum. Sep 12, 2016 08:44 AM
- Posted Re: Error -7354 for ID_STRING44 identified during build on InstallShield Forum. Aug 25, 2016 08:47 AM
- Posted Re: Error -7354 for ID_STRING44 identified during build on InstallShield Forum. Aug 24, 2016 11:46 AM
- Posted Re: Can't get Ok/Cancel buttons on a suite secondary window to trigger a "suite action" on InstallShield Forum. Aug 23, 2016 10:00 AM
- Posted Re: How to show Description of feature in Suite installer in multiple languages on InstallShield Forum. Aug 23, 2016 09:58 AM
- Posted Re: Modal results in Suite Projects (secondary windows) on InstallShield Forum. Aug 23, 2016 09:57 AM
- Posted Re: Install Conditions - Server vs Workstation OSs. on InstallShield Forum. Jul 27, 2016 08:39 AM
- Posted Re: ARP (Programs and Features) Change Caption for Suite Project on InstallShield Forum. Dec 04, 2015 10:43 AM
- Posted Re: Prevent prerequisite installation on Windows 10 on InstallShield Forum. Dec 04, 2015 10:39 AM
- Posted Re: Suite Install: how to check AdminUser? on InstallShield Forum. Dec 02, 2015 08:46 AM
- Posted Re: Suite Behavior on InstallShield Forum. Nov 17, 2015 10:53 AM
- Posted Re: Suite Behavior on InstallShield Forum. Nov 16, 2015 08:41 AM