Jotnar Posted November 26, 2007 Posted November 26, 2007 From the guys who wrote GImageX. Here's a new and improved version written in C++.http://blogs.technet.com/richardsmith/arch...-available.aspxThis new version includes:Native x86 and x64 versions entirely written in C++. Tiny ~100KB executable.Doesn’t use the imagex.exe utility at all – instead it uses the WIMGAPI interface (the wimgapi.dll file from the imagex directory)Progress bars, time elapsed, time remaining, file counts have been addedClean “abort” optionAbility to mount, change and get info on WIM imagesYou'll need to download the WAIK to get the required wimgapi.dll.Cheers
zorphnog Posted November 26, 2007 Posted November 26, 2007 Good find Jotnar! Thanks for posting. This is the most complete native tool I have seen yet.
jaclaz Posted November 26, 2007 Posted November 26, 2007 You've been beaten by DigeratiPrime:http://www.msfn.org/board/GImageX-WIMMaste...ls-t107920.htmlhere on MSFN.(but you won on 911CD):http://www.911cd.net/forums//index.php?showtopic=20706and I already propagated the news to boot-land, thanks to you:http://www.boot-land.net/forums/index.php?...=3001&st=13 jaclaz
Jotnar Posted December 3, 2007 Author Posted December 3, 2007 Too many forums, not enough time v2.0.42nd Dec 2007 - v2.0.4 - Improved mount/unmount interface.2nd Dec 2007 - v2.0.3 - Improved image selection interface.1st Dec 2007 - v2.0.2 - Added Delete tab. - Added Export tab. - Some internal improvements to XML handling.http://www.autoitscript.com/gimagex/Cheers
geezery Posted December 5, 2007 Posted December 5, 2007 Nice work you have done. I would have a request.Can you add command line support which also supports that nice progressbar (Imagex.exe doesn't support)It would be so nice to have a full featured command line wim tool.
Jotnar Posted December 18, 2007 Author Posted December 18, 2007 15th Dec 2007 - v2.0.5 BETA - Image selection screen was not working properly when an image did not contain both a name and descriptionAlso I noticed the EULA is now non-Microsoft and now provides for distribution. You still can't distribute wimgapi.dll, but the main program gimagex.exe can be distributed as long as it comes with the EULA and the readme.txt file.Cheers
Jotnar Posted December 18, 2007 Author Posted December 18, 2007 http://www.autoitscript.com/gimagex/17th Dec 2007 - v2.0.6 BETA GImageX: - No changes. GImageX COM: - Added a COM component for use in VBScript/other applications, currently just Capture/Append/Apply are implemented - testing appreciated.Cheers
geezery Posted December 18, 2007 Posted December 18, 2007 (edited) Wow, very nice indeed. I tried to regsvr32 gimagex_com.dll, but I'm getting error in Finnish version of Vista. The error message is in finnish, so I assume you don't need it. I will try it tomorrow with Windows XP.Here is the error message from event log:Lokinimi: ApplicationLähde: SideBySidePäivä: 18.12.2007 19:51:26Tapahtumatunnus:33Tehtäväluokka: Ei mitäänTaso: VirheAvainsanat: KlassinenKäyttäjä: - Tietokone: HOSTNAMEKuvaus:Aktivointikontekstin luonti epäonnistui (C:\Users\user\Desktop\com\x86\gimagex_com.dll). Riippuvaista kokoonpanoa Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" ei löytynyt. Yksityiskohtaisen vianmäärityksen voi tehdä ohjelmalla sxstrace.exe.Tapahtuman Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="SideBySide" /> <EventID Qualifiers="49409">33</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2007-12-18T17:51:26.000Z" /> <EventRecordID>400</EventRecordID> <Channel>Application</Channel> <Computer>HOSTNAME</Computer> <Security /> </System> <EventData> <Data>Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"</Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data>C:\Users\user\Desktop\com\x86\gimagex_com.dll</Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> <Data> </Data> </EventData></Event> Edited December 18, 2007 by geezery
geezery Posted December 19, 2007 Posted December 19, 2007 I'll tried also on Windows XP, but same error occurs also there.
Jotnar Posted December 19, 2007 Author Posted December 19, 2007 I see a reference to Microsoft.VC90.CRT in the error which means it was compiled with Visual Studio 2008. Maybe you need the Visual Studio 2008 C++ Redistributable installed to register the file?http://www.microsoft.com/downloads/details...;DisplayLang=enJust a guess. The author's email is in the readme.txt file and on the about page of the program. He could probably help you more than anyone here.Cheers
geezery Posted December 19, 2007 Posted December 19, 2007 Thanks it worked, but there might come a problem if I want to use that dll on the WinPE.
Jotnar Posted December 21, 2007 Author Posted December 21, 2007 20th Dec 2007 - v2.0.7 BETA GImageX: - No changes. GImageX COM: - COM component no longer need Visual Studio runtimes installed. Oops!Cheers
p4ntb0y Posted December 27, 2007 Posted December 27, 2007 Very nice,As Geezery said a cmd line switch's would be nice.How about deltas on images?
geezery Posted December 28, 2007 Posted December 28, 2007 There is even better features available now. Look at the new help file included. There is a com component which you can use directly from vbscript. I'm already porting my HTA to use that component instead of the robust command line imagex app.P4antboy -> How can you make those delta files and how it really works?I have found a nice binary differiantial open source tool that can make some sort of deltas. But is there a native support in wimgapi for the delta files?http://xdelta.org/
G3D Posted January 2, 2008 Posted January 2, 2008 Where i can download GimageX V2.0.1, your's link doesn't work.Thanks for your's ansers jean_bezet@tele2.fr
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now