4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 02:27:36 -04:00

Add Python 2.2 to the installer

This commit is contained in:
2019-01-07 14:00:37 -05:00
parent ec2070a000
commit 46889aca36

View File

@ -211,6 +211,14 @@ SectionGroup /e "Korman"
SectionEnd SectionEnd
SectionGroupEnd SectionGroupEnd
Section "Python 2.2"
SectionIn 1 2
SetOutPath "$TEMP\Korman"
File "Files\x86\Python-2.2.3.exe"
ExecWait "$TEMP\Korman\Python-2.2.3.exe /S"
SectionEnd
Section #TheRemover Section #TheRemover
WriteRegStr HKLM "Software\Korman" "" $INSTDIR WriteRegStr HKLM "Software\Korman" "" $INSTDIR
WriteUninstaller "$INSTDIR\korman_uninstall.exe" WriteUninstaller "$INSTDIR\korman_uninstall.exe"