IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
2 Pages V  < 1 2  
Reply to this topicStart new topic
> Imagex GUI Open Source
chiners_68
post Aug 2 2007, 03:42 AM
Post #21


Advanced Member
***

Group: Members
Posts: 309
Joined: 2-March 05
Member No.: 45939
Country Flag


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..?
Go to the top of the page
 
+Quote Post
p4ntb0y
post Aug 5 2007, 06:02 AM
Post #22


Member
**

Group: Members
Posts: 237
Joined: 14-February 06
Member No.: 87996
Country Flag


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.
Go to the top of the page
 
+Quote Post
solutionone
post Aug 17 2007, 03:15 PM
Post #23


Newbie


Group: Members
Posts: 28
Joined: 29-May 07
Member No.: 141117
OS: Vista Business x86
Country Flag


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?
Go to the top of the page
 
+Quote Post
p4ntb0y
post Aug 19 2007, 11:55 AM
Post #24


Member
**

Group: Members
Posts: 237
Joined: 14-February 06
Member No.: 87996
Country Flag


Please see first post for edits
Go to the top of the page
 
+Quote Post
SamboA
post Sep 1 2007, 03:31 PM
Post #25





Group: Members
Posts: 2
Joined: 1-September 07
From: Illinois
Member No.: 153197
OS: none
Country Flag


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..?
Go to the top of the page
 
+Quote Post
p4ntb0y
post Sep 2 2007, 04:02 AM
Post #26


Member
**

Group: Members
Posts: 237
Joined: 14-February 06
Member No.: 87996
Country Flag


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
Go to the top of the page
 
+Quote Post
SamboA
post Sep 2 2007, 05:56 AM
Post #27





Group: Members
Posts: 2
Joined: 1-September 07
From: Illinois
Member No.: 153197
OS: none
Country Flag


QUOTE (p4ntb0y @ Sep 2 2007, 05:02 AM) *
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
Go to the top of the page
 
+Quote Post
p4ntb0y
post Sep 2 2007, 02:11 PM
Post #28


Member
**

Group: Members
Posts: 237
Joined: 14-February 06
Member No.: 87996
Country Flag


can you try and re create your problem in vmware and send me a screenshot?
Go to the top of the page
 
+Quote Post
martinr
post Sep 7 2007, 04:35 AM
Post #29





Group: Members
Posts: 1
Joined: 20-February 05
Member No.: 44614
Country Flag


QUOTE (p4ntb0y @ Aug 1 2007, 05:41 PM) *
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.
Go to the top of the page
 
+Quote Post
geezery
post Sep 7 2007, 05:27 AM
Post #30


Member
**

Group: Members
Posts: 249
Joined: 21-July 06
From: Helsinki
Member No.: 105112
Country Flag


Looks very nice.
Go to the top of the page
 
+Quote Post
killerlp
post Sep 18 2007, 11:37 PM
Post #31





Group: Members
Posts: 2
Joined: 22-July 07
Member No.: 147615
OS: XP Pro x86
Country Flag


I have also seen the error SamboA encounter. Any updates or error in how we set up??

unsure.gif
Go to the top of the page
 
+Quote Post
spacesurfer
post Nov 16 2007, 12:06 PM
Post #32


Pharmassist
Group Icon

Group: Moderator
Posts: 1624
Joined: 31-July 04
From: United States
Member No.: 25917
OS: Vista Ultimate x64
Country Flag


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
Go to the top of the page
 
+Quote Post
mrphrosty
post Dec 18 2007, 01:20 PM
Post #33





Group: Members
Posts: 1
Joined: 15-May 07
Member No.: 139415
OS: XP Pro x86
Country Flag


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
Go to the top of the page
 
+Quote Post
moose-jimsim
post Jun 5 2008, 05:49 PM
Post #34





Group: Members
Posts: 2
Joined: 30-May 08
Member No.: 194579
OS: Vista Home x86
Country Flag


cheers m8 looks good smile.gif
Go to the top of the page
 
+Quote Post
Mr.John_Doe
post Jun 5 2008, 11:27 PM
Post #35


Newbie


Group: Members
Posts: 15
Joined: 24-August 07
Member No.: 152147
OS: none
Country Flag


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...
Go to the top of the page
 
+Quote Post
jdoman
post Jul 10 2008, 03:24 PM
Post #36





Group: Members
Posts: 1
Joined: 7-July 08
Member No.: 199833
OS: XP Pro x86
Country Flag


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?
Go to the top of the page
 
+Quote Post
download292932
post Jul 2 2009, 08:26 PM
Post #37





Group: Members
Posts: 1
Joined: 2-July 09
Member No.: 249816
OS: none
Country Flag


Where can i get all the required files from, Geez i chose a bad name, Can it be changed to ReCreate?
Go to the top of the page
 
+Quote Post
Tripredacus
post Jul 4 2009, 12:29 AM
Post #38


K-Mart-ian Legend
Group Icon

Group: Super Moderator
Posts: 3125
Joined: 28-April 06
From: Buffalo, NY
Member No.: 94953
OS: Server 2008 x64
Country Flag


QUOTE (download292932 @ Jul 2 2009, 10:26 PM) *
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
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

2 Pages V  < 1 2
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 06:59 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy