add automatic driver installing
This commit is contained in:
parent
8f26383166
commit
15202c9dfd
13 changed files with 331 additions and 16 deletions
|
@ -49,6 +49,9 @@
|
|||
<Expander Margin="0,4,0,0" Header="ResourceEmbedder">
|
||||
<TextBox x:Name="textBoxLicResourceembedder" IsReadOnly="True" TextWrapping="Wrap"/>
|
||||
</Expander>
|
||||
<Expander Margin="0,4,0,0" Header="SevenZipExtractor">
|
||||
<TextBox x:Name="textBoxLic7z" IsReadOnly="True" TextWrapping="Wrap"/>
|
||||
</Expander>
|
||||
<Expander Margin="0,4,0,0" Header="Windows Community Toolkit">
|
||||
<TextBox x:Name="textBoxLicWindowscommunitytoolkit" IsReadOnly="True" TextWrapping="Wrap"/>
|
||||
</Expander>
|
||||
|
|
Reference in a new issue