Jump to content

qwertyforsure

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

About qwertyforsure

Contact Methods

  • Website URL
    http://

qwertyforsure's Achievements

0

Reputation

  1. Hi johnmc, have been testing these days. I will try to report it all: - Changing the code from x0816 to x0809: 1. Been able to integrate MSI 4.5; 2. Slipstreaming WMP11 plus all it's hotfixes with WMP11 Slipstreamer, had no issues; 3. Slipstreaming WMP11 with the Slipstreamer went well but integrating it's hotfixes with nLite, some localized hotfixes failed, not all of them, but via command line all localized hotfixes failed; 4. Integrating, for example, Windows Package Installer "WindowsXP-KB898461-x86-PTG", portuguese version, failed to integrate with nLite and via command line, so as other portuguese hotfixes; Conclusion: All those localized hotfixes that can't be directly integrated i.e. can only be with the regular integration method, nLite reports error. Integrating via command line they will all fail since it is used the regular integration method for all of them, even the one's that nLite directly integrates. With WMP11 Slipstreamer had no issues with it's hotfixes because they are all slipstreamed into the Windows source. Finally, in order to get it all working: 1. Changed "INSTALL_LANGUAGE" code in the Hivesys.inf file; 2. Integrated MSI 4.5 via command line; 3. Returned the code to it's original; 4. And then used nLite for all the rest. I even add WindowsXP-KB958655-x86-ENU hotfix (updates the msi.dll file from 4.5.6001.22159 version to 4.5.6001.22299 version), which nLite directly integrates, and at the end everything was working. Even msiexec was in portuguese language. I hope I had been clear enough! Any question just ask, if it is needed I will edit the post! Cheers
  2. Hi Fernando! Probably this answer has already been made but I was not able to see an answer, if so, I apologize but is there any problem in integrating Intel's and nForce's SATA drivers into the same Windows XP source? Thank you!
  3. I did what johnhc said but I was not successful since integration is not possible with the extracted files, only with the original file. I then tried again integrating "WindowsXP-KB942288-v3-x86" with the parameters given by belivakov but with the log switch also, as johnhc suggested. (In the command line by doing "WindowsXP-KB942288-v3-x86 /?" we are able to see all the available switches for the installer package.) I could now see the error wich was causing the direct integration and consequently nLite to fail: (...)Lang mismatch in c:\5da38a2b279d609d7a40cc4d3d47\update\update_SP3QFE.inf: 9 != 16. As we all suspected the error was caused by language mismatch (see "Error_Log" file for more details). I searched around and discovered this link from Microsoft with a solution for the problem: http://support.microsoft.com/kb/915724 - All you have to do is to locate the Hivesys.inf file in the i386 folder of the Windows XP image and open it with Notepad; - At the bottom of the Hivesys.inf file locate the following text entry: INSTALL_LANGUAGE="xxxx” (in my case: INSTALL_LANGUAGE="0816") - Since the installer complained about 9 being different from 16, I modified it to: INSTALL_LANGUAGE="0809" (modifying to "089" won't work) and saved it; - Tried to integrate it again and did it successful both with /integrate switch (see Success_Log) or nLite; - Tested both methods in VirtualBox and everything went just fine. Hope this can help others who have other Windows language version than english and are possibly having the same issue. I would like to thank all of you guys who tried to help me, specially johnhc who didn´t give up. Without your help I would not have arranged a solution for the problem. Thank you! Error_Log.txt Success_Log.txt
  4. Breezer, when you are going to make the download of the installer from the Microsoft site you are able to choose the language type but, no matter what language you choose the file is always the same. John, it seems to be a great idea. As soon as I can I will try it and post the results here. Thank you!
  5. johnhc, thank's for the replies! belivakov, I tried what you said and Setup gives me the following error: "An error occurred while attempting to integrate this software update package. Verify that the architecture, language, and service pack level of this software update are valid for the target distribution folder." I did the same to an English source and integrated successfully. Well, since the exe file is right for my architecture and that SP3 is already slipstreamed into my Windows source I guess that the problem is about language specifications. But if I install it after having Windows OS Portuguese version installed on my PC, I don't have any kind of problems. Any ideas? Thank you!
  6. Hi John! In fact the download is the same for all languages. Also, if you extract the exe installer file you are able to see a folder called "langspecific" that has localized language folders inside and portuguese is contempled with the "ptg" folder. There is another folder called "sp3qfe" that has the Windows Installer files. I really don't understand why nLite cannot integrate it under other Windows language version than english. Have any idea why this happens? Installing it via RunOnce, do I need to reboot or I can use the /norestart switch i.e. if I continue to Windows, there is no problem for not having rebooted after the installation? Thank you!
  7. Hi John, thanks for the reply! My source is a fresh and clean install of Windows XP Home Edition Portuguese version with SP2 already included. With nLite, last version, I integrated SP3 and only tried to integrate Windows Installer 4.5, nothing else. I think the exe file is language neutral so, it is the same for all language versions of Windows XP. Thank you! _ltima_Sess_o.ini
  8. Hi! I am trying to integrate Windows Installer 4.5 with nLite directly into my Windows XP Portuguese source, but I always get this error "KB942288 - Hotfix integration error". What is interesting, at least for me , is that for Windows XP English source I don't get any error and nLite integrates it just fine. Anyone as an idea why this happens? Hope you can help! Thank you!
×
×
  • Create New...