Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 594b3d6

Browse files
committed
Some new stuff. Get the HTML docs via a new variable.
Comment out freeze script (doesn't work at all). Add dialog to get program manager group.
1 parent 66368cc commit 594b3d6

1 file changed

Lines changed: 100 additions & 93 deletions

File tree

PCbuild/python15.wse

Lines changed: 100 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ item: Global
2626
Variable Description3=Root of Python Build Tree
2727
Variable Default3=D:\src\Python-1.5
2828
Variable Flags3=00001001
29+
Variable Name4=_DOC_
30+
Variable Description4=HTML documentation tree
31+
Variable Default4=D:\src\Python-1.5\html
32+
Variable Flags4=00001000
2933
end
30-
item: Open/Close INSTALL.LOG
34+
remarked item: Open/Close INSTALL.LOG
3135
Flags=00000001
3236
end
3337
item: Check if File/Dir Exists
@@ -496,90 +500,39 @@ item: Custom Dialog Set
496500
end
497501
end
498502
end
499-
item: Custom Dialog Set
500-
Name=Select Program Manager Group
503+
item: End Block
504+
end
505+
item: Get ProgMan Group
506+
Variable=GROUP
507+
Window=Select Start Menu Group
508+
Description=Select the group where the Python shortcuts are installed in your start menu. By default, a new group named "Python 1.5" is created.
509+
Title=Group name for Python:
510+
Default=Python 1.5
511+
end
512+
item: Wizard Block
513+
Direction Variable=DIRECTION
501514
Display Variable=DISPLAY
502-
item: Dialog
503-
Title=%APPTITLE% Installation
504-
Title French=Installation de %APPTITLE%
505-
Title German=Installation von %APPTITLE%
506-
Title Spanish=Instalaci�n de %APPTITLE%
507-
Title Italian=Installazione di %APPTITLE%
508-
Width=271
509-
Height=224
510-
Font Name=Helv
511-
Font Size=8
512-
item: Push Button
513-
Rectangle=150 187 195 202
514-
Variable=DIRECTION
515-
Value=N
516-
Create Flags=01010000000000010000000000000001
517-
Text=&Next >
518-
Text French=&Suite >
519-
Text German=&Weiter >
520-
Text Spanish=&Siguiente >
521-
Text Italian=&Avanti >
522-
end
523-
item: Push Button
524-
Rectangle=105 187 150 202
525-
Variable=DIRECTION
526-
Value=B
527-
Create Flags=01010000000000010000000000000000
528-
Flags=0000000000000001
529-
Text=< &Back
530-
Text French=< &Retour
531-
Text German=< &Zur�ck
532-
Text Spanish=< &Atr�s
533-
Text Italian=< &Indietro
534-
end
535-
item: Push Button
536-
Rectangle=211 187 256 202
537-
Action=3
538-
Create Flags=01010000000000010000000000000000
539-
Text=&Cancel
540-
Text French=&Annuler
541-
Text German=&Abbrechen
542-
Text Spanish=&Cancelar
543-
Text Italian=&Annulla
544-
end
545-
item: Static
546-
Rectangle=8 180 256 181
547-
Action=3
548-
Create Flags=01010000000000000000000000000111
549-
end
550-
item: Static
551-
Rectangle=86 8 258 42
552-
Create Flags=01010000000000000000000000000000
553-
Flags=0000000000000001
554-
Name=Times New Roman
555-
Font Style=-24 0 0 0 700 255 0 0 0 3 2 1 18
556-
Text=Select ProgMan Group
557-
Text French=S�lectionner le groupe du Gestionnaire de programme
558-
Text German=Bestimmung der Programm-Managergruppe
559-
Text Spanish=Seleccione grupo del Administrador de programas
560-
Text Italian=Selezionare il gruppo ProgMan
561-
end
562-
item: Static
563-
Rectangle=86 44 256 68
564-
Create Flags=01010000000000000000000000000000
565-
Text=Enter the name of the Program Manager group to add the %APPTITLE% icons to:
566-
Text French=Entrez le nom du groupe du Gestionnaire de programme dans lequel vous souhaitez ajouter les ic�nes de %APPTITLE% :
567-
Text German=Geben Sie den Namen der Programmgruppe ein, der das Symbol %APPTITLE% hinzugef�gt werden soll:
568-
Text Spanish=Escriba el nombre del grupo del Administrador de programas en el que desea agregar los iconos de %APPTITLE%:
569-
Text Italian=Inserire il nome del gruppo Program Manager per aggiungere le icone %APPTITLE% a:
570-
end
571-
item: Combobox
572-
Rectangle=86 69 256 175
573-
Variable=GROUP
574-
Create Flags=01010000000000010000001000000001
575-
Flags=0000000000000001
576-
Text=%GROUP%
577-
Text French=%GROUP%
578-
Text German=%GROUP%
579-
Text Spanish=%GROUP%
580-
Text Italian=%GROUP%
581-
end
582-
end
515+
Bitmap Pathname=%_WISE_%\DIALOGS\TEMPLATE\WIZARD.BMP
516+
X Position=9
517+
Y Position=10
518+
Filler Color=8421440
519+
Dialog=Welcome
520+
Dialog=Select Destination Directory
521+
Dialog=Select Components
522+
Dialog=Select Program Manager Group
523+
Variable=
524+
Variable=
525+
Variable=
526+
Variable=EXPLORER
527+
Value=
528+
Value=
529+
Value=
530+
Value=1
531+
Compare=0
532+
Compare=0
533+
Compare=0
534+
Compare=0
535+
Flags=00000011
583536
end
584537
item: Custom Dialog Set
585538
Name=Start Installation
@@ -829,12 +782,36 @@ item: Install File
829782
Description=Utility Scripts
830783
Flags=0000000000000010
831784
end
832-
item: Install File
833-
Source=%_SRC_%\Tools\freeze\*.*
785+
remarked item: Install File
786+
Source=%_SRC_%\Tools\freeze\*.py
787+
Destination=%MAINDIR%\Tools\freeze
788+
Description=Freeze tool
789+
Flags=0000000000000010
790+
end
791+
remarked item: Install File
792+
Source=%_SRC_%\Tools\freeze\*.ini
834793
Destination=%MAINDIR%\Tools\freeze
835794
Description=Freeze tool
836795
Flags=0000000000000010
837796
end
797+
remarked item: Install File
798+
Source=%_SRC_%\Tools\freeze\*.html
799+
Destination=%MAINDIR%\Tools\freeze
800+
Description=Freeze tool
801+
Flags=0000000000000010
802+
end
803+
remarked item: Install File
804+
Source=%_SRC_%\Tools\freeze\README
805+
Destination=%MAINDIR%\Tools\freeze\README.txt
806+
Description=Freeze tool
807+
Flags=0000000000000010
808+
end
809+
remarked item: Install File
810+
Source=%_SRC_%\Python\frozenmain.c
811+
Destination=%MAINDIR%\Tools\freeze\frozenmain.c
812+
Description=Freeze tool
813+
Flags=0000000000000010
814+
end
838815
item: Install File
839816
Source=%_SRC_%\Tools\webchecker\*.py
840817
Destination=%MAINDIR%\Tools\webchecker
@@ -883,6 +860,36 @@ item: Install File
883860
Description=IDLE bootstrap script
884861
Flags=0000000000000010
885862
end
863+
item: Install File
864+
Source=%_SRC_%\Tools\pynche\*.py
865+
Destination=%MAINDIR%\Tools\pynche
866+
Description=pynche color editor
867+
Flags=0000000000000010
868+
end
869+
item: Install File
870+
Source=%_SRC_%\Tools\pynche\X\*.txt
871+
Destination=%MAINDIR%\Tools\pynche\X
872+
Description=pynche color editor - X files
873+
Flags=0000000000000010
874+
end
875+
item: Install File
876+
Source=%_SRC_%\Tools\pynche\README
877+
Destination=%MAINDIR%\Tools\pynche\README.txt
878+
Description=pynche color editor - README
879+
Flags=0000000100000010
880+
end
881+
item: Install File
882+
Source=%_SRC_%\Tools\pynche\pynche
883+
Destination=%MAINDIR%\Tools\pynche\pynche.py
884+
Description=pynche color editor - main
885+
Flags=0000000100000010
886+
end
887+
item: Install File
888+
Source=%_SRC_%\Tools\pynche\pynche.pyw
889+
Destination=%MAINDIR%\Tools\pynche\pynche.pyw
890+
Description=pynche color editor - noconsole main
891+
Flags=0000000100000010
892+
end
886893
item: End Block
887894
end
888895
item: If/While Statement
@@ -891,43 +898,43 @@ item: If/While Statement
891898
Flags=00001010
892899
end
893900
item: Install File
894-
Source=%_SRC_%\Doc\index.html
901+
Source=%_DOC_%\index.html
895902
Destination=%MAINDIR%\Doc\index.html
896903
Description=Python Documentation root (HTML)
897904
Flags=0000000000000010
898905
end
899906
item: Install File
900-
Source=%_SRC_%\Doc\icons\*.*
907+
Source=%_DOC_%\icons\*.*
901908
Destination=%MAINDIR%\Doc\icons
902909
Description=Python Documentation (HTML)
903910
Flags=0000000000000010
904911
end
905912
item: Install File
906-
Source=%_SRC_%\Doc\tut\*.*
913+
Source=%_DOC_%\tut\*.*
907914
Destination=%MAINDIR%\Doc\tut
908915
Description=Python Documentation (HTML)
909916
Flags=0000000000000010
910917
end
911918
item: Install File
912-
Source=%_SRC_%\Doc\lib\*.*
919+
Source=%_DOC_%\lib\*.*
913920
Destination=%MAINDIR%\Doc\lib
914921
Description=Python Documentation (HTML)
915922
Flags=0000000000000010
916923
end
917924
item: Install File
918-
Source=%_SRC_%\Doc\ext\*.*
925+
Source=%_DOC_%\ext\*.*
919926
Destination=%MAINDIR%\Doc\ext
920927
Description=Python Documentation (HTML)
921928
Flags=0000000000000010
922929
end
923930
item: Install File
924-
Source=%_SRC_%\Doc\api\*.*
931+
Source=%_DOC_%\api\*.*
925932
Destination=%MAINDIR%\Doc\api
926933
Description=Python Documentation (HTML)
927934
Flags=0000000000000010
928935
end
929936
item: Install File
930-
Source=%_SRC_%\Doc\ref\*.*
937+
Source=%_DOC_%\ref\*.*
931938
Destination=%MAINDIR%\Doc\ref
932939
Description=Python Documentation (HTML)
933940
Flags=0000000000000010

0 commit comments

Comments
 (0)