Feb 27, 2010
03:43 AM
If you have not, you will want to look at Create MSI Logs under General Information View Settings.
... View more
Dec 10, 2013
04:09 PM
Has this anomaly ever been solved? I am currently seeing this behavior with InstallShield 2012 Professional on a target Windows XP Pro SP2 clean machine (VM) with only .NET 2.0 SP2 installed. My Basic MSI project selects the Microsoft .NET Framework 3.5 SP1 redistributable for installation. This redistributable has a default set of prerequisites that I have not edited. In addition, as far as conditional installation, the "Install before feature selection" option is checked (this was default selection). When I run the setup.exe on a Windows XP Pro SP2 machine with no other version of .NET installed, the engine detects that the prerequisite conditions have been satisfied, and I get prompted with the following: However, when I run the setup.exe on a Windows XP Pro SP2 machine with .NET 2.0 SP2 installed, I am not presented with this dialog, and the installer proceeds to the InstallShield wizard. But, this only happens the first time I invoke setup.exe. On subsequent invocations, I am prompted to install .NET Framework 3.5 SP1, as expected.
... View more
Aug 18, 2008
03:42 AM
Any suggestions ? I also tried with this command line /q /norestart but problem was not solved.
... View more
Apr 01, 2008
11:13 AM
The InstallShield Self-Registration method in InstallShield 2008 supports 64-bit self-registration. Here is the description from the release notes: Support for 64-Bit Self-Registration of COM Servers (Basic MSI Projects) InstallShield now includes support for 64-bit self-registration of COM servers in Basic MSI projects. If you mark a component as 64 bit and then add a file to that component, you can select the file's Self Register check box to enable 64-bit self-registration of that file during installation. In addition, InstallShield also supports 64-bit self-registration of dynamically linked COM servers.
... View more
Feb 26, 2008
05:08 AM
No setup wizard but a major upgrade? I don't think its possible.. correct me if I'm wrong. Alternatively you could create a patch instead? it'd modify the existing installation.
... View more
Feb 20, 2008
09:24 AM
I do not think there are automatic way to do that. In fact it seems that you have removed files from one version to another one. In this case, you need to populate manually the RemoveFile and RemoveRegistry table.
... View more
Feb 11, 2008
10:02 AM
Take a look at this thread - it's not using ProductVersion, but it should help: Making INSTALLDIR relate to ProductName property Hope it helps! 🙂
... View more
Dec 17, 2007
07:48 AM
Perhaps you could set a feature condition on the custom action—something like &MyFeature=3. With this condition, if MyFeature is installed locally, then the custom action is run. For more information on how to write conditions, see "Conditional Statement Syntax" in the help. Would that meet your requirement? Debbie Landers Macrovision Corporation
... View more
Dec 04, 2007
12:59 PM
I think you'll need to write a CA that gets the parent directory of INSTALLDIR then use MsiSetTargetPath to modify the directory associated with those components.
... View more
Dec 04, 2007
09:35 AM
I'm able to successfully enter a UNC path in the "Folder path" field on the InstallChangeFolder dialog. After clicking OK, INSTALLDIR is updated to the UNC path I had entered. Is there some other behavior or errors you are seeing when trying this?
... View more
Feb 26, 2008
05:16 AM
eladef wrote: Our solution ( if we can call it so ) was to register them with regasm.exe by code. What about uninstallation? Did you guys have CA to uninstall the registeration of the component(s)? How have you resolved the scenario that user uninstalls the software from the computer. If I understood correctly that in first run of your software the component is first registered before the actual program is started?
... View more
Nov 12, 2007
09:29 AM
You may try adding a DoAction control event to the Finish button of the SetupCompleteSuccess dialog to run the custom action that displays the message box (setting the condition on the event to 1 if you always want it to run at the end of an install operation, or Not Installed if you only want it to run at the end of a first time install).
... View more
Oct 29, 2007
03:18 PM
I think MsiSetFeatureState just wants the "leaf" feature name ("MICROSTATION_J") and not the whole subfeature tree; in MSI, internal feature names are unique, unlike features/subfeatures in InstallScript projects. You might also be able to make use of Add and Remove control events, which might save you the trouble of creating custom actions...
... View more
- « Previous
- Next »
Latest posts by eladef
Subject | Views | Posted |
---|---|---|
127 | Oct 31, 2022 03:46 PM | |
171 | Sep 15, 2022 07:06 AM | |
93 | Jul 25, 2022 08:20 AM | |
160 | Jan 12, 2022 10:26 AM | |
162 | Nov 25, 2021 05:36 AM | |
995 | Oct 28, 2021 11:41 AM | |
336 | Jul 28, 2021 08:08 AM | |
212 | Jul 20, 2021 01:40 PM | |
528 | Jun 16, 2021 05:25 AM | |
537 | Jun 15, 2021 01:10 PM |
Activity Feed
- Posted Prerequisite – detection of Windows OS on InstallShield Forum. Oct 31, 2022 03:46 PM
- Posted .net framework 4.8.1 full installation .prq file ? on InstallShield Forum. Sep 15, 2022 07:06 AM
- Posted Update components destination which include product version on InstallShield Forum. Jul 25, 2022 08:20 AM
- Posted Iterate all files in Component at run time on InstallShield Forum. Jan 12, 2022 10:26 AM
- Posted Feature Prerequisite add properties and conditions to setup dialogs on InstallShield Forum. Nov 25, 2021 05:36 AM
- Tagged Feature Prerequisite add properties and conditions to setup dialogs on InstallShield Forum. Nov 25, 2021 05:36 AM
- Posted How to create totally empty environment variable on InstallShield Forum. Oct 28, 2021 11:41 AM
- Posted Include links in Eula.rtf on InstallShield Forum. Jul 28, 2021 08:08 AM
- Kudoed Displaying a File Open Browse Dialog in a Basic MSI project for Revenera_Ian. Jul 21, 2021 04:51 AM
- Posted Implement numericupdown control as in C# ? on InstallShield Forum. Jul 20, 2021 01:40 PM
- Posted Re: Multiple components + single component as key file on InstallShield Forum. Jun 16, 2021 05:25 AM
- Posted Multiple components + single component as key file on InstallShield Forum. Jun 15, 2021 01:10 PM
- Posted Re: Write to MSI log file from installscript CA on InstallShield Forum. Sep 08, 2020 10:21 AM
- Posted Write to MSI log file from installscript CA on InstallShield Forum. Jun 11, 2020 05:40 AM
- Posted .exe file with multiple shortcuts remain on uninstall on InstallShield Forum. May 04, 2020 11:31 AM
- Posted Include ClickOnce in a suite ? on InstallShield Forum. Jan 27, 2020 08:48 AM
- Tagged Include ClickOnce in a suite ? on InstallShield Forum. Jan 27, 2020 08:48 AM
- Tagged Include ClickOnce in a suite ? on InstallShield Forum. Jan 27, 2020 08:48 AM
- Posted Re: Set component destination to a varible and location of files on InstallShield Forum. Aug 28, 2019 08:32 AM
- Posted Set component destination to a varible and location of files on InstallShield Forum. Aug 27, 2019 05:43 AM