Check for .NET4.5+ with NSIS

前端 未结 6 1943
暗喜
暗喜 2020-12-28 20:22

All, I am aware of the following methods to check the framework version in NSIS. For .NET4.0+ I currently use

Function IsDotNetInstalled

    StrCpy $0 \"0\         


        
6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 21:14

    If you're looking for options with .net framework 4.0+ (and above) including

    • .net 4.5
    • .net 4.5.1

    you can also check this plug-in for NSIS: DotNetChecker

提交回复
热议问题