Jump to content

Mr_Smartepants

Members
  • Posts

    807
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Mr_Smartepants

  1. Yup, the wmp11ext.inf is somehow being broken.

    None of the files in the section WMPlayer.Copy are extracted from wmp11.cab to the correct destination.

    INF clipped to relevant sections:


    [SourceDisksNames.x86]
    1 = "Windows Media Player Files",wmp11.cab,,I386

    [DestinationDirs]
    WMPlayer.Copy = 16422,%WMPFOLDER%

    [WMPlayer.Copy]
    wmdbexport.exe
    wmlaunch.exe
    wmpenc.exe
    wmpnetwk.exe
    wmpnscfg.exe
    wmpnssci.dll
    wmpshare.exe
    wmsetsdk.exe
    LegitLibM.dll
    eula.txt

    [Strings]
    WMPFOLDER = "Windows Media Player"

    *Edit

    I just noticed you updated the GUI to 2.0.1.2. I'll download that and try it to see if it's fixed.

    *Edit 2

    Nope, 2.0.1.2 still has the problem. :(

  2. The command that seems to be the cause of the problem is contained in wmp.inf

    [Run.PUI]

    "%16422%\%MP2_FOLDER%\WMPEnc.exe /RegServer"

    But I'm at a loss as to what's actually causing the problem. It seems to be referenced correctly. :?

    Unless it needs a double-quote (because of the double string usage) like this line:

    """%16422%\%MP2_FOLDER%\WMPNetwk.exe"" install"

    *Edit

    Well that didn't work! :(

    Adding the double quotes only changed the error text. The file is still not being found because it doesn't exist.

    2ev6tew.png

    16aqlpk.png

    I imagine that the file-copy process for some wmp11 files is being broken along the way somewhere.

  3. MSFN has an excellent resource on ROE.

    http://unattended.ms...5fe4e2b832a08a/

    Dark madness is right. You need to declare the number order


    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f
    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f

    REG ADD %KEY%\010 /VE /D "Alcohol 120" /f
    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f
    REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

  4. Sweet! I'll get to testing this right away!

    Incidentally, the corrupted setup.exe tends to resolve itself once I reboot the host system. It's probably a glitch with Win7 since I run the GUI with "run as admin" under a normal user acct.

    *Edit

    LOL, the download speed bug is back. :) This while downloading a fresh copy of "green.7z" from the new GUI.

    I know for a fact my download speed is capped at 1100kb/sec (speedtest).

    j0a1c7.png

    *Edit 2

    Still failed with the same advanced .inf failure as before. :(

    Testing with Home now.

  5. -b doesn't look like a valid option.

    Microsoft Windows [Version 6.1.7600]

    Copyright © 2009 Microsoft Corporation. All rights reserved.

    C:\Users\Blah>defrag /?

    Microsoft Disk Defragmenter

    Copyright © 2007 Microsoft Corp.

    Description:

    Locates and consolidates fragmented files on local volumes to

    improve system performance.

    Syntax:

    defrag <volumes> | /C | /E <volumes> [/H] [/M | [/V]]

    defrag <volumes> | /C | /E <volumes> /A [/H] [/M | [/V]]

    defrag <volumes> | /C | /E <volumes> /X [/H] [/M | [/V]]

    defrag <volume> /T [/H] [/V]

    Parameters:

    Value Description

    /A Perform analysis on the specified volumes.

    /C Perform the operation on all volumes.

    /E Perform the operation on all volumes except those specified.

    /H Run the operation at normal priority (default is low).

    /M Run the operation on each volume in parallel in the background.

    /T Track an operation already in progress on the specified volume.

    /U Print the progress of the operation on the screen.

    /V Print verbose output containing the fragmentation statistics.

    /X Perform free space consolidation on the specified volumes.

    Examples:

    defrag C: /U /V

    defrag C: D: /M

    defrag C:\mountpoint /A /U

    defrag /C /H /V

  6. Oh, I just noticed you're from India. Ooh, it gets hot depending on your region. My favorite is Madras. :D

    Passive cooling won't be good enough if your ambient temp is high. Water cooling might be your best option. Using an external vented reservoir along with a massive radiator with slow moving fans would be an ideal option. The only problem is cost. A good kit will cost between USD$150-300 depending on the components. But will be damn near silent.

  7. Any card with a passive heatsink would be ideal. Anything above a HD4xxx series would run a bit hot. I have an HD3450 I use for DriverPacks testing and it runs fine. Newer cards have a built-in HDMI port which is ideal for HTPC builds.

    Are you looking to buy or asking for donations? Your OP is a little confusing.

×
×
  • Create New...