x86
May 23 2004, 06:12 PM
Does anyone know of a tool to convert BartPE INF files to a WinPE INF?
Thanks
gamehead200
May 23 2004, 07:16 PM
Next time please ask a super mod or admin to move your post... We don't like double posts!

x86
May 23 2004, 07:24 PM
Sorry, thanks for moving it.
Spawn
May 24 2004, 10:19 AM
I don't mean to answer with a question but,
does anybody know how to integrate an .inf into the winpe build process?
I have converted some Bartpe infs manually but I only know how to integrate the registry build (by putting entries into the winpe inf files such as winpesys.inf used to buld HKLM\System).
What I need to know is how to integrate the file copy process. Right now i am copying the files manually.
x86
May 25 2004, 01:19 PM
Take a look at mkimg.cmd, config.inf and extra.inf, if you need more info let me know.
Spawn
May 26 2004, 01:22 PM
Could you elaborate a little? I know how to use the config.inf to add to the registry. Are you suggesting to add to the extra.inf.(that may cause some problems, or result in a very long extra.inf,
Or do you think the extra.inf could be used as a pinter to other inf files somehow.
I just don't see how.
x86
May 26 2004, 01:43 PM
QUOTE (Spawn @ May 26 2004, 03:22 PM)
Could you elaborate a little? I know how to use the config.inf to add to the registry. Are you suggesting to add to the extra.inf.(that may cause some problems, or result in a very long extra.inf,
Or do you think the extra.inf could be used as a pinter to other inf files somehow.
I just don't see how.
Well I wrote a program to process other inf files and build the results into extra.inf and config.inf then when you go to build the structure and the hives, everything is perfect. Other than doing it that way, i suppose you could just add all that stuff into the extra.inf manually. But, as you said... It would be huge.
As for pointing to external inf files, you can do that in config.inf for the hives.. but i dont know of a method for extra.inf
Spawn
May 26 2004, 10:20 PM
could you post it? it would be a great help. I wrote a vbs script to convert the registry part of bartpe inf files but I was unable to figure out how to integrate the sourcediskfiles sections. If I could look at how you do it... maybe I could figure out the soucedisk files conversion.
anyway I only know a little vb. if its in some other code it may take me longer to figure out how it works, but I think I can do it.
the way I use the config.inf is by making pointers to three inf files that hold the keys for hkcu, hklm/software and hklm/system. i have never used sam and security but I don't think it is any different. the registry sections get sorted and copied to the appropriate file at build time, then mkimg.cmd gets called and you know the rest. I use a batch file process to copy the files for the iso structure since I couldn't figure out how to do it through the inf process.
I use this method to keep stuff separate. like pluggins. makes it so much easier to work with programs. I imagine it must be hell to work with an iso structure directly(I got away from it quick). If something fails there is no easy way to undo the work. thats why I like my method, you just add a line to the batch file to integrate the plugin and if it works great, if it doesn't I can easily modify it or remove it.
we may be on our way to automation here
x86
May 26 2004, 10:25 PM
Sure, let me clean up the code first. btw its in vb, and i doubt you will need to change anything, because its basically a plugin tool for MS winpe.
x86
May 26 2004, 11:56 PM
Actually if you wait a little bit, ill be done with my other program that allows BartPE plugins to work with WinPE.
likuidkewl
Jun 26 2004, 10:46 AM
Has anyone conveted these files over? And do you know where to find the info?
Spawn
Jun 28 2004, 07:25 PM
No
to my knowledge X86 never posted the code anywhere or provided a link to his program or script. He didn't specify how to add to the file copy process ether so... I'm stuck
x86
Jun 29 2004, 10:58 PM
I am basically making an tool to allow various types of plugins to work with winpe and bartpe, before and/or after the build process. Also this tool will allow you to build a custom winpe from your xp cd, basically like bartpe but better

The tool also give you the option of what software to include from the xp cd.
I'm about 90% done, i just have a few UI and registry things to add.
I've already sucessfully used bartpe plugins with winpe, built a nearly full version of xp with nothing other than my tool and a xp cd, and built a mock of bartpe.
If you have any questions, feel free to email.
piro
Jun 30 2004, 01:08 AM
@x86
That's really good news, I always struggled with BartPE to have good language support, but using WinPE, it's just adding your languahe group ID.
Is there a due date for this?
piro
x86
Jun 30 2004, 01:20 AM
Theres not really a due date set, but its only taken me a month to get from 0 to around 90% so i guess you could go off of that.
If anyone has any feature requests, let me know.
piro
Jun 30 2004, 01:42 AM
@x86
QUOTE
its only taken me a month to get from 0 to around 90%
Oh, that's really promising, can't wait.
QUOTE
If anyone has any feature requests, let me know.
Let's first get a clear list of current features
piro
x86
Jun 30 2004, 01:59 AM
Yeah, strike that... If everyone give me features to add, Its just going to take even longer to get a first release.
MAVERICKS CHOICE
Jun 30 2004, 05:03 AM
QUOTE (x86 @ Jun 30 2004, 06:59 PM)
Yeah, strike that... If everyone give me features to add, Its just going to take even longer to get a first release.
I'm sure we all will look forward to your project. I have been following Barts PE from version 3.03 & have gained much knowledge from his work.
x86
Aug 16 2004, 07:23 PM
Just to give you guys an update.
Work has been really crazy around here, so i'm working on it when ever I get some free time. It's gonna take longer, but hey what can I say.
TORCHTA
Oct 13 2004, 02:31 PM
any more updates on this?
twindude
Oct 16 2004, 11:39 AM
@x86
anything new man.....
that would be a great tool to have.......
Spawn
Nov 16 2004, 12:55 PM
it would seem to me that X86 has abandoned this thread.
does anyone else have any information that is relative to this. I would appreciate if someone could explain how to tie into the file copy process through the exra.inf.
Here is what I know,
You can place an aditional entry into the extra.inf [extrafiles] section and it will get processed but, the file has to be in the same directory as the extra.inf and all those files. What I would like to do is to be able to point extra. inf to another directory where the files are located.
I tried placing a winntdirectories section in the extra.inf but it didn't work.
any ideas?
likuidkewl
Nov 16 2004, 02:55 PM
I tried looking into this also, as far as I got was to get it to copy to standard windows folders which were in a sourcedisknames section of another file, i believe it was shell.inf that had a fairly good set, but I have yet to find a way to make it copy files to directories other than those. like %SystemRoot%\programs etc. I too would love to learn more about this.
RobinDX
Mar 23 2005, 04:52 AM
Do anyone know where can download the file mkimg.cmd??
mbouchard
Mar 23 2005, 06:36 AM
This file should be in your WinPE folder in the root of your disc
ChrisBaksa
Mar 28 2005, 07:33 AM
QUOTE (x86 @ May 26 2004, 11:56 PM)
Actually if you wait a little bit, ill be done with my other program that allows BartPE plugins to work with WinPE.
Way Cool.
Is this app done yet?
I'd love to see it.
Chris
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.