mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 06:35:51 -06:00
Add Ventoy (Chocolatey Only Package) & .NET Core Runtime (Winget & Chocolatey) (#1066)
* Tidy up SuperF4 line. * Tidy up SuperF4 line. Used spaces instead of tabs. * Add dotnet 7.0.11 Desktop Runtime * Undone changes to SuperF4 line * Addition of Ventoy (chocolatey only) package
This commit is contained in:
parent
a33ddbace1
commit
807b0fb307
@ -95,6 +95,10 @@
|
||||
"winget": "Microsoft.DotNet.DesktopRuntime.6",
|
||||
"choco": "dotnet-6.0-runtime"
|
||||
},
|
||||
"WPFInstalldotnet7": {
|
||||
"winget": "Microsoft.DotNet.DesktopRuntime.7",
|
||||
"choco": "dotnet-7.0-runtime"
|
||||
},
|
||||
"WPFInstalleaapp": {
|
||||
"winget": "ElectronicArts.EADesktop",
|
||||
"choco": "ea-app"
|
||||
@ -559,6 +563,10 @@
|
||||
"winget": "Microsoft.VCRedist.2015+.x64",
|
||||
"choco": "na"
|
||||
},
|
||||
"WPFInstallventoy": {
|
||||
"winget": "na",
|
||||
"choco": "ventoy"
|
||||
},
|
||||
"WPFInstallviber": {
|
||||
"Winget": "Viber.Viber",
|
||||
"choco": "viber"
|
||||
|
@ -334,6 +334,7 @@
|
||||
<CheckBox Name="WPFInstalldotnet3" Content=".NET Desktop Runtime 3.1" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstalldotnet5" Content=".NET Desktop Runtime 5" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstalldotnet6" Content=".NET Desktop Runtime 6" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstalldotnet7" Content=".NET Desktop Runtime 7" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallnuget" Content="Nuget" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallonedrive" Content="OneDrive" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallpowershell" Content="PowerShell" Margin="5,0"/>
|
||||
@ -382,6 +383,7 @@
|
||||
<CheckBox Name="WPFInstallputty" Content="Putty" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallrustdesk" Content="Rust Remote Desktop (FOSS)" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallsimplewall" Content="SimpleWall" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallventoy" Content="Ventoy" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallwinscp" Content="WinSCP" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallwireshark" Content="WireShark" Margin="5,0"/>
|
||||
</StackPanel>
|
||||
@ -418,7 +420,7 @@
|
||||
<CheckBox Name="WPFInstallsandboxie" Content="Sandboxie Plus" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallshell" Content="Shell (Expanded Context Menu)" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallsdio" Content="Snappy Driver Installer Origin" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallsuperf4" Content="SuperF4" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallsuperf4" Content="SuperF4" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallteamviewer" Content="TeamViewer" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallttaskbar" Content="Translucent Taskbar" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstalltreesize" Content="TreeSize Free" Margin="5,0"/>
|
||||
|
Loading…
Reference in New Issue
Block a user