Superbasic

From DreamsteepWiki

Jump to: navigation, search

basic install of a folder and two files , no uninstall or menus


OutFile C:/KL_GIS_3Dv01b_.exe


DirText "This will install My Cool Program on your computer. Choose a directory"

InstallDir C:\data


Section ""
SetOutPath C:\data

File C:\data\is.txt
File C:\data\is2.txt

SectionEnd