pascalabcnet/ReleaseGenerators/DotNetHelp.nsh
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

9 lines
171 B
Plaintext

Section ".NET Framework Documentation" DotNetHelp
SectionIn 1
SetOutPath "$INSTDIR"
File ..\bin\Documentation_NET40.chm
Goto exithelp
exithelp:
SectionEnd