- Visual Studio 2012
- MS-LPL
- Windows Runtime
- Packaging
- 10/17/2013
This sample shows you how to install a package on the system using the Package deployment API.
Users acquire your app as an app package. Windows uses the information in an app package to install the app on a per-user basis, and ensure that all traces of the app are gone from the device after all users who installed the app uninstall it. Each package consists of the files that constitute the app, along with a package manifest file that describes the app to Windows.
Warning This sample requires Microsoft Visual Studio 2013; it doesn't compile with Microsoft Visual Studio Express 2013 for Windows.
Note The Windows Samples Gallery contains a variety of code samples that exercise the various new programming models, platforms, features, and components available in Windows 8.1 and/or Windows Server 2012 R2. These downloadable samples are provided as compressed ZIP files that contain a Visual Studio solution (SLN) file for the sample, along with the source files, assets, resources, and metadata necessary to successfully compile and run the sample. For more information about the programming models, platforms, languages, and APIs demonstrated in this sample, please refer to the guidance, tutorials, and reference topics provided in the Windows 8.1 documentation available in the Windows Developer Center. This sample is provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs for Windows 8.1 and/or Windows Server 2012 R2. Please provide feedback on this sample!
To obtain an evaluation copy of Windows 8.1, go to Windows 8.1.
To obtain an evaluation copy of Visual Studio 2013, go to Visual Studio 2013.
- Samples
- Remove app package sample
- Concepts
- App packages and deployment
- Reference
- Windows.Management.Deployment.PackageManager
Client | |
---|---|
Server |
-
Open a Command window.
-
Go to the directory where you downloaded the AddPackage sample.
-
Run the following command:
msbuild AddPackageSample.sln
-
Start Visual Studio and select File > Open > Project/Solution.
-
Go to the directory where you downloaded the AddPackage sample and double-click its Microsoft Visual Studio Solution (.sln) file.
-
Press F7 (or F6 for Visual Studio 2013) or use Build > Build Solution.
-
Open a Command window.
-
Go to the directory that contains AddPackageSample.exe.
-
Run the following command:
AddPackageSample package-uri
For example, AddPackageSample "file://C|users/testuser/desktop/testpackage.appx".