Jump to content

MICHELLIN

Member
  • Posts

    35
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Greece

Posts posted by MICHELLIN

  1. Ok, I decided to compile UBCD4WIN for my own disc.

    Here's a short guide from what I did:

    * Compile the disc image to your own specification.

    * Delete the .iso image it creates (you don't need it) and go to the output folder (default BartPE)

    * Delete everything in this folder except the following:

    [BartPE]
    |_[I386]
    |_[PROGRAMS]
    |_ Autorun.inf (only if you want it, I didn't)

    You should already have the Windows tag files on your disc so you can delete them as well

    * Rename the "I386" folder to something else with four characters, I used "IUCD"

    * Place the "IUCD" and "PROGRAMS" folders at the root of your multi-boot disc structure.

    * Hex edit the setupldr.bin in the "IUCD" folder replacing any instance of "I386" with "IUCD"

    * Make a copy of your XP boot sector and hex edit that in the same way, then place it in your "IUCD" folder.

    * Edit the SetupSourcePath in txtsetup.sif in the "IUCD" folder to read:

    SetupSourcePath="\IUCD\"

    * Add an option in cdshell to chain your new boot sector, something like this:

    if $lastKey == key[f2]; then chain /IUCD/UCDBOOT.DAT

    As you can see my boot sector is called "UCDBOOT.DAT" in the "IUCD" folder.

    Your done.

    I know I've just glazed over everything but most of this info can be adapted from Flyakites guide including adding an /inram function (not mentioned here).

    Good luck

    I tried this way

    get error....BIOSINFO.INF.....cannot load

  2. that method only works if the file was created on the PC your trying to unattended activate. cant be from another PC

    Sorry I don't actually know where the file is suppose to reside as I have never tried this.

    Im assuming you've got a winnt.sif in i386 which enabled the OEM state

    you will need both wpa.dbl and wpa.bak

    why do i need both files ????????????

  3. HI people

    i have nearly completed my all in one multiboot dvd

    question....

    when executing autorun.exe in cdroot folder...everything works ok except

    when trying to run the actual cdroot.

    what file in aiodvd\boot...... must i run in the [autoplay media studio] script for this to happen ??????????

    (where must i direct the script) ?????????

  4. hi.....

    here's a new one.......

    after many installations of my multiboot dvd

    one pc came up with this :-

    " hive def.inf is corrupted"

    after using ERD commander 2005 i was able to see that windows had been set up properly,

    the problem was that it woudn't boot up......

    i tryed using the plain windows unattended dvd

    but the same thing occured

    i then used the original windows xp pro sp2 cd

    everything went well there.

    why...???

    hive def.inf is located in "i386" in my multiboot dvd

    and mine has been

    "Customized by nLite - www.nliteos.com"

  5. Hi Guys and Gals,

    Im wanting to create a dual booting cd wthat has Bartpe and ERD Commander 2005 as options.

    I know that i can get a plugging to but ERD command into BartPE, but for my requirements in need to the option of using both on boot up.

    The thing is that both of the programs us the I386 folders. Therefore my question is what files to i need to edit so that i can change the I386 folders to something like ERD5 and BART, while still allowing me to boot the programs?

    I have tried using PowerPacker thinking that this woud be able to autmate teh changes for me but it doesn't seem to work.

    Any help would be great!

    erd commander 2005 was a little tricky...

    take a windows boot.bin..hex edit it..i386 to ERD1..rename it to ERD1.DAT

    MAKE TWO (2) folders in root folder

    ERD1...copy paste all contents of i386 folder...

    COPY setupldr.bin and txtsetup.sif from i386\system32 and paste in ERD1

    edit txtsetup.sif....SetupSourcePath = "\ERDC\"

    edit setupldr.bin in hex editor...changing i386 to ERD1

    ERDC...the whole .iso extracted with isobuster

    copy WIN51IS to root folder

    copy winbom.ini to root folder

    enter this line in cdshell.ini

    if $lastKey == key[3]; then chain /ERD1.DAT

    keep the original files in their places..it doesn't hurt

    good luck.........mine works fine

  6. Do you know what installer it uses?

    yes i do actually

    VISE installer

    i managed an unattended install using a script which simulates keystrokes...

    i saw this type of script in this forum a couple of days ago

    it was made for AD-AWARE. (credit goes to --=ddSHADOW=--he's done a fine job)

    ==================================

    i modified it (it took me some time to get the timing right)

    SYSTRAN.vbs

    ----------------

    CODE

    Set WshShell = WScript.CreateObject("WScript.Shell")

    'To Simulate Keystrokes

    WshShell.Run app & "%systemdrive%\install\systran\SYSTRAN_Premium_405.exe"

    WScript.Sleep 5000

    WshShell.SendKeys "{ENTER}"

    WScript.Sleep 5000

    WshShell.SendKeys "{ENTER}"

    WScript.Sleep 500

    WshShell.SendKeys "{TAB}"

    WScript.Sleep 500

    WshShell.SendKeys "{TAB}"

    WScript.Sleep 500

    WshShell.SendKeys "{TAB}"

    WScript.Sleep 500

    WshShell.SendKeys "{ENTER}"

    WScript.Sleep 500

    WshShell.SendKeys "<YOUR NAME>"

    WScript.Sleep 500

    WshShell.SendKeys "{TAB}"

    WScript.Sleep 500

    WshShell.SendKeys "<YOUR ORGANIZATION>"

    WScript.Sleep 500

    WshShell.SendKeys "{TAB}"

    WScript.Sleep 500

    WshShell.SendKeys "<YOUR SERIAL>"

    WScript.Sleep 500

    WshShell.SendKeys "{TAB}"

    WScript.Sleep 500

    WshShell.SendKeys "{ENTER}"

    WScript.Sleep 500

    WshShell.SendKeys "{ENTER}"

    WScript.Sleep 52000

    WshShell.SendKeys "{ENTER}"

    WScript.Sleep 500

    WshShell.SendKeys "{TAB}"

    WScript.Sleep 500

    WshShell.SendKeys "{ENTER}"

    WScript.quit

    and this is the code in ...

    START.cmd

    --------------

    CODE

    ECHO.

    ECHO INSTALLING..... SYSTRAN 4.0.5 premium

    start /wait %systemdrive%\install\systran\SYSTRAN.vbs

    -----------------------------------------------------------------

    It's pretty slow but it does the job

    i do have a problem though..!!!!

    after the end of the installation three windows pop up and show me where SYSTRAN put

    all its files.

    I could enter three more keystrokes to the script but I couldn't find what to use for ALT+F4

    ANYBODY know ????????????????????

  7. Nero.msi TRANSFORMS=Unattended.MST /qb REBOOT=ReallySuppress STARTPARAM="CallFromExe" DONOTRUNSETUPX="1" MSISOURCEFILE="Nero.msi"

    Hi Nero lovers !!!!!

    this code works for me (NERO ULTRA 7.0.0.0)........except that

    "do you want to reboot Y/N" (dialog)

    pops up at the end of the installation

    any clues as to why ????????

    i tried changing (REBOOT=ReallySuppress)----no luck

    tks people

    p.s. visit greece

    it's beautiful this time of year.......i think

    (my monitor certainly looks good)

    (i'll try going outside one of these days...............)

    5-7-2006

    H.E.L.P

    H.E.L.P PLEASE

    I've made my unattended dvd

    and my only bug

    is NERO asking for a reboot

    I am sure everything is ok

    I'm sure that : (REBOOT=ReallySuppress) this only needs fixing.............

    Unless it is because my version is NERO ULTRA 7.0.0.0............????????????????????

    ?????????????????????????????????????????????????????????????????????????????????

    If anyone can bail me out....

    michellin@panafonet.gr

    TKS..

×
×
  • Create New...