Jump to content

theutlass

Member
  • Posts

    47
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Posts posted by theutlass

  1. Hi all,

    I'm thinking of repacking all the .NET framework (from 1.1sp2 to 3.5sp1) but i wanted to know, the .NET framework contains things for devellopers, and i wanted to know if there is way to cleanup the framework to have only the required libraries to run apps that needs .NET libraries.

    Thanks in advance,

    Theutlass.

  2. Using the 1.7.9.d i got a bug during install about missing file for unregmp2.exe, the file called WMDRMSDK.DLL is missing

    that's bad :(

    Said nothing got a corrupted wmp setup's exe.

  3. Using the normal install feature the only bug is the startmenu letters missing to my docs etc setting style to Basic 32 or Black 32 fix that bug.

    The searchbar make troobles in the startmenu buttons.

    There is no other bug with the normal methode.

    I'll test the iso patch this evenning.

  4. Hi, this is how i install unlocker :

    I use a 7z-SFX with this files inside :

    ;!@Install@!UTF-8!
    GUIMode="2"
    SetEnvironment="UL=\"%ProgramFiles%\\Unlocker\""
    RunProgram="cmd /c xcopy \"%%T\" %UL% /s /e /i /y"
    RunProgram="regsvr32 /S \"%UL%\\UnlockerCOM.dll\""
    RunProgram="hidcon:cmd REG ADD "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Unlocker" /V "Language" /D "1036" /f"
    ;!@InstallEnd@!

    the 1036 in the reg add is for french language

    if you want english just put 1033 instead of it

  5. If you can tell me what strings you modifie i can send you translated strings :)

    What extra's does the /S switch apply ?

    Edit : I looked to the app and it has a source patching feature, it's very nice :)

    But does it only patch the files or does it also drop vista theme and extras ?

  6. Ok I Have some question to make my steam install silent.

    First I want to translate a reg file into a batch version but don't know how I can do it and there is a value that is for the steam default language I want to know if there is a way to make the install find a reg key in the registry to find the computer language and change it in the registry to translate steam ?

    Here is the reg file I made from an installed fresh install

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Valve\Steam]
    "InstallPath"="C:\\Program Files\\Steam"

    [HKEY_CURRENT_USER\Software\Valve\Steam]
    "Rate"="9999"
    "Language"="french"
    "SteamExe"="c:/program files/steam/steam.exe"
    "SteamPath"="c:/program files/steam"
    "SuppressAutoRun"=dword:00000000
    "OfflineAFS"=dword:00000000
    "Offline"=dword:00000000

    [HKEY_CURRENT_USER\Software\Valve\Steam\ActiveProcess]
    "SteamClientDll"="C:\\Program Files\\Steam\\steamclient.dll"
    "Universe"="Public"
    "pid"=dword:00000428

    [HKEY_CURRENT_USER\Software\Valve\Steam\Steam.exe]
    "UpTimeStart"=dword:45a91854
    "UpTimeMostRecent"=dword:45a91926
    "ReliabilitySignal"=dword:00000001
    "SuccessCount"=dword:00000002
    "UpTimeCleanCounter"=dword:00000001
    "UpTimeCleanTotal"=dword:0000000f
    "CheckingForUpdates"=dword:00000000
    "UpdateAvailable"=dword:00000000
    "UpdateBytesToDownload"=dword:00000000
    "UpdateBytesDownloaded"=dword:00000000
    "LastUpload"=dword:45a0e24c

    Thx in advance

×
×
  • Create New...