Can't set 64 bit target for Setup Project in Visual Studio 2017

前端 未结 1 1741
情书的邮戳
情书的邮戳 2021-01-17 09:08

I\'m going round in circles trying to build an MSI installer for 64 bit output. I\'m using visual studio 2017 with the Installer Projects add-on from the store.

I j

相关标签:
1条回答
  • 2021-01-17 09:26

    The architecture is specified in the setup project's properties window which, confusingly enough, is not the same as the property pages, which is what you are showing there.

    If you select the setup project in solution explorer and click F4 you sould see the properties window with AddRemoveProgramsIcon, Manufacturer and so on. Down that list is TargetPlatform where you specify x86 or x64.

    0 讨论(0)
提交回复
热议问题