Jump to content

vhrc99

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

Posts posted by vhrc99

  1. Doesn't the TXTSETUP.OEM method work?

    http://www.911cd.net/forums//index.php?showtopic=19486

    You may also cross check your txtsetup.sif entries with the ones in cdob's plugin.

    jaclaz

    P.S.: For the record, starting thread is here (cross-linking for reference):

    http://www.msfn.org/board/index.php?showtopic=119415

    I tried TXTSETUP.OEM method, no lucky, i put all the entries and only

    id = "PCI\CC_0101","uniata"

    with no lucky.

    Be aware, there is no full ATA AHCI support currently.
    Plans

    Full functional Serial ATA AHCI support

    RAID support (mirror, stripping, mirror+stripping)

    Read you may get BSOD at AHCI or RAID mode currently.

    Thanks a lot, that's why uniata doesn't work.

  2. According to this

    http://www.msfn.org/board/index.php?s=&amp...st&p=774259

    uniata should work to recognize SATA drives during install without press F6..

    And according to this

    http://www.vorck.com/windows/2ksp5.html#drvinteg

    correct me if i'm wrong, but you need the original drivers from your chipset, and integrate by hand to textsetup.sif, anyway i try this instructions.

    Then i open uniata inf file called uata_xph.inf and put all the strings in the correct format, and modify the section to copy the sys file, but results in BSOD.

    Then I use this lines and delete all the others that put before

    PCI\CC_0101.DeviceDesc  = "uniata";"Dual Channel PCI BusMaster IDE Controller (UniATA)"
    PCI\CC_0104.DeviceDesc = "uniata";"Generic RAID IDE Controller (UniATA)"
    PCI\CC_0105.DeviceDesc = "uniata";"Generic ATA Controller (UniATA)"
    PCI\CC_0106.DeviceDesc = "uniata";"Generic Serial ATA Controller (UniATA)"

    the fist line is already in SIF file, and is assigned to PciIde, then i change for uniata, and it works for IDE not for SATA, this time only don't recognize the drives.

    Another solution in the wild, is to change the line in the [sCSI.Load] section from the first entry to 2nd or the bottom, and no lucky again, the drives don't show.

    Anyone can tell me how to integrate uniata without BSOD?, or the only solution is to integrate the original drivers from each chipset.

  3. For x86 only, tested on xp pro x86 only.

    Includes .net 1.1 sp1, 2 sp1, 3 sp1, and 3.5 all patches applied. Shows progress bars during install.

    Installs from runonceex or whatever method you use at first logon.

    Download=

    http://rapid.mirror.host.fosi.eu.org/?/files/75667583/dotnetfxAIO.exe.html

    This is the same install type with a few reg tweaks to make it svcpack compatible and its completely silent. Config.txt file below shows tweaks.

    Download=

    http://rapid.mirror.host.fosi.eu.org/?/files/75757058/DotNetFx_All_In_1_Addon_v2.7z.html

    Note: Installing this addon during svcpack causes two errors in event viewer. I don't know how important they are because the installation completes successfully. Choice is yours.

    Credits: jd976 @ RyanVM.net

  4. If it installs on winxp x64, only can open the file of the same architecture (64 bits), if i try to load a 32bits file on the xpx64 i get this error

    Object reference not set to an instance of a object

    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
    at XPreview.ResourceManagement.Manager.ResizeBitmap(Bitmap OriginalBitmap, Int32 NewWidth, Int32 NewHeight)
    at XPreview.Modules.winntbb.winntbb.LoadFile(String Filename, MenuItem& parentMenu)
    at XPreview.formMain.menuOpen_Click(Object sender, EventArgs e)
    at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
    at System.Windows.Forms.Command.Invoke()
    at System.Windows.Forms.Control.WmCommand(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

×
×
  • Create New...