stretch327
Posts: 9
Joined: Mon May 19, 2008 7:13 pm

How to set License Agreement EULA to use a Project Path Variable

Mon Mar 14, 2022 7:49 pm

In our system, the machine that we develop our installers and the machine where we build the installers are not the same. As such, we are making extensive use of the Project Path Variables to point the different parts to the correct locations when it is time to build. The one exception seems to be the EULA. When we select an RTF file to be displayed on the License Agreement dialog, it does not ask which property to use and just seems to use an absolute path, which is not necessarily where it will be when building.

I'm hoping that I'm missing something simple about how to do this.

stretch327
Posts: 9
Joined: Mon May 19, 2008 7:13 pm

Re: How to set License Agreement EULA to use a Project Path Variable

Mon Mar 14, 2022 9:11 pm

While not the answer I was looking for, I see that I can call

Code: Select all

/SetEula 
From the command line and that will do what we need for now.

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: How to set License Agreement EULA to use a Project Path Variable

Tue Mar 15, 2022 2:17 pm

Hello,

Unfortunately, Advanced Installer does not support relative paths for EULA files.

However, this is already on our TODO list of improvements. I have increased its priority and hopefully it will be implemented in a future version of Advanced Installer.

I apologize for the inconvenience.

I'm also glad that you managed to solve your problem using our command line support.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”