pascalabcnet/ReleaseGenerators/RussianHelpFramework.nsh
Бондарев Иван 25d2217b13 updated xml help files
2018-03-29 21:52:13 +02:00

18 lines
619 B
Plaintext

Section "Framework Class Library Help" FrameworkHelp
SectionIn 1
IfFileExists "$WINDIR\Microsoft.NET\Framework64" 0 +5
IfFileExists "$WINDIR\Microsoft.NET\Framework64\v4.0.30319\ru\System.Net.Http.xml" 0 +2
Goto dotnet40helpinstalled
SetOutPath "$WINDIR\Microsoft.NET\Framework64\v4.0.30319\ru"
Goto copyfiles
IfFileExists "$WINDIR\Microsoft.NET\Framework\v4.0.30319\ru\System.Net.Http.xml" 0 +2
Goto dotnet40helpinstalled
SetOutPath "$WINDIR\Microsoft.NET\Framework\v4.0.30319\ru"
copyfiles:
File DotNet471\Tooltips\*.xml
Goto exithelp
dotnet40helpinstalled:
exithelp:
SectionEnd