Skip to content

Commit

Permalink
Run installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewNaylor committed Oct 25, 2020
1 parent a42609c commit cdf4a4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libguinget/PackageTools.vb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ Public Class PackageTools
Next

MessageBox.Show(BulkInstallCommandList.ToString)

' Define args for running winget and CMD.
proc.StartInfo.Arguments = "/k " & BulkInstallCommandList

' Start installing.
proc.Start()
End Using
End Sub
#End Region
Expand Down

0 comments on commit cdf4a4b

Please sign in to comment.