Jump to content

cluberti

Patron
  • Posts

    11,045
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by cluberti

  1. Remove all Norton products, reboot, run "sfc /scannow" from a command prompt, reboot again, then reinstall. This is a known issue with some Norton Antivirus components - sometimes, the install corrupts that .dll. Removing the app removes the possibility that it will corrupt the .dll after you fix it and reboot; sfc /scannow will force the OS to look for system files that need to be repaired (in our case, this .dll will be repaired to the version in dllcache or from the CD), and reinstallation should hopefully go smoothly and there will be no more dll corruption.

  2. 1. Windows XP memory management doesn't "sux" :P - first, read the 1000-page Windows Internals book before talking about memory management :rolleyes:. Even with 4GB of RAM on a system, memory management is only as good as the applications you're running, and how the system is configured.

    2. If you consistently have less than 15% free space, you WILL do damage to the filesystem in time. And if you don't defragment the box regularly (especially if you run your disks full on a regular basis), that file system corruption will happen sooner.

    Either create a scheduled task to defragment your drive, or use the diskeeper service to do it for you - it's as simple as that (oh, and the built-in Windows defragmenter you're using? It's a subset Microsoft licensed for use from DISKEEPER :)). The diskeeper service, when idle, uses approximately 830K of RAM, btw.

  3. To answer a previous poster's question about the clearinghouse, it's 6 months if I remember correctly. You will be able to re-activate XP a few times within that 6 month period as well, as long as the hardware signature stays the same. So yes, you can re-format and re-activate.

  4. I currently use the method and files found on

    http://www.nu2.nu/bootcd/

    under the heading "Bootable Windows XP installation CD-Rom". Works great every time, and will burn the CD too if you've got a burner and an ASPI layer installed.

    Oh, and if you are willing to modify a few system files you can change the location of svcpack, but I wouldn't. Technically, the files are working just fine - as long as you don't use DOS to install them :). That's why I suggested using the WinPE environment to install Windows if you don't want to use a bootable CD or DVD - you get a minimal Windows environment booted from the CD, from which you can run winnt32.exe - no secondary system needed, the install is done entirely from the system being installed to.

    I'd still recommend doing it the old-fashioned way from a bootable CD or DVD, as it does work best and is the easiest to perform.

  5. Also note that there is something else that is not immediately apparent, but also 100% reproducible, using the DOS install method - the MSI engine is corrupt, and needs to be unregistered and re-registered before any .msi packages can be installed. Just an FYI, this happens EVERY time I do the DOS installation method.

    I'd say the best way to do it would be to not install from DOS at all - make sure you're using a bootable install CD. Assuming you aren't installing a ton of applications from your CD, size really shouldn't be an issue. However, if you've got lots of drivers or custom apps taking up space, consider switching to DVD - or use a WinPE disk to begin your installation (via winnt32.exe). That way, you could copy the files to the HDD first, and then run setup from within the WinPE environment (bypassing the DOS limitations).

    I'd say WinPE as a last resort though - most newer machines have at least a DVD drive, so trying to cram everything onto 1 CD isn't as necessary as it used to be.

  6. You may wish to use EXMERGE to move the mailboxes. Since you say that all of your users have profiles for the 5.5 server, in differing locations, this may be a viable option. If you don't HAVE to migrate their profiles (just their mailboxes), use EXMERGE to export the user's mailbox from the 5.5 server, import it into the new mailbox you've created for them on the 2003 server, then via a logon script wipe out their previous Outlook profile and populate it with a new one (you can create a default Outlook profile with the Resource Kit).

    I've done this also with ScriptLogic, and find it to be the easiest way to go about it.

  7. To test if it's REALLY working :), try using the following in your WINNT.SIF (instead of using cmdlines.txt):

    [setupParams]

    UserExecute=%systemdrive%\temp\unattend.cmd

    In your $OEM$\C\TEMP\ folder, create a file called unattend.cmd and add the following:

    :// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    %systemdrive%\TEMP\RunOnceEx.cmd

    %WINDIR%\regedit.exe /s %systemdrive%\TEMP\login.reg"

    :// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Copy your RunOnceEx.cmd and login.reg files to $OEM$\C\TEMP\, and then try installing. You should see the CMD prompt pop up at the T-9 stage, and add the reg entries (you could also add PAUSE to the end of the unattend.cmd file to pause the command prompt until you press a key). I use this instead of cmdlines.txt, and it works much better for what I want to do (because I need multiple reboots to install certain apps). At least you'd see if it works or not by the CMD prompt output.

×
×
  • Create New...