Topic: Win10XPE Project General Discussions  (Read 107272 times)

Re: Win10XPE Project General Discussions
« Reply #1320 on: December 14, 2019, 02:21:30 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
Joy To The World Had A Hidden Meaning.....

Media Transfer Protocol Support

Figured Out What Was Missing In XPE To Get The Support....
Driver Reg....


very nice from you  :thumbsup: :thumbsup: :bravo: ( I’ve been bothering my head for months about this ..)
 
« Last Edit: December 22, 2019, 06:37:25 PM by cretino »

Re: Win10XPE Project General Discussions
« Reply #1321 on: December 14, 2019, 02:27:45 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
So - I can assume MPT Support Now Working ????


Re: Win10XPE Project General Discussions
« Reply #1322 on: December 14, 2019, 02:37:23 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
So - I can assume MPT Support Now Working ????

for me yes love it ...  thank you  (tested also with the other phone & ok )

edit

i will see if ican do the same thing with rnds ... (http://theoven.org/index.php?topic=2390.msg34916#msg34916)
« Last Edit: December 14, 2019, 02:47:41 PM by cretino »

Re: Win10XPE Project General Discussions
« Reply #1323 on: December 14, 2019, 02:50:40 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Quote
i will see if  ican do the same thing with rnds

Just a matter where to add it , as part of network or MPT support ???

currently test as part of network... Where you think better ???

Code: [Select]
[Variables]
RegAddDriver=Run,%ScriptFile%,MRegAddDriver

[RemoteNetwork_RNDIS]
//- The Remote Network Driver Interface Specification (RNDIS) is a Microsoft proprietary protocol used mostly on top of USB.
//- It provides a virtual Ethernet link to most versions of the Windows, Linux, and FreeBSD operating systems.
//--
ExtractSectionFiles,%ScriptFile%,RemoteNetwork_RNDIS_AddFiles

Run,%ScriptFile%,Driver_Registry
RegCopyKey,HKLM,Tmp_System\ControlSet001\Services\WINUSB

[RemoteNetwork_RNDIS_AddFiles]
\Windows\INF\netrndis.inf
\Windows\INF\rndiscmp.inf
\Windows\INF\wceisvista.inf
\Windows\INF\winusb.inf
\Windows\System32\winusb.dll
\Windows\System32\DriverStore\??-??\netrndis.inf*
\Windows\System32\DriverStore\??-??\rndiscmp.inf*
\Windows\System32\DriverStore\??-??\winusb.inf*
\Windows\System32\DriverStore\??-??\wceisvista.inf*
\Windows\System32\drivers\RNDISMP.sys
\Windows\System32\drivers\usb8023.sys
\Windows\System32\drivers\winusb.sys
\Windows\System32\DriverStore\FileRepository\netrndis.inf*
\Windows\System32\DriverStore\FileRepository\rndiscmp.inf*
\Windows\System32\DriverStore\FileRepository\winusb.inf*
\Windows\System32\DriverStore\FileRepository\wceisvista.inf*
\Windows\System32\catroot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package*

[Driver_Registry]
RegAddDriver,netrndis.inf
RegAddDriver,rndiscmp.inf
RegAddDriver,wceisvista.inf
RegAddDriver,winusb.inf

[MRegAddDriver]
Echo,"Register #1 Driver..."
RegCopyKey,HKLM,Tmp_System\DriverDatabase\DriverInfFiles,"#1"
RegCopyKey,HKLM,Tmp_System\DriverDatabase\DriverPackages,"#1*"
RegCopyKey,HKLM,Tmp_Drivers\DriverDatabase\DriverInfFiles,"#1"
RegCopyKey,HKLM,Tmp_Drivers\DriverDatabase\DriverPackages,"#1*"

« Last Edit: December 14, 2019, 02:55:22 PM by James »

Re: Win10XPE Project General Discussions
« Reply #1324 on: December 14, 2019, 02:55:18 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
 very fast wawww

i was to ask you about this
Code: [Select]
[Variables]
....
RegAddDriver=Run,%ScriptFile%,MRegAddDriver

[Driver_Registry]
RegAddDriver,winusb.inf

[MRegAddDriver]
If,-#1,Equal,-,EchoExtended,"Error: RegAddDriver - Missing Parameter: Driver File Name ",Warn,,MessageError,,Halt
Echo,"Register #1 Driver..."
RegCopyKey,HKLM,Tmp_System\DriverDatabase\DriverInfFiles,"#1"
RegCopyKey,HKLM,Tmp_System\DriverDatabase\DriverPackages,"#1*"
RegCopyKey,HKLM,Tmp_Drivers\DriverDatabase\DriverInfFiles,"#1"
RegCopyKey,HKLM,Tmp_Drivers\DriverDatabase\DriverPackages,"#1*"


will test it now ...

Re: Win10XPE Project General Discussions
« Reply #1325 on: December 14, 2019, 02:57:27 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Just a matter where to add it , as part of network or MPT support ???

I'm currently testing as part of network... Where you think better ???
« Last Edit: December 14, 2019, 02:57:49 PM by James »

Re: Win10XPE Project General Discussions
« Reply #1326 on: December 14, 2019, 03:06:50 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
Quote
Just a matter where to add it , as part of network or MPT support ???

I'm currently testing as part of network... Where you think better ???

im testing with mpt support , but it's better if its part of network .

Re: Win10XPE Project General Discussions
« Reply #1327 on: December 14, 2019, 03:24:28 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Network Additions......
Is where I currently have it - as part of Future Project Release....

Re: Win10XPE Project General Discussions
« Reply #1328 on: December 14, 2019, 03:39:36 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi james
mmm missed same thing  ...
« Last Edit: December 22, 2019, 07:39:13 PM by cretino »

Re: Win10XPE Project General Discussions
« Reply #1329 on: December 14, 2019, 03:42:17 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
try with Network Additions - without Full Software...
Then try with Network Additions with Full Software...

And thank you for the feedback and testing it really does help progress things..

Re: Win10XPE Project General Discussions
« Reply #1330 on: December 14, 2019, 04:27:08 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi James
Quote
try with Network Additions - without Full Software...
Then try with Network Additions with Full Software...

ssame thing ...  :confused:
but i notised  that with "wpd file system driver " the usb key now showing in mobile devices  :grin:

Re: Win10XPE Project General Discussions
« Reply #1331 on: December 15, 2019, 06:52:25 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Testing Update 2019.12.15
Media Transfer Protocol Support
Printer Support

Thanks To Those Who Choose To Provide Feedback....

Slore, Thanks For All Your Work, which was priceless...

Cretino, see if this helps with your driver issue - else right click driver and lets me know why the X

APT, see if this loads PrintQueue faster

Oscar, it was the thought that counts..

Edit:
Note - Test with "Full Software Hive" and "Network Additions" to achieve best results


« Last Edit: December 15, 2019, 07:22:11 PM by James »

Re: Win10XPE Project General Discussions
« Reply #1332 on: December 15, 2019, 10:33:58 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi James

Quote
APT, see if this loads PrintQueue faster
seems about the same to me, but thanks for all your work
also as Oscar was saying in a way
'print to pdf' should be allowing you to save a pdf, not a .prn (in some circumstances you cannot just do a rename)
but is allowing me to add a working third party printer with no problems (apart from the long initialisation wait for any added device)


ila_rendered
« Last Edit: December 15, 2019, 10:48:43 PM by APT »

Re: Win10XPE Project General Discussions
« Reply #1333 on: December 16, 2019, 12:22:32 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
with Full Software and both MPT & Printer Support - 2 minutes..

ila_rendered  ila_rendered

DsmSvc - service downloads realistic icons and device updates
« Last Edit: December 16, 2019, 12:25:16 AM by James »

Re: Win10XPE Project General Discussions
« Reply #1334 on: December 16, 2019, 12:27:55 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
with Full Software and both MPT (media transfer protocol?)  & Printer Support after 2 minutes seaching  Devices and Printers dialog stops with cero devices found.

According to Device Manager Microsoft Print to  PDF and XPS Document Writer cannot be installed because "Windows found drivers for your device but an error occurred during the installation: The driver cannot be installed because it is either not digitially signed or not signed in the appropriate manner".
I have not a true printer attached.
 

Re: Win10XPE Project General Discussions
« Reply #1335 on: December 16, 2019, 12:57:20 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Not sure what a cero device is...
Printqueue.inf is what seems to be required to load PDF and XPS printer driver
And from what I can tell by exporting Host drivers..
Prnms001.Inf for XPS & Prnms009.Inf for PDF > both of which are included in \Windows\System32\spool\tools\

So question > you referred another to index as working before - has that changed for you since latest update ?
As files did not change - I just preloaded drivers with drvload.exe

Re: Win10XPE Project General Discussions
« Reply #1336 on: December 16, 2019, 01:04:50 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Although, I had no interest in Printer Support...
It kind of became a mission to support, because the proof of concept was there...
At this point, after other comments, I will leave future Printer Support up to the public...

Re: Win10XPE Project General Discussions
« Reply #1337 on: December 16, 2019, 01:12:28 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
My only other suggestion would be to test support for one, without the other...

Re: Win10XPE Project General Discussions
« Reply #1338 on: December 16, 2019, 01:19:20 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
thinking about it for a second...
what I Do Not have on my test PC > is a modem....
Which would seem to relate to Fax Printer...

Which for me during my testing > the Fax Printer is the last device to pop up...
« Last Edit: December 16, 2019, 01:51:45 PM by James »

Re: Win10XPE Project General Discussions
« Reply #1339 on: December 16, 2019, 01:25:45 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi

Quote
Not sure what a cero device is...

I believe it was probably meant to read 'zero devices found'
Quote
Which would seem to relate to Fax Printer...
installed with prnms002.inf - which I thought was totally obsolete but was just reading it's having a comebck !
« Last Edit: December 16, 2019, 01:38:17 PM by APT »

 

Powered by EzPortal