This topic has not yet been rated - Rate this topic

IAppxPackageWriter interface

Provides a write-only object model for app packages.

Members

The IAppxPackageWriter interface inherits from the IUnknown interface. IAppxPackageWriter also has these types of members:

Methods

The IAppxPackageWriter interface has these methods.

MethodDescription
AddPayloadFile

Adds a new payload file to the app package.

Close

Writes footprint files at the end of the app package, and closes the package writer object's output stream.

 

Remarks

This object can be retrieved using the CreatePackageWriter method of the IAppxFactory interface.

Examples

For an example, see How to create an app package.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxPackageWriter is defined as 9099e33b-246f-41e4-881a-008eb613f858

See also

IAppxPackageReader

 

 

Send comments about this topic to Microsoft

Build date: 11/15/2012

© 2013 Microsoft. All rights reserved.