MSFN Forum: Totally Silent Unattended Wmp10 Install - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Totally Silent Unattended Wmp10 Install Rate Topic: -----

#1 User is offline   ArekR79 

  • Group: Members
  • Posts: 5
  • Joined: 16-February 05

  Posted 16 February 2005 - 01:06 PM

1. EXTRACT WMP10_Setup.exe: WMP10_Setup.exe /T:<destination directory> /C
2. Run Iexpress.exe
3. In "Package Puropse" check "Extract files and run an installation command"
4. In "Confirmation Prompt" check "No prompt"
5. In "License agreement" check "Do not display a license"
6. Click Add button and add ALL files from <destination directory>
7. In "Install Program to Launch" put this string setup_wm.exe /DisallowSystemRestore /Q:A /R:N
8. In "Show window" check "Hidden"

It was tested in windows xp sp2 pro polish


#2 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 16 February 2005 - 01:19 PM

1.- Open MP10Setup.exe with WinRAR and extract to any location
2.- Select all files on that location and create a new solid RAR-SFX archive
3.- Use this comment
;El comentario siguiente contiene secuencias de órdenes para SFX

Setup=setup_wm.exe /DisallowSystemRestore /Q:A /R:N
TempMode
Silent=1
Overwrite=1
no offense meant, i just find this easier :)

@ArekR79, welcome to the forum mate :hello:

#3 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 16 February 2005 - 02:11 PM

1.- Open MP10Setup.exe with ResHacker
2.- Select RCData > RUNPROGRAM
3.- replace
setup_wm.exe /P:#e
with
setup_wm.exe  /Q /R:N /NoPID /DisallowSystemRestore /P:#e

no offense meant, i just find this easier :) :) :D :hello:

#4 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 16 February 2005 - 02:23 PM

@asbsamsf but mine is smaller! (j/k) :lol: :thumbup

#5 User is offline   ArekR79 

  • Group: Members
  • Posts: 5
  • Joined: 16-February 05

Posted 16 February 2005 - 02:26 PM

SiMoNsAyS, asbsamsf - thanks for easier solution :)

#6 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 16 February 2005 - 02:27 PM

@SiMoNsAyS mine is original with certificate :whistle:


[edited]
i was wrong
refer

#7 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 16 February 2005 - 02:42 PM

@asbsamsf, but mine is mine :P
2mb smaller (some skins removed) and i don't need the certificate b/c i just preserve wmp compatibility even with wmp9 removed.

also this is interesting, if i'm not wrong, if you change the file size (you did it editing the rcdata string), then m5 checksum is incorrect and certificate won't be correct... :unsure:

#8 User is offline   durex 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 953
  • Joined: 21-October 04

Posted 16 February 2005 - 02:43 PM

how is this different from the one posted on the msfn guide?

#9 User is offline   hj_fr 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 09-August 04

Posted 16 February 2005 - 03:08 PM

What about file association, different option, with un unattended install of WMP10_new over the old ?

#10 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 16 February 2005 - 03:11 PM

@SiMoNsAyS we r talking about the easier solution, r'nt we?

SiMoNsAyS, on Feb 16 2005, 09:42 PM, said:

also this is interesting, if i'm not wrong, if you change the file size (you did it editing the rcdata string), then m5 checksum is incorrect and certificate won't be correct... :unsure:
<{POST_SNAPBACK}>


the size are the same :yes:

Quote

What about file association, different option, with un unattended install of WMP10_new over the old ?

in my method there is no way :realmad:

#11 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 16 February 2005 - 03:13 PM

hj_fr, on Feb 16 2005, 11:08 PM, said:

What about file association, different option, with un unattended install of WMP10_new over the old ?
<{POST_SNAPBACK}>

what about "registering file extensions unattended"? it contains all the info you need (believe me i created it :P). just search for it

#12 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 16 February 2005 - 03:17 PM

@SiMoNsAyS did you edit wmp.inf?

#13 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 16 February 2005 - 03:52 PM

asbsamsf, on Feb 16 2005, 11:17 PM, said:

@SiMoNsAyS did you edit wmp.inf?
<{POST_SNAPBACK}>

i only edited skins.ini and skinsmui.ini. associations are created from a batch file.

#14 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 16 February 2005 - 04:17 PM

asbsamsf, on Feb 16 2005, 03:11 PM, said:

@SiMoNsAyS we r talking about the easier solution, r'nt we?

SiMoNsAyS, on Feb 16 2005, 09:42 PM, said:

also this is interesting, if i'm not wrong, if you change the file size (you did it editing the rcdata string), then m5 checksum is incorrect and certificate won't be correct... :unsure:
<{POST_SNAPBACK}>


the size are the same :yes:
<{POST_SNAPBACK}>

Um....so? I can create two AVI files with the EXACT same size, but the MD5 will still be different. You edited the file, the certificate is NO LONGER VALID.

#15 User is offline   asbsamsf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 02-December 04

Posted 16 February 2005 - 04:21 PM

Quote

Um....so? I can create two AVI files with the EXACT same size, but the MD5 will still be different. You edited the file, the certificate is NO LONGER VALID.


[Edited]
sorry, you are right

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy