Jump to content

oao

Member
  • Posts

    147
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by oao

  1. I 've run into a weird problem. I've been running MS Office 2000 SR-1 Premium (Word only) on Windows XP64. I've recently installed Windows Live Writer which I use to publish my Blogger blog. Every time WLW loads IE8 to access the blog, Windows installer pops up and tries to install something from the Office disc. Suspecting that the Office was configured to install some function on request, I went through the Office components and uninstalled everything that was not necessary for my use of Word, but this failed at the end of the process with error 1919: Error 1919. Error configuring ODBC data source: MS Access Database, ODBC error 6: Component not found in the registry. Verify that the file MS Access Database exists and that you can access it. I then decided that when WLW popped the installer, to let it demand all the MDAC files that it needed, I collected them and made them available to it and it looked like it installed whatever it needed. Yet WLW continues to pop up the installer and to issue the 1919 error. I turned on verbose logging for the installer and it produced some logs, one of which I am attaching to this message. I have another log which is probably important, but it is long and the system does not let me attach it. Perhaps somebody can figure out what's going on here and can advise on a solution. Thanks. Office 2000 SR-1 Premium Setup(0002)_MsiExec.txt
  2. oao

    elite 64 not available?

    I was referring to the RAR files listed here: http://www.msfn.org/board/topic/137765-windows-7-rtm-3264-bit-updated/ Some of these files are necessary together with the vLite in order to customize Win7. Or are you saying that only vLite is now necessary, without those files?
  3. I tried to download the elite 64 rar from both sites. The mediafire says file is no longer available, and the other site is not available itself. What gives?
  4. oao

    OEM Windows 7

    It is my understanding that you need a retail Windows 7 install to apply vLite to. Is there some way that it can be done with Windows 7 that comes preinstalled on laptops? There is a way to create an install disc for OEM version: http://thecustomizewindows.com/2010/11/create-a-bootable-windows-7-dvd-for-oem-pcs-not-supplied-with-installation-disk Would that be usable? It's not very clear and I would prefer not to have to go through it, though.
  5. Fernando, Yes, everything is clear now, thanks. I had realized all that by the time you gave your clarification.
  6. I communicated with Stebner on this and he tells me that at the time when people were having problems trying to install the .Net via SVCPACK.INF during T-13 he found a workaround which he posted here: http://blogs.msdn.com/astebner/archive/200.../06/591694.aspx The x64 version of the modified SVCPACK.INF file would look like this: [CatalogHeader] [Version] Signature="$WINDOWS NT$" [setupData] CatalogSubDir="\amd64\SVCPACK" [setupHotfixesToRun] reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f Net20SP2.exe /Q /C:"install.exe /Q" reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f KB958481.exe /Q /C:"install.exe /Q" KB974417.exe /Q /C:"install.exe /Q" KB968930.exe /Q /C:"install.exe /Q" [ProductCatalogsToInstall] which assumes the installers are in the AMD64 folder of the source. Note that I have included not just the SP2 install but also the 3 fixes. I am not sure whether they will work the same, so maybe somebody knows.
  7. well, that's what I was referring to initially: confusion about the term add-ons and where should they be added in nLite. I am interested only in x64 addons that can be added at Hotfix and don't require any switches/commands. those that require the latter and which are added at RunOnce don't matter much -- I prefer to install them myself manually after windows. the only issues I came to were (1) the .NET, 2SP2 now, 3 and 3.5 later, if I ever need them; and (2) one posted online, TweakUI, which Kurt attached to his guide. what I need to know is can either be added at Hotfix? if not, can the method posted by Aaron Stebner that I posted in the other thread be modified to create a Hotfix addon for (1)? Here's what Stebner replied when I asked him: > I'm not familiar with nLite, so I'm not sure how well I'll be able to answer this question. Does nLite prevent you from being able to pass command line parameters to the installer when you run it? If so, can you write a wrapper script that would not require command line parameters but that can launch the .NET Framework setup with the required command line parameters?< That's essentially what I was asking as I am not technical enough to know the answer.
  8. kurt, the tweakui x64 addon you list in the guide -- does it require the bat file to be integrated, or can it be integrated as a hotfix by nLite? I see that inside the archive is an exe file and no entries file -- hence my question. Thanks.
  9. Thanks. The 2 of the sites that do have a ,NET addon include 2, 3 and 3.5. I am interested only in 2 SP2 and its hotfixes. I will install the later versions only as needed. One of theaddons was inspired by these instructions: ====================================================== To create an administrative install point for the .NET Framework 2.0 SP2 x64: 1. Download the package named netfx20sp2_x64.exe from http://www.microsoft.com/downloads/details...1d-10e506da9d0f and save it to your local hard drive 2. Extract the contents of the setup package by running this command: netfx20sp2_x64.exe /x:c:\netfx20sp2\x64 3. Stage the base MSI by running this command: msiexec /a "c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\netfx20a_x64.msi" TARGETDIR="c:\netfx20sp2\x64\AIP" 4. Apply the patches to the staged base MSI by running this command: msiexec /a "c:\netfx20sp2\x64\AIP\netfx20a_x64.msi" PATCH="c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\ASPNET_64.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\CLR_64.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\CRT_64.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\DW_64.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\NetFX_Core_64.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\NetFX_Other_64.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\WinForms_64.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\ASPNET.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\CLR.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\CRT.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\NetFX_CA.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\NetFX_Core.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\NetFX_Other.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\PreXP.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\WinForms.msp;c:\netfx20sp2\x64\wcu\dotnetframework\dotnetfx20\DW.msp" With these steps, you will have an administrative install point for the .NET Framework 2.0 SP2 x64 located at c:\netfx20sp2\x64\AIP. You can then install the MSI directly using a command line like the following: msiexec.exe /i c:\netfx20sp2\x64\AIP\netfx20a_x64.msi /l*v %temp%\netfx20sp2x64log.txt /qb VSEXTUI=1 You can adjust the parameters as needed if you want a fully silent install instead of basic UI, or want to use any other standard Windows Installer command line parameters. ========================================== What modifications if any can be made to make it a Hotfix addon? Thanks.
  10. Thanks. Do I understand you correctly that the silent .NET maker synthesized creates addons which can be added during Hotfix? I would like to make sure before I try to read about it, which is quite long and involved. The RunOnce option does not seem more useful to me than just running the .NET installer after Windows install. Nothing that I found online indicates that .NET addons for Hotfix integration are possible -- only explanations of why they are not possible and workaround e.g. via RunOnce. There is one exception -- a .NET 2SP2 addon in .7z format -- without any explanation as to how it was created. Alas, it is x86 and I need a x64. It seems to me that with so many asking for it, if it were possible and easy there would have been such addons available online. But there aren't.
  11. It does -- the ENTRIES.INI was what I was missing. I've been reading info on unattended but it's been discouraging -- it just takes more than I am willing to invest.
  12. I already got you on that. I was just trying to explain why I posted the questions and what was unclear to me.
  13. Well, I think my point was that I am not inclined to try to figure out the details. Consequently, I need to be told what update is an addon which can be added in Hotfix and which must be added in RunOnce with a command. And sometimes this information is provided and clear, sometimes is not. It may be also scattered in many place and sometimes varies. Now, if "you know what you are doing" then my questions woud have not been posted. I was asking as somebody who does not and, nor am I interested in figure out the details. I tried and it was too much for the time and effort I wanna put into it. So, not knowing those details and having been warned not to apply updates to a modified CD, I stick by this and use only nLite on a fresh CD. I cannot be aware of T-13, because I don't really know what that is and how to know when it's relevant or not, that's the whole point. I already said I am not interested in making addons and that I must use what I can find. And what I could find was instructions by another to add the .NET updates in RunOnce with commands, the synthesized maker is not an option. What I could not tell was whether TweakUI and Silverlight addons were good for Hotfix or needed the RunOnce. I think the issue here is that we vary in terms of how much we want to invest in understanding the process of slipstreaming and, therefore, how much we want to learn about it. Some of us want to just do the maximum we can without becoming fully knowledgeable about the details. And we dk what the maximum is without asking all sorts of questions which for knowledgeable users may be trivial. In this particular case I went thru the docs on addons and addon makers and I decided it's something I am not interested in. So I tried to figure out the maximum I could do by posting the questions. I hope this makes sense.
  14. I think the confusion here was that I thought that the UltraATA showed by Device Manager represents the IASTOR. But as I understand from you now, it reflects PCIIDE. So while I expected both drivers to be updated, only the SATA was, which is apparently correct. But where does the PCIIDE and its updates come from -- are they usually issued separately/
  15. This is your "last post" that you refer me to to respond. I don't see any questions here, so I am not sure what you want me to say. What I did was Device Manager|Properties|Update Driver, point to the 64 folder extracted from the executable file downloaded, and select the IAHCI.INF file, I had to force it to install. I am running XP64. At the time I was under the impression that both drivers listed by Device Manager -- SATA and UtraATA would be updated to the new version. When I looked at both drivers listed, the UltraATA was not updated, only the SATA, so I thought there was something wrong and posted the question. But then I used the executable installer directly and it did the same thing, so I figured it was OK. You also seemed to be saying that only the SATA was updated. Is this what you wanted?
  16. Be glad to, but I dk what you need me to answer. Can you be specific?
  17. Thanks. I think this validates my impression that making addons is not something I am interested in undertaking right now. nLite has the significant advantage that besides the updates and fixes and addons it allows for many tweaks. But as far as I know one should not mix nLite with RVM because one must always start with a clean CD and if one wants to do both updates and tweaks nLite is the single option. Am I wrong? So, now, for the likes of me who don't want to learn the details of making addons, we must use whatever addons we find available. And from the various docs and guides it is not always possible to figure out whether (a) to simply add them in the Hotfix stage or (B) or to add them in RunOnce with a script. Specifically: 1. Another user has provided scripts for the .NET packs to be added in RunOnce. Correct? 2. Aust seems to be saying that addons like TweakUI and Silverlight are simply added in Hotfix without scripts. Is that correct?
  18. Having read through various documentations, I wanna make sure I understand things correctly and need some claifications from those in the know. I may be missing something in what follows. 1. AFAICT the term add-on is used both for packages which are added during the Hotfix step of nLite and those that are added during the RunOnce step. It looks like the former is preferrable because it involves no switches/script. So why/when does one decide to create the latter? How does one know if an existing add-on should be added in either stage? 2. The guides on making addons refer to various install packages (MSI, InstallShield) and their switches. Is there any way to tell installers created with either from the others short of executing them with /r (which some do not recognize)? I am also seeing installers which are executables which have .MSI files inside, rather than one .MSI installation file -- how does one deal with those? Can you recaommend any documentation which is detailed, clear and understandable to a non-technical user that is complete on this subject?
  19. Actually correction: apparently the executable install DID install the console, without alerting me. Not only that, but it loads automatically on boot. And besides the slower boot, here's the memory it consumes while loaded: iastoricon.exe 81KB iastordatamgrsvc.exe 69KB presentationfosntcace.exe 18KB If the console alerts you when a new driver becomes available it might be useful to run it once a month or so. Intel's download site is terribly confusing and this would help. It also seems to indicate that it will warn of errors and problems, but I wonder how useful that is. But otherwise it looks like it's destined for uninstall. Yes I am familiar with the Properties in Device Manager: that's how I update drivers on my running system and check versions. With either the executable install or the Driver Update in DM I get the following 2 versions: ICH8M UltraATA controller 8.2.0.1011 ICH8-E/M SATA AHCI controller 9.5.6.1001 8.2.0.1011 is the version I had installed prior to the 9.5.6.1001 update. iow, the update changed the SATA driver but not the ATA one. This seems to square with what you said -- that only the SATA driver is updated.
  20. I may have missed that console option. Will it do anything for me -- I don't have RAID? When the driver is slipstreamed with nLite does it install the console? I did install the IAHCI driver -- Device Manager says so. Didn't you say that IASTOR does not get updated or some such? Isn't that why the IDE driver remained the earlier version?
  21. Ah, OK, I saw your reply after I posted. But what about the console? Shouldn't I have been prompted to install it?
  22. Actually I ran the installer yesterday: 1. It did not prompt me for the console 2. It updated only the IAHCI driver, but not the IDE driver. Am I missing something here?
  23. Thanks. I downloaded the driver, extracted the 64 folder and tried to update my running system via Device Manager. I selected the IAHCI.INF and updated it, but when I checked the IDE driver it was still the old driver -- I thought when you pick one the other is installed do. So I went back and selected the IASTOR.INF and I got a warning that it may not be compatible with my hardware. Any idea what gives?
  24. Questions: 1. RST is the new name for Intel Storage Matrix? 2. Are these newer drivers ATA/AHCI or just for raid? 3. I don't see support for ICH8M (mobile) -- is it supported? 4. Do the French or German language make any difference? Thanks.
  25. oao

    Tweakui and Silverlight

    I think I got confused trying to figure out the relationship between folder names and the nLite sections where they should be added. I won't bother you with the details. The short of it is: if I don't use your .BAT files, can I just put the addons in some folder and then add it in the Hotfixes section, period. Nothing else? I found a silverlight addon. Thanks.
×
×
  • Create New...