HuntnGather – Diff between revs 1 and 20

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 20
Line 1... Line 1...
1 ; 1 ; Hunt & Gather
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 @default-dest "Work:") 6 (set @app-name "Hunt & Gather")
7 (complete 7) 7 (set @default-dest "Work:")
Line 8... Line 8...
8 ; 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") 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   10  
11 (complete 14) 11 (complete 9)
12 ; 12 ;
13 (set #arch 13 (set #arch
Line 19... Line 19...
19 ) 19 )
20 ) 20 )
21 (if (= #arch 0) (set #cpu_20 1) (set #cpu_20 0)) 21 (if (= #arch 0) (set #cpu_20 1) (set #cpu_20 0))
22 (if (= #arch 1) (set #cpu_00 1) (set #cpu_00 0)) 22 (if (= #arch 1) (set #cpu_00 1) (set #cpu_00 0))
Line 23... Line 23...
23   23  
24 (complete 21) 24 (complete 18)
25 ; 25 ;
26 (if (= #cpu_20 1) 26 (if (= #cpu_20 1)
Line 27... Line 27...
27 ( 27 (
28   28  
29 (complete 28) 29 (complete 27)
30 ; 30 ;
31 (copyfiles 31 (copyfiles
32 (prompt "Copying Files...") 32 (prompt "Copying Files...")
Line 36... Line 36...
36 (source "") 36 (source "")
37 (dest "C:") 37 (dest "C:")
38 (choices "C/Gather.20" "C/Hunt.20") 38 (choices "C/Gather.20" "C/Hunt.20")
39 ) 39 )
Line 40... Line 40...
40   40  
41 (complete 35) 41 (complete 36)
42 ; 42 ;
43 (rename "C:Hunt.20" "C:Hunt" 43 (rename "C:Hunt.20" "C:Hunt"
44 (prompt "Renaming...") 44 (prompt "Renaming...")
45 (help ) 45 (help )
46 (confirm "expert") 46 (confirm "expert")
Line 47... Line 47...
47 ) 47 )
48   48  
49 (complete 42) 49 (complete 45)
50 ; 50 ;
51 (rename "C:Gather.20" "C:Gather" 51 (rename "C:Gather.20" "C:Gather"
52 (prompt "Renaming...") 52 (prompt "Renaming...")
53 (help ) 53 (help )
Line 54... Line 54...
54 (confirm "expert") 54 (confirm "expert")
55 ) 55 )
56   56  
57 (complete 49) 57 (complete 55)
Line 58... Line 58...
58 ; 58 ;
59 ) ; Else 59 ) ; Else
60 ( 60 (
61   61  
62 (complete 56) 62 (complete 64)
63 ; 63 ;
Line 69... Line 69...
69 (source "") 69 (source "")
70 (dest "C:") 70 (dest "C:")
71 (choices "C/Hunt.00" "C/Gather.00") 71 (choices "C/Hunt.00" "C/Gather.00")
72 ) 72 )
Line 73... Line 73...
73   73  
74 (complete 63) 74 (complete 73)
75 ; 75 ;
76 (rename "C:Hunt.00" "C:Hunt" 76 (rename "C:Hunt.00" "C:Hunt"
77 (prompt "Renaming...") 77 (prompt "Renaming...")
78 (help ) 78 (help )
79 (confirm "expert") 79 (confirm "expert")
Line 80... Line 80...
80 ) 80 )
81   81  
82 (complete 70) 82 (complete 82)
83 ; 83 ;
84 (rename "C:Gather.00" "C:Gather" 84 (rename "C:Gather.00" "C:Gather"
85 (prompt "Renaming...") 85 (prompt "Renaming...")
86 (help ) 86 (help )
Line 87... Line 87...
87 (confirm "expert") 87 (confirm "expert")
88 ) 88 )
89   89  
90 ) 90 )
91 ) ; End If 91 ) ; End If
92 (complete 77) 92 (complete 91)
93 ; 93 ;
94 (copyfiles 94 (copyfiles
95 (prompt "Copying Documentation...\n") 95 (prompt "Copying Documentation...\n")
96 (help @copyfiles-help) 96 (help @copyfiles-help)
97 (infos) 97 (infos)
98 (confirm "expert") 98 (confirm "expert")
99 (source "") 99 (source "")
Line 100... Line 100...
100 (dest "HELP:") 100 (dest "HELP:")
101 (choices "Hunt & Gather.doc") 101 (choices "HuntnGather.readme")
102 ) 102 )