MSFN Forum: unattended Window media player 10 setup? - 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
  • 4 Pages +
  • « First
  • 2
  • 3
  • 4
  • You cannot start a new topic
  • You cannot reply to this topic

unattended Window media player 10 setup? Rate Topic: -----

#51 User is offline   Ap0kalipSe 

  • Group: Members
  • Posts: 5
  • Joined: 08-September 04

Posted 08 September 2004 - 11:24 AM

ok, I still try that tomorrow ( am home now ).


#52 User is offline   FsWd 

  • Group: Members
  • Posts: 1
  • Joined: 08-September 04

Posted 10 September 2004 - 07:52 AM

Banshee, on Sep 8 2004, 04:24 PM, said:

I have it working with a slipstreamed XP SP2 cd with media player 9 installed by default & System Restore disabled upon setup & in my Apps.bat file (which is executed at logon) I have the following code

ECHO Installing Windows Media Player 10
ECHO Please wait...
start /wait %windir%\Apps\WMP10\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"
ECHO Finished


Tried & Tested - Works perfectly!  B)

many thanks!!!

It works perfectly now :D

#53 User is offline   scorpy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 12-May 04

Posted 17 September 2004 - 03:40 AM

Quick question. I read on MSFN guide that this can be installed via RunOnce, like all my other programs. What I am wondering, is does it have to copy to the hard drive to install? Or can I run it from the CD? Currently it copies over, if I read the command correctly.

REG ADD %KEY%\136 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\136 /V 1 /D "%CDROM%\Software\WindowsMediaPlayer\mediaplayer10.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f


#54 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 September 2004 - 04:47 AM

It is supposedly running the installer from the CD, but actually extracting somewhere (normally %temp%) and then run the install.

So the above command specifies where we want it to extract temporarily, and then run. So it does copy the files over.

#55 User is offline   scorpy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 12-May 04

Posted 17 September 2004 - 02:43 PM

So how would I got about deleting that setup.exe it copies over, or does it remove it automatically because its a temp file? Or can I stick it in a folder like a OEM install and delete the folder in cleanup.cmd?

#56 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 18 September 2004 - 07:10 AM

hey guys!
MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /P:#e"


this line works! except i extracted the exe to a folder and created a sfx archive and pasted this:
;The comment below contains SFX script commands

Setup=setup_wm.exe /Q /R:N /P:#e"
TempMode
Silent=1
Overwrite=1


works fine for me

#57 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 18 September 2004 - 07:26 AM

only thing is now, ever time i install, and run it afterwards, this shows up:
Posted Image
is there anyway i can tell it to select which files wmp will be default for and bypass this step?

#58 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 September 2004 - 08:33 AM

That thing has been a big annoyance. Just have it install itself unattended, and then these registry tweaks applied thru cmdlines.txt:
WMP9 and 10 (for Setup, eliminate the first-run screen)
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"AcceptedPrivacyStatement"=dword:00000001
"FirstRun"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"GroupPrivacyAcceptance"=dword:00000001


#59 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 18 September 2004 - 09:05 AM

so i'll have to apply that before or after i run wmp setup in my batch file?

#60 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 September 2004 - 09:17 AM

After WMP10 is setup, is the time to apply those registry tweaks.

#61 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 18 September 2004 - 09:44 AM

thanks! will try again!

#62 User is offline   Jito463 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 442
  • Joined: 01-July 04

Posted 29 September 2004 - 06:07 PM

Banshee, on Sep 8 2004, 08:24 AM, said:

I have it working with a slipstreamed XP SP2 cd with media player 9 installed by default & System Restore disabled upon setup & in my Apps.bat file (which is executed at logon) I have the following code

ECHO Installing Windows Media Player 10
ECHO Please wait...
start /wait %windir%\Apps\WMP10\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"
ECHO Finished


Tried & Tested - Works perfectly!  B)

Thank you, gentlemen. I have now included MP10 on my preinstall's. There's less and less we need to install now after the install is finished. At this rate, I'll have it so automated we can install and sysprep without doing anything more :)

#63 User is offline   darkside222 

  • Group: Members
  • Posts: 1
  • Joined: 05-October 04

Posted 05 October 2004 - 05:16 AM

I am using this switch and although in my first attempts I managed to do it succesfully, after I changed in winnt.sif the default location of program files to D: then WMP 10 does not install at all even though I have changed the location in my cmd file to d:setup_wm.exe :blink:
Any ideas guys?

#64 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 10 January 2005 - 10:54 PM

dandragonrage, on Sep 3 2004, 01:40 PM, said:

If you left out WMP9 and you get the incompatible error when trying to install later, then what you do is extract WMP10, right click on WMP10.inf, install... And then you will be able to run the installer normally and it won't b***h anymore.

Brilliant! Simple and 100% effective. In fact I did not even have to run the installer, just right click on 'wmp10.inf' click on install and that's it, media player 10 installed and ready to go.

#65 User is offline   leijiamin 

  • Group: Members
  • Posts: 4
  • Joined: 20-March 05

Posted 06 May 2005 - 10:34 AM

wyattXP, on Sep 3 2004, 10:24 AM, said:

thats why DVD is a must, space doesnt really matter
<{POST_SNAPBACK}>


that's true :P

#66 User is offline   monisriz 

  • Group: Members
  • Posts: 8
  • Joined: 30-April 05

Posted 06 May 2005 - 07:24 PM

so is it now confirmed that wmp10 can be installed silently (without any EULA and accept-this accept-that windows) during win xp sp2 unattended install? or is there any other glitch that is left? seems everytime some one comes up with a potential solution theres a new problem that comes up...if this is final i will copy-paste the code :P...im totally useless in coding so cant really understand anything.. :lol:

#67 User is offline   monisriz 

  • Group: Members
  • Posts: 8
  • Joined: 30-April 05

Posted 06 May 2005 - 07:25 PM

EDIT : *double post* sorry

#68 User is offline   leijiamin 

  • Group: Members
  • Posts: 4
  • Joined: 20-March 05

Posted 07 May 2005 - 01:34 AM

All switchs metioned here didn't work in my unattended cd. I don't know why. I found if I set Media Player 9 at first, then 10 can be installed silently in command line mode. So I use InstallRite to set 9, then run 10's setup. Unfortunatly, the same command didn't work in RunOnceEx mode. "setup_wm.exe /Q:A /R:N", this command just work in command line mode.
Is there any advice?

#69 User is offline   Dinu 

  • Group: Members
  • Posts: 2
  • Joined: 11-August 05

Posted 18 September 2005 - 01:10 PM

Banshee, on Sep 8 2004, 03:24 PM, said:

I have it working with a slipstreamed XP SP2 cd with media player 9 installed by default & System Restore disabled upon setup & in my Apps.bat file (which is executed at logon) I have the following code

ECHO Installing Windows Media Player 10
ECHO Please wait...
start /wait %windir%\Apps\WMP10\MP10Setup.exe /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N"
ECHO Finished


Tried & Tested - Works perfectly!  B)
<{POST_SNAPBACK}>



Same i do. Works pefekt. :thumbup
Greetings
Dinu

#70 User is offline   olorinj 

  • Group: Members
  • Posts: 1
  • Joined: 20-September 05

Posted 23 September 2005 - 01:12 PM

Rico.JohnnY, on Jun 3 2004, 05:41 PM, said:

Window Media Player 10.0.0.3473 Technical Beta,released recently,how to do the unattended setup of that?what are the relevant switches?

i have tried /Q:A /R:N  ,but that didnt work...can someone tell how to do that?
<{POST_SNAPBACK}>


A working command line is:
START /WAIT /HIGH MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /P:#e"
:thumbup

Share this topic:


  • 4 Pages +
  • « First
  • 2
  • 3
  • 4
  • 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