Browse Source

Add Python 2.2 to the installer

pull/128/head
Adam Johnson 5 years ago
parent
commit
46889aca36
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 8
      installer/Installer.nsi

8
installer/Installer.nsi

@ -211,6 +211,14 @@ SectionGroup /e "Korman"
SectionEnd
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
WriteRegStr HKLM "Software\Korman" "" $INSTDIR
WriteUninstaller "$INSTDIR\korman_uninstall.exe"

Loading…
Cancel
Save