February 13, 200521 yr 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?
February 13, 200521 yr J4evercheck this link out ... and see if u can cab it. we are always look for better solutions. who knows maybe u can finda new innovative way. http://www.msfn.org/board/index.php?showtopic=35042&st=0
February 13, 200521 yr Work with Italian version Tested with many pc throughout last weekmany thanksNN
February 13, 200521 yr Author Work with Italian version Tested with many pc throughout last weekmany thanksNN<{POST_SNAPBACK}>Added to the list And.. you're welcome
February 13, 200521 yr try something like this:@echo offset i386=c:\xptemp\i386set extract=c:\mp10setupset source=%userprofile%\desktop\mp10setup.exeset command=makecab %%f %extract%\compressed\%%frem ********* make temp folders ***********if exist %extract% rd %extract% /s /qmd %extract%\compressedrem ********* extract files ***********"%source%" /q /c /t:c:\mp10setuprem ********* compress files ***********cd %extract%for %%f in (*.*) do %command%ren %extract%\compressed\*.* *.??_ rem ********* integrate files ***********xcopy %extract%\compressed\*.* %i386% /h /r /y /u /f /irem ********* cleanup files ***********cd..rd %extract% /s /qpause
February 13, 200521 yr Author Err...? It's almost what my batch file does, except that you don't remove the files that have to be removed.And... yours is path dependant: users will have to enter their paths every time.
February 14, 200521 yr 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.<{POST_SNAPBACK}>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.
February 14, 200521 yr try something like this:@echo offset i386=c:\xptemp\i386set extract=c:\mp10setupset source=%userprofile%\desktop\mp10setup.exeset command=makecab %%f %extract%\compressed\%%frem ********* make temp folders ***********if exist %extract% rd %extract% /s /qmd %extract%\compressedrem ********* extract files ***********"%source%" /q /c /t:c:\mp10setuprem ********* compress files ***********cd %extract%for %%f in (*.*) do %command%ren %extract%\compressed\*.* *.??_ rem ********* integrate files ***********xcopy %extract%\compressed\*.* %i386% /h /r /y /u /f /irem ********* cleanup files ***********cd..rd %extract% /s /qpause<{POST_SNAPBACK}>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
February 14, 200521 yr 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?
February 14, 200521 yr 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.
February 14, 200521 yr Author 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?<{POST_SNAPBACK}>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?
February 14, 200521 yr Author EDIT: my f$clmsjfsl internet connection froze... > double post > please remove.
February 14, 200521 yr WMP10 for splitstream, just unzip in your I386 folderThere 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