.net InstallUtil utility - 32 bit vs 64 bit

后端 未结 3 1671
耶瑟儿~
耶瑟儿~ 2020-12-30 03:32

I\'ve got a windows service compiled as AnyCPU. I\'m trying to get it into our installer to distribute. However... I am unclear on the difference between the 32 bit and

3条回答
  •  庸人自扰
    2020-12-30 04:02

    If you're installing a 64-bit only assembly, the 32-bit InstallUtil won't be able to load it. You'll need to use the 64-bit version.

提交回复
热议问题