Jump to content

likuidkewl

Member
  • Posts

    952
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by likuidkewl

  1. I too stopped coming here gosh, things got boring and as stated all the same questions which were answered before got buried in the past 30-90 days old filing system. I would browse around as a guest and just hang my head and think where are the "good ol' days". Glad to see you are "back" maybe some life will be re-kindled here. I have removed myself from the PE world over the last few years, but who knows maybe it will be interesting again. I think MS "dumbing down" WinPE has removed a bit of its luster...

  2. I know of at least 3 other WinPE Builder apps in the works (including mine). It will all depend on ease of use and plugins.

    Jazkal - Will your builder be for company use only or will it be released into the wild?

  3. It all depends on your application, I would set mine up to run after screen selection via a batch and regsvr32.

    I never liked the winbom.ini option. Just personal.

    Looking for info on this I came across this list of files, that looked eerily familiar.

    Thanks, I'll try that, though I think that the problem is somewhere else -- most probably, in some HIVECLS.INF settings that are missing.

    I tried this and it seemed to work for me, I found an old build with similiar symptoms you are describing and gave it a test shot.

    Below is a snippet of the code I use in my START.bat:

    ~*SNIP*~
    start /wait regsvr32 /s /i browseui.dll
    start /wait regsvr32 /s /i shell32.dll
    start /wait regsvr32 /s /i mshtml.dll
    start /wait regsvr32 /s /i shdocvw.dll
    start /wait regsvr32 /s devmgr.dll
    start /wait regsvr32 /s mlang.dll
    start /wait regsvr32 /s msxml.dll
    start /wait regsvr32 /s mycomput.dll
    start /wait regsvr32 /s mydocs.dll
    ~*SNIP*~

    As you know some of these are not copied by default to %windir%\system32 must be added by batch in the build process.

    HTH

  4. It all depends on your application, I would set mine up to run after screen selection via a batch and regsvr32.

    I never liked the winbom.ini option. Just personal.

    Looking for info on this I came across this list of files, that looked eerily familiar.

    browselc.dll
    fmifs.dll
    browseui.dll
    shdocvw.dll
    shfolder.dll
    mlang.dll
    advpack.dll
    iernonce.dll

    Or

    shell32.dll
    mlang.dll
    browseui.dll
    msxml.dll
    mshtml.dll
    shdocvw.dll
    mycomput.dll
    devmgr.dll
    mydocs.dll

  5. NM about the registry thing you alerady covered it, :)

    Have you registered any extra dll's, if I remember correctly they needed to be registered to work correctly. I can't remeber off hand which ones they are I want to say mycomput.dll, browseui.dll, and shell32.dll

    HTH

  6. We make WinPE image from US version of Windows, and don't need any additional keyboard layouts, non-US fonts etc. But I cannot understand what's going on with "Desktop" and "My Computer" :(

    Thanks anyway! :)

    /Vladimir

    Try copying explorer.exe to %WinDir%, that will fix the icons as for the actual use of virtual folders I got stuck and gave up.

    I can't see your images btw.

    /Edit - I forgot about the reg edit needed I will have to look for it later, I am at work and have no notes sorry.

  7. As some of you may know Kaspersky Antivirus is a leader in signature based detection among antivirus vendors worldwide.

    They have added the ability in Kaspersky AV/IS 6 to have an on-demand only scanner in the Windows PE environment and have made it fairly simple to install and get working. It has caught everything in "PE mode" that I have thrown at it in "Normal mode" granted it is on-demand only and not real-time but who needs realtime in WinPE?

    If anyone would like more information please reply in this thread. I just found this useful to use along with Ewido Micro and Dr web, if need be.

    Amplifying information:

    I have setup and used this from WindowsPE 2004 and NOT 2005 or Vista, so these are currently untested.

    There should be no conflicts though.

  8. I can see that coming with this build, I like the fact that they allowed winpeshl.ini to call more than one program.

    I keep getting an error that all the winpe.wim's have been prepped (/prep) anyone else?

  9. Added

    WinPE 2005: How to create a WinPE RAM Disk

    Download the Windows XP SP2 OPK

    Windows Preinstallation Common Newsgroup Questions

    Removed
    Top Issues May 2003: Using the OEM Preinstallation Kit

    Using the Preinstallation Kit March 2004

    Windows Preinstallation Environment (WinPE) May Cause System to Hang

    10-JAN-06

  10. First off I would recommend reading the opk.chm and winpe.chm, they are extremely useful and pretty much tell you how to add a XPSP2 install to your DVD.

    You also may want to look at the guides provided by MSFN:

    http://unattended.msfn.org/index.htm

    They cover the slipstreaming and unattended installation for both XP and Office.

    1. Create your custom WinPE, with all scripts and UA answer files you need.

    2. Copy XP and Office files to the winpe tempdir

    3. Edit either your startnet.bat or winpeshl.ini to copy/launch your install

    3. Build your pe ISO DVD

    4. Test it in VPC or VMWare

  11. I hate to say this but read the manual, it is included with the OPK. Or use the search function on this forum, change the search setting to show threads older thatn 30 days, and type in "Winpeshl.ini" without quotes and read through the threads, do not rely on others to spoon feed you this information whilst it is readily available online.

    Also, adding Explorer is not supported, if you want to add an explorer type interface, use the A43 file manager from Bart's, or use the 7zip file manager included with 7zip.

  12. If you are using the setupreg.hiv method and it keeps getting reset, do this:

    1.) Build PE to a directory and don't make the ISO

    2.) Navigate to the directory where PE was put

    3.) load the setupreg.hiv from the directory created in step 1

    4.) make your changes to your files and them save them in that dir

    5.) Use oscdimage or cdimage to compile the iso

    This elimiates the rebuilding process of the files and now all you have to do is compile the ISO and not the entire build again. That is the way it is done here.

    HTH

×
×
  • Create New...