HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/trunk/HuntnGather/Install
@@ -1,15 +1,33 @@
; Hunt & Gather
;
 
; Generated by InstallerGen 1.5!
 
(complete 0)
(set @app-name "Hunt & Gather")
(set @default-dest "RAM:")
(set @default-dest "Work:")
(complete 7)
;
(welcome "Good day! \n\nWelcome to the Hunt & Gather Installer. The binaries will be copied to C: and the documentation to HELP:\n")
 
(complete 33)
(complete 14)
;
(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 21)
;
(if (= #cpu_20 1)
(
 
(complete 28)
;
(copyfiles
(prompt "Copying Files...")
(help @copyfiles-help)
@@ -17,12 +35,63 @@
(confirm "expert")
(source "")
(dest "C:")
(choices "C/Hunt" "C/Gather")
(choices "C/Gather.20" "C/Hunt.20")
)
 
(complete 67)
(complete 35)
;
(rename "C:Hunt.20" "C:Hunt"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
(complete 42)
;
(rename "C:Gather.20" "C:Gather"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
(complete 49)
;
) ; Else
(
 
(complete 56)
;
(copyfiles
(prompt "Copying Files...")
(help @copyfiles-help)
(infos)
(confirm "expert")
(source "")
(dest "C:")
(choices "C/Hunt.00" "C/Gather.00")
)
 
(complete 63)
;
(rename "C:Hunt.00" "C:Hunt"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
(complete 70)
;
(rename "C:Gather.00" "C:Gather"
(prompt "Renaming...")
(help )
(confirm "expert")
)
 
)
) ; End If
(complete 77)
;
(copyfiles
(prompt "Copying Documentation...\n")
(help @copyfiles-help)
(infos)
@@ -29,9 +98,10 @@
(confirm "expert")
(source "")
(dest "HELP:")
(choices "HuntnGather.readme")
(choices "Hunt & Gather.doc")
)
 
(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!")