summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Installer
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Various fixes and improvements to the installers post .NET 5sr552020-11-141-3/+14
|
* WinGui: Some re-work in the msbuild file and installers to support .NET 5 ↵sr552020-11-122-8/+6
| | | | correctly and some warnings fixed.
* WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵sr552020-11-111-5/+12
| | | | | | to be installed on the machine) Changed the configruation to make the UI platform agnostic. This will allow it to run on ARM64 natively (in theory) with if provided with an ARM64 native hb.dll
* Try to fix error CNDL0014Nomis1012020-09-031-4/+4
|
* Update Product.wxs for new localesNomis1012020-09-031-7/+28
|
* WinGui: Fix buildsr552020-08-301-2/+2
|
* WinGui: MSI installer improvements.sr552020-08-291-76/+87
| | | | | | - Use a seperate install directory from the NSIS installer. It will by default install into a "HandBrakeTeam" folder in program files directory rather than "HandBrake". - Add support for Nightly vs Release Builds #522
* WinGui: Supress validaiton on the Wix Installer to allow it to build ↵sr552020-04-041-0/+3
| | | | correctly in local CI environments.
* WinGui: Fix shortcut creation in the new installer.sr552020-04-041-1/+1
|
* WinGui: The beginnings of a MSI based installed using the WIX toolset. ↵sr552020-04-045-0/+773
Note, this is not included under HandBrakes GPL license. Instead it will be MIT. #522