HuntnGather – Diff between revs 20 and 35

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 20 Rev 35
Line 2... Line 2...
2   2  
Line 3... Line 3...
3 ; Generated by InstallerGen 1.5! 3 ; Generated by InstallerGen 1.5!
4   4  
5 (complete 0) 5 (complete 0)
6 (set @app-name "Hunt & Gather") 6 (set @app-name "Hunt & Gather")
7 (set @default-dest "Work:") 7 (set @default-dest "RAM:")
Line 8... Line -...
8 ; -  
9 (welcome "Good day! \n\nWelcome to the Hunt & Gather Installer. The binaries will be copied to C: and the documentation to HELP:\n") -  
10   -  
11 (complete 9) -  
12 ; -  
13 (set #arch -  
14 (askchoice -  
15 (prompt "Select CPU") -  
16 (help @askchoice-help) -  
17 (choices "68020+" "68000") -  
18 (default 0) -  
19 ) -  
20 ) -  
21 (if (= #arch 0) (set #cpu_20 1) (set #cpu_20 0)) 8 ;
22 (if (= #arch 1) (set #cpu_00 1) (set #cpu_00 0)) -  
23   -  
24 (complete 18) -  
25 ; -  
26 (if (= #cpu_20 1) -  
27 ( 9 (welcome "Good day! \n\nWelcome to the Hunt & Gather Installer. The binaries will be copied to C: and the documentation to HELP:\n")
28   10  
29 (complete 27) 11 (complete 33)
30 ; 12 ;
31 (copyfiles 13 (copyfiles
32 (prompt "Copying Files...") 14 (prompt "Copying Files...")
33 (help @copyfiles-help) 15 (help @copyfiles-help)
34 (infos) 16 (infos)
35 (confirm "expert") 17 (confirm "expert")
36 (source "") -  
37 (dest "C:") -  
38 (choices "C/Gather.20" "C/Hunt.20") -  
39 ) -  
40   -  
41 (complete 36) -  
42 ; -  
43 (rename "C:Hunt.20" "C:Hunt" -  
44 (prompt "Renaming...") 18 (source "")
Line 45... Line -...
45 (help ) -  
46 (confirm "expert") -  
47 ) -  
48   -  
49 (complete 45) -  
50 ; -  
51 (rename "C:Gather.20" "C:Gather" -  
52 (prompt "Renaming...") -  
53 (help ) -  
54 (confirm "expert") -  
55 ) -  
56   -  
57 (complete 55) -  
58 ; 19 (dest "C:")
59 ) ; Else -  
60 ( -  
61   -  
62 (complete 64) -  
63 ; -  
64 (copyfiles -  
65 (prompt "Copying Files...") -  
66 (help @copyfiles-help) -  
67 (infos) -  
68 (confirm "expert") -  
69 (source "") -  
70 (dest "C:") -  
71 (choices "C/Hunt.00" "C/Gather.00") -  
72 ) -  
73   -  
74 (complete 73) -  
75 ; -  
76 (rename "C:Hunt.00" "C:Hunt" -  
77 (prompt "Renaming...") -  
78 (help ) -  
79 (confirm "expert") -  
80 ) -  
81   -  
82 (complete 82) -  
83 ; -  
84 (rename "C:Gather.00" "C:Gather" -  
85 (prompt "Renaming...") -  
86 (help ) -  
87 (confirm "expert") -  
88 ) -  
89   20 (choices "C/Hunt" "C/Gather")
90 ) 21 )
91 ) ; End If 22  
92 (complete 91) 23 (complete 67)
93 ; 24 ;
Line 102... Line 33...
102 ) 33 )
Line 103... Line 34...
103   34  
104 (complete 100) 35 (complete 100)
105 ; 36 ;
106 (exit "To use:\n\n1.) Run: Gather RAM:\n\nto index files inside the RAM drive.\n\n2.) Run: Hunt prefs\n\nto search for files that contain \"prefs\" in their name.\n\nBe vigilant!") -