project-gameface
project-gameface copied to clipboard
Installer
Really need an installer to make this easier for people to use. We have made one in this PR here https://github.com/google/project-gameface/pull/31
See the comments in that PR if you want to try it. Note we have to move the config and log directory to your username\Gameface directory. Is there anywhere better?
Note too - ITS NOT SIGNED. Maintainers will have to do that in a GH Action
Need to
- [x] Offer portable mode (GH Action outputs Installer & Directory "portable")
- [x] Check we can install /silent ly (see #29 ) (update: just run the installer with a flag of /verysilent)
- [x] Provide option to "Run at startup" ( https://engineertips.wordpress.com/2020/08/05/inno-setup-auto-run-at-startup/ )
(NB: Wont' fix: "Offer option to install and set "run as admin" (see #10 - maybe easier to do at install stage". Doesnt really work AFAIK).
this PR is as done as I can make it right now