pascalabcnet/ReleaseGenerators/DotNetHelp.nsh

9 lines
171 B
Plaintext
Raw Normal View History

2015-05-14 22:35:07 +03:00
Section ".NET Framework Documentation" DotNetHelp
SectionIn 1
SetOutPath "$INSTDIR"
File ..\bin\Documentation_NET40.chm
Goto exithelp
exithelp:
SectionEnd