Added LICENSE.rtf to repo and installer

removed LICENSE file
This commit is contained in:
Marco Batzinger 2020-11-03 17:11:30 +01:00
parent d3dd1d9bc6
commit 879e1f9cc7
4 changed files with 883 additions and 676 deletions

View file

@ -65,7 +65,7 @@ namespace VirtualPrinter.WixSharpInstaller
UpgradeCode = new Guid("0B37A935-EDEC-4ACA-9307-6D8299496C1D"),
UI = WUI.WixUI_InstallDir,
Version = Version.Parse(FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileVersion),
LicenceFile = Files.LICENCE_FILE,
LicenceFile = Path.Combine(workingDir, Files.LICENCE_FILE),
Dirs = CreateProjectDirs(feature, printerServiceFile),
Actions = CreateActions(),
RegValues = CreateRegValues(feature).ToArray(),