Jump to content

mazin

Member
  • Posts

    1,948
  • Joined

  • Donations

    0.00 USD 
  • Country

    Egypt

Posts posted by mazin

  1. really nice .... i m also working on XP Setup Billboards.

    Thanks.

    I just wanted VISTA-looking BBs to be in one place.

    Since Windows VISTA is knocking doors now, people who may be sticking to XP (including myself) for some time in the future will not be satisfied with regular BBs.

    I think VISTA-looking BBs are urgently needed.

    I hope others can share their works, here.

  2. Waiting a Blackberry!

    Background: 1024 × 768

    Download. (Full View, too!)

    In addition to "Blue" and "Feeding a Gull", I think this one is also good!

    I hope you like it.

    WINNTBBU_Waiting_a_Blackberry_by_maxxin.png

    doing a great job mazin,, dang you really are going off on your artistic side :)

    I don't know why I'm going crazy with graphics these days! :crazy:

    @mazin .. nice job .. can u make a vista one with glass effects .. but put windows xp on it..

    cheers

    I wish you recommend some background 'cause there are many.

  3. any instructions for noobs like me on how to apply it directly?

    If you want to use it on your current system, extract logonui.ex_ and put the resulting logonui.exe in %SYSTEMROOT%\SYSTEM32 replacing the original one. (SFC must be off!)

    If you want to add it to your UACD, put logonui.ex_ in i386 replacing the original one.

  4. previewoo2.jpg

    Download.

    Originally, this logon screen was named as "Winter Clear" and was made by boss019 on www.wincustomize.com!

    I just replaced two bitmaps to suit (IMO) Royale Noir. They are:

    BITMAP 100: 1600 x 1200 x 24b

    BITMAP 2005: 600 x 500 x 32b

    The attached file (logonui.ex_) is modifyPEd and makecabbed.

  5. What about a logon screen (logonui.exe) that has exactly the same background as the one I added to Royale Noir?

    If you, guys, see it could be relevant; I'll post it!

    OFF TOPIC: Thank you, ricktendo64, for the guide! I managed to make my own signature.

  6. now how do i call those files?

    through cmdlines?

    Honestly, I don't call them from cmdlines.txt directly!

    This is my cmdlines.txt:

    [COMMANDS]"UserAdd.cmd"

    This is my UserAdd.cmd:

    @echo off

    Title Creating A User Account...

    ECHO.

    ECHO.

    ECHO -- Please wait...

    START /WAIT rundll32 %SystemRoot%\system32\ADVPACK.DLL,LaunchINFSection CDLMROEX.inf,DefaultInstall

    START /WAIT rundll32 %SystemRoot%\system32\ADVPACK.DLL,LaunchINFSection HDCURO.inf,DefaultInstall

    cls

    All cmdlines.txt, UserAdd.cmd, CDLMROEX.inf, and HDCURO.inf are in $OEM$ folder.

  7. This is my CDLMROEX.INF! It resides as I:\$OEM$\CDLMROEX.INF along with I:\$OEM$\UserAdd.cmd!

    Where I: is a CD-ROM letter.

    CDLMROEX.INF is called by UserAdd.cmd using this line of code:

    START /WAIT rundll32 %SystemRoot%\system32\ADVPACK.DLL,LaunchINFSection CDLMROEX.inf,DefaultInstall

    I use CDLMROEX.INF instead of RunOnceEx.cmd. The included apps are to be installed right from a CD.

    So, %01% resolves to I:\$OEM$ where CDLMROEX.INF resides. (see the code, below!)

    As you may have already guessed, whenever %01% is used in an INF file;

    it always resolves to the path where the INF resides.

    NB: CDLMROEX, you see in %01%\CDLMROEX, is the folder containing apps to be installed.

    It has no relation to the INF name!

    However, there are variables other than %01%.

    For a complete list and intensive information on INF files, you should use WillyPad;

    freeware by Snoopy81.

    [Version]
    Signature = $CHICAGO$

    [DefaultInstall]
    AddReg = AddReg.LMROEXCD

    [AddReg.LMROEXCD]
    HKLM,%LMROEX%,"TITLE",,"Hi Bingo! - CD LM ROEX"
    HKLM,%LMROEX%\001,,,"ResEdit 2.200010"
    HKLM,%LMROEX%\001,"1",,"%01%\CDLMROEX\ResEdit\ResEdit.msi /qn"
    HKLM,%LMROEX%\002,,,"Calculator Plus 1.0"
    HKLM,%LMROEX%\002,"1",,"%01%\CDLMROEX\CalcPlus\CalcPlus.msi /qn"
    HKLM,%LMROEX%\003,,,"GetDiz 3.0"
    HKLM,%LMROEX%\003,"1",,"%01%\CDLMROEX\GetDiz\GetDiz.msi /qn"
    HKLM,%LMROEX%\004,,,"Opera 9.01 - Just a sec. Browser!"
    HKLM,%LMROEX%\004,"1",,"%01%\CDLMROEX\Opera901\Opera901.msi /passive CREATE_DESKTOP_ICON=0 CREATE_QUICKLAUNCH_ICON=1 CREATE_STARTMENU_ICONS=1 MULTI_USER_SETTING=0 INSTALLER_LANGUAGE=en"
    HKLM,%LMROEX%\005,,,"Install Tailor 6"
    HKLM,%LMROEX%\005,"1",,"%01%\CDLMROEX\ITailor6\ITailor6.msi /qn"
    HKLM,%LMROEX%\006,,,"TweakUI 2.10"
    HKLM,%LMROEX%\006,"1",,"%01%\CDLMROEX\TWEAKUI\TweakUI.msi /qn"
    HKLM,%LMROEX%\007,,,"Snoqualmie 1.0 Plus"
    HKLM,%LMROEX%\007,"1",,"%01%\CDLMROEX\KaleSnoq\KaleSnoq.msi /qn"
    HKLM,%LMROEX%\008,,,"MSN Messenger 7.5"
    HKLM,%LMROEX%\008,"1",,"%01%\CDLMROEX\MSN75\MSN75.msi /qn"
    HKLM,%LMROEX%\008,"2",,"REGEDIT /S %01%\CDLMROEX\MSN75\MSN75.reg"
    HKLM,%LMROEX%\009,,,"TuneUp Utilities 2006 5.0.2331"
    HKLM,%LMROEX%\009,"1",,"%01%\CDLMROEX\TU2006\TU2006.msi /qn"
    HKLM,%LMROEX%\009,"2",,"REGEDIT /S %01%\CDLMROEX\TU2006\TU2006.reg"
    HKLM,%LMROEX%\010,,,"WinDriver Ghost E 2.01"
    HKLM,%LMROEX%\010,"1",,"%01%\CDLMROEX\WinDrivr\WinDrivr.exe /s"
    HKLM,%LMROEX%\010,"2",,"%01%\CDLMROEX\WinDrivr\WinDrivr.js"
    HKLM,%LMROEX%\011,,,"ImgBurn 2.1.0.0"
    HKLM,%LMROEX%\011,"1",,"%01%\CDLMROEX\ImgBurn\ImgBurn.js"
    HKLM,%LMROEX%\011,"2",,"REGEDIT /S %01%\CDLMROEX\ImgBurn\ImgBurn.reg"
    HKLM,%LMROEX%\012,,,"SAV CE 9.0.0.1400"
    HKLM,%LMROEX%\012,"1",,"%01%\CDLMROEX\SAV91400\SAV91400.exe"
    HKLM,%LMROEX%\013,,,"Symantec LiveUpdate 3.1"
    HKLM,%LMROEX%\013,"1",,"%01%\CDLMROEX\SAV91400\LU31.exe"
    HKLM,%LMROEX%\013,"2",,"REGEDIT /S %01%\CDLMROEX\SAV91400\SAV91400.reg"
    HKLM,%LMROEX%\099,,,"LM Tweaks"
    HKLM,%LMROEX%\099,"1",,"REGEDIT /S %01%\CDLMROEX\Utils\ExplorLM.reg"
    HKLM,%LMROEX%\099,"2",,"REGEDIT /S %01%\CDLMROEX\Utils\ieLM.reg"
    HKLM,%LMROEX%\099,"3",,"REGEDIT /S %01%\CDLMROEX\Utils\TweakLM.reg"
    HKLM,%LMROEX%\100,,,"Adding cleanup.cmd to LMRO"
    HKLM,%LMROEX%\100,"1",,"REG ADD %LMRO% /v CLEANUP /d %10%\HDCURO\CleanUP.cmd"

    [STRINGS]
    LMROEX="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
    LMRO="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"

  8. Create a reg file with these entries. Run it on your current system,log off then back on.

    I hope it has no side effects if applied while unattended.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]"FavoritesResolve"=-

    "Favorites"=-

    "ProgramsCache"=-

  9. You're trying to install a program of NSIS installer type.

    The message advises you to either re-download the package or use the switch /NCRC to force the installation.

    Example of NSIS installers is Winamp.

    This is not related to nLite!

  10. @ Xyberz

    This is (nearly) my Last_S file of presets. This SAFELY reduces my source by 163 MB!

    I could save more space by reducing the Drivers.cab, but I buy and test HW for others.

    So, I choose to leave Drivers.cab untouched.

    I could save more space by removing Windows Setup files, but I sometimes need to install Windows from the deskop of another system.

    So, I need Windows Setup files.

    I could save more space by removing some services, but I usually install new programs and new HW.

    So, I'd rather leave all services installed. Otherwise, I'd run into problems half the way when working.

    I, also, prefer using my own reg-files collection to tweak my system.

    I use CreateUser.exe to create new users and to handle the autologon presets.

    Also, my old (but updated if necessary) WINNT.SIF is good enough.

    Finally, effective usage of nLite (as any other tool) is your own responsibilty; unless there's a bug.

    [Tasks]

    Service Pack Integration (Note: SP2 integration)

    Remove Components (Note: Details are below)

    Integrate Drivers (Note: my external modem)

    Hotfixes and Update Packs (Note: RVM update pack 2.1.3)

    Options

    [Components]

    ;# Applications #

    Accessibility Options

    Briefcase

    Internet Games

    Screensavers

    ;# Keyboards #

    118 lines are here...

    ;# Languages #

    155 lines are here...

    ;# Multimedia #

    Media Center

    Music Samples

    Tablet PC

    Windows Media Player (Note: I install WMP11 at T-13)

    ;# Network #

    MSN Explorer

    Windows Messenger

    ;# Operating System Options #

    .NET Framework (Note: I install dotnet 2.0 at T-13)

    DR Watson

    Search Assistant

    Tour

    Zip Folders

    ;# Directories # (to remove!)

    VALUEADD (Note: But I keep 3 files in SUPPORT\TOOLS folder plus the DOCS folder)

    ;# Compatibility #

    Compat01

    Compat02

    Compat03

    Compat04

    Compat06

    Compat07

    Compat08

    Compat11

    [KeepFiles]

    msconfig.exe

    [RemoveFiles]

    clock.avi

    .

    .

    .

    [Patches]

    DoUxTheme

    DoSFC

    [services2]

    Not touched!

    [Tweaks]

    I don't use this page!

    .

    .

    .

    [GuiRunOnce]

    None!

  11. The main idea behind why nLite came to existence is TO Reduce The Source Size of Windows!

    By the time, more features were added to nLite just to reflect peoples' needs.

    nLite has been always refined for bugs, when found. I think nuhi is quite responsive.

    But you're talking about nLite as if it's To Modify Windows.

    Surely, there's a program you can use, after installation; to remove Windows components. I think it's litexp or xplite or something.

    Using nLite, you should ask yourself: "I need more space left on my CD so that I can add more software to it. What are Windows components that I'll NEVER use?"

    As for me, Lang folder alone is reduced 55 MB.

    Removing some other components makes a total reduction of Windows source of about 163 MB (including that of Lang folder).

    You do not have to remove something just because you don't know what it is.

×
×
  • Create New...