8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
SetCompressor /SOLID lzma
|
|
OutFile "..\Release\PascalABCNETWithDotNetSetup.exe"
|
|
!include PascalABCNET_head.nsh
|
|
!include DotNetChecker.nsh
|
|
!include DotNet47.nsh
|
|
;!include DotNetHelp.nsh
|
|
!include PascalABCNET_sections.nsh
|
|
!include PascalABCNET_end.nsh |