WIX: Howto set the name of the msi output file dynamically

后端 未结 8 535
时光取名叫无心
时光取名叫无心 2021-01-31 16:44

I want to include some dynamic part in the filename of the msi file my wix projects produce. This dynamic part should be controlled by variables which are part of my wix project

8条回答
  •  悲哀的现实
    2021-01-31 17:28

    If you have several configuration than within .wixprj file you can do the following

    User.Setup
    Designerr.Setup
    

提交回复
热议问题