HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 32
/trunk/HuntnGather/Install
@@ -1,14 +1,14 @@
;
; Hunt & Gather
 
; Generated by InstallerGen 1.5!
 
(complete 0)
(set @app-name "Hunt & Gather")
(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)
(complete 9)
;
(set #arch
(askchoice
@@ -21,12 +21,12 @@
(if (= #arch 0) (set #cpu_20 1) (set #cpu_20 0))
(if (= #arch 1) (set #cpu_00 1) (set #cpu_00 0))
 
(complete 21)
(complete 18)
;
(if (= #cpu_20 1)
(
 
(complete 28)
(complete 27)
;
(copyfiles
(prompt "Copying Files...")
@@ -38,7 +38,7 @@
(choices "C/Gather.20" "C/Hunt.20")
)
 
(complete 35)
(complete 36)
;
(rename "C:Hunt.20" "C:Hunt"
(prompt "Renaming...")
@@ -46,7 +46,7 @@
(confirm "expert")
)
 
(complete 42)
(complete 45)
;
(rename "C:Gather.20" "C:Gather"
(prompt "Renaming...")
@@ -54,12 +54,12 @@
(confirm "expert")
)
 
(complete 49)
(complete 55)
;
) ; Else
(
 
(complete 56)
(complete 64)
;
(copyfiles
(prompt "Copying Files...")
@@ -71,7 +71,7 @@
(choices "C/Hunt.00" "C/Gather.00")
)
 
(complete 63)
(complete 73)
;
(rename "C:Hunt.00" "C:Hunt"
(prompt "Renaming...")
@@ -79,7 +79,7 @@
(confirm "expert")
)
 
(complete 70)
(complete 82)
;
(rename "C:Gather.00" "C:Gather"
(prompt "Renaming...")
@@ -89,7 +89,7 @@
 
)
) ; End If
(complete 77)
(complete 91)
;
(copyfiles
(prompt "Copying Documentation...\n")
@@ -98,7 +98,7 @@
(confirm "expert")
(source "")
(dest "HELP:")
(choices "Hunt & Gather.doc")
(choices "HuntnGather.readme")
)
 
(complete 100)