Jump to content

John456

Member
  • Posts

    49
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by John456

  1. It would be a lot easier for me if all changes to the original source were stored in one preset. If I would like to start over, I now need to pick an early preset for the components and a recent preset for all other tweaks that I applied later. Kinda annoying...

  2. I would like to create a CD that installs all unknown hardware devices for a specific range of computers, fully automated.

    The idea is that a user has a fresh Windows XP install and is missing a few drivers, for example for the graphics card (missing ATI drivers). The CD should then be inserted and, probably using some sort of application, Windows should install all the missing drivers from the CD. The CD will obviously contain a load of drivers for the range of computers it is designed for. This application would require some sort of interaction with the Windows API, initiating a driver scan for all uninstalled hardware devices.

    Does anyone have an idea how to do this?

  3. dont select the cat file cleanup in the hotfixes section, this is what's causing it!

    You seriously deserve a statue. Thank you very much for that solution, I had this problem for months.

    Eh, not yet. It still isn't working for me. When I replug the mouse and keyboard after the unattended cd is finished and reboot, I can't use the mouse and keyboard at the welcome screen.

  4. I have this exact same problem for months now. This is a serious issue which needs some attention.

    My first test without removed catalog files was unsuccessful... I do use a custom logonui.exe, could that be the cause?

  5. Scenario:

    1. Install system using unattended CD.

    2. Unplug all cables from the system.

    3. Replug system, but insert USB mouse and keyboard in different USB ports as the one they where in when installing the system.

    4. Boot system.

    5. Select a user account in the Windows Welcome screen...

    Problem: Mouse and keyboard do not respond.

    Is this common for Windows XP SP2 or is this a problem with my hardware? The same happens when a different keyboard or mouse is used, while they are in the same port as the keyboard and mouse where when I installed the system.

  6. I have added 2 users, user A and B, to my setup. I have worked with this setup for a long time now. Today I used a new installation source to upgrade it with the new RyanVM update pack. When I load my old Last Session it now messes up the users. The first 2 are always Guest and Administrator for which you cannot change the user group. Now my user A and B are the first 2 for which the user group can't be changed. Also the Administrator account is not visible anymore, so I manually added it. Now when I run the installation it creates only the Administrator and A account and the A account is the Guest account with just a different name...? :blink:

    Weirdest thing I've experienced! Anyone got an idea?

  7. How would I use that in RunOnceEx.cmd? Can't use multiple quotes in a REG ADD line...

    Solution:

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY%11 /VE /D "ATI Catalyst Control Center" /f
    REG ADD %KEY%11 /V 1 /D "%SystemDrive%\install\ATICCC\setup.exe /S /V\"/qb /norestart\"" /f

  8. When applying this method I get an error that ISScript.msi is not installed or something. Google says that this is because I did not run the install by starting setup.exe but directly using the .msi. Any solution for this?

    Solution:

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY%11 /VE /D "ATI Catalyst Control Center" /f
    REG ADD %KEY%11 /V 1 /D "%SystemDrive%\install\ATICCC\setup.exe /S /V\"/qb /norestart\"" /f

  9. I would like to make a sort of Welcome Screen with USB token support. It must have a nice interface with some big buttons and stuff, just like the normal Welcome Screen, but I want to integrate USB token support in it. Is this possible? I know you can add token support in your own GINA.dll but can I make my own Welcome Screen too?

×
×
  • Create New...