Commit Graph

4 Commits

Author SHA1 Message Date
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