chantszhim Posted January 20, 2010 Share Posted January 20, 2010 (edited) What files and registry keys are required for WinPE 3.0 to show File Copy/Move Progress Bar and File Overwite Confirmation Dialog when copying or moving files? Edited January 20, 2010 by chantszhim Link to comment Share on other sites More sharing options...
cluberti Posted January 20, 2010 Share Posted January 20, 2010 Since WinPE doesn't have a file explorer, and those dialogs are part of explorer, there aren't any unless you've managed to hack explorer.exe onto a PE image. Link to comment Share on other sites More sharing options...
chantszhim Posted January 20, 2010 Author Share Posted January 20, 2010 Since WinPE doesn't have a file explorer, and those dialogs are part of explorer, there aren't any unless you've managed to hack explorer.exe onto a PE image.I am now using CubicExplorer in my WinPE, are there any other Windows Explorer replacements which come with these dialogs and support Shell Extension on the right click menu? Link to comment Share on other sites More sharing options...
chantszhim Posted March 9, 2010 Author Share Posted March 9, 2010 (edited) Since WinPE doesn't have a file explorer, and those dialogs are part of explorer, there aren't any unless you've managed to hack explorer.exe onto a PE image.Solved by copying shellstyle.dll, explorerframe.dll and their related mui files to System32. Not related to Windows Explorer. Edited March 9, 2010 by chantszhim Link to comment Share on other sites More sharing options...
cluberti Posted March 9, 2010 Share Posted March 9, 2010 Yes, those ARE called by explorer.exe when you right-click. Seems that the 3rd party explorer loads explorerframe.dll properly, which in turn will load shellstyle.dll and host the desktop style (classic, I'd guess) and the MUI files for it. Good catch, but explorerframe.dll does exactly what it sounds like it does, but your shell replacement obviously is coded to allow use of these binaries. Good find, but still explorer-related. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now