Jump to content

Nexi

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Finland

Posts posted by Nexi

  1. I'm trying to integrate WindowsXP-KB942288-v3-x86.exe to English-language Windows XP Professional with SP3. I'm using Finnish-language Windows XP as my build machine and based on logs and extracted files it might be the reason of this problem. KB942288 contais version for all languages and it seems that it's extracting finnish-language version and tries to integrate that.

    0.625: IsUpdateInfValidForTarget: Lang mismatch in l:\3aa5633d73576bb85b1177\update\update_SP3QFE.inf: b != 9.
    0.625: IntegrateHotfix: Package KB942288-v3 is not valid for target E:\VX2POEM_EN.

    (b is language code for finnish)

    I tried to extract update and manually run english version, but that didn't work: "Extracted packages cannot be integrated. The /integrate switch must be used with the original software update package"

    Any idea for solution?

  2. After offline SP3 install my C:\WINDOWS\$hf_mig$ folder still contais all previous post SP2 update KBXXXXX folders. Normally you are advised not to delete those. What about now when SP3 is installed does the system need these anymore?

  3. To specify users folder location insert the following code into your Autounattend.xml. If you are not familiar with Autounattend.xml read some tutorial first. The partition you use must exist and be formatted.

    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
    <FolderLocations>
    <ProfilesDirectory>D:\Users</ProfilesDirectory>
    </FolderLocations>
    </component>
    </settings>

    What comes to Program Files folder location I have understood that there is no working solution for that currently (at least not in the realm of Autounattend.xml)

  4. I'm talking about changing default location of folder which is C:\WINDOWS\Installer (note that the folder is hidden by default) after normal Windows installation.

    Now if you use many programs this folder grows very large since it contains third party Installers and Software Patches. See http://en.wikipedia.org/wiki/Windows_Installer for details.

    I use the following partitioning scheme and instead of having C:\WINDOWS\Installer I would like to have D:\Installer

    C: Windows

    D: Programs (Program Files default location is set to here)

    E: Users (Documents and Settings default location is set to here)

  5. Post the topic in the correct section the next time!

    Ok, I totally missed this section.

    Also, it may not run the way it should, due to the formatted text in it (open it using notepad, and see that the text is all messed up, only opens right in wordpad).

    Looks ok in my Notepad. Do you mean that line breaks are messed up or is there wrong characters? Notepad should not be problem if batch runs in Windows XP cmd interpreter.

    But if someone knows if there is foolproof character encoding that works with Windows XP cmd interpreter (and notepad) let me know.

    Edit:

    I think the problem was FTP ascii transfer that messed up the file. It should work now.

×
×
  • Create New...