Everything posted by Legolash2o
-
Windows 7 Forum Trash
Checking it out now, may release 0.1.3 Final later on tonight!
-
Request Software Development
http://thehotfixshare.net/board/index.php?showforum=174 I used the website above and downloaded all the updates after Vista SP1 was released by making it only display the ones after a certain date. I then went through them all removing the ones which are in SP1 already. I then put them all in the archive and uploaded it so everyone else could integrate them all.
-
Driver Integrator v2.0 & component removals
Component Removals will have to wait, i want to finish driver integrator, do some little testing and then release it
-
Bug alert with mounting image!
Lol it's fine. 5 seconds is quick, try mounting the image normally using WIM Manager to see if it is mounting.
-
Bug alert with mounting image!
damn, assuming you mean the latest alpha? how much free space you got on C:\, also try deleting wimgapi.dll in the W7T Folder.
-
Windows 7 7201
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
-
Driver Integrator v2.0 & component removals
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!
-
Windows 7 Forum Trash
Awesome, added it to W7T
-
Windows 7 Forum Trash
Its disabled on alpha versions, and doesn't check for updates by default.
-
attack squirrel of death
I remember the first time i read this, couldn't stop crying of laughter!
-
Sponsorship Survey
If sponsorship were cheaper (50% off) for a limited time, would you sponsor? Just a random survey lol. Currently its... Basic: $10 Platinum $20 Ultimate $30 Would you if they where... Basic: $5 Platinum $10 Ultimate $15 More details
-
Funny, yet Educational
Watched them all... Awesome!
-
Busy server
Lol just shows how popular wincert is. Hehe!
-
Busy server
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)
-
Windows 7 Forum Trash
Windows 7 Toolkit (W7T)
-
GUIDE: WIMGAPI in VB .NET
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 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")
-
[Release] Microsoft Windows Vista and Server 2008 Sp2.
Nice to know, thanks.
-
Vista SP2
Vista SP2 Final has now been released will be available to download next time you open W7T! I recommend updating but make sure you have Vista SP1 first! UPDATE: Whole bunch of addons has been added to the addon list within W7T too.
-
Windows 7 Forum Trash
I don't know what that could be, works brilliant for me (better than expected actually). Might fix itself.
-
Windows 7 Forum Trash
Both have been fixed and new alpha available.
-
Windows 7 Forum Trash
The latest test build is available here. WIM Capturing/Splitting has temporarily been removed. Some of you may notice the WIM Filter detection has been fixed (fingers crossed)
-
News
Hello, i normally use SmartWim to handle the image side of things i.e. Mounting, unmounting, etc.. but now i use WIMGAPI.dll directly and this so far has made mounting and unmounting 100% success! In the next version SmartWim will be removed, also deleting images now works fully now that it uses wimgapi Hopefully i will complete this soon and will release the next alpha. There has been a few bug fixes too since the last alpha.
-
Feedback Tool Windows 7 RC
If you want to use the feedback tool for Windows 7 RC. Make a new shortcut on the desktop and make it point to Once the shortcut as been created, you can change the icon by going to the shortcut properties > Change Icon and browse to. and select the first icon.
-
Windows 7 Forum Trash
What makes you say it loads your current windows?
-
Why is Windows 7 Toolkit mounting slow
really? did u just try the wimgapi.dll or did u use vista sp1 wimfilters as well?