mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-20 14:10:59 +10:00
Update help text.
This commit is contained in:
+7
-3
@@ -497,21 +497,25 @@ Examples:
|
|||||||
PrintVersion ();
|
PrintVersion ();
|
||||||
Console.WriteLine (@"
|
Console.WriteLine (@"
|
||||||
Usage:
|
Usage:
|
||||||
pkgcli /remove <package_full_name> [<package_full_name>...]
|
pkgcli /remove <package_full_name> [<package_full_name>...] [/yes]
|
||||||
|
|
||||||
Operation:
|
Operation:
|
||||||
Remove (uninstall) one or more packages.
|
Remove one or more packages.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
<package_full_name> The full name of the installed package.
|
<package_full_name> The full name of the installed package.
|
||||||
Format: <identity_name>_<version>_<architecture>_<resource_id>_<publisher_id>
|
Format: <identity_name>_<version>_<architecture>_<resource_id>_<publisher_id>
|
||||||
Example: Microsoft.WinJS.1.0_1.0.9200.20789_neutral__8wekyb3d8bbwe
|
Example: Microsoft.WinJS.1.0_1.0.9200.20789_neutral__8wekyb3d8bbwe
|
||||||
|
|
||||||
|
Options:
|
||||||
|
/yes Automatically confirm the uninstallation without prompting.
|
||||||
|
Aliases: /y, /agree
|
||||||
|
|
||||||
You can specify multiple full names separated by spaces.
|
You can specify multiple full names separated by spaces.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
pkgcli /remove MyPackage_1.0.0.0_x64__abcd1234
|
pkgcli /remove MyPackage_1.0.0.0_x64__abcd1234
|
||||||
pkgcli /remove PackageA_1.0.0.0_neutral__abcd1234 PackageB_2.0.0.0_x86__efgh5678
|
pkgcli /remove PackageA_1.0.0.0_neutral__abcd1234 PackageB_2.0.0.0_x86__efgh5678 /yes
|
||||||
");
|
");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user