Added LICENSE.rtf to repo and installer
removed LICENSE file
This commit is contained in:
parent
d3dd1d9bc6
commit
879e1f9cc7
4 changed files with 883 additions and 676 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue