Error with Windows Installer … “Unable to get installer types”

前端 未结 5 693
花落未央
花落未央 2020-12-20 23:32

I\'m experiencing an error when using the windows installer to install an event source in a product I am deploying.

The error message I receive states the following

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-20 23:38

    My problem was that I was using the 64 bit version of installutil.exe instead of the 32 bit version.

    • 32 bit path - C:\Windows\Microsoft.NET\Framework\v4.0.30319

    • 64 bit path - C:\Windows\Microsoft.NET\Framework64\v4.0.30319

提交回复
热议问题