![]() ![]() |
Aug 2 2007, 03:42 AM Post
#21 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 309 Joined: 2-March 05 Member No.: 45939 |
Hi Guys, i cannot get this to run in vistaPE. can somone help. ive got all these files in windows directory imagex.exe intclg.exe winfltr.ini winfltr.sys wimgapi.dll & getwiminfo.bat & ondanswin.exe. When i run the exe file from the cmd prompt in PE nothing happens. Where am i going wrong..? |
| | |
Aug 5 2007, 06:02 AM Post
#22 | |
| Member ![]() ![]() Group: Members Posts: 237 Joined: 14-February 06 Member No.: 87996 |
Sorry for the late reply.. Add the following files... tabctl32.ocx mscomctl.ocx I will update soon with source files I am not a coder you see so I am on a rapid learning curve. chiners 68 if you pm me I give you my mail address seen your in the UK same as me. |
| | |
Aug 17 2007, 03:15 PM Post
#23 | |
| Newbie Group: Members Posts: 28 Joined: 29-May 07 Member No.: 141117 OS: Vista Business x86 |
Hi, this project looks awesome, I had been using the Imagex HTA but have found several limitations and the project itself unfortunately seems to have ground to a halt on the MSFN board. I have read through all the posts and was wondering if someone could tell me the current status of the gui itself. Does it currently work in Vista PE, what features currently don't work, and is there a completion time frame? |
| | |
Aug 19 2007, 11:55 AM Post
#24 | |
| Member ![]() ![]() Group: Members Posts: 237 Joined: 14-February 06 Member No.: 87996 |
Please see first post for edits
|
| | |
Sep 1 2007, 03:31 PM Post
#25 | |
| Group: Members Posts: 2 Joined: 1-September 07 From: Illinois Member No.: 153197 OS: none |
Hi Guys, i cannot get this to run in WinPE 2.0. can somone help. I've got all these files on a flash drive in same directory I'm booted to a Win PE 2.0 Boot CD. imagex.exe intclg.exe--->Can't find this exe ???????? Where it be ???? winfltr.ini winfltr.sys wimgapi.dll tabctl32.ocx mscomctl.ocx getwiminfo.bat ondanswin.exe. When I run the exe file from the cmd prompt in WinPE I get..... Run-Time Error '429' ActiveX Component Can't Create Object. I click OK on that. Imagex GUI Dialog Box Comes up but headings for Partition to Capture is missing. And also Heading for Backup Filename Missing too. I enter the info in the boxes anyway but when I click Button to Start the imaging it Does Nothing. Where am I going wrong..? |
| | |
Sep 2 2007, 04:02 AM Post
#26 | |
| Member ![]() ![]() Group: Members Posts: 237 Joined: 14-February 06 Member No.: 87996 |
Hi when your making your winpe image I would mount the boot.wim within sources and add the files there in system32 so that you do not have to do the full path for imagex. The intclg.exe is in my windows aik\tools\x86\intclg.exe This is just a wrapper dont forget the cmd will be displayed at the bottom of the gui if you cant run the cmd by the cmd then its not going to work in the gui |
| | |
Sep 2 2007, 05:56 AM Post
#27 | |
| Group: Members Posts: 2 Joined: 1-September 07 From: Illinois Member No.: 153197 OS: none | Hi when your making your winpe image I would mount the boot.wim within sources and add the files there in system32 so that you do not have to do the full path for imagex. The intclg.exe is in my windows aik\tools\x86\intclg.exe This is just a wrapper dont forget the cmd will be displayed at the bottom of the gui if you cant run the cmd by the cmd then its not going to work in the gui I did copy to my Flash Drive Folder from my windows aik\tools\x86\intclg.exe hoping it would cause the GUI to execute ok but I still get a dialog box that appears to be missing headings for the entries to be filled in with Drive to capture and Backup location and description. When I click on the "Capture WIM Image button" Nothing Happens. Oh Well !!! I must be missing something. I've used ImageX command line out of this Flash Drive folder as it is and it works fine. I wanted to try this GUI because it really speeds up the process of getting things started and eliminating my "Fat Finger" mistakes. My command line is pretty long. "G:\Imagex GUI\imagex.exe" /config "G:\Imagex GUI\Skipmore.ini" /COMPRESS maximum /capture C: "D:\Images-WIM4-24-2007 Data C-Image.WIM" "04-24-2007 Data C-Image.WIM" I'll watch the forum some more and maybe these old eyes will see the errors of my ways !!!! Thanks |
| | |
Sep 2 2007, 02:11 PM Post
#28 | |
| Member ![]() ![]() Group: Members Posts: 237 Joined: 14-February 06 Member No.: 87996 |
can you try and re create your problem in vmware and send me a screenshot?
|
| | |
Sep 7 2007, 04:35 AM Post
#29 | |
| Group: Members Posts: 1 Joined: 20-February 05 Member No.: 44614 | Basically what be nice is a standard gui with all the options that has a progress bar and will work in winpe 2005 and winpe 2. Maybe I should bin the vb stuff and just code in c++ You inspired me to do this, and I have just finished my project. I have written a program called WIMMaster which gives a graphical interface to the Wimgapi library. I wrote the program in C using Visual Studio 2005. It is similar in looks to OnDansWIM, but is quite different below the surface. I was able to get the progress bar going for Capture/Append and Export, but had no success with Apply. The reason for this is that the WIMApplyImage function in wimgapi apparently spawns a separate thread for its work, and somehow this blocks the communication needed to run the progress bar. I used a modeless dialog instead to indicate that something was going on. I have a file which contains all my source code, and also a BartPE plugin and a VistaPE script with all the files encoded into it, except for wimgapi.dll and wimfltr.sys which are of course required for both the plugin and the script. My file is too big to upload here, although it is not all that large. It is available for download here. Anyone wishing to use the source code will need the Wimgapi SDK which comes with the WAIK, and also Visual Studio 2005. Visual Studio 2003 seemed to have problems reading wimgapi.h, because of all the __in, __out and other similar descriptors it uses. A number of interesting points arise in the source code. One of them is that the use of a file name for an image is not mandatory as it is with imagex, although it obviously makes sense to have one in a multi-image file. It is actually quite complicated to get the names and descriptions into the wim; I had to write a special function to edit the image to achieve this. I hope that some will find the coding instructive, and the program useful. It seems to work as well as imagex does. |
| | |
Sep 7 2007, 05:27 AM Post
#30 | |
| Member ![]() ![]() Group: Members Posts: 249 Joined: 21-July 06 From: Helsinki Member No.: 105112 |
Looks very nice.
|
| | |
Sep 18 2007, 11:37 PM Post
#31 | |
| Group: Members Posts: 2 Joined: 22-July 07 Member No.: 147615 OS: XP Pro x86 |
I have also seen the error SamboA encounter. Any updates or error in how we set up?? |
| | |
Nov 16 2007, 12:06 PM Post
#32 | |
| Pharmassist Group: Moderator Posts: 1626 Joined: 31-July 04 From: United States Member No.: 25917 OS: Vista Ultimate x64 |
If you're having the problem of nothing happening, are you sure your wimfltr service is started? Try the following before trying to capture in command prompt: CODE net start wimfltr This will start the wimfltr service necessary for imagex. This post has been edited by spacesurfer: Nov 16 2007, 12:06 PM |
| | |
Dec 18 2007, 01:20 PM Post
#33 | |
| Group: Members Posts: 1 Joined: 15-May 07 Member No.: 139415 OS: XP Pro x86 |
You guys may want to check out GImageX and WIMMaster (much more refined set of tools IMO): http://www.msfn.org/board/GImageX-WIMMaste...ls-t107920.html |
| | |
Jun 5 2008, 05:49 PM Post
#34 | |
| Group: Members Posts: 2 Joined: 30-May 08 Member No.: 194579 OS: Vista Home x86 |
cheers m8 looks good |
| | |
Jun 5 2008, 11:27 PM Post
#35 | |
| Newbie Group: Members Posts: 15 Joined: 24-August 07 Member No.: 152147 OS: none |
Hello, can I ask you some Questions please. How does you created this form? Can I use visual Studio express and what do you have to put on the CD to run self builded programs? Or is there an other way to create a gui? I have created some vbscripts which then I have to port to visual Studio VB ... Thanks for your help... |
| | |
Jul 10 2008, 03:24 PM Post
#36 | |
| Group: Members Posts: 1 Joined: 7-July 08 Member No.: 199833 OS: XP Pro x86 |
How can I get this thing to work in WinPE? No matter what I do, it will not start up when I boot to a WinPE CD. What are the prerequisites?
|
| | |
Jul 2 2009, 08:26 PM Post
#37 | |
| Group: Members Posts: 1 Joined: 2-July 09 Member No.: 249816 OS: none |
Where can i get all the required files from, Geez i chose a bad name, Can it be changed to ReCreate?
|
| | |
Jul 4 2009, 12:29 AM Post
#38 | |
| K-Mart-ian Legend Group: Super Moderator Posts: 3125 Joined: 28-April 06 From: Buffalo, NY Member No.: 94953 OS: Server 2008 x64 | Where can i get all the required files from, Geez i chose a bad name, Can it be changed to ReCreate? Concerning a name change, please post here: http://www.msfn.org/board/index.php?showforum=23 |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2009 - 06:36 AM |