Jump to content

Unattended xp cd but Media player 8.0


Recommended Posts

I've been following the forum and Unattended Xp Introduction page and after burning about 10 cds i finally did it(Don't like using virtual machine it takes longer)

I've added all the registry tweaks and all the updates were integrated via svcpack.inf and got a problem.Bundled Xp Media Player encounters a problem.When i double-click any media file it gives an error like :

xxxx file can not be found.Please check network settings be sure that the file is there etc....(When i drag&drop it opens without any problem)

Then i used gui run once mode which is even better than svcpack.inf but it still goes on.When i don't integrate any update rather than Dx9.0b there is no problem.It seems that it causes an error in xp mp 8.0 and can't be fixed.I integrated MP 9 and seems there is no problem.Everything is fine.Could somebody help me about this issue or anybody who knows how to fix it.I want to use original Xp Mp 8not Mp 9 but it seems that i'm getting used to using mp 9:)

I would appreciate your help

Link to comment
Share on other sites


I've been following the forum and Unattended Xp Introduction page and after burning about 10 cds i finally did it(Don't like using virtual machine it takes longer)

I've added all the registry tweaks and all the updates were integrated via svcpack.inf and got a problem.Bundled Xp Media Player encounters a problem.When i double-click any media file it gives an error like :

xxxx file can not be found.Please check network settings be sure that the file is there etc....(When i drag&drop it opens without any problem)

Then i used gui run once mode which is even better than svcpack.inf but it still goes on.When i don't integrate any update rather than Dx9.0b there is no problem.It seems that it causes an error in xp mp 8.0 and can't be fixed.I integrated MP 9 and seems there is no problem.Everything is fine.Could somebody help me about this issue or anybody who knows how to fix it.I want to use original Xp Mp 8not Mp 9 but it seems that i'm getting used to using mp 9:)

I would appreciate your help

Perhaps it's one of the regtweaks?

And also this: use VMWare, it's much fasters than VirtualPC AND much faster than a real PC AND you don't waste CD-R's!

Link to comment
Share on other sites

thanks for VMWare i'll try

Bashrat reg tweaks+Dx9.0b work fine.There is no problem in Mp 8.I downloaded all the critical updates and when i use them in unattended cd it causes an error.However,when i update from microsoft offical site there is no problem.I couldn't understand why there is such problem.Even if i only integrate one update mp doesn't work.Mp 9 is working fine without any problem

This is my hotfixes.cmd:

@echo off
echo 16 Windows Updates will be integrated in about 140 seconds
echo Then Programs will be implemented
echo At the end of the whole progress
echo Your computer will restart in 1 minute
ECHO.
echo.
echo.
ECHO Installing Q832894 IE SP1 Update
start /wait %systemdrive%\install\hotfixes\q832894.exe /q:a /r:n
echo.
echo Installing Q831167 IE SP1 Update 2
start /wait %systemdrive%\install\hotfixes\Q831167.exe /q:a /r:n
echo.
echo Installing KB840374
start /wait %systemdrive%\install\hotfixes\kb840374.exe /q /o /n /z
echo.
echo Installing KB828741
start /wait %systemdrive%\install\hotfixes\kb828741.exe /q /o /n /z
echo.
echo Installing KB835732 Sasser Worm Patch
start /wait %systemdrive%\install\hotfixes\kb835732.exe /q /o /n /z
echo.
echo Installing  KB828035
start /wait %systemdrive%\install\hotfixes\kb828035.exe /q /o /n /z
echo.
echo Installing KB825119
start /wait %systemdrive%\install\hotfixes\kb825119.exe /q /o /n /z
echo.
echo Installing Q828026 Media Player Update
start /wait %systemdrive%\install\hotfixes\q828026.exe /q /o /n /z
echo.
echo Installing KB826369
start /wait %systemdrive%\install\hotfixes\kb826369.exe /q:a /r:n
echo.
echo Installing KB824105
start /wait %systemdrive%\install\hotfixes\kb824105.exe /q /o /n /z
echo.
echo Installing KB823182
start /wait %systemdrive%\install\hotfixes\kb823182.exe /q /o /n /z
echo.
echo Installing KB824141
start /wait %systemdrive%\install\hotfixes\kb824141.exe /q /o /n /z
echo.
echo Installing KB822603
start /wait %systemdrive%\install\hotfixes\kb822603.exe /q /o /n /z
echo.
echo Installing KB832353
start /wait %systemdrive%\install\hotfixes\kb832353.exe /q /o /n /z
echo.
echo Installing KB833330 MSBlaster Patch
start /wait %systemdrive%\install\hotfixes\kb833330.exe /q /o /n /z
echo.
echo Installing js56nen Java Script Security Update
start /wait %systemdrive%\install\hotfixes\js56nen.exe /q:a /r:n
cls
echo All Windows Updates Have Been Setup
echo Now Programs Are Implemented
ECHO.
ECHO Installing Visual Basic Library 6.0
ECHO Please wait...
start /wait %systemdrive%\install\hotfixes\Vb60.exe /q
ECHO.
ECHO Installing WinRAR 3.30
ECHO Please wait...
start /wait %systemdrive%\install\hotfixes\winrar.exe /s
echo.
echo Installing Sun Java and Integrating To IE 6.0
start /wait %systemdrive%\install\hotfixes\sunjava.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"
ECHO.
ECHO Installing Adobe Acrobat Reader 6
echo.
ECHO Please wait...
start /wait %systemdrive%\install\hotfixes\Adobe.exe -p"-s /v\"/qn\""
ECHO.
ECHO Installing Windows Media Player 9
ECHO Please wait...
start /wait %systemdrive%\install\hotfixes\MPSetupXP.exe /Q:A /R:N
ECHO.
ECHO Installing Movie Maker 2.0
echo.
ECHO Please wait...
start /wait %systemdrive%\install\hotfixes\moviemaker\mm20.msi /qn
RD /S /Q "%AllUsersProfile%\Start Menu\Programs\PrintMe Internet Printing"
RD /S /Q "%AllUsersProfile%\Start Menu\Programs\Java Web Start"
DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk"
DEL "%AllUsersProfile%\Start Menu\Programs\Adobe Reader 6.0.lnk"
DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"
DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"
RD /S /Q "%systemroot%\Cache\Adobe Reader 6.0\"
shutdown.exe -r -f -t 60 -c "Don't worry.Xp restarts now"
RD /S /Q %systemdrive%\install\

Link to comment
Share on other sites

try adding updates one at a time? remove the ones taht pertain to Media PLayer?

The real question is, why are yo installing WMP9 after running it's update? Wouldn't you want it to be installed before updating it?

Link to comment
Share on other sites

Thank you for reading hotfixes.cmd .I already changed it but i posted the old one to the topic.However,this is not because of that the problem occurs.At the beginning i use to update 4-5 updates but it didn't work.With or without mp update (828026) it doesn't change.Could it be any of those critical updates which could be conflicting with Mp 8.0

Link to comment
Share on other sites

i added qchain to the end and removed 824141 and it seems that everything goes fine.Everytime i had an error i use to install 824141 and without it it's ok.I made another batch which i install after setup.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...