Jump to content

Legolash2o

Contributors
  • Posts

    5,661
  • Joined

  • Last visited

  • Days Won

    242

Posts posted by Legolash2o

  1. Haha, how did u guess the password? (send answer in PM)

    Nah, i dont mind i was gonna release a newer version of the update list anyway but with Office 07 Updates and hopefully vista sp2 as well. Thanks.

  2. Just letting you all know that Windows 7 build 7201 (6.1.7201.0.winmain_win7ids.090601-1516 - 1st June 2009 03:16PM) has been leaked in both x86 and x64 flavors.

    *SDTP reported working again

  3. Expect a major update to the driver integrator as it will work even if your using XP. The new method will be similar to the vlite method which means you will be able to remove drivers you have integrated previously with Driver Integrator.

    I may also add component removal but will firsty start off with languages removal, but that tool is still in the planning stages. Other features/ programs wil be available to remove as it improves with good descriptions and updated so it will have an up-to-date list of programs need that function you have removed.

    Fixed:Also expect an important fix to the registry hive mounter where if you already use the registry mounter before you have to restart your computer for it to work again.

    Hope you hve enjoyed this bunch of news!

  4. I keep getting board messages when i sometimes try and load wincert forum. It first says the server is busy and to try again in a moment, then i get page cannot be displayed and when it comes back on it says IPS Driver error, its only down for bout 10mins and everything is fine again.

    I had it yesterday and twice today :)

    "Sorry, the server is too busy to handle your request, please try again in a moment"

    lol just had it again when i tried to post this topic (make that 3 times) :D

  5. Here is something for those who want to work with WIMGAPI and VB .NET. Just add the module below to your project and use the examples below that to do your tasks. I will be updating it with more functions. If you know any which have not been added yet please post a working example :D

    WIMGAPI Module v1.0

    The places where you see the number 1, that is the image index.

    Mount Image

    If CWIM_MountImage(1,"C:\Wimfile.wim","C:\MountPath") = true then
    'DO THIS
    else
    'MSGBOX("There was an error mounting this image")
    end if

    UnMount Image

    If CWIM_UnMountImage(1,"C:\Wimfile.wim","C:\MountPath",True) = true then
    'DO THIS
    else
    'MSGBOX("There was an error unmounting this image")
    end if

    Delete Image

    CWIM_DeleteImage("C:\WimFile.wim",1)

    GetWIMInfo

    Dim WImInfo = CWIM_GetWimInfo("C:\Wimfile.wim")

    Capture Image

    CWIM_CaptureImage("C:\FolderToCapture","C:\NewWim.wim",WIM_COMPRESS_LZX,"C:\Temp")

    Export Image

    CWIM_ExportImage("C:\OriginalWim.wim","C:\ExportedWim.wim",1,"C:\Temp")

×
×
  • Create New...