Software Redistribution

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The inclusion of Windows Media Format software in an application setup is known as redistribution. The Windows Media Format SDK includes an installation package which can be included with your application setup. The installation package is an executable file named wmfdist95.exe. When you install the Windows Media Format SDK, the installation package is copied to the \Redist folder of the install directory (c:\wmsdk\wmfsdk by default).

The following sections provide procedures and other information for software redistribution setup.

Section Description
To Create a Redistribution Setup Describes the procedure for creating an application setup.
Detecting Setup Status Provides example code that checks the registry for installation status to determine whether the redistribution package needs to be installed.
Example Code for Redistribution Setup Provides example code that can be used in your setup routine to run the redistribution packages in quiet mode and notify your setup routine when the computer must be restarted.

 

Project Considerations