Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在欢迎屏幕上,我收到此消息
这将在您的计算机上安装“我的程序名称”1.0 版
我怎样才能删除这个version 1.0。我希望它只是:
version 1.0
这将在您的计算机上安装“我的程序名称”
那里的文本使用AppVerName默认为“AppName version AppVersion”的指令的值。
AppVerName
如果要覆盖 to 以仅显示 AppName,则可以使用与 AppName 指令相同的值:
AppName=My Program Name AppVersion=1.0 AppVerName=My Program Name