Jump to content

sleepnmojo

Member
  • Posts

    481
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by sleepnmojo

  1. The SP1 cds have a DOTNETFX folder on them. When you click on the option from autorun, it would install from that folder. A slip stream won't add this folder, you would have to do it manually.

  2. i take it you did follow this guide

    Running RunOnceEx from CD

    ...and have put this

    @echo off

    IF EXIST D:\CD.txt set CDROM=D:
    IF EXIST E:\CD.txt set CDROM=E:
    IF EXIST F:\CD.txt set CDROM=F:
    IF EXIST G:\CD.txt set CDROM=G:
    IF EXIST H:\CD.txt set CDROM=H:
    IF EXIST I:\CD.txt set CDROM=I:
    IF EXIST J:\CD.txt set CDROM=J:

    in your RunOnceEx.cmd, and used CD.txt and put it in your root of XPCD.

    It would be fine to include that if he actually used the cdrom variable, which he doesn't.

    Have you ran it and checked the entries appear in the reg? (HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx)

    This is the advice I would follow. Does anything happen to run also. If not, check your cmdlines.txt to see if it has the runonce cmd file in there.

  3. Not to clear which command isn't running, but I will try to answer the both I see.

    what is happening is it runs 1, then 10, then 11, then 2, ....

    You could add a 0 in front of the single digits, or you could make you taskkill command a lil smaller.

    taskkill /f /im cfgwiz.exe /im ccApp.exe /im ......

    If the runonceex.cmd is not adding any registry entries, then post the rest of the file. What you have posted looks fine, but if you put quotes in the key value, then I can see why this would cause a problem, ie set key="HKLM\......"

  4. Where does it extract the files? Not sure it runs the installer, but I would assume you would extract it to a directory, which would be strPath. Since I don't see where that is declared, I would assume something like c:\install. Check your not extracting to c:\install\office2003\, because then your setup wouldn't work. If it isn't working, then it would skip that command, and go on to the next one, which is why cleanup is going.

  5. If you use Tweak UI from microsoft, there is an option that allows you to log in under a user. Alternatively, you can use the registry key.

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

    set DefaultUserName, and DefaultPassword

    To fix the problem with the Administrator showing up on the welcome screen, you need to create another Administrator. Seems kinda stupid. I would make another one, and disable the main one. Then make it so the other admin isn't shown on the welcome screen.

    To keep it off the Welcome screen, you can use Tweak UI again, or the registry key.

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]

    put the username and a value of 0 in.

×
×
  • Create New...