MAVERICKS CHOICE Posted September 2, 2004 Posted September 2, 2004 I tried both batchs above but still getting the first gui in wmp10?
massimo Posted September 2, 2004 Posted September 2, 2004 SiMoNsAyS has posted: "/integrate works" is true????
prathapml Posted September 2, 2004 Posted September 2, 2004 SiMoNsAyS has posted: "/integrate works" is true????No, he just said "tell me if it works" - he was hoping it would work. There's no confirmation of that yet.EDIT:ok, I checked for that - there's no "/integrate" in WMP10. So its confirmed news now.
eirogge Posted September 2, 2004 Posted September 2, 2004 massimo...i dont think there is, but it would be awesome if there was!I agree.Could anyone explain why you are using the "/Q:A /R:N" switch TWICE in the command-line? I haven't tried the MP10 unattended yet. But after a normal install, WMP10 rocks! the "/c:" after mp10setup.exe defines a custom command to be launched after the file is extracted. by default it would launch setup_wm.exe without any commandline switches for the normal installation. for unattended installation the switch is "setup_wm.exe /DisallowSystemRestore /Q:A /R:N". Thats why it is enclosed in " ". The "/Q:A /R:N"-part after mp10setup.exe is just for hiding the file extraction process from the user as well.i extracted mp10setup.exe manually by calling "mp10setup.exe /c /t:<path_to_extract>", compressed it to 7-Zip (9mb instead of 12mb) and just added "setup_wm.exe /DisallowSystemRestore /Q:A /R:N" to my RunOnceEx.
minigun Posted September 2, 2004 Posted September 2, 2004 i just silently installed it... heres how... extract the files from the .EXE using winRAR then run... wmsetsdk.exe /Qit works fine for me B)
shef Sale Posted September 2, 2004 Posted September 2, 2004 massimo...i dont think there is, but it would be awesome if there was!I agree.Could anyone explain why you are using the "/Q:A /R:N" switch TWICE in the command-line? I haven't tried the MP10 unattended yet. But after a normal install, WMP10 rocks! Judging on Microsoft's Windows Media 10 SDK, the switches should be like that:MP10Setup.exe /Q:A /C:"setup_wm.exe /DisallowSystemRestore /Q /R:N"
SiMoNsAyS Posted September 2, 2004 Posted September 2, 2004 SiMoNsAyS has posted: "/integrate works" is true????No, he just said "tell me if it works" - he was hoping it would work. There's no confirmation of that yet.EDIT:ok, I checked for that - there's no "/integrate" in WMP10. So its confirmed news now. it's a pitty i've read that like the new post-sp2 updates it could be integrated in the sp2 installation but it's just a rumor...
evilvoice Posted September 2, 2004 Posted September 2, 2004 what???? wmp10 is not a hotfix...I dont think anyone said every program by MS now supports /integrate...
SiMoNsAyS Posted September 2, 2004 Posted September 2, 2004 what???? wmp10 is not a hotfix...I dont think anyone said every program by MS now supports /integrate......it was said that every update from sp2 will use a new installer that let u slipstream that update in the sp2 main installation (hotfixes or optional updates)...
Alanoll Posted September 2, 2004 Posted September 2, 2004 ...it was said that every update from sp2 will use a new installer that let u slipstream that update in the sp2 main installation (hotfixes or optional updates)...It was said that hotfix's specifically, Type1 like ones would be able to....or more specifically, those using update.exe v4 or somewhere around tehre.
shef Sale Posted September 2, 2004 Posted September 2, 2004 Judging on Microsoft's Windows Media 10 SDK, the switches should be like that:MP10Setup.exe /Q:A /C:"setup_wm.exe /DisallowSystemRestore /Q /R:N"I tried the switch via VMware and it works with no problem [i have System Restore disabled, via Registry Tweak]Also, in my Registry Tweaks have this tweak:;WMP9 Setup[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]"AcceptedPrivacyStatement"=dword:00000001"FirstRun"=dword:00000000which obviously work with the WMP10 upgrade too (no FirstRun dialog was displayed).
SiMoNsAyS Posted September 2, 2004 Posted September 2, 2004 for anyone that would like to know. my solution:use winrar (or switches) to extract the wmp10 package. create a new rar sfx file with this comment;The comment below contains SFX script commandsSetup=setup_wm.exe /DisallowSystemRestore /Q:A /R:NTempModeSilent=2Overwrite=1then add this entry to RunOnceExREG ADD %KEY%\040 /VE /D "Windows Media Player 10" /fREG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\WMP10\WMP10.exe" /fthat will give you a (1mb) smaller and unattended installation
j4ever Posted September 2, 2004 Author Posted September 2, 2004 is it possible to have runonceex use both the cdrom and the systemdrive?
SiMoNsAyS Posted September 2, 2004 Posted September 2, 2004 @j4ever of course! but to use the CDROM variable you need to stablish it, my code for example it's:FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\$OEM$\BioHaZaRD.nfo SET CDROM=%%dwith BioHaZaRD.nfo on $OEM$ path
j4ever Posted September 2, 2004 Author Posted September 2, 2004 so would this work?****the IF EXIST systemdrive part is special for the ATI 4.8 drivers.*****Also, @simonsays couldn't this method be used to put it in svcpack.inf? I have the .net framework integrated with sp1 in an sfx archive and it is in svcpack and i was wondering if i could do the same with wmp10?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now