Jump to content

cai_sebas

Member
  • Posts

    46
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Posts posted by cai_sebas

  1. I am working on a unattended version of my Vista 64bit. Unfortunatly I can't get my UA dvd to work. I have build UA Vista DVD's before all 32-bit and they work flawless. However I can't get my 64bit version to work. It doesn't use the Autounattended.xml.

    Does anyone has an example version of Autounattended.xml that works on 64 bit?

    Or any tips?

  2. It has been a while since I runned WIHU on Vista, from what I remember it installs software. But the 2 furst pages are just useless and hurting Vista because of the registry changes.

    I will be launching my own website soon with stuff which is butifull, skins, guides, apps and more. Look at www.toastingvista.net in 2007! :angel

  3. Hi just wondering if somebody could help me. Vista is cool but in my UA I am still missing some features. Like a program installer (WIHU)! I don't have the skills to create it myself.

    Is it possible somebody creates a sort a WIHU like installer, which works with INI files.

    When you launch it you will be able to change "Owner information", "IP", "DNS" and "Workgroup Names" after this you can select which apps you like to install and at last a reboot option. I dont give much about changing user info, I always find it kind of annoying.

    It would be the best Christmas present ever :w00t:

  4. To create you UDF Image. Save it as createudf.cmd (name doesn't matter just the extension .cmd)

    CLS
    @echo off
    TITLE Creating UDF Image of Miscrosoft Windows Vista
    ECHO.
    ECHO You image is now being created. Make sure oscdimg.exe is present.
    ECHO.
    ECHO Creating your UDF...
    oscdimg -bd:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\ C:\WVISTAUL_EN_VOL01.iso
    ECHO.
    PAUSE
    EXIT

  5. After some struggeling I finally got the right code. Down here there is a simpel command/batch code whick makes your Vista ISO.

    Make sure you use the right paths. And have the file oscdimg.exe present in the same folder as the batch. Oscdimg.exe can be found in Windows AIK, PE Tools.

    Save it as createiso.cmd (name doesn't matter just the extension .cmd)

    CLS
    @echo off
    TITLE Creating ISO Image of Miscrosoft Windows Vista
    ECHO.
    ECHO You image is now being created. Make sure oscdimg.exe is present.
    ECHO.
    ECHO Creating your ISO...
    oscdimg -bd:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\ C:\WVISTAUL_EN_VOL01.iso
    ECHO.
    PAUSE
    EXIT

    Works like a charm

    Edit: Added oscdimg.exe and fixed the code, which now works properly

    oscdimg.exe

  6. A time ago I was searching for an easy way to make an image of my Vista files. You need Windows AIK to do this. A huge set of tools somewhere about 700mb. It seems making your image is quite simple if you know where to begin. So here is your start.

    The files attached are batched which automatically creates an image for you, so you won't have to work with the real command.

    We recommend you create an UDF Image. The original Vista DVD is UDF format.

    UDF

    Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files.

    CLS
    @echo off
    TITLE Creating UDF Image of Miscrosoft Windows Vista
    ECHO.
    ECHO You image is now being created. Make sure oscdimg.exe is present.
    ECHO.
    ECHO Creating your UDF...
    oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.iso
    ECHO.
    PAUSE
    EXIT

    ISO Making an ISO is also possible. However we recommend UDF.

    Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files.

    CODE
    CLS
    @echo off
    TITLE Creating ISO Image of Miscrosoft Windows Vista
    ECHO.
    ECHO You image is now being created. Make sure oscdimg.exe is present.
    ECHO.
    ECHO Creating your ISO...
    oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.iso
    ECHO.
    PAUSE
    EXIT

    There are many other options which can compile an ISO/UDF. If there are better complication I hope to see them! These little batches are just for starters. I am sure pro's can do it without hassle in command.

    :hello:

    oscdimg.exe

  7. I am erperience some weird problem. See the picture, the is white beneath the menu text.

    2no9.th.jpg

    I have this since a fresh windows install, also this happens on every theme. So that ain't the prob.

    Someone has this problem to and found a workaround? :hello:

  8. Busy making my UA dvd I experienced a problem. A have a huge reg file with tweaks. Only I am just human and made some mistakes. :lol:

    Is there a proggy which checks my reg file and points me to the problem. Other wise I have to do it manually. :angry: Or are there any other ways to do this? :yes:

    Thanks

×
×
  • Create New...