@@ -208,19 +208,10 @@ var LIBOGC_VER
208208var LIBOGC_FAT
209209var LIBOGC_FAT_VER
210210
211- var DEVKITPSP
212- var DEVKITPSP_VER
213- var PSPDOC
214- var PSPDOC_VER
215211var LIBMIRKO
216212var LIBMIRKO_VER
217213var PNOTEPAD
218214var PNOTEPAD_VER
219- var INSIGHT
220- var INSIGHT_VER
221-
222- var GCUBE
223- var GCUBE_VER
224215
225216var BASEDIR
226217var Updates
@@ -321,20 +312,12 @@ SectionGroup "devkitPPC" grpdevkitPPC
321312 Section " Wii examples" wiiexamples
322313 SectionIn 1 3
323314 SectionEnd
324- Section " Gcube" gcube
325- SectionIn 1 3
326- SectionEnd
327315SectionGroupEnd
328316
329317Section " Programmer's Notepad" Pnotepad
330318 SectionIn 1 2 3 4
331319SectionEnd
332320
333- Section " Insight" Secinsight
334- SectionIn 1
335- SectionEnd
336-
337-
338321Section -installComponents
339322
340323 SetAutoClose false
@@ -444,14 +427,6 @@ Section -installComponents
444427 push $PNOTEPAD
445428 Call DownloadIfNeeded
446429
447- push ${Secinsight}
448- push $INSIGHT
449- Call DownloadIfNeeded
450-
451- push ${gcube}
452- push $GCUBE
453- Call DownloadIfNeeded
454-
455430 SetDetailsView show
456431
457432 IntCmp $Install 1 +1 SkipInstall SkipInstall
@@ -628,23 +603,6 @@ SkipMsys:
628603 push $WIIEXAMPLES_VER
629604 call ExtractExamples
630605
631- push ${gcube}
632- push " emulators"
633- push $GCUBE
634- push " gcube"
635- push $GCUBE_VER
636- call ExtractLib
637-
638- !insertmacro SectionFlagIsSet ${Secinsight} ${SF_SELECTED} +1 SkipInsight
639-
640- RMDir /r " $INSTDIR/Insight"
641-
642- ExecWait ' "$EXEDIR/$INSIGHT" -y -o$INSTDIR'
643- WriteINIStr $INSTDIR \installed.ini insight Version $INSIGHT_VER
644- push $INSIGHT
645- call RemoveFile
646-
647- SkipInsight:
648606 SectionGetFlags ${Pnotepad} $R0
649607 IntOp $R0 $R0 & ${SF_SELECTED}
650608 IntCmp $R0 ${SF_SELECTED} +1 SkipPnotepad
@@ -770,8 +728,6 @@ SectionEnd
770728 !insertmacro MUI_DESCRIPTION_TEXT ${gp32examples} " Gamepark GP32 example code"
771729 !insertmacro MUI_DESCRIPTION_TEXT ${cubeexamples} " Nintendo Gamecube example code"
772730 !insertmacro MUI_DESCRIPTION_TEXT ${wiiexamples} " Nintendo Wii example code"
773- !insertmacro MUI_DESCRIPTION_TEXT ${Secinsight} " GUI debugger"
774- !insertmacro MUI_DESCRIPTION_TEXT ${gcube} " Gamecube emulator"
775731 !insertmacro MUI_DESCRIPTION_TEXT ${defaultarm7} " default Nintendo DS arm7 core"
776732!insertmacro MUI_FUNCTION_DESCRIPTION_END
777733
@@ -988,24 +944,13 @@ installing:
988944 ReadINIStr $WIIEXAMPLES_VER " $EXEDIR\devkitProUpdate.ini" " wiiexamples" " Version"
989945 SectionSetSize ${wiiexamples} $R0
990946
991- ReadINIStr $R0 " $EXEDIR\devkitProUpdate.ini" " gcube" " Size"
992- ReadINIStr $GCUBE " $EXEDIR\devkitProUpdate.ini" " gcube" " File"
993- ReadINIStr $GCUBE_VER " $EXEDIR\devkitProUpdate.ini" " gcube" " Version"
994- SectionSetSize ${gcube} $R0
995-
996947 ReadINIStr $R0 " $EXEDIR\devkitProUpdate.ini" " pnotepad" " Size"
997948 ReadINIStr $PNOTEPAD " $EXEDIR\devkitProUpdate.ini" " pnotepad" " File"
998949 ReadINIStr $PNOTEPAD_VER " $EXEDIR\devkitProUpdate.ini" " pnotepad" " Version"
999950 SectionSetSize ${Pnotepad} $R0
1000951
1001- ReadINIStr $R0 " $EXEDIR\devkitProUpdate.ini" " insight" " Size"
1002- ReadINIStr $INSIGHT " $EXEDIR\devkitProUpdate.ini" " insight" " File"
1003- ReadINIStr $INSIGHT_VER " $EXEDIR\devkitProUpdate.ini" " insight" " Version"
1004- SectionSetSize ${Secinsight} $R0
1005-
1006952 !insertmacro INSTALLOPTIONS_EXTRACT_AS " Dialogs\PickMirror.ini" " PickMirror.ini"
1007953
1008-
1009954 GetTempFileName $keepINI $PLUGINSDIR
1010955 File /oname= $keepINI " Dialogs\keepfiles.ini"
1011956
@@ -1184,14 +1129,6 @@ dkARMupdates:
11841129 push ${wiiexamples}
11851130 call checkVersion
11861131
1187- ReadINIStr $0 " $INSTDIR\installed.ini" " gcube" " Version"
1188-
1189- push " gcube"
1190- push $GCUBE_VER
1191- push ${gcube}
1192- call checkVersion
1193-
1194-
11951132 IntOp $R1 $Updates - $R2
11961133 IntCmp $R1 0 +1 dkPPCupdates dkPPCupdates
11971134
@@ -1206,13 +1143,6 @@ dkPPCupdates:
12061143 push ${Pnotepad}
12071144 call checkVersion
12081145
1209- ReadINIStr $0 " $INSTDIR\installed.ini" " insight" " Version"
1210-
1211- push " insight"
1212- push $INSIGHT_VER
1213- push ${Secinsight}
1214- call checkVersion
1215-
12161146first_install:
12171147
12181148FunctionEnd
0 commit comments