Search found 28 matches

Go to advanced search

by nchounlapane
Thu Apr 20, 2023 6:02 pm
Forum: Common Problems
Topic: Changing TEMP directory folder
Replies: 5
Views: 10159
 
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 inst...
by nchounlapane
Wed Apr 19, 2023 5:43 pm
Forum: Common Problems
Topic: Changing TEMP directory folder
Replies: 5
Views: 10159
 
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) will...
by nchounlapane
Fri Apr 14, 2023 8:06 pm
Forum: Common Problems
Topic: Changing TEMP directory folder
Replies: 5
Views: 10159
 
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: 2346
 
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: 2346
 
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 comple...
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: 4390
 
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 cor...
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: 4390
 
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 SubPre...
by nchounlapane
Fri Jan 14, 2022 7:04 pm
Forum: Common Problems
Topic: Post-install prerequisites not installing on upgrade
Replies: 3
Views: 2488
 
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: 2488
 
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: 2898
 
Jump to post

Re: Prerequisite selector version check and controls

Thank you for your response!

Nick
by nchounlapane
Tue Dec 14, 2021 12:23 am
Forum: Common Problems
Topic: Prerequisite selector version check and controls
Replies: 3
Views: 2898
 
Jump to post

Prerequisite selector version check and controls

Advanced Installer version 16.7 I have a few prerequisites that are under post-install. I'm trying to have the prerequisite selector show the user that the found version of an existing application is older than the required version. Within the attached files, I've included a sample AI project to sho...
by nchounlapane
Fri Aug 27, 2021 9:53 pm
Forum: Common Problems
Topic: PkgMgr.exe access denied
Replies: 5
Views: 12726
 
Jump to post

Re: PkgMgr.exe access denied

Hello! I am also getting the same exact issue as Andy. Our security policy prevents execution of scripts from the Temp folder, and Prevents all programs from running files from the Temp folder. Following up to his question, can AI use a different folder other than the TEMP folder due to security pol...
by nchounlapane
Tue Jul 27, 2021 6:47 pm
Forum: Common Problems
Topic: Post-Install pre-requisite unable to run SQL inline script
Replies: 3
Views: 9378
 
Jump to post

Re: Post-Install pre-requisite unable to run SQL inline script

I apologize for the super late response. Our main installer does have Impersonate User, but it looks like the sample project I've sent you guys doesn't have that enabled. We figured out that there were some missing parameters that were not set and eventually figured out what was going on. Thank you ...
by nchounlapane
Fri Jun 18, 2021 8:37 pm
Forum: Common Problems
Topic: Post-Install pre-requisite unable to run SQL inline script
Replies: 3
Views: 9378
 
Jump to post

Post-Install pre-requisite unable to run SQL inline script

Advanced Installer 16.7 Enterprise I have a post-install prerequisite that has a custom SQL connection that runs several inline SQL scripts. Running the main install followed by the post-install prerequsite runs normally as expected but when running via basic install, the post-install prereq cannot ...
by nchounlapane
Wed Jun 09, 2021 5:03 pm
Forum: Common Problems
Topic: Post-Install pre-requisites not installing on basic install
Replies: 4
Views: 5969
 
Jump to post

Re: Post-Install pre-requisites not installing on basic install

I might have a workaround to the issue. My main project calls a custom action via attached native DLL that sets certain install parameters. After switching back to setting install parameters via powershell inline script, it works. Seems unusual that it only works that way but it is something I would...

Go to advanced search