Author Topic: WMP 9 Silent...  (Read 1175 times)

Somebody

  • Guest
WMP 9 Silent...
« on: February 18, 2003, 08:06:37 AM »
Does anybody know how to install Windows Media Player 9 Silently for a Unattended install...

Facts:
The /Q:A /R:N switch works but it says that SystemRestore is not activated...

So... ...Does anybode know how to get around this???

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
WMP 9 Silent...
« Reply #1 on: February 18, 2003, 03:39:11 PM »
It is because you added it to cmdline.txt. Move it to your winn.sif file or unattend.txt and run it under the GuiUnattend section of the answer file. For some reason that application needs to be installed after windows first boots or the install will not be covered under the system restore features.

Anonymous

  • Guest
WMP 9 Silent...
« Reply #2 on: February 18, 2003, 08:49:53 PM »
Windows 2000:

d\"mpsetup.exe /Q:A /R:N /c:\"setup_wm.exe /Q /R:N /NoPID /P:#e\"
-----------------------------------------------------
Windows XP:

/Q:A /R:N /c:\"setup_wm.exe /Q /R:N /NoPID /DisallowSystemRestore /P:#e\"

Note:  The quotation marks (\") after /c: and following /P:#e are required or the application will not install.

Anonymous

  • Guest
WMP 9 Silent...
« Reply #3 on: February 19, 2003, 11:11:27 AM »
is it posible to put this line in cmdline.txt for Win-XP instalation ??

\"mpsetupXP.exe /Q:A /R:N /c:\"setup_wm.exe /Q /R:N /NoPID /DisallowSystemRestore /P:#e\"\"

Anonymous

  • Guest
WMP 9 Silent...
« Reply #4 on: February 20, 2003, 04:05:14 AM »
Make a *.bat file....

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
WMP 9 Silent...
« Reply #5 on: February 20, 2003, 09:34:55 AM »
Yes it is possible however it will not be totally unattended. A box will pop up and warn you about not be able to include the installation into the system restore. Then you have to choose wether to continue with the installation or not. The only reason you would have to have an installation in cmdlines.txt is if you need the registry changes of the application to go to all users (HK_Users). Media player installs to all users any way you install it, so just place the cmd in winnt.sif or unattend.txt. I hope this helps.

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
WMP 9 Silent...
« Reply #6 on: February 20, 2003, 10:41:55 AM »
I didnt notice the system restore switch. Why would you want to install Media Player without having system restore on?? Also what is your reason why you have to have it in cmdlines.txt?