HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 34  →  ?path2? @ 35
/trunk/HuntnGather/Install
@@ -4,30 +4,12 @@
 
(complete 0)
(set @app-name "Hunt & Gather")
(set @default-dest "Work:")
(set @default-dest "RAM:")
;
(welcome "Good day! \n\nWelcome to the Hunt & Gather Installer. The binaries will be copied to C: and the documentation to HELP:\n")
 
(complete 9)
(complete 33)
;
(set #arch
(askchoice
(prompt "Select CPU")
(help @askchoice-help)
(choices "68020+" "68000")
(default 0)
)
)
(if (= #arch 0) (set #cpu_20 1) (set #cpu_20 0))
(if (= #arch 1) (set #cpu_00 1) (set #cpu_00 0))
 
(complete 18)
;
(if (= #cpu_20 1)
(
 
(complete 27)
;
(copyfiles
(prompt "Copying Files...")
(help @copyfiles-help)
@@ -35,63 +17,12 @@
(confirm "expert")
(source "")
(dest "C:")
(choices "C/Gather.20" "C/Hunt.20")
(choices "C/Hunt" "C/Gather")
)
 
(complete 36)
(complete 67)
;
(rename "C:Hunt.20" "C:Hunt"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
(complete 45)
;
(rename "C:Gather.20" "C:Gather"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
(complete 55)
;
) ; Else
(
 
(complete 64)
;
(copyfiles
(prompt "Copying Files...")
(help @copyfiles-help)
(infos)
(confirm "expert")
(source "")
(dest "C:")
(choices "C/Hunt.00" "C/Gather.00")
)
 
(complete 73)
;
(rename "C:Hunt.00" "C:Hunt"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
(complete 82)
;
(rename "C:Gather.00" "C:Gather"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
)
) ; End If
(complete 91)
;
(copyfiles
(prompt "Copying Documentation...\n")
(help @copyfiles-help)
(infos)
@@ -104,4 +35,3 @@
(complete 100)
;
(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!")
 
/trunk/HuntnGather/InstallerProject
@@ -1,6 +1,6 @@
InstallerGen
1.5
12
4
1
11
 
@@ -18,54 +18,16 @@
 
 
2
2
 
Select CPU
9
 
2
68020+
#cpu_20
Yes
68000
#cpu_00
No
 
#arch
 
 
 
 
 
 
 
3
9
 
 
18
 
 
 
#cpu_20
 
 
1
 
1
 
2
4
5
 
Copying Files...
27
33
 
2
C/Gather.20
C/Hunt
C:
File
C/Hunt.20
C/Gather
C:
File
 
@@ -75,115 +37,13 @@
1
 
 
1
2
5
15
 
Renaming...
36
 
 
 
"C:Hunt.20"
"C:Hunt"
 
 
 
 
1
2
6
15
 
Renaming...
45
 
 
 
"C:Gather.20"
"C:Gather"
 
1
 
 
1
2
7
10
 
 
55
 
 
 
 
 
 
1
 
 
1
2
8
3
5
 
Copying Files...
64
 
2
C/Hunt.00
C:
File
C/Gather.00
C:
File
 
 
 
 
1
 
 
1
2
9
15
 
Renaming...
73
 
 
 
"C:Hunt.00"
"C:Hunt"
 
 
 
 
1
2
10
15
 
Renaming...
82
 
 
 
"C:Gather.00"
"C:Gather"
 
 
 
 
1
2
11
5
 
Copying Documentation...\n
91
67
 
1
HuntnGather.readme
@@ -198,7 +58,7 @@
 
 
2
12
4
23
 
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!