Good morning,
Before reporting the incident, I would like to describe how our application currently operates:
We have a MAIN application that installs other applications configured under the "Prerequisites" tab, installed via command line with necessary properties. Upon installation, the folder architecture is as follows:
Example command line for installing one of the prerequisites:
/exenoui /qn APPDIR="[APPDIR]\PreRequisiteName" WORKFOLDER="[WORKFOLDER]\PreRequisiteName" TENANTNAME="[TENANTNAME]" ORGANIZATIONNAME="[ORGANIZATIONNAME]" PROXYADDRESS="[PROXYADDRESS]" PROXYPORT=[PROXYPORT] ENABLEPROXY=[ENABLEPROXY] AUTHPROXY=[AUTHPROXY] PROXYUSER=[PROXYUSERNAMECRIPTO] PROXYPASSWORD=[PROXYPASSWORDCRIPTO] ENABLEGATEWAY=[ENABLEGATEWAY] GATEWAYADDRESS=[GATEWAYADDRESS] GATEWAYPORT=[GATEWAYPORT]
For further details on how we use this, here is a link: viewtopic.php?t=52086 to a previous topic we created (please disregard the incident reported in that topic and focus only on the explanation of how our application works).
Incident:
We upgraded Advanced Installer from version v20.7.1 to v21.8.2 and encountered the following issue:
When performing an update via command line, the properties passed in the "Prerequisites" tab are not transferred at runtime. Consequently, only the MAIN application is installed without the prerequisites.
Below is a log screenshot from an update performed using an installer generated in version 21.8.2 and executed via command line:
An important point is that this issue occurs only when the update is done via command line. Using the same package via the UI, the update succeeds in installing both the main application and its prerequisites.
With the installer generated in version 20.7.1, the command line update works correctly. Reviewing the log at the same point as before, it's evident that the property value is correctly passed:
Command line executed for update:
APP_1.0.0.exe /quiet
We've noticed some changes in the prerequisites tab interface. We've researched and made several adjustments, but none have been successful. Reverting to version 20.7.1 or earlier resolves the issue.
Could you assist us with this adjustment? Since the Advanced Installer interface has changed, there might be another configuration we haven't found, or perhaps this is indeed a bug.
Thanks.