This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
eladef
Level 7
- Revenera Community
- :
- About eladef
Dec 07, 2023
07:59 AM
I have basic msi setup project Let’s say some .msi was released to customers and now I want to release some fix for the .msi The fix is just a change in some Install script custom actions that while running the setup should create some text file with information and doesn’t include update\new files. So the fix should be included before installing the setup.
What is the right way to implement this ? Should a transform be used for that ?
... View more
Labels
- Labels:
-
InstallShield 2022
Dec 05, 2023
04:47 AM
Hi
Your suggestion is possible but I would prefer to avoid it since it will require me to add condition to all of the packages included in the suite, check only one package is not enough because it’s possible that user cancel the installation in the middle and some packages were installed and some didn’t.
Looking at help of OnEnd I see this: “The OnEnd event launches its actions immediately before the end of a successful Suite/Advanced UI installation. If the end user cancels the Suite/Advanced UI installation or the installation encounters an error, the OnEnd event does not run.” From my understanding this event should be skipped if user cancel the installation or these is some error, but it doesn’t skipped, so isn’t that a bug ?
... View more
Dec 04, 2023
09:01 AM
Hi and thanks for your reply.
I already implemented your second suggestion of using ISInstallStatus and IDS_INSTALL_SUCCESS the problem with that solution is that it will not work on silent install since from what I checked the ISInstallStatus is set only when using UI. As for your first suggestion, when installing our suite setup it doesn't create an entry under the add\remove programs so should the checking of Suite GUID still work ?
Thanks
... View more
Dec 01, 2023
05:58 AM
We are using InstallShield 2023 R1 for InstallShield suite project. From what I see in doc the OnEnd event should be skipped in case the suite installation was interrupted in the middle but in real it doesn't.
To reproduce I run the suite setup and while packages are installed I click on the cancel button, after I confirm I get the setup interrupted message "The wizard was interrupted before..." but the OnEnd even is still executed.
1. Do you think it's a bug ? 2. Is there some property I can check that indicate the installation has completed successfully ?
Please help
... View more
Labels
- Labels:
-
InstallShield 2022
Nov 02, 2023
01:36 PM
I have a Suite project and on the Welcome dialog I check if some process is running, if it does I show a secondary window with a message to close the process and 2 buttons to Retry check or Exit. My problem is how to exit the setup, I have tried 1. Close Window Action with return code IDABORT ( I tried also all rest ) 2. Run Suite action ( install script action ) with code abort and return ERROR_INSTALL_FAILURE; 3. Run action that should execute .exe file which doesn’t exists just to trigger failure 4. Set active page to InstallationComplete, this work but I don't know how to change the text displayed which says Initializing
I don’t want to use the exit conditions, any ideas ?
... View more
- Tags:
- suite
Labels
- Labels:
-
InstallShield 2022
Apr 27, 2023
07:10 AM
Hi
I’m using Basic MSI project created on InstallShield 2022 R1
Few users have issues when running Setup.exe (that should install the setup prerequisite) on Win11 OS When I debug Setup.exe using Setup.exe /debuglog I see this in the log: Launch result 1, exit code -1073741819
Any idea what can cause this error ?
... View more
Labels
- Labels:
-
InstallShield 2022
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
Latest posts by eladef
Subject | Views | Posted |
---|---|---|
375 | Dec 07, 2023 07:59 AM | |
1639 | Dec 05, 2023 04:47 AM | |
1652 | Dec 04, 2023 09:01 AM | |
1691 | Dec 01, 2023 05:58 AM | |
379 | Nov 02, 2023 01:36 PM | |
501 | Apr 27, 2023 07:10 AM | |
501 | Oct 31, 2022 03:46 PM | |
1323 | Sep 15, 2022 07:06 AM | |
340 | Jul 25, 2022 08:20 AM | |
480 | Jan 12, 2022 10:26 AM |
Activity Feed
- Posted noob question, can a transform be used to change InstallScript CA ? on InstallShield Forum. Dec 07, 2023 07:59 AM
- Posted Re: Suite project - OnEnd event executed Although setup was interupted on InstallShield Forum. Dec 05, 2023 04:47 AM
- Posted Re: Suite project - OnEnd event executed Although setup was interupted on InstallShield Forum. Dec 04, 2023 09:01 AM
- Posted Suite project - OnEnd event executed Although setup was interupted on InstallShield Forum. Dec 01, 2023 05:58 AM
- Tagged Suite project - how to abort from secondary window ? on InstallShield Forum. Nov 02, 2023 01:38 PM
- Posted Suite project - how to abort from secondary window ? on InstallShield Forum. Nov 02, 2023 01:36 PM
- Posted Setup.exe - Get error in log: Launch result 1, exit code -1073741819 on InstallShield Forum. Apr 27, 2023 07:10 AM
- 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
Contact Me
Online Status |
Offline
|
Date Last Visited |
Aug 26, 2024
03:24 PM
|