Jump to content

Recommended Posts


Posted

i wasnt trying to offend u. im just saying that there is no harm done by makecabing and adding all the files. that way everything for the installation is there. frankly i have no idea how it works, but maybe some of those other files will install and drm will work?

Posted

try something like this:

@echo off
set i386=c:\xptemp\i386
set extract=c:\mp10setup
set source=%userprofile%\desktop\mp10setup.exe
set command=makecab %%f %extract%\compressed\%%f

rem ********* make temp folders ***********
if exist %extract% rd %extract% /s /q
md %extract%\compressed

rem ********* extract files ***********
"%source%" /q /c /t:c:\mp10setup

rem ********* compress files ***********
cd %extract%
for %%f in (*.*) do %command%
ren %extract%\compressed\*.* *.??_

rem ********* integrate files ***********
xcopy %extract%\compressed\*.* %i386% /h /r /y /u /f /i

rem ********* cleanup files ***********
cd..
rd %extract% /s /q

pause

Posted
In next nlite you'll again have option to keep Wmp compatibility then you won't need to keep wmp9.

But i'm not sure if Wmp10 is using some reg which gets cleaned out.

Could you please hint as to when we might expect this 'next nLite' version. I have been waiting so very patiently for this feature to reappear and I have had my Unattend CD project on hold all this while waiting in anticipation of the new version.

Posted
try something like this:

@echo off
set i386=c:\xptemp\i386
set extract=c:\mp10setup
set source=%userprofile%\desktop\mp10setup.exe
set command=makecab %%f %extract%\compressed\%%f

rem ********* make temp folders ***********
if exist %extract% rd %extract% /s /q
md %extract%\compressed

rem ********* extract files ***********
"%source%" /q /c /t:c:\mp10setup

rem ********* compress files ***********
cd %extract%
for %%f in (*.*) do %command%
ren %extract%\compressed\*.* *.??_

rem ********* integrate files ***********
xcopy %extract%\compressed\*.* %i386% /h /r /y /u /f /i

rem ********* cleanup files ***********
cd..
rd %extract% /s /q

pause

If you look at the switches in the xcopy statement, it only copies in the files that exist in the destination dir... the ones that do not exist are not copied.

You do not have to enter the path every time, just once... assuming all our directories stay the same

Posted

I just have a question about the files that are copied over.

When you extract from MP10Setup.exe there are 132 files. The script only deals with 61 which is less the half the files. What's up with the remaining files and can I call the .cat files from Svcpack.inf to install the codecs and such?

Posted

i quit on this wmp10 slipstreamed in i386 thing. it is driving me crazy. i just made a 7zip installer of it and dropped it in svcpack. it installs perfectly. i also did the same with .net 1.1 + the new update.

Posted
I just have a question about the files that are copied over.

When you extract from MP10Setup.exe there are 132 files. The script only deals with 61 which is less the half the files. What's up with the remaining files and can I call the .cat files from Svcpack.inf to install the codecs and such?

It's working for everyone... I got the info from Obliviator's post, as mentioned in the first post.

@j4ever: it works for EVERYONE... is it still because of that DRM feature?

Posted

WMP10 for splitstream, just unzip in your I386 folder

There are the 61 files created by bash's batch file v1.1 from MP10Setup.exe (french but it's international no ?)

I386_WMP10.zip

++

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...