Can I set a custom license using WiX?

后端 未结 2 1318
情歌与酒
情歌与酒 2021-02-04 04:29

The default license for an MSI generated by WiX is the common public license. How do I change this to GPLv2?

2条回答
  •  孤街浪徒
    2021-02-04 05:01

    Also worth mentioning is that you can provide variables on the command line, very handy when building localized MSI packages.

    Example NANT code:

    
    
      
      
    
      
    
    
    

提交回复
热议问题