Jump to content

gzm55

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Posts posted by gzm55

  1. integrate to i386 doesn't give you full features. the features that are lost is ripping into mp3 file.

    I decided to use SVCPACK.inf which is perfect for me

    i'll test right now. and, what command do u use to setup wmp10 in svcpack.inf ? i use the command below(including all quotes), but it doesnt work for me :blushing:

    "MP10Setup.exe /c:""setup_wm.exe /Q /R:N /DisallowSystemRestore"" /q:A"

  2. use "makecab /?"

    Microsoft (R) Cabinet Maker - Version 5.1.2600.2180
    Copyright (c) Microsoft Corporation. All rights reserved..

    MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination]
    MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...]

     source         File to compress.
     destination    File name to give compressed file.  If omitted, the
                    last character of the source file name is replaced
                    with an underscore (_) and used as the destination.
     /F directives  A file with MakeCAB directives (may be repeated).
     /D var=value   Defines variable with specified value.
     /L dir         Location to place destination (default is current directory).
     /V[n]          Verbosity level (1..3).

  3. In VMware click "Install VMware Tools".

    Copy data from mounted image to your host OS

    Pack it into an SFX-archive (or not) and use the "/QN"-parameter.

    this solution works well. further more,

    4 items needed from mounted image:

    program files\
    System32\
    1033.mst
    VMware Tools.msi

    and, in sfx code, the setup line is

    Setup=msiexec /i "VMware Tools.msi" /qb /norestart

    if u r japanese, use 1041.mst instead of 1033.mst

  4. God! Did you search at all!?  :wacko:

    Okey I'm going to break it down for you... It's on page three of this forum!

    WMP10 Slipstreamer Version 1.1 . Now download windows media player 10 installer (mp10setup.exe) in your language (or whatever language you are using), and run that batch file. It will guide you through how to integrate Media Player 10 to your i386 dir. This is the best solution, as it is the fastest and it works perfect by replacing your CDs Windows Media Player 9.

    :whistle:

    sorry, yesterday, i wanna to find a method to integrate wmp10 manually, not to use package done by other. today, i've studied the content of the batch file you suggest, and apprehended the methord.

    thanx you and Bâshrat the Sneaky very much!!! :P

  5. This line works for installing WMP10 from svcpack.inf:

    "MP10Setup.exe /c:""setup_wm.exe /Q /R:N /DisallowSystemRestore"" /q:A"

    Use the whole line, including all quotes.

    i used the whole line, includeing all quotes, but wmp10 wasnt setuped :no:

    i will try to put the line in mp10.cmd, and use mp10.cmd in svcpack.inf.

    and how to integrate wmp10 to i386 ? i'v searched the forum, but i got more confused...

  6. thanx, but

    http://unattended.msfn.org/beginner/hotfix/svcpack.htm

    in the document above, Windows Media Player 9/10 is integrate in the svcpack.inf, why?

    » Adding Windows Media Player 9/10

    If you wish to include the latest Windows Media Player version, there are both available from this site as silent install packages, below are the links. These are for ENGLISH platforms ONLY.

    Adding this to SVCPACK.INF is simple.

    Open up your SVCPACK.INF file, and add an entry BEFORE any other hotfixes, simply with the name of the file you download below. That's it!

  7. Hello, i wanna integrate WMP10 and dotnet in svcpack.inf, but i dont know how to do that correctly.

    i use

    MP10Setup.exe /Q:A /C:"SETUP_WM.EXE /Q /R:N /DisallowSystemRestore"

    or

    MP10Setup.exe /Q:A /R:N

    in svcpack.inf, but neither works well :no:

    and, i use

    dotnetfx.exe /Q:A /R:N

    or

    netfx.msi /qb /norestart

    or

    msiexec /i netfx.msi /qb /norestart

    in svcpack.inf, also, neither works well :no:

    whats wrong?A point in the right direction would be of much help. Thanks in advance. :D

×
×
  • Create New...