George2
George2

Reputation: 45771

Windows Media Encoder based application deployment issue

If I develop my application based on Windows Media Encoder 9 Series SDK, and I am using C# + .Net 2.0 + VSTS 2008, how to deploy all necessary dependent files (the ones from Windows Media Encoder 9 and Windows Media Encoder 9 SDK) to another computer without installaing Windows Media Encoder 9 on the target computer?

thanks in advance, George

Upvotes: 0

Views: 887

Answers (1)

Yvo
Yvo

Reputation: 19263

If you are using a Setup project, just select the necessary DLLs to be included with your setup.

Are you using OneClick deployment? If so, you can use the Prerequisites screen or simply select the necessary files to include in the Application files screen (both in the Publish tab of your project properties).

Upvotes: 1

Related Questions