The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Packaging, deployment, and query SDK samples
These samples demonstrate the packaging, deployment, and query APIs for Windows Store apps.
Packaging API samples
The following are sample desktop apps:
- Create app package sample (CreateAppx)
- Extract app package contents sample (ExtractAppx)
- Query app package and app manifest sample (DescribeAppx)
Package deployment API samples
The following are sample desktop apps:
- Add app package sample (AddPackage)
- Enumerate app packages sample (FindPackages)
- Enumerate app packages by name and publisher sample (FindPackagesByNameAndPublisher)
- Enumerate app packages by user SID sample (FindPackagesByUserSecurityId)
- Remove app package sample (RemovePackage)
Package query samples
The following is a sample Windows Store app app that uses the Windows Runtime query API:
The sample code for the Win32 query API isn't available for download at this time, but is included in the documentation.
Related topics
Show: