Cameron Gutman
|
e108a05895
|
Bump WiX SDK to 4.0.2
|
2023-11-01 19:58:29 -05:00 |
|
Cameron Gutman
|
a16647f16c
|
Always include ARM64 in the installer bundle
|
2023-09-10 15:16:02 -05:00 |
|
Cameron Gutman
|
3e3f384218
|
Fix indentation after WiX v4 autoconversion
|
2023-09-10 15:16:02 -05:00 |
|
Cameron Gutman
|
34ba9063ad
|
Move installer signing into MSBuild
|
2023-07-14 20:31:32 -05:00 |
|
Cameron Gutman
|
d5e2d59fe9
|
Fixes for WiX v4 migration
|
2023-07-14 20:05:49 -05:00 |
|
Cameron Gutman
|
8bf5622d21
|
Upgrade installer to WiX v4
|
2023-07-14 19:55:00 -05:00 |
|
Cameron Gutman
|
65b6885c61
|
Update VCRedist
|
2023-03-18 14:36:01 -05:00 |
|
Cameron Gutman
|
bccffe09e2
|
Purge NVIDIA-specific strings
|
2023-03-18 14:20:51 -05:00 |
|
Cameron Gutman
|
324e3dffa0
|
Update MSVC Redist
|
2022-11-13 11:41:03 -06:00 |
|
Cameron Gutman
|
9b29b2702e
|
Update VCRedist and add a script to update it in the future
|
2022-08-09 20:09:12 -05:00 |
|
Cameron Gutman
|
a521093731
|
Update Visual C++ Runtime installer
|
2022-04-17 00:04:03 -05:00 |
|
Cameron Gutman
|
e555874485
|
Refactor WiX bundle description of VCRedist package
|
2022-01-12 19:14:59 -06:00 |
|
Cameron Gutman
|
a7aef8f147
|
Use new WiX 3.14 variable instead of BuildLabEx hack for ARM64 detection
|
2022-01-12 19:14:44 -06:00 |
|
Cameron Gutman
|
11f659aadb
|
Update Visual C++ Runtime installers
|
2021-12-11 13:28:48 -06:00 |
|
Cameron Gutman
|
c8d8c00f84
|
Update Visual C++ Runtime installers
|
2021-08-15 12:17:09 -05:00 |
|
Cameron Gutman
|
f504a069d7
|
Update VCRedist version for VC 16.9
|
2021-03-05 17:51:26 -06:00 |
|
Cameron Gutman
|
3959f447d4
|
Fix detection of x64 architecture on some machines
|
2021-01-17 12:58:08 -06:00 |
|
Cameron Gutman
|
c7ddb54e67
|
Add support for bundling ARM64 binaries into the installer
It is disabled by default because Qt doesn't have official ARM64 builds yet
|
2020-12-24 17:21:35 -06:00 |
|
Cameron Gutman
|
a6551c320d
|
Finish Windows ARM64 bringup
SDL2 for ARM64 is not yet checked-in, but I will do that when SDL 2.0.14 is released.
|
2020-12-12 16:44:41 -06:00 |
|
Cameron Gutman
|
33286a5bde
|
Add ARM64 VCRedist definitions for later use
|
2020-12-12 12:43:21 -06:00 |
|
Cameron Gutman
|
125d546cea
|
Fix installer build warning
|
2020-11-29 21:22:30 -06:00 |
|
Cameron Gutman
|
0fc30a70ca
|
Build unified Windows installer bundles
|
2020-11-29 21:13:27 -06:00 |
|
Cameron Gutman
|
f81509a892
|
Download VCRedist on demand rather than always bundling it in the installer
|
2020-11-29 20:24:23 -06:00 |
|
Cameron Gutman
|
288eca7849
|
Display a friendly error when the Windows Firewall service is disabled
|
2020-08-08 17:18:25 -07:00 |
|
Cameron Gutman
|
96fe1a7da1
|
Revert "Allow side-by-side installation of nightly and release builds"
This reverts commit 33e814122e .
|
2020-05-04 17:51:57 -07:00 |
|
Cameron Gutman
|
33e814122e
|
Allow side-by-side installation of nightly and release builds
|
2020-05-02 17:56:55 -07:00 |
|
Cameron Gutman
|
4d2965e74f
|
Always install the VC redistributable
|
2019-09-30 00:11:37 -07:00 |
|
Cameron Gutman
|
a42328d971
|
Use VSWhere to locate Visual Studio and redistributables
|
2019-09-29 15:01:53 -07:00 |
|
Cameron Gutman
|
88bb17fca8
|
Change Manufacturer string to "Moonlight Game Streaming Project"
|
2018-10-28 18:11:07 -07:00 |
|
Cameron Gutman
|
1a18e68441
|
Make Windows shortcut description consistent with Mac and Linux
|
2018-09-14 19:23:02 -07:00 |
|
Cameron Gutman
|
265ec96c6f
|
Fix grammar mistake in shortcut description
|
2018-09-13 08:18:01 -07:00 |
|
Janne Hakonen
|
d3e43012fb
|
Changed desktop shortcut as optional in installer. Fixes #17
|
2018-09-06 20:09:00 +03:00 |
|
Cameron Gutman
|
957a2b2169
|
Fix box art caching location and cleanup of cache directory by the uninstaller
|
2018-09-05 15:45:10 -07:00 |
|
Cameron Gutman
|
91c0429e2c
|
Remove cache directories on uninstall
|
2018-08-18 15:43:24 -07:00 |
|
Cameron Gutman
|
1fda7550da
|
Sign the MSI within the bundle too
|
2018-08-15 20:29:59 -07:00 |
|
Cameron Gutman
|
df9e7bead0
|
Add a hack to the installer to workaround the ffmpeg versioning issue. Fixes #27
|
2018-08-12 01:23:15 -07:00 |
|
Cameron Gutman
|
e39b5a6a72
|
Block x86 installs on x64 OSes
|
2018-07-28 13:59:27 -07:00 |
|
Cameron Gutman
|
b5965d763c
|
Create desktop shortcut, detect various error conditions to fail installation, and only install VCRedist if it's not already present
|
2018-07-27 00:13:02 -07:00 |
|
Cameron Gutman
|
26ee8564f8
|
Include VC redistributable in the bundle
|
2018-07-25 19:52:58 -07:00 |
|
Cameron Gutman
|
718a575478
|
Reorganize WiX sources
|
2018-07-25 19:33:09 -07:00 |
|
Cameron Gutman
|
1f314b839e
|
Various installer fixes
|
2018-07-25 19:16:06 -07:00 |
|
Cameron Gutman
|
34494e4c89
|
Add initial WiX installer for Windows
|
2018-07-25 02:53:51 -07:00 |
|