Jump to content

Cykasm

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by Cykasm

  1. Yeah i did try the boot.img supplied with that file.

    Still brought up the ntldr error.

    What i might do is read up a bit more on the cdimage.exe file and see if there is a tag that i need to make it read .bin files.

    I noticed another example from somebody else that they were using a .dat file there. (Not in the gui based one.)

    Thanks for putting me in the right direction Shark :)

    I will try putting my xpboot.bin in that thing again. See if i can reproduce that error that it gave me.

    EDIT: I got the boot part working by going into cdimage -help and using the command line to make my iso. Will stick it in a bat file later.

    Thanks for your time Shark. I really appreciate it.

  2. With that version i it cant find the NTLDR when it tries to boot.

    Anyone know how i can make a boot.img file that that program needs?

    I've got a working version of my dvd that boots.

    It uses a custom xpboot.bin.

    Anyway i can use the .bin file to convert it to a .img?

  3. Hey guys,

    I've had my unattended windows dvd working for a fair while and i update it on fairly regular occasions.

    I used the method given in Pure Kromes tutorial.

    http://www.msfn.org/board/index.php?showtopic=10877&hl=

    In this tutorial he had a cmd/bat (I'm pretty sure it was a cmd file) file that enabled you to create an iso from a specified directory.

    eg: C:\Install Which would then put the completed Bootable iso in C:\

    Recently i lost a hdd which happened to have my xpdvd stuff on it. I still have copies of my xp dvd but was just wondering if anyone happened to have or know how to make that cmd/bat file again?

    I tried the link on the old post, but its nearly 3 years old and the link is dead :blushing:

    Im using an altered version of boot.bin and nlite doesnt like the way i've put the dvd together.

    Any help would be appreciated.

    Cyk

  4. I've customised my oem info on this page and included my own logo.

    But a long while ago on these forums i saw a post on how to change the monitor with the windows logo above the oem logo.

    I've tried searching but for the life of me i can't think of what it would be called.

    The monitor im talking about is this 1 (i pinched this link from the unattended site as my hosting is down atm)

    system_properties.png

    Any help would be appreciated.

  5. @ Bastian

    I added start.bat to my winnt.sif instead of xpcd.bat

    the way i did it was make another batch called start.bat

    Which had in it.

    START /MAX /wait %systemdrive%\install\xpcd.bat

    ECHO.

    ECHO Removing temporary folders.

    rmdir %systemdrive%\DRIVERS /s /q

    ECHO Drivers folder removed.

    rmdir %systemdrive%\INSTALL /s /q

    ECHO Install folder removed

    EXIT

    Then it ran my xpcd bat like normal except i added this to the start of the xpcd.bat
    MODE CON COLS=200

    CLS

    @echo off

    TITLE Installing Programs.

    color 0C

    To make it full screen with red writing.

    I had to move my commands to delete the Install and Drivers folders cos it would kill the xpcd.bat and would then pause.

  6. Bit of an old post.

    But i created my setup.iss (for Dreamweaver MX 2004 Student Ed) and the flash mx installer still pops up after everything else is installed.

    Does anyone have a setup.iss that stops this?

    or can i compare.

    here is mine.

    [installShield Silent]Version=v6.00.000

    File=Response File

    [File Transfer]

    OverwrittenReadOnly=NoToAll

    [{21440A62-FFB7-43B7-9AA3-238DDD543C0A}-DlgOrder]

    Dlg0={21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdWelcome-0

    Count=4

    Dlg1={21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdLicense-0

    Dlg2={21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdAskDestPath-0

    Dlg3={21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdFinish-0

    [{21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdWelcome-0]

    Result=1

    [{21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdLicense-0]

    Result=1

    [{21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdAskDestPath-0]

    szDir=C:\Program Files\Macromedia

    Result=1

    [Application]

    Name=Macromedia Studio MX 2004

    Version=7

    Company=Macromedia

    Lang=0009

    [{21440A62-FFB7-43B7-9AA3-238DDD543C0A}-SdFinish-0]

    Result=1

    bOpt1=0

    bOpt2=0

    This is the **** window i cant stop popping up :(

    window.jpg

×
×
  • Create New...