When installing our components in Delphi 10.4.1 (released today), our setups display the error:
Invalid condition: missing parenthesis in condition "!Exists($(MSBuildProjectFullPath)) And'$(_ToolName)'!='' And '$(FileToCompile)'!=''"
I'll upload fixed setups as soon as possible.
PS: the problem is in Delphi configuration files. They use syntax that was not used before, $(codes) outside strings.
Our setups and Dephi 10.4.1
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Our setups and Dephi 10.4.1
I upgraded to Delphi 10.4.1 which uninstalls Delphi 10.4 in the process. I selected the default option to not delete the registry entries. After 10.4.1 was installed, everything worked fine for me, including TRichview and LMD Elpack, neither of which needed to be reinstalled. I did not get the above error message.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Our setups and Dephi 10.4.1
Components that already installed work as before (maybe with one exception, C++Builder-only FMX RVMedia), if you kept registry entries.
But our setups (or any setup that use JCL code for installing components) fail.
I already fixed the problem, recreated all setups, and now I am testing them.
But our setups (or any setup that use JCL code for installing components) fail.
I already fixed the problem, recreated all setups, and now I am testing them.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Our setups and Dephi 10.4.1
All our setups are updated for compatibility with Delphi 10.4.1