Jump to content

RicaNeaga

Members
  • Posts

    845
  • Joined

  • Last visited

  • Days Won

    5

Reputation Activity

  1. Like
    RicaNeaga got a reaction from compstuff in Wondering about v65   
    compstuff, I'm going to use tommorow v66 and give you an answer. For me v65 was issue free regarding update & SFX integration - only real problems I had with addons. So I think v66 will be ok (or maybe v67 if Lego releases another one before tommorow).
    BTW, Lego, was my hunch about the user-added extra-tweaks (not present in the app) not beeing integrated true? I didn't have time to check it thoroughly...
  2. Like
    RicaNeaga reacted to Mr_Smartepants in Online driver Installer can be run during windows installation process   
    I accomplish this same goal by adding the call to my SAD2 script to the sources\$oem$\$$\Setup\scripts\setupcomplete.cmd

    @ECHO off & setlocal EnableDelayedExpansion
    SET "LOGFILE=%systemdrive%\install.log"
    for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:
    ECHO>>"%LOGFILE%" 2>>&1 Found CD-Rom as drive %CDROM%

    REM :: Snip... ::


    :Drivers
    Start "" /max /separate %comspec% /c %CDROM%\SAD2\DP_Install_Tool.cmd /s

    ::all processing finished, delete used files, and EXIT::
    :CLEANUP
    IF EXIST %windir%\Setup\scripts RD /S /Q %windir%\Setup\scripts >nul
    endlocal
    DEL /F /Q %0% >nul
    :EOF


    This process takes place after the main install is complete but prior to the first login.
  3. Like
    RicaNeaga got a reaction from compstuff in Problem with not everything being deleted, AIO method   
    Ok. Long story: nLite was developed by a prodigy nick-named nuhi. He was later hired by Microsoft. When xp was around, and later when vista came out, administrators had come very nasty tools (very hard to use - way too much knowledge involved) called WAIK. vlite for example needs WAIK (or a slimmer version Kels uploaded here I think, I don't have the link anymore - I gave up vista ~a year ago after making me go nuts ). Later came RT7Lite that also involves the WAIK way of configuring your install.
    nlite besides beeing easy to use, and making ''kids'' everywhere become ''doctors'' in windows installation, had some breakthrough features like beeing ~ idiot-proof when it comes to removing stuff from windows or the first real AIO tool of its kind.
    Later however, don't know if nuhi had anything to do with it or not, beeing a Microsoft employee then, when Windows 7 came out, it had DISM integrated in it, a tool maybe not so versatile as WAIK, but more elegant and easier to use.
    Most features from AIO of Win Toolkit are just calling DISM from your OS to do the stuff you tell it to. DISM also has a remove features option, really not so ''evolved'' as in the WAIK for 7 version, and not so obvious in size-shrinking as that.
    Lego promised that in the future will bring some advanced vlite-like features of removing stuff not available through DISM, but you'll have to wait for them. You have one however right now, that really makes a difference when it comes to size shrinking, and its related to the natural language in 7.
    So please be patient for other removing features. However, if you think that the current ones are buggy, enumerate them (so it makes the job of Lego easier, since you have a tendency of posting long stories like this one).
  4. Like
    RicaNeaga got a reaction from dylan in [Solved + Merged] Silent Installer Issues   
    here is version 10 from compstuff. I'll confirm later if it's working or not. And yes, the current version 16 is a no-go, has a big bug regarding silent installs.
  5. Like
    RicaNeaga reacted to Geej in Everything Search Engine 1.3.3.658b   
    Everything Search Engine
    Everything 1.3.3.658b (with languages support)
    Inf localised language support for French/German/Spanish.

    # Small installation file
    # Clean and simple user interface
    # Quick file indexing
    # Quick searching
    # Minimal resource usage
    # Share files with others easily
    # Real-time updating
    Not install as services
    Auto startup item

    Everything will only locate files and folders on local NTFS volumes.
    Everything requires administrative privileges for low level read access to volumes.
    Screen shot



    Everything-1.3.3.658b_inf_addon.cab
    Size: 605.23 Kb (619,751 bytes)
    MD5: 45338B56577B2995EFDA574427AA6BC5
  6. Like
    RicaNeaga reacted to shon3i in Similar to T-13 in XP installation   
    only way to install net 4 fastest possible is to sysprep -it. Onepiece currently have fastest 32-bit addon which aslo can be integrated into setup. But with 64-bit one situation is little complicated. I have plan (in meantime) to release net4 AIO switchless based on Ricktendo64 sfx installer and installation that will contain all net 4 hotfixes found on solor site. I tested it it doesn't take so much time that i expected so it's fine.
×
×
  • Create New...