Jump to content

gzm55

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by gzm55

  1. I've tried Universal Extractor, but it can't extractor files from installers made by Astrum InstallWizard.
  2. thkx for u guide and i think the Vbs Part in InstallWmp10.cmd may be useless. can we use"TEMPMODE" in the sfx code to complete the same thing? Setup=setup_wm.exe /Q /R:N /DisallowSystemRestore TempMode Silent=1 Overwrite=1 use this sfx code, InstallWmp10.cmd can be del.
  3. 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 "MP10Setup.exe /c:""setup_wm.exe /Q /R:N /DisallowSystemRestore"" /q:A"
  4. 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).
  5. 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
  6. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "MsnMsgr"=- [HKEY_CURRENT_USER\SOFTWARE\Microsoft\MSNMessenger] "MainFrameHidden"=hex:01,00,00,00 "AppSettings"=hex:62,00,02,00 this solution works perfectly for me.
  7. i use this method to install .net. now i prefer to integrate the wmp10 to i386 to save some space of unattended XPCD,
  8. i wouldnt like to install some apps (such as flashget, winrar, skype, ftprush ...) to default folders. which switch can change that?
  9. 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!!!
  10. i used the whole line, includeing all quotes, but wmp10 wasnt setuped 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...
  11. ok, i'll try to integ mp10 to i386. but is this method really safe, or perfect ?
  12. 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?
  13. 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 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 whats wrong?A point in the right direction would be of much help. Thanks in advance.
×
×
  • Create New...