Mar 15, 2021
02:17 PM
we don't see any run time errors. when we click on installer, mouse is in busy mode for few minutes. after that nothing happens. in Event viewer we see this error. I tried the command in the article for log file . but we are not getting any log file at all. Command we tried is . D:\SharedFolder\claritiUniversalInstaller.2.4.0-beta.1_18.exe /v"/l*vx \"D:\SharedFolder\package.log\"" In Event Viewer, we consistently get this message. Event viewer Messsage : Faulting application name: _is4811.exe, version: 2.4.0.1, time stamp: 0x5906bdf7 Faulting module name: Setup_UI.dll, version: 23.0.0.511, time stamp: 0x5906be93 Exception code: 0xc0000005 Fault offset: 0x0004176c Faulting process id: 0x25fc Faulting application start time: 0x01d716a51b1a0f54 Faulting application path: C:\Users\KBOXA1~2\AppData\Local\Temp\{A6456011-6339-40E7-B3E7-564C520B4315}\_is4811.exe Faulting module path: C:\Users\KBOXA1~2\AppData\Local\Temp\{7CC80D53-1E18-4D64-B761-641F7D583D65}\Setup_UI.dll Report Id: 2ff7091e-0fa0-42b9-9a0b-f15b41144b43 Faulting package full name: Faulting package-relative application ID: in Azure machine , only nuget packages related to the application we are getting from nuget store. rest of the files are in system itself.
... View more
Dec 31, 2020
01:08 AM
Hi @ragava28,
You need to configure the correct executable which wait for the entire uninstallation process, you can get the executable details and its command line parameters from the registry for what is configured for the installed application while uninstalling from the Add/Remove programs( Programs and Features) .
As well check the command line parameter if any needed to wait the executable for the complete uninstallation, you can get this information from the task manger while uninstalling the application.
... View more
Dec 18, 2020
06:26 PM
Hi , I am using Advanced UI project to combine different sub installers(Ex: mongo,rabbit MQ..etc) & create a single unified installer. after installing each sub installer, I have to do few post install configurations, for that I am using Events/Actions with PowerShell & attaching them to package configuring/configured events. As a part of post install configuration, I have to overwrite default mongo/rabbit configuration with application related configuration file. Application related configurations I have added them to package as show in below screen. when running action , in PowerShell i have to copy configuration from temporary/staged folder to target location, but I am not able to access the temporary location where each package is staged, default location for staged packages is (C:\Users\<profileName>\AppData\Local\Downloaded Installations\{AAF47C0B-F89C-4C68-80AD-36DCD5C002BB}) Any idea how get the temporary staged location of each package in related Action PowerShell file ? I am using InstallShield 2015 Premier.
... View more
Labels
- Labels:
-
InstallShield 2015 Premier
May 14, 2019
10:02 AM
Hi ragava28, Were you able to get this working using Jennifer's post? I think you were looking for an 'OnUninstall' event and there is no such thing.
... View more
Apr 19, 2019
12:02 AM
@ragava28 : Suite/Advanced UI Project do not know about the functionality of your configured executable package, whether it executes batch file or powershell script. As per the information you have updated here, it looks like your executable package extracts the files and trigger the batch file, then immediately it returns (non zero value) without waiting for the batch file to complete. So, here you have to modify your executable to wait for the batch file/powershell script execution completion. Inherently, Installshield Suite/Advanced UI Project also wait for the execution of your executable package configured in your 3rd and 4th steps. And you have mentioned your setup ends the execution without completing all the packages ("Set up shows a error saying "Looks like installer failed . do still want to continue." and setup finises"). This behavior you can control by changing the values in the Package Properties under the "Common" tab-> Operation->Install->Exit Behavior. And see whether you can make the exe to wait by passing command line parameter, then you can configure the command line parameter at "Common" tab-> Operation->Install->EXE Command Line. So, ensure your executable wait for batch/script execution.
... View more
Latest posts by ragava28
Subject | Views | Posted |
---|---|---|
559 | Mar 15, 2021 02:17 PM | |
595 | Mar 12, 2021 06:03 AM | |
1527 | Dec 30, 2020 12:40 PM | |
1550 | Dec 29, 2020 02:25 PM | |
1560 | Dec 29, 2020 11:41 AM | |
1565 | Dec 29, 2020 10:35 AM | |
1583 | Dec 28, 2020 04:13 PM | |
306 | Dec 18, 2020 06:26 PM | |
3090 | May 06, 2019 03:23 PM | |
3157 | May 01, 2019 01:19 PM |
Activity Feed
- Posted Re: Install Shield 2016 premier SP1 - Advanced UI installer using Azure CI not working in few machines on InstallShield Forum. Mar 15, 2021 02:17 PM
- Posted Install Shield 2016 premier SP1 - Advanced UI installer using Azure CI not working in few machines on InstallShield Forum. Mar 12, 2021 06:03 AM
- Posted Re: Suite/Adavanced UI Uninstall process not waiting for packages to complete. on InstallShield Forum. Dec 30, 2020 12:40 PM
- Posted Re: Suite/Adavanced UI Uninstall process not waiting for packages to complete. on InstallShield Forum. Dec 29, 2020 02:25 PM
- Posted Re: Suite/Adavanced UI Uninstall process not waiting for packages to complete. on InstallShield Forum. Dec 29, 2020 11:41 AM
- Posted Re: Suite/Adavanced UI Uninstall process not waiting for packages to complete. on InstallShield Forum. Dec 29, 2020 10:35 AM
- Posted Suite/Adavanced UI Uninstall process not waiting for packages to complete. on InstallShield Forum. Dec 28, 2020 04:13 PM
- Posted How to access the path of temporary staged packages in Actions(PowerShell code) in Advanced UI Projects. on InstallShield Forum. Dec 18, 2020 06:26 PM
- Posted Re: Suite/Advanced UI Uninstall Package Script on InstallShield Forum. May 06, 2019 03:23 PM
- Posted Re: Suite/Advanced UI Uninstall Package Script on InstallShield Forum. May 01, 2019 01:19 PM
- Posted Suite/Advanced UI Uninstall Package Script on InstallShield Forum. Apr 30, 2019 01:48 PM
- Posted Suite/Advanced UI 2014 : setup not waiting for bat file execution to complete on InstallShield Forum. Apr 18, 2019 10:44 PM