MSFN Forum: How to integrate Media Player Classic (MPC) ? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to integrate Media Player Classic (MPC) ? Rate Topic: -----

#1 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 18 March 2004 - 02:07 PM

Hi all, i would like integer MPC to my windows XP and associate all video file to MPC! Is it possible ?
Thx,

Kal


#2 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 18 March 2004 - 02:13 PM

start media player and go to help, command line switches

interesting for you: /regvid

#3 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 18 March 2004 - 02:19 PM

Didn't spot that, thanks eirogge!

#4 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 18 March 2004 - 02:21 PM

no problem :)

for all people that are too lazy to read: /regaud is possible, too

#5 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 18 March 2004 - 02:31 PM

omg thx a lot guys !

So, i put mplayerc.exe into $OEM$\$$\SYSTEM32 folder and insert this command in a cmd file called by cmd CMDLINES.TXT :
mplayerc.exe /regvid

All right ? :)

Kal

#6 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 18 March 2004 - 02:40 PM

why dont you create a directory for MPC in $Progs and a shortcut in $Docs?

So the MPC will be copied over to c:\Program Files\Media Player Classic (just an example)

and yeah, just execute mplayerc.exe /regvid to register video files but i would run it after the windows setup using the guirunonce-based programs/batches

#7 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 18 March 2004 - 02:42 PM

Simply because i dont know how to copy it in program files dir and dont know how to create shorcut in a cmd file :rolleyes:
Si this is the the easier way for me
Thx :)

#8 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 18 March 2004 - 02:50 PM

you dont have to copy anything by hand or create shortcuts using batch files :)

if you create a directory called $Progs inside $OEM$, all of its contents will be copied to your %ProgramFiles% directory during windows setup.

the same with the $Docs directory inside $OEM$, it is linked to c:\documents and settings (example). so you just have to create directories called All Users\Startmenu in here and copy your shortcuts in.

the only thing you have to regard is that the path of your shortcut uses the relative value %ProgramFiles%. example for that: "%ProgramFiles%\Media Player Classic\mplayerc.exe"

of course you can do it as you wish but i wanted you to be informed about your possibilities :rolleyes: at least a shortcut might be useful, even if you copy your mplayerc.exe to system32

further information can be found @ http://unattended.ms.../oemfolders.htm

#9 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 18 March 2004 - 02:58 PM

Ok, this is my new structure :
$OEM$\$Progs\Media Player Classic\mplayerc.exe
Now, i want to create a shortcut for "%ProgramFiles%\Media Player Classic\mplayerc.exe.
Is there a command to create a shortcut ?
Thx a lot dud ! :)

#10 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 18 March 2004 - 03:13 PM

copy the directory to your current program files directory, rightclick the exe-file and select create a shortcut. rename it as you wish, rightclick it again, select properties and replace for instance c:\program files by %ProgramFiles%, also in the working directory.

if it can apply it, everything should work. copy the shortcut to $Docs\All Users\Startmenu\Accessoires (for instance) and you should be done :)

#11 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 18 March 2004 - 03:19 PM

very very nice eirogge.

here i went through the trouble of creating a whole MSI to do the associations. Thank you very much :)

#12 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 19 March 2004 - 12:19 PM

Well, i've trier to do this with an unattend install of win2k, and it seems that $Progs $Docs arent recognize by the setup system :rolleyes:
In fact, all folder into $Progs are not copied in program file folder etc..
So i must use msdos to create folder etc :D
This is the syntax of the batch file :
-------------------------------------
xcopy "%systemdrive%\INSTALL\MPC\mplayerc.exe" "%programfiles%\Media Player Classic\"
cd "%systemdrive%\Program Files\Media Player Classic\"
mplayerc.exe /regvid
-------------------------------------

I'm going to try this :)

Thx anymore :D

Kal

#13 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 19 March 2004 - 01:01 PM

we were allways talking about wxp :) i'm sorry

#14 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03

Posted 19 March 2004 - 01:04 PM

u can use
xcopy "%systemdrive%\INSTALL\MPC\mplayerc.exe" "%programfiles%\Media Player Classic\" /I /S /E

it will create the directory for u

#15 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 19 March 2004 - 01:42 PM

eirogge, on Mar 19 2004, 01:01 PM, said:

we were allways talking about wxp :) i'm sorry

lol no problem dud :rolleyes:

#16 User is offline   Exodia 

  • Member
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 16-February 04

Posted 21 March 2004 - 02:18 PM

If you plan on installing the K-lite codec pack as well, downloading the latest version might save you some troubles, it has MPC as part of its default install. :)

#17 User is offline   spyderx 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 25-February 04

Posted 24 March 2004 - 03:32 PM

could we can make the same thing with windows media player 9 ?

I would like use wmp9 faut all audio format & media player classic for all the video format

finally , Can we skip the windows media player configuration when it run for the first time ? and configure automaticly for only audio format ?


thanks for the tips for mpc

#18 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 24 March 2004 - 03:48 PM

the only way I know of setting the associations with WMP9 is through regedits, and that's long and extensive and you have to do it for EACH extenstion you want.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy