pascalabcnet/ReleaseGenerators/PascalABCNETWithDotNet.nsi

7 lines
215 B
Plaintext
Raw Normal View History

2015-05-14 22:35:07 +03:00
SetCompressor bzip2
OutFile "..\Release\PascalABCNETWithDotNetSetup.exe"
!include PascalABCNET_head.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