Added support for CLI-less execution, Switched licenses to PDF in MSI, Bumped version to 3.0.0/3.0.0.0

Update Program.cs, ListComPort.wxs, and 4 more files...
This commit is contained in:
2022-11-03 16:19:33 +01:00
parent 141eb0cf5d
commit b278c4cc73
6 changed files with 52 additions and 17 deletions
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<!--
Custom string for the license agreement.
-->
<String Id="LicenseAgreementDlgLicenseAcceptedCheckBox">I accept the terms in these License Agreements and Privacy Statement</String>
</WixLocalization>