HuntnGather – Rev 35

Subversion Repositories:
Rev:
; Hunt & Gather

; Generated by InstallerGen 1.5!

(complete 0)
(set @app-name "Hunt & Gather")
(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 33)
; 
(copyfiles
  (prompt "Copying Files...")
  (help @copyfiles-help)
  (infos)
  (confirm "expert")
  (source "")
  (dest "C:")
  (choices "C/Hunt" "C/Gather")
)

(complete 67)
; 
(copyfiles
  (prompt "Copying Documentation...\n")
  (help @copyfiles-help)
  (infos)
  (confirm "expert")
  (source "")
  (dest "HELP:")
  (choices "HuntnGather.readme")
)

(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!")