Jump to content

xarumanx

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Austria

Posts posted by xarumanx

  1. If you are already patching the uxtheme.dll, why not installing all your favoured themes unattended?

    1. Create a install/Themes Folder and put in all your custom theme folders (so for the classix theme you'll have a folder install/Themes/classix where the .msstyle file(s) lie)

    2. RAR all custom Fonts in a install/Themes/fonts.rar

    3. RAR all themes in a install/Themes/themes.rar

    4. Copy the unrar.exe commandline Tool from you Winrar Folder to the install/Tools folder

    5. Add the following lines to your batch

    start /wait %systemdrive%\install\tools\unrar.exe x -inul %systemdrive%\install\themes\themes.rar %systemroot%\Resources\Themes

    start /wait %systemdrive%\install\tools\unrar.exe x -inul %systemdrive%\install\themes\fonts.rar %systemroot%\fonts

    You can of course also copy the unrar.exe to your %systemdrive first to save some typing, i think you got the idea.

    The main point is, that you can save lot of space by packing the themes, bceause they mainly contain textfiles.

  2. I created one Unattended CD, that automatically joins my home-domain. Everything works fine, except one (major) thing.

    When the XP Setup is finished, you are prompted to login. If you login as Admin on the local machine, the batch processing starts and eversthing gets properly installed. But if i login with my domain account, windows starts (it takes an unusual long time) and no batch processing is started. Any idea why?

×
×
  • Create New...