Commit Graph

13 Commits

Author SHA1 Message Date
alyosha-tas a8db3a6966 Update BizHawkFiles.wxs 2017-08-29 11:15:38 -04:00
alyosha-tas 9fbc21d34c Update BizHawkInstall.wxs
Completes clean up of EMU7800 references
2017-08-29 10:55:16 -04:00
alyosha-tas a90b00cba9 Update BizHawkFiles.wxs 2017-08-29 10:53:57 -04:00
zeromus a38edb2cc0 who checks in .suo files 2015-03-15 02:08:30 +00:00
hegyak db1c06f6af Good but not perfect Installer. It won't install the Prereq files. It does check for them at least. It will Update old versions. 2015-02-24 14:29:10 +00: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 5fdbd05bbe - Added separate installer project with .NET 4.5 requirement, for use in the VS2012 project which uses 4.5. (Shares same scripts as the 4.0 project, .NET version check is driven by a preprocessor variable)
- The check below will be deprecated, since we're probably going to bundle the pre-reqs instead:
- Added DirectX 9.0c version check.
2013-08-19 00:17:45 +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
sappharad 634db7a30b Added preliminary WiX MSI installer project. This will check for .NET 4.0, install BizHawk into a user specified directory (defaults to Program Files/BizHawk) and ngen native assemblies for the users machine. Haven't customized the installer art or added additional pre-req checks yet. 2013-08-16 04:37:30 +00:00