Announcement

Collapse
No announcement yet.

Can SUFDesign.exe return the name of the setup file created during /BUILD?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can SUFDesign.exe return the name of the setup file created during /BUILD?

    I am calling SUFDesign from a .bat file which creates an installer with the name formatted like #CURRENTYEAR##CURRENTMONTH2##CURRENTDAY##CURRENTHO UR##CURRENTMINUTE##CURRENTSECOND#_Product_Name_v#K EY_FILE_VERSION#_Installer.exe.

    I would like to capture the name of the installer created so I can pass it to arguments further down in the process. How can I accomplish this?

  • #2
    You can parse the output of the build process, the name of the setup is given at the end of the report:
    Code:
    Setup files created:
    
    > [highlight]20201222125102_MyProduct_v1.23_Installer.exe[/highlight] - 1.78 MB (1871024 bytes)
    See the /STDOUT command line parameter for getting this output.

    Ulrich

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎