wrecklesswun
Sep 15 2004, 07:32 PM
Has anyone succesfully slipstreamed Access (Jet or MDAC) support into PE as well as .net frameork, i've searched but found only people who run using a silent install method...thanx ! Second part is if not, can i use the xp embedded component designer to design these components for pe...since (i think) pe is built from xp embedded...thanx
wrecklesswun
Sep 22 2004, 12:28 PM
Figured it out nevermind
Michael_W
Sep 22 2004, 01:11 PM
It would be really nice to share your findings with us
I've done it in the past and I guess you will make a lot of people happy with the info.
Thanks,
Mike
MrCobra
Sep 23 2004, 10:55 PM
Could it be just as simple as reversing the MSI file, getting the registry info and file locations and then plug everything in to PE?
Wishing and hoping?
candyman
Oct 1 2004, 01:28 AM
QUOTE (MrCobra @ Sep 23 2004, 10:55 PM)
Could it be just as simple as reversing the MSI file, getting the registry info and file locations and then plug everything in to PE?
Wishing and hoping?
I've tried.
Your talking 1000+ Registry Entries.
if I had more time I could finish it off.
EvilNotion
Oct 1 2004, 07:04 AM
If you have Wise Package Studio you can export registry hives from an MSI as .REG files. I also saw a link to a utility somewhere on this board that converted .REG files to .INF files for WinPE.
The combination of those two, plus extracting the files from the installation (which I think you can do with the /a switch, I can't remember)... You may be able to do it with very little effort. The rough part would be figuring out which DLL's you need to register first (unless the DLLs get registered via the registry entries)... it's kind of a crap shoot.
Of course, this all depends on if the MSI follows the standards, which a lot of Microsoft's don't.
The Unicorn
Oct 1 2004, 07:52 AM
Sure, you can do it as EvilNotion said but it is alot easier to just monitor a installation of .net framework. when you have done that you can just take the enteries i HKLM since they were the only ones I needed. In there it will already have all the dll files you need registered. The you must edit the paths in the .inf file. The most importent path is HKLM/software/microsoft/.netframework/InstallRoot and if you dont change it, Pe will say that .net framwork is not installed. This metod however, I have only tried with BartPE and won't be able to help in geting it to work with Micorsoft Windows Pe.
Good luck!
MrCobra
Oct 1 2004, 08:20 AM
EvilNotion
Oct 1 2004, 08:43 AM
MrCobra: Not everyone uses BartPE

BTW, does anyone know what utility I'm talking about in my above post? I've just spent the past hour searching for it and can't find it.. yet I found it the other night and downloaded it at home. Now I'm at work and I need it
taitt2
Oct 22 2004, 04:38 PM
Has anyone translated this to Winpe from Barts pe?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.