add automatic driver installing
This commit is contained in:
parent
8f26383166
commit
15202c9dfd
13 changed files with 331 additions and 16 deletions
|
@ -28,6 +28,7 @@ namespace EnvyUpdate
|
|||
textBoxLicFody.Text = Properties.Licenses.Fody;
|
||||
textBoxLicCostura.Text = Properties.Licenses.CosturaFody;
|
||||
textBoxLicResourceembedder.Text = Properties.Licenses.ResourceEmbedder;
|
||||
textBoxLic7z.Text = Properties.Licenses.SevenZipExtractor;
|
||||
textBoxLicWindowscommunitytoolkit.Text = Properties.Licenses.WindowsCommunityToolkit;
|
||||
textBoxLicWpfui.Text = Properties.Licenses.wpfui;
|
||||
}
|
||||
|
|
Reference in a new issue