Search found 33 matches

Go to advanced search

by nchounlapane
Thu Mar 13, 2025 6:16 pm
Forum: Common Problems
Topic: Removing prerequisites during uninstallation of main package
Replies: 6
Views: 11101
 
Jump to post

Re: Removing prerequisites during uninstallation of main package

This is actually what I needed. Since I added the prerequisite using /NewPrerequisite command, is there any way to update the prerequisite's Uninstall Command Line and enable Allow Uninstall from advanced installer command line?
by nchounlapane
Tue Mar 11, 2025 9:46 pm
Forum: Common Problems
Topic: Removing prerequisites during uninstallation of main package
Replies: 6
Views: 11101
 
Jump to post

Removing prerequisites during uninstallation of main package

On my main installer, I've added pre-requisites using the /NewPrerequisite command. Is there a way to uninstall the pre-requisites when the main installer is being uninstalled? It seems that using a powershell script wouldn't work since running it blocks any uninstalls if there is already one ...
by nchounlapane
Thu Jan 16, 2025 8:33 pm
Forum: Common Problems
Topic: Retrieving install parameters from prerequisite installer
Replies: 3
Views: 5161
 
Jump to post

Re: Retrieving install parameters from prerequisite installer

Catalin,

Thank you for your response. We have considered the registry solution but we decided on a different approach.

Regards,
Nick
by nchounlapane
Wed Dec 18, 2024 5:02 pm
Forum: Common Problems
Topic: Retrieving install parameters from prerequisite installer
Replies: 3
Views: 5161
 
Jump to post

Retrieving install parameters from prerequisite installer

I have a main installer that has post-install prerequisites. From one of the prerequisites, I would like to run "Action to be run after this package installation". The prerequisite is another Advanced Installer project. Is there a way to have the prerequisite installer to set install parameters for ...
by nchounlapane
Thu Apr 20, 2023 6:02 pm
Forum: Common Problems
Topic: Changing TEMP directory folder
Replies: 5
Views: 12345
 
Jump to post

Re: Changing TEMP directory folder

I apologize if I wasn't clear. Our goal is for the installer to navigate away using the %TEMP% directory. I'm aware that you can change where PowerShell scripts can be launched and where the verbose log gets generated by updating the MSI command line. Is there a way where we can assure that the ...
by nchounlapane
Wed Apr 19, 2023 5:43 pm
Forum: Common Problems
Topic: Changing TEMP directory folder
Replies: 5
Views: 12345
 
Jump to post

Re: Changing TEMP directory folder

Catalin,

My follow up question would be that since the install log and PowerShell scripts uses %TEMP% by default, we would have to manually change each of them to use a designated TEMP folder as you mentioned? Also, how do you also change the output of where the SQL log file (AI_SQLScripts.log ...
by nchounlapane
Fri Apr 14, 2023 8:06 pm
Forum: Common Problems
Topic: Changing TEMP directory folder
Replies: 5
Views: 12345
 
Jump to post

Changing TEMP directory folder

Is there a way to change where the installer uses the TEMP directory? It seems that the installer is geared towards using the TEMP environmental variable path. I am wondering if we are able to direct the installer to use a different path without changing the TEMP environmental variable?
by nchounlapane
Thu Mar 02, 2023 11:51 pm
Forum: Common Problems
Topic: Registry does not set from conditional component
Replies: 3
Views: 3638
 
Jump to post

Re: Registry does not set from conditional component

Liviu,

Yes this works. Thank you!

Nick
by nchounlapane
Wed Mar 01, 2023 5:56 pm
Forum: Common Problems
Topic: Registry does not set from conditional component
Replies: 3
Views: 3638
 
Jump to post

Registry does not set from conditional component

I have a registry that needs to be set based on a checkbox property within the install dialog. The component of the registry (within organization tab) is conditioned to the checkbox property. It is expected that if the checkbox is checked, the registry should be set. After the installation is ...
by nchounlapane
Mon Sep 26, 2022 7:14 pm
Forum: Common Problems
Topic: Subsequent prerequisites do not install after updating AdoptOpenJDK to Eclipse Adoptium
Replies: 3
Views: 5707
 
Jump to post

Re: Subsequent prerequisites do not install after updating AdoptOpenJDK to Eclipse Adoptium

I have already tried rescheduling the prerequisites, which kind of worked. It resulted in SubPrereq upgrading as expected and installing Eclipse Temurin JRE, but did something unusual where it pops up "Eclipse Temurin JRE with Hotspot 8u322-b06 (x64) mandatory prerequisite was not installed ...
by nchounlapane
Tue Sep 20, 2022 9:02 pm
Forum: Common Problems
Topic: Subsequent prerequisites do not install after updating AdoptOpenJDK to Eclipse Adoptium
Replies: 3
Views: 5707
 
Jump to post

Subsequent prerequisites do not install after updating AdoptOpenJDK to Eclipse Adoptium

I have an installer with a list of prerequisites. The goal is to upgrade the machine that has AdoptOpenJDK JRE with Hotspot 8.0.212.03 (x64) currently installed and upgrading to Eclipse Temurin JRE with Hotspot 8u322-b06 (x64) , including any other prerequisites (in this example, lets call it ...
by nchounlapane
Fri Jan 14, 2022 7:04 pm
Forum: Common Problems
Topic: Post-install prerequisites not installing on upgrade
Replies: 3
Views: 3393
 
Jump to post

Re: Post-install prerequisites not installing on upgrade

Thank you, Liviu. It is now working as expected!

Nick
by nchounlapane
Thu Jan 13, 2022 4:52 pm
Forum: Common Problems
Topic: Post-install prerequisites not installing on upgrade
Replies: 3
Views: 3393
 
Jump to post

Post-install prerequisites not installing on upgrade

Advanced Installer v16.7

I currently have a custom dialog that sets an install parameter (i.e FEATURE_INSTALL) to either True or False based on a checkbox value. This install parameter will be used for the installation behavior condition for a post-install feature. The installation behavior for the ...
by nchounlapane
Tue Dec 14, 2021 4:55 pm
Forum: Common Problems
Topic: Prerequisite selector version check and controls
Replies: 3
Views: 3931
 
Jump to post

Re: Prerequisite selector version check and controls

Thank you for your response!

Nick

Go to advanced search