NSIS - put EXE version into name of installer

前端 未结 7 758
臣服心动
臣服心动 2020-12-24 03:04

NSIS has a Name variable that you define in the script:

Name \"MyApp\"

It defines the name of the installer, that gets displayed as the win

7条回答
  •  旧时难觅i
    2020-12-24 03:45

    I found a way to do this on the NSIS wiki:

    http://nsis.sourceforge.net/Version_Info_manipulations_on_compile-time

提交回复
热议问题