InstallBuilder

 View Only
  • 1.  Enumerate objects in InstallBuilder

    Posted Mar 09, 2021 03:50 PM

    Hello!

    I have a question, please help me. Can I enumerate any objects in InstallBuilder project? For example, I want to enumerate all parameters from parametersList, using Foreach action in some action list, and display them. I know that I can manually enumerate parameter names in <values> tag of Foreach action, but I want to get all of them automatically. How can I do this? Thanks in advance.



  • 2.  RE: Enumerate objects in InstallBuilder

    Posted Mar 10, 2021 02:04 PM

    Hi  ,

    Unfortunately it's not possible to iterate over the project parameters and list them. I suggest creating such a list using a script or an XML parsing tool in your build pipeline before running the builder, and write the result to a file and then packing that file with the installer if you want to show it during the installation.

    Regards,

    Michiel



  • 3.  RE: Enumerate objects in InstallBuilder

    Posted Mar 15, 2021 09:27 AM

    Thanks a lot, Michiel!

    Yes, we have implemented the processing of parameters list statically.

    Best regards, Sergey.