Jump to content

Ophiel X

Member
  • Posts

    126
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Ophiel X

  1. Have you got an old version installed before this one? if so, thats why the licnse is auto applied. if not, well, the reg tweak wont be needed anymore :)

    i can confirm that the registry key is NOT needed for kaspersky to automatically find your license.

    as long as it's named .key and resides with the msi

  2. Hi

    you can put all file and folder in

    C:\$WIN_NT$.~BT

    to

    C:\$WIN_NT$.~LS\i386

    and delete this files

    C:\$WIN_NT$.~LS\i386\migrate.inf

    C:\$WIN_NT$.~LS\i386\disk101

    C:\$WIN_NT$.~LS\i386\disk102

    C:\$WIN_NT$.~LS\i386\disk103

    C:\$WIN_NT$.~LS\i386\disk104

    C:\$WIN_NT$.~LS\i386\BOOTSECT.dat

    C:\$WIN_NT$.~LS\i386\winnt.sif "replace this one with ur own file"

    and replace the orignal folder "i386" with this one and burn it without editing boot.bin and setupldr.bin

    :hello:

    edit:

    copy BOOTFIX.bin from old "i386" to the new one ( to avoid setup loop )

    this method has been working beautifully for me

  3. q1: i ran it and it shows up fine, if i misunderstood, show us what you would like it to say

    q2: use something like this

    if %errorlevel% == 0 GOTO :fine else GOTO :error

    :error
    echo eets not okay mon
    GOTO :EOF

    :fine
    echo eets okay mon

    q3: you'll need a program that can show a pic & runs in the dos environment you're using. surely google can help you there

  4. <snip>

    Bad news: It's a DIY project all the way. No one can legally post such an add-on here.

    <huge snip>

    Hang on a minute - why's that? As long as we're not talking about a pirated copy of XP and posting serial numbers and the like, why can't an add-on of Office XP be made? What is the difference between altering XP with nLite and altering Office by making an add-on. I for one would be very interested in an Office add-on - it would save me a lot of time.

    he's wrong. it's perfectly legal as long as you own your own license to the software.

  5. AFAIK start /wait does NOT work from runonceex.

    this should get you headed in the right direction:

    my RunOnceEx.cmd:

    cmdow @ /HID
    @echo off

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

    REG ADD %KEY% /V TITLE /D "Installing Applications..." /f

    REG ADD %KEY%\005 /VE /D ".Net Framework 2.0" /f
    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Net20\install.exe /q" /f

    REG ADD %KEY%\010 /VE /D "Nero Ultra Edition 7" /f
    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Nero\Nero-7.2.0.3b_micro.exe /silent /noreboot" /f

    REG ADD %KEY%\015 /VE /D "010 Hex Editor 2.0.2" /f
    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\010ed\010ed20.exe /silent" /f

    REG ADD %KEY%\020 /VE /D "WinRAR 3.51" /f
    REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\WinRAR\wrar351.exe /s" /f

    REG ADD %KEY%\025 /VE /D "Kaspersky Antivirus 6.0.300" /f
    REG ADD %KEY%\025 /V 1 /D "msiexec /i %systemdrive%\Install\kaspersky\kav6.0.0.300en.msi TRANSFORMS=kav6.0.0.300en.mst /QN /NORESTART" /f

    REG ADD %KEY%\030 /VE /D "UltraISO Premium Edition 8.0.0.1392" /f
    REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\UltraISO\uiso8_pe.exe /VERYSILENT /SP" /f

    REG ADD %KEY%\035 /VE /D "Raxco Software PerfectDisk 7 build 46" /f
    REG ADD %KEY%\035 /V 1 /D "msiexec /i %systemdrive%\Install\PD7\PerfectDisk.msi /passive" /f

    REG ADD %KEY%\040 /VE /D "Mozilla Thunderbird 1.5.0.2" /f
    REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\TBird\TBird.exe -ms" /f

    REG ADD %KEY%\045 /VE /D "Opera 8.54" /f
    REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\Opera\ow32enen854.exe /silent" /f

    REG ADD %KEY%\050 /VE /D "IsoBuster 1.9" /f
    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\IsoBuster\IsoBuster.exe /silent" /f
    REG ADD %KEY%\050 /V 2 /D "taskkill /f /im isobuster.exe" /f

    REG ADD %KEY%\055 /VE /D "Adobe Reader 7.0.7" /f
    REG ADD %KEY%\055 /V 1 /D "msiexec /i %systemdrive%\Install\AR707\AR707.msi /passive" /f

    REG ADD %KEY%\060 /VE /D "XnView 1.82.4 Standard Version" /f
    REG ADD %KEY%\060 /V 1 /D "%systemdrive%\Install\xnview\xnview.exe /verysilent" /f

    REG ADD %KEY%\065 /VE /D "Slysoft AnyDVD 5.9.6.1" /f
    REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\AnyDVD\SetupAnyDVD5961.exe /S" /f

    REG ADD %KEY%\070 /VE /D "Advanced Mp3 Converter 2.62" /f
    REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\mp3\mp3.exe /silent" /f

    REG ADD %KEY%\075 /VE /D "Windows XP Tweaks by Ophiel X" /f
    REG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\xp_tweaks.cmd" /f
    REG ADD %KEY%\075 /V 2 /D "%systemdrive%\Install\app.cmd" /f

    EXIT

    as you can see i have switches after the setup programs that tell them to run silently. you will have to figure out which switches work for your programs.

×
×
  • Create New...