Commit Graph

8 Commits

Author SHA1 Message Date
alyosha-tas a8db3a6966 Update BizHawkFiles.wxs 2017-08-29 11:15:38 -04:00
alyosha-tas a90b00cba9 Update BizHawkFiles.wxs 2017-08-29 10:53:57 -04:00
hegyak 768d70ba79 It is not a Jedi, yet. It needs another round of testing. 2015-02-24 13:31:57 +00:00
hegyak 6044215ad5 Still a dozen or so files not added yet. Shaders are fully missing, NES Pallets are missing QuickNES.pal and Sony.Pal, LUA is missing UnitTests 2015-02-24 04:58:45 +00:00
hegyak b1b31d852e Updated the Wix Installer. The Firmware folder needs to be written by the installer. 2015-02-24 03:21:20 +00:00
sappharad edd13929c0 - Modify the installer to include a bootstrap wrapper which installs .NET for you if you don't have it. Note that I just gave you a working project, the list of files it installs hasn't been updated since 2013 and I haven't customized the installer at all so it's just the defaults with Lorem Ipsum for a license agreement. 2015-02-23 04:40:07 +00:00
adelikat 5aa0122760 Installer - fixes due to name changes, new projects, removed projects, etc. I didn't test this, so I may not have done this properly. Remove 4.5 installer, since we no longer have a 4.5 project 2013-11-03 14:19:02 +00:00
sappharad 8006d984aa Installer improvements:
- Broke file definitions off into their own wxs file, so the main script just defines the installer "features" and UI windows for clarity.
- Broke the install features up a bit, there are separate entries for the emulator, DiscoHawk, GBC Palettes, and Lua scripts. We don't expose the installer UI options for users to pick what they want, this is mostly for organization.
- Added start menu entry for DiscoHawk.
- Added commented out code to detect VS2010 SP1 runtime as a requirement for install. This is commented out because the current check only looks for a specific version of the runtime, meaning if someone has a better one that is compatible, they'll still get the error. Need a better way to do this.
2013-08-18 05:53:27 +00:00