Oct 31, 2022
03:46 PM
Hi
I'm trying to install different redistributable packages based on Windows OS But it seems the detection of OS doesn't work correctly, For example I choose to install only on Win10, Win11 or Server 2022 but it was not skipped on Server 2016. Did someone overcome this ?
... View more
Labels
- Labels:
-
InstallShield 2022
Sep 15, 2022
07:06 AM
Hi
I assume InstallShield still doesn't include .prq file for .net framework 4.8.1 full installation
I wonder if someone already created it and can share it...
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Jul 25, 2022
08:20 AM
Hi
I have Basic MSI setup and several component are being installed under [CommonAppDataFolder]AAA\BBB\2210 2210 is the product version so every time we have a new version I need to update the path which is very bad. I don't know how to solve that as if I replace 2301 with ProductVersion or other property it doesn't work, Please advise. My goal is when moving to a new version I will just update a property or use Automation Interface with .vbs script.
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Jan 12, 2022
10:26 AM
Hi I have a Basic MSI project with component with dynamic link. At run time I want to go over all files in the component and process them. How can I get the list of files at run time ? I know FeatureFileEnum can be used for Install Script project but I have Basic MSI. Is there a MSI Database function I can use ?
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Nov 25, 2021
05:36 AM
Hi I have Basic MSI project in InstallShield 2020 R3 and I have added a new Feature Prerequisite to the setup ( till now I used only Setup Prerequisites ) When I compared the project to the one before this change I see more changes than expected. There are some new properties and conditions to setup dialogs and new Custom Actions like: <row><td>SetupCompleteSuccess</td><td>Not IS_PREREQ_REBOOTING</td><td>-1</td><td>SetupCompleteSuccess</td><td/></row> <row><td>ReadyToInstall</td><td>Back</td><td>Disable</td><td>IS_PREREQ="Reboot"</td></row> <row><td>ISInstallPrerequisites</td><td>NOT(EXECUTEMODE~="NONE") AND NOT(PATCH AND Installed)</td><td>1241</td><td/><td/></row> I didn't find useful info on IS_PREREQ_REBOOTING, IS_PREREQ and other properties on InstallShield help. Now I have doubts if I should keep these new settings or not, what do you think ?
... View more
- Tags:
- Feature Prerequisite
Labels
- Labels:
-
InstallShield 2020 R3
Oct 28, 2021
11:41 AM
Hi I'm trying to create an empty environment variable so I have entered these settings but it doesn't work. When I enter a string as the value of even a space it does. So this doesn't support adding real env variables ? Is there another way to accomplish that ?
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Jul 28, 2021
08:08 AM
Hi I'm using InstallShield 2020 R3 with Basic MSI project Is it possible to display links in the Eula.rtf being file displayed in the LicenseAgreement dialog ? I read in some very old posts that it's not possible but I wonder if there is a change till now And if not is there some workaround like using another file type or control etc ?
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Jul 20, 2021
01:40 PM
Hi I have basic MSI project 2020 R3 Is there a way to implement the numericupdown control that exist in C# also in basic MSI ?
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Jun 16, 2021
05:25 AM
Thanks for the answer but here is the exact scenario which I didn’t mention in my question 1. User install Setup AAA V5.5 that include test.dll + many other .dll files 2. User install Setup BBB V1.0 that include test.dll V1.0 + several .txt files, So if the version of test.dll is newer then the one installed by Setup AAA, all files in Setup BBB should be installed 3. User install Setup BBB V2.0 that include test.dll V2.0 + several .txt files, So if the version of test.dll is newer then the one already installed by Setup AAA or BBB V1.0 all file in Setup BBB V2.0 should be installed.
... View more
Jun 15, 2021
01:10 PM
Hi I need to create setup with Basic MSI project using InstallShield 2020 R3 In the setup I have multiple files (like txt, xml which don't have a version ) that should be installed on multiple directories and a single .dll that will be as the key file. So in case the version of .dll in the setup is newer, all components should be installed and if not none of the files should be installed. How cane I associate the .txt\.xml components with the component with the key file ?
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Sep 08, 2020
10:21 AM
And what different type of CA I should use if I still want to use InstallScript and SprintfMsiLog ?
... View more
Jun 11, 2020
05:40 AM
Hi I have Basic MSI project and using installscript, Is there a way to directly write to the MSI log files with installscript CA ? I already tried to use SprintfMsiLog in the installscript but it didn't worked probably since I run it through DoAction events, Is there a way to make it work ?
... View more
Labels
- Labels:
-
InstallShield 2018
May 04, 2020
11:31 AM
Hi I have BASIC MSI project created with InstallShield 2018 SP1 I have a setup with an .exe file that is part of a component included in the top feature Now I have several sub features and each one of them should include a shortcut to this one .exe file and run it with different arguments What is the right way to do that ? What I did as I wrote is having the exe file in one component on top feature level and for each sub feature I created a component without any files and include shortcut to the exe And take the icon from that .exe, each component have different GUID. Problem is on uninstall that several shortcuts are now removed and in the msi log file I see this 'NewShortcut20' shortcut's, LOGER_LITE__64_Shortcut' component will not be removed, so that 'NewShortcut20_63679A51C9AB417BAB5FB01AC17ACEA5.exe' icon will not be removed. Any idea what is the cause ?
... View more
Labels
- Labels:
-
InstallShield 2018
Jan 27, 2020
08:48 AM
Hi I have InstallShield 2018 Premier Is it possible to add several ClickOnce projects to a suite ? If yes how can I add the package to the suite ?
... View more
Labels
- Labels:
-
InstallShield 2018
Aug 28, 2019
08:32 AM
Hi I have set component destination to a InstallDirRoot folder which the directory identifier is set to INSTALLDIRROOT, in the installscript I set it using MsiSetProperty then when I create the setup I see the InstalldirRoot folder with the file in it. Is it the right way to do that ? Now since I have several similar components when creating the setup it contains several folders like InstalldirRoot.
... View more
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 | |
338 | Jul 28, 2021 08:08 AM | |
212 | Jul 20, 2021 01:40 PM | |
532 | Jun 16, 2021 05:25 AM | |
541 | 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