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
Mar 12, 2021
06:03 AM
Hi All, We have built an installer using Install Shield 2016 premier SP1 - Advanced UI Project. This installer is working only on few machines and giving the below error on few machines. Working & non-working machines have the same image of the Operating system. Observations so far are: If we create an Installer manually in our local machine then it is working fine in all the machines. but If we create it using Azure CI Pipeline ( using C:\Program Files (x86)\InstallShield\2016\System\IsCmdBld.exe ) then we are getting this issue. I was only able to verify the version(2016) installed in both places, which is the same. Am I missing anything in the case of Azure CI Pipeline or IsCmdBld.exe ? Any thoughts on this situation. For comparing both systems, I was trying to find any command which we can use to get the details( Highlighted in screenshot) of Install Shield installed in the Azure server, as I didn't have access to the physical server. 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:
... View more
Labels
- Labels:
-
InstallShield 2016 Premier
Dec 30, 2020
12:40 PM
Hi @banna_k As you mentioned. all the installers with separate uninstall.exe are having a parent process(C:\Users\XXXXX\AppData\Local\Temp\~nsu.tmp) , which is launching actual uninstall.exe. see the screens shoot. so how can we configure this in Suite/Adavanced UI project.
... View more
Dec 29, 2020
02:25 PM
Hi @banna_k I created a smaller installer with only 2 packages & completely removed Package events. but still no luck. configurations of the packages.
... View more
Dec 29, 2020
11:41 AM
Configuration of few packages.
... View more
Dec 29, 2020
10:35 AM
Hi , I have already specified that setting. but problem what I am having is , all the sub installer uninstallation processes getting triggered at once. but I want that to happen one after another . like Uninstall Mongo => then Uninsall Robo3T => then Unistall RabbitMQ...etc.
... View more
Dec 28, 2020
04:13 PM
I am using Suite/Adavanced UI type project to create unified installer (which contains mongodb,rabbitmq,robo 3T...etc subinstallers.) . we have few pre uninstall & post uninstall activities after each package . when I click on uninstall of unified installer . all the sub installers, uninstallation process is getting trigged at once. but I want to uninstall them in the order, which I have installed them. how do we make parent installer to wait for package uninstall to complete ? for information mongodb, rabbitmq installers are from Null soft and they have a separate uninstall.exe file for uninstallation process. I have tried /clone_wait parameter . but no luck.
... View more
Labels
- Labels:
-
InstallShield 2015 Premier
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 06, 2019
03:23 PM
Hi rguggisberg, Thank you for your response. You mentioned that we can achieve this using Events. after reading about the events (OnBegin,OnResuming ..etc. ) I didnt find any event which gets triggered during/after un installation . Can you please point me to a link or info about implementation . Regards Raghu
... View more
May 01, 2019
01:19 PM
I mean for installing the package , install shield invokes the SFX file, which executes the Install.bat(which is in Zip) ,and install.bat invokes child installers in zip file. In case of uninstall I have to explicitly invoke uninstall.bat which is in the zip file.so for that I modified below properties as show below . but it is not working. is this right way to invoke?
... View more
Apr 30, 2019
01:48 PM
Hi - I have created an installer which has a self extracted Zip file (SFX with .exe extension) as a feature. when installation process initiates this feature , SFX file is extracted to C:\Temp and runs install.bat file after extraction , which intern invokes child installers. this is all working fine. as a part of uninstall I have to invoke Uninstall.bat file in zip file. I tried using like below but it didnt work. Opeations => Remove=>EXE CommandLine => C:\Windows\System32\cmd.exe C:\Temp\rabbitmq\uninstall.bat any thoughts on how to initiate a bat file using uninstall process. Regards Raghu
... View more
Labels
- Labels:
-
InstallShield 2014
Apr 18, 2019
10:44 PM
Hi All, We have a complex installer architecture .Any suggestions on this would be helpful. We have 4 Installers from 4 different Teams. I have to create unified installer.with some prerequisites. below are the brief details about 4 installers 1. Created Using Installsheild. 2.Create using Microsoft Msi project. 3. An self extract and running exe , on click of exe it Unzips all the files and runs bat file (as bootstrap) after unzipping, and bat file runs powershell script to install 4 sub(child) installers and executes some custom scripts after each sub installer. 4. An self extract and running exe , on click of exe, it Unzips all the files and runs bat file (as bootstrap) after unzipping, and bat file runs powershell script to install 3 sub(child) installers and executes some custom scripts after each sub installer. I started with Suite/Advanced UI Project. thinking of creating a new setup file which would simply initiate the Child installer & rest would be taken care the child installer. and which worked-fine for 1 & 2nd . But for 3rd and 4th installer , after extracting the Zip file when ever bat is initiated. Set up shows a error saying "Looks like installer failed . do still want to continue." and setup finises . but bat file continues calling Powershell script and installing child installers. i.e setup is not waiting for bat to complete. do we have to change any settings so that installers waits for bat file completion? Any suggestions on this would be helpful. Thanks Raghu
... View more
Latest posts by ragava28
Subject | Views | Posted |
---|---|---|
558 | Mar 15, 2021 02:17 PM | |
594 | 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 | |
3089 | May 06, 2019 03:23 PM | |
3156 | 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