Windows Media Player Plug-in Wizard
WMPTalk.com Forum Index WMPTalk.com
Discuss Windows Media Player
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web wmptalk.com
Windows Media Player Plug-in Wizard

 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> SDK
Author Message
אלכס
Guest





Posted: Fri Nov 25, 2005 1:30 pm    Post subject: Windows Media Player Plug-in Wizard Reply with quote

Hello

I am working by this guide
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/gettingstarted.asp

but problem is thet i heav a new version of Visual Studio and not the old
one 2003 i heav a2005 version and i can't find the Windows Media Player
Plug-in Wizard in Templates pane on Visual C++

what do to? where can it be?

10Q

Back to top
Jim Travis [ms]
Guest





Posted: Sun Nov 27, 2005 8:56 am    Post subject: Re: Windows Media Player Plug-in Wizard Reply with quote

We'll fix this next time we update the SDK. In the meantime, I think you
should be able to just install it manually. See if this helps:

Using Windows Explorer, locate the folder where you installed the SDK.
Expand the folder to view its subfolders and locate the subfolder named
\wizards\VSNET.
Locate the following three files:
wmpwiz.ico
wmpwiz.vsdir
wmpwiz2003.vsz
Select all three files. Right-click the files, then click Copy.

Locate the following folder where you installed Visual Studio .NET 2005:
vcprojects

Paste the three files you copied into this folder. Rename wmpwiz2003.vsz to
wmpwiz.vsz.

Using Notepad, edit the file named wmpwiz.vsz. Locate the following line:
Param="ABSOLUTE_PATH = %s"

Change the value for ABSOLUTE_PATH to the path where you installed the
Player SDK. For example, if you installed the SDK to the following path:
C:\WMSDK\WMPSDK10

Change the text to read as follows:

Param="ABSOLUTE_PATH = C:\WMSDK\WMPSDK10\wizards\VSNET"

Save and close the file.

Post back if you run into trouble, or even just to let us know how it worked
out.

Thanks,

--
Jim Travis
Microsoft Corp.
Windows Media Player SDK

Download:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp

Latest online:
http://msdn.microsoft.com/library/en-us/wmplay10/mmp_sdk/windowsmediaplayer10sdk.asp

Please do not send email directly to this alias as this alias is for
newsgroup purposes only. This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use. 2005
Microsoft Corporation. All rights reserved.

"????" <@discussions.microsoft.com> wrote in message
news:44B68AD5-76CF-4128-8A6F-FCCC6B16BA68@microsoft.com...
Quote:
Hello

I am working by this guide
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/gettingstarted.asp

but problem is thet i heav a new version of Visual Studio and not the old
one 2003 i heav a2005 version and i can't find the Windows Media Player
Plug-in Wizard in Templates pane on Visual C++

what do to? where can it be?

10Q
Back to top
אלכס
Guest





Posted: Sun Nov 27, 2005 5:30 pm    Post subject: Re: Windows Media Player Plug-in Wizard Reply with quote

I'm so sorry but, I don't have the folder Visual Studio .NET 2005 The only
similar folder that I have is Microsoft Visual Studio .NET 2003 I was
looking for the folder in every possible place, I checked few times in every
folder thet has relevance to studio and I haven't found anything.


"Jim Travis [ms]" wrote:

Quote:
We'll fix this next time we update the SDK. In the meantime, I think you
should be able to just install it manually. See if this helps:

Using Windows Explorer, locate the folder where you installed the SDK.
Expand the folder to view its subfolders and locate the subfolder named
\wizards\VSNET.
Locate the following three files:
wmpwiz.ico
wmpwiz.vsdir
wmpwiz2003.vsz
Select all three files. Right-click the files, then click Copy.

Locate the following folder where you installed Visual Studio .NET 2005:
vcprojects

Paste the three files you copied into this folder. Rename wmpwiz2003.vsz to
wmpwiz.vsz.

Using Notepad, edit the file named wmpwiz.vsz. Locate the following line:
Param="ABSOLUTE_PATH = %s"

Change the value for ABSOLUTE_PATH to the path where you installed the
Player SDK. For example, if you installed the SDK to the following path:
C:\WMSDK\WMPSDK10

Change the text to read as follows:

Param="ABSOLUTE_PATH = C:\WMSDK\WMPSDK10\wizards\VSNET"

Save and close the file.

Post back if you run into trouble, or even just to let us know how it worked
out.

Thanks,

--
Jim Travis
Microsoft Corp.
Windows Media Player SDK

Download:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp

Latest online:
http://msdn.microsoft.com/library/en-us/wmplay10/mmp_sdk/windowsmediaplayer10sdk.asp

Please do not send email directly to this alias as this alias is for
newsgroup purposes only. This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use. © 2005
Microsoft Corporation. All rights reserved.

"????" <@discussions.microsoft.com> wrote in message
news:44B68AD5-76CF-4128-8A6F-FCCC6B16BA68@microsoft.com...
Hello

I am working by this guide
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/gettingstarted.asp

but problem is thet i heav a new version of Visual Studio and not the old
one 2003 i heav a2005 version and i can't find the Windows Media Player
Plug-in Wizard in Templates pane on Visual C++

what do to? where can it be?

10Q





Back to top
אלכס
Guest





Posted: Sun Nov 27, 2005 9:30 pm    Post subject: Re: Windows Media Player Plug-in Wizard Reply with quote

I've found the folder in C:\Program Files\Microsoft Visual Studio
8\VC\vcprojects stripe and I've uploaded the files and edited them just like
you said, but whtn I'm trying to enter the stripe and to create, it says that
the creating of the file has failed, I've attached a picture.

http://loading.co.il/uploads/85KB-alex.JPG

I've edited files correctly, and I attach the copy of the edited file:

VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine

Param="WIZARD_NAME = Windows Media Player Plug-in Wizard"
Param="ABSOLUTE_PATH = C:\WMSDK\WMPSDK9\wizards\VSNET"
Param="FALLBACK_LCID = 1033"

What should I do now?

"אלכס" wrote:

Quote:
I'm so sorry but, I don't have the folder Visual Studio .NET 2005 The only
similar folder that I have is Microsoft Visual Studio .NET 2003 I was
looking for the folder in every possible place, I checked few times in every
folder thet has relevance to studio and I haven't found anything.


"Jim Travis [ms]" wrote:

We'll fix this next time we update the SDK. In the meantime, I think you
should be able to just install it manually. See if this helps:

Using Windows Explorer, locate the folder where you installed the SDK.
Expand the folder to view its subfolders and locate the subfolder named
\wizards\VSNET.
Locate the following three files:
wmpwiz.ico
wmpwiz.vsdir
wmpwiz2003.vsz
Select all three files. Right-click the files, then click Copy.

Locate the following folder where you installed Visual Studio .NET 2005:
vcprojects

Paste the three files you copied into this folder. Rename wmpwiz2003.vsz to
wmpwiz.vsz.

Using Notepad, edit the file named wmpwiz.vsz. Locate the following line:
Param="ABSOLUTE_PATH = %s"

Change the value for ABSOLUTE_PATH to the path where you installed the
Player SDK. For example, if you installed the SDK to the following path:
C:\WMSDK\WMPSDK10

Change the text to read as follows:

Param="ABSOLUTE_PATH = C:\WMSDK\WMPSDK10\wizards\VSNET"

Save and close the file.

Post back if you run into trouble, or even just to let us know how it worked
out.

Thanks,

--
Jim Travis
Microsoft Corp.
Windows Media Player SDK

Download:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp

Latest online:
http://msdn.microsoft.com/library/en-us/wmplay10/mmp_sdk/windowsmediaplayer10sdk.asp

Please do not send email directly to this alias as this alias is for
newsgroup purposes only. This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use. © 2005
Microsoft Corporation. All rights reserved.

"????" <@discussions.microsoft.com> wrote in message
news:44B68AD5-76CF-4128-8A6F-FCCC6B16BA68@microsoft.com...
Hello

I am working by this guide
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/gettingstarted.asp

but problem is thet i heav a new version of Visual Studio and not the old
one 2003 i heav a2005 version and i can't find the Windows Media Player
Plug-in Wizard in Templates pane on Visual C++

what do to? where can it be?

10Q



Back to top
Jim Travis [ms]
Guest





Posted: Tue Nov 29, 2005 1:30 am    Post subject: Re: Windows Media Player Plug-in Wizard Reply with quote

Change the second line of wmpwiz.vsz to read as follows:

Wizard=VsWizard.VsWizardEngine.8.0

Save the file.

Restart VS2005.

The wizard should now appear in Visual Studio.

Jim Travis
Microsoft Corporation
Please do not send email directly to this alias as this alias is for
newsgroup purposes only. This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use. © 2005
Microsoft Corporation. All rights reserved.


"אלכס" wrote:

Quote:
I've found the folder in C:\Program Files\Microsoft Visual Studio
8\VC\vcprojects stripe and I've uploaded the files and edited them just like
you said, but whtn I'm trying to enter the stripe and to create, it says that
the creating of the file has failed, I've attached a picture.

http://loading.co.il/uploads/85KB-alex.JPG

I've edited files correctly, and I attach the copy of the edited file:

VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine

Param="WIZARD_NAME = Windows Media Player Plug-in Wizard"
Param="ABSOLUTE_PATH = C:\WMSDK\WMPSDK9\wizards\VSNET"
Param="FALLBACK_LCID = 1033"

What should I do now?

"אלכס" wrote:

I'm so sorry but, I don't have the folder Visual Studio .NET 2005 The only
similar folder that I have is Microsoft Visual Studio .NET 2003 I was
looking for the folder in every possible place, I checked few times in every
folder thet has relevance to studio and I haven't found anything.


"Jim Travis [ms]" wrote:

We'll fix this next time we update the SDK. In the meantime, I think you
should be able to just install it manually. See if this helps:

Using Windows Explorer, locate the folder where you installed the SDK.
Expand the folder to view its subfolders and locate the subfolder named
\wizards\VSNET.
Locate the following three files:
wmpwiz.ico
wmpwiz.vsdir
wmpwiz2003.vsz
Select all three files. Right-click the files, then click Copy.

Locate the following folder where you installed Visual Studio .NET 2005:
vcprojects

Paste the three files you copied into this folder. Rename wmpwiz2003.vsz to
wmpwiz.vsz.

Using Notepad, edit the file named wmpwiz.vsz. Locate the following line:
Param="ABSOLUTE_PATH = %s"

Change the value for ABSOLUTE_PATH to the path where you installed the
Player SDK. For example, if you installed the SDK to the following path:
C:\WMSDK\WMPSDK10

Change the text to read as follows:

Param="ABSOLUTE_PATH = C:\WMSDK\WMPSDK10\wizards\VSNET"

Save and close the file.

Post back if you run into trouble, or even just to let us know how it worked
out.

Thanks,

--
Jim Travis
Microsoft Corp.
Windows Media Player SDK

Download:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp

Latest online:
http://msdn.microsoft.com/library/en-us/wmplay10/mmp_sdk/windowsmediaplayer10sdk.asp

Please do not send email directly to this alias as this alias is for
newsgroup purposes only. This posting is provided "AS IS" with no
warranties, and confers no rights. You assume all risk for your use. © 2005
Microsoft Corporation. All rights reserved.

"????" <@discussions.microsoft.com> wrote in message
news:44B68AD5-76CF-4128-8A6F-FCCC6B16BA68@microsoft.com...
Hello

I am working by this guide
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/gettingstarted.asp

but problem is thet i heav a new version of Visual Studio and not the old
one 2003 i heav a2005 version and i can't find the Windows Media Player
Plug-in Wizard in Templates pane on Visual C++

what do to? where can it be?

10Q



Back to top
 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> SDK All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Microsoft Office Forum New Topics
Powered by phpBB