pascalabcnet/ReleaseGenerators/PascalABCNETWithDotNet.nsi

8 lines
248 B
Plaintext
Raw Normal View History

SetCompressor /SOLID lzma
2015-05-14 22:35:07 +03:00
OutFile "..\Release\PascalABCNETWithDotNetSetup.exe"
!include PascalABCNET_head.nsh
!include DotNetChecker.nsh
2018-02-10 23:24:27 +03:00
!include DotNet47.nsh
2015-05-14 22:35:07 +03:00
;!include DotNetHelp.nsh
!include PascalABCNET_sections.nsh
!include PascalABCNET_end.nsh