Jump to content

click-click

Member
  • Posts

    257
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by click-click

  1. I am just looking into installing Win7 and I currently use WinNTSetup for doing XP Installs. I tried WinNTSetup V2 to do a Win7 install and it works great. With XP, I was able to use a cmdlines.txt in \$WIN_NT$.~LS\$OEM$\ to add a RunOnceEx.cmd etc. to do my customizing. The structure for this is created using V1 of WintNTSetup, but With V2, I no longer see a structure to do this. Even though V2 allows regtweaks, I cannot determine how these tweaks are run. I was hoping to find a way to adapt the XP way of doing things to Win7. Is it possible? Thanks..
  2. I'm a bit confused about the Intel® Rapid Storage Technology and the Intel® Matrix Storage Manager driver downloads. From what I can tell, Intel changed the name from MSM to RST. So what is the difference between using one over the other except for the fact that that the RST drivers are newer than the MSM ones. My laptop has an Intel® ICH9M-E/M SATA AHCI Controller that came with MSM drivers installed (8.9.2.1002). Do I need to stick with the MSM version or can I use the newer RST? Thanks..
  3. Thanks Seraph. Where can I find out what the numbers mean when used in an .inf ? I assume these numbers are predefined and 24=C:\, but I'm sure there's more to it than that. Are the different parameter keyword= and [sections] explained somewhere? My problem is I don't know how to code .inf files so they work after I'm done Ciao ...
  4. Hi, I am having similar problems of shortcuts not being created. In my case, I changed the install path, but I'm not sure how to specify the path for the shortcut entries. The following works, but has the wrong path for me: [PROG.AddShortcut] Name =%SRTC_NAME% CmdLine =16422,%PROG_DIR%,%PROG_1% WorkingDir =16422,%PROG_DIR% SubDir =%PROG_SDIR% InfoTip =%PROG_INFO% The following doesn't work and I get a pop-up at the end of install that the inf is inconsistant. How do i specify c:\toolbx to replace 16422 (c:\program files)? [PROG.AddShortcut] Name =%SRTC_NAME% CmdLine =c:\toolbx,%PROG_DIR%,%PROG_1% WorkingDir =c:\toolbx,%PROG_DIR% SubDir =%PROG_SDIR% InfoTip =%PROG_INFO% Thanks for any pointers.
  5. Is there a newer version of InstMUWC.inf to install Microsoft Update? This inf seems to be based on an older version (7,2,6001,788) of MU. The current version is ( 7.4.7600.226 ) Also there are some additional files that are not being considered by the inf. For Microsoft Update I have the following files in system32: mucltui .dll mucltui.dll.mui muweb .dll Thanks ...
  6. If I missed this skimming through this thread my apologies, but is it possible to reuse a usb stick prepared with WinSetupfromUsb without redoing the source and boot files after completing an installation? The reason I ask is that when I install from a hard drive, the ~BT and ~LS dirs are only temporary and eventually get deleted by setup when it's done with them. I would assume that this will also happen to the USB stick if I install from that. Is there a way around this so that I can use it over again just like a CD? I don't have any USBs that have write-protect switches, which might be a solution for some but not others like me. Thanks ...
×
×
  • Create New...