Error 1001 using custom installer with Visual Studio 2008

前端 未结 2 2038
有刺的猬
有刺的猬 2021-01-05 09:31

I\'ve created a simple winforms app and a custom installer. It all seems simple enough but I get the following popup and error details in the event log.

2条回答
  •  半阙折子戏
    2021-01-05 10:02

    I had the same issue. In my case this blog helped: https://timgolisch.wordpress.com/2016/06/05/error-1001-exception-occurred-while-initalizing-the-installation/

    Just to sum it up: check if your Output project Target .NET Framework version is matching with the Installer project Launch Condition .NET Framework version.

提交回复
热议问题