Skip to content

Releases: acnicholls/ATM

installation fixes

23 Mar 05:28
cb52273
Compare
Choose a tag to compare

the file locations were statically coded and relied on specific settings which may not exist on the machine. new version uses Windows API to find the drive that the OS is installed on, because the OS allows writing in the ProgramData folder there. then when the program runs it can make sure that it has read/write access to the location of it's data files, by moving them to this location on start up.

release file is a self-inflating zip file built with winrar that contains the CAB and setup.exe/lst required to install on Windows OS computers.
Version is 2.0.1

Initial Release

14 Mar 21:50
Compare
Choose a tag to compare

Originally a project for my first year of community college (2003/2004)

written in VB6
full installer/uninstaller