How to add .Net framework prerequisite to setup install

后端 未结 4 1027
不思量自难忘°
不思量自难忘° 2021-02-04 05:43

I have a C# WinForms project in MS Visual Studio 2017. I have added a Visual Studio Installer Setup Wizard Project to create an installer for my application. Th

4条回答
  •  臣服心动
    2021-02-04 05:58

    For me (VS2017 enterprise) the correct path is (for 4.7.1) C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471

    hope this will help

    Benoist LUGNIER

提交回复
热议问题