2024-08-08 02:36:35 +00:00
|
|
|
param(
|
|
|
|
$Action,
|
|
|
|
[hashtable] $Arguments
|
|
|
|
)
|
|
|
|
|
|
|
|
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
2024-08-09 00:23:56 +00:00
|
|
|
. "$PSScriptRoot/../../../Common/Scripts/System.ps1";
|
2024-08-08 02:36:35 +00:00
|
|
|
|
|
|
|
Start-SoftwareInstaller @PSBoundParameters `
|
|
|
|
-Installer {
|
|
|
|
Install-WingetPackage Nadeo.ManiaPlanet;
|
2024-08-09 00:23:56 +00:00
|
|
|
Remove-DesktopIcon "ManiaPlanet*";
|
2024-08-08 02:36:35 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
# ToDo: Add restoration
|