App tools install issue

Hi Wagner,

I noticed a slight issue, perhaps you are already aware of it but just in case...

  C:\Delphi\Comps\TMS\SmartSetup\Products\tms.fnc.apptools\VCL.TMSFNCAppFormPersist.pas(29): error F2613: Unit 'Windows' not found. [C:\Delphi\Comps\TMS\SmartSetup\Temp\p\tms.fnc.apptools_d12_win64xintel_Debug\VCLTMSFNCAppToolsPkg.dproj]

    0 Warning(s)
    1 Error(s)

The work around was to just pick the compilers I need in the YAML file. I'm not using the new 64 bit compiler as yet.

BTW what do you use to create the YAML file. Is it something you have done yourself?

Regards

Steve

Hi Steve,

Thank you, we will solve this.

To manually edit the YAML files, I just use VS Code. The tmsbuild.yaml files that contain the definition of the products, those are simple files that we just copy/paste and modify manually.

But if you are referring to what to we use to parse the YAML from Smart Setup source code, yes, we implemented it ourselves from scratch. As I mentioned a few times, we plan to open source it, so soon it will be available to public.