(help "MacroForm needs to alter your Mod-Config file.")
(default @default-dest)
)
)
)
)
;ASSIGN KEYMASTER
(run ("rx DF0:KeyChange %s %s" ModFile LWMdir)
(prompt "Assigning KeyMaster to F-Key 1...")
(help "As a convenience, the installer will assign KeyMaster to F-Key 1 in Modeler. This will allow you to access the full MacroForm environment with just a few mouse clicks.")
(confirm)
)
;COPY LIBS FILES
(askdisk
(prompt "Please insert Disk2 into your floppy drive...")
(help @askdisk-help)
(dest Disk2)
)
(copyfiles
(prompt "Copy MacroForm Support Files to LIBS:...")
(help @copyfiles-help)
(source "Disk2:LIBS")
(dest LDir)
(all)
(confirm)
)
)
)
;***********************************************
;Copy Tutorials
;***********************************************
(if (in ModNames 1)
(
(askdisk
(prompt "Please insert Disk2 into your floppy drive...")
(help @askdisk-help)
(dest Disk2)
)
(copyfiles
(prompt "Copy Scenes...")
(help @copyfiles-help)
(source "Disk2:scenes")
(dest (tackon MacDir "scenes"))
(all)
(confirm)
)
(copyfiles
(prompt "Copy Turorial Macro...")
(help @copyfiles-help)
(source "Disk2:lwm")
(dest LWMdir)
(all)
(confirm)
)
(copyfiles
(prompt "Copy Tutorials...")
(help @copyfiles-help)
(source "Disk2:tutorials")
(dest (tackon MacDir "tutorials"))
(all)
(confirm)
)
(askdisk
(prompt "Please insert Disk3 into your floppy drive...")
(help @askdisk-help)
(dest Disk3)
)
(copyfiles
(prompt "Copy Tutorials...")
(help @copyfiles-help)
(source "Disk3:tutorials")
(dest (tackon MacDir "tutorials"))
(all)
(confirm)
)
)
)
;EDIT USER STARTUP
(if (exists "sys:utilities/multiview")
(if (askbool
(prompt "Do you want to read the ReadMe file now?")
(help "The ReadMe file contains important information for using MacroForm.")
(default 1)
)
(run "multiview DF0:ReadMe")
)
)
(if (in ModNames 0)
(Message "You MUST reboot your system to start using MacroForm! Don't forget to send in your registration card... Enjoy MacroForm!")