pascalabcnet/ReleaseGenerators/PascalABCNETWithDotNet40.nsi

8 lines
250 B
Plaintext
Raw Permalink Normal View History

SetCompressor /SOLID lzma
2018-02-10 23:24:27 +03:00
OutFile "..\Release\PascalABCNETWithDotNet40Setup.exe"
2018-02-01 23:19:31 +03:00
!include PascalABCNET_head.nsh
!include DotNetChecker.nsh
2018-02-10 23:24:27 +03:00
!include DotNet40.nsh
2018-02-01 23:19:31 +03:00
;!include DotNetHelp.nsh
!include PascalABCNET_sections.nsh
!include PascalABCNET_end.nsh