HuntnGather – Rev 1

Subversion Repositories:
Rev:
; 

; Generated by InstallerGen 1.5!

(complete 0)
(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 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)
  (infos)
  (confirm "expert")
  (source "")
  (dest "C:")
  (choices "C/Gather.20" "C/Hunt.20")
)

(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)
  (confirm "expert")
  (source "")
  (dest "HELP:")
  (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!")