Merge msi and exe

前端 未结 3 1460
北荒
北荒 2020-12-02 15:28

My deployment project creates and .msi-file and an .exe-file. Is it possible to merge these into one .exe?

3条回答
  •  抹茶落季
    2020-12-02 16:09

    I like it, you can see how to use IExpress on this link!

    The only problem I see was that I've generated a installer on Windows Vista 64bits, I was trying to install the generated .exe in a server with Windows Server 2008 32bits, but it throws an error about processor type.

提交回复
热议问题