Jump to content

cino

Member
  • Posts

    35
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by cino

  1. **** NFO Viewer is an utility for viewing text files containing ASCII Art (e.g. nfo files), and it proved itself to be handy So... if you're fed up with starting some DOS-like file manager each time you need to view nfo file, or ain't too happy with the viewer you use, or (worst case) use Notepad - give this little tool a try.

    Information: info

    Version: 2.10.0032.RC3

    Credit: cino

    Size: 282 KB

    Main: download

    Alternate: n/a

    MD5: 0387DB1D54DFEAF01A39B1EE2341401F

    -tested on VMware.

    -this dosn't create any shortcuts.

  2. I'm not sure if anyone else post this before but I wanted to share my experience.

    Step 1

    - Download and run Greenmachine's

    - Modified the XPCREATE.INI DLAUTO and DLURL sections with new values

    DLAUTO: YES

    DLURL: http://geocities.com/utln/XPCLISTS (thanks to utln for providing the link)

    - Run XPCREATE.CMD to create the folders.

    - Place your XP CD to your CD/DVD Drive.

    - Run XPCREATE.CMD again to start the process.

    Program will download and slipstream all necessary patches if everything goes well you'll end-up with new ISO called XPCREATE.ISO

    Step 2 (optional)

    - Download and install nLITE.

    - Integrate all your drivers.

    - Remove windows components.

    - Create your ISO

    Your new CD now ready to install with pre integrated Microsoft patches including WMP 10 and .NET Framework 1.1

  3. I see... I made my first script for MS AntiSpyware if I want to install this from cd what would be the correct path for the AntiSpyware.exe in the actual script?

    Opt("WinWaitDelay",100)
    Opt("WinTitleMatchMode",4)
    Opt("WinDetectHiddenText",1)
    Opt("MouseCoordMode",0)
    Run('C:\AntiSpyware.exe')
    WinWait("Microsoft AntiSpyware","WARNING: This comput")
    If Not WinActive("Microsoft AntiSpyware","WARNING: This comput") Then WinActivate("Microsoft AntiSpyware","WARNING: This comput")
    WinWaitActive("Microsoft AntiSpyware","WARNING: This comput")
    Send("{TAB}{TAB}{ENTER}")
    WinWait("Microsoft AntiSpyware","I &do not accept the")
    If Not WinActive("Microsoft AntiSpyware","I &do not accept the") Then WinActivate("Microsoft AntiSpyware","I &do not accept the")
    WinWaitActive("Microsoft AntiSpyware","I &do not accept the")
    Send("{UP}{ENTER}")
    WinWait("Microsoft AntiSpyware","Click Next to instal")
    If Not WinActive("Microsoft AntiSpyware","Click Next to instal") Then WinActivate("Microsoft AntiSpyware","Click Next to instal")
    WinWaitActive("Microsoft AntiSpyware","Click Next to instal")
    Send("{ENTER}")
    WinWait("Microsoft AntiSpyware","The wizard is ready ")
    If Not WinActive("Microsoft AntiSpyware","The wizard is ready ") Then WinActivate("Microsoft AntiSpyware","The wizard is ready ")
    WinWaitActive("Microsoft AntiSpyware","The wizard is ready ")
    Send("{ENTER}")
    WinWait("Microsoft AntiSpyware","The installation wiz")
    If Not WinActive("Microsoft AntiSpyware","The installation wiz") Then WinActivate("Microsoft AntiSpyware","The installation wiz")
    WinWaitActive("Microsoft AntiSpyware","The installation wiz")
    Send("{ENTER}")

  4. thanks mazin awsome work. I manege to build Alcohol 120 and ACD See packages, both installed fine only one problem though, new hardware found screen pops-up during alcohol install, is there any way to fix this?

×
×
  • Create New...