Link to home
Start Free TrialLog in
Avatar of abpdk
abpdkFlag for Denmark

asked on

Include WME in VS.NET setup project

Hi

This is basically the situation. I have a project where I've used the Windows Media Encoder SDK (version 9). To run the program the users will of course need to have Windows Media Encoder installed. The nicest way would be to include it in my setup-project, but so far I've gotten the classic msi-error "Another installation is already ...."

All I want is to have the WME installation run from (read after) the project setup.

Can this be done? And if so, how?

// abpdk
ASKER CERTIFIED SOLUTION
Avatar of existenz2
existenz2
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of abpdk

ASKER

That's exacly what I needed...well almost anyway. This was for VS.NET 2003 and I'm running 2005 so it's a little bit different, but the main thing is that it worked! :)

Thanks!

// abpdk