Topic: Win10XPE Project General Discussions  (Read 107255 times)

Re: Win10XPE Project General Discussions
« Reply #640 on: February 08, 2019, 08:46:07 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Are You Using Writable Media (USB Stick) ??
As You are Using Build To USB which has to be writable media

From what I can seem to tell the programs are unable to write...

Re: Win10XPE Project General Discussions
« Reply #641 on: February 08, 2019, 08:47:03 PM »

mbstech

  • Jr. Chef
  • **
  • Date Registered: Nov 2018
  • Posts: 27
No sir, old school burn ISO to DVD.

Re: Win10XPE Project General Discussions
« Reply #642 on: February 08, 2019, 08:49:03 PM »

mbstech

  • Jr. Chef
  • **
  • Date Registered: Nov 2018
  • Posts: 27
For Wincontig Verify If Exist
\WinContig\Lang\WinContig_EN-US.lng

I will reply to others in a bit...

It is "\WinContig_x64\Lang\WinContig_EN-US.lng"

Re: Win10XPE Project General Discussions
« Reply #643 on: February 08, 2019, 08:54:52 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
No sir, old school burn ISO to DVD.

Use Writable media...
Or Select :Run ALL Programs From RAM" on Build Core - If Using CD/DVD

Re: Win10XPE Project General Discussions
« Reply #644 on: February 08, 2019, 09:07:03 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
WinContig is JohnC's XPEPlugin

Sorry I Can Not Update His XPEPlugin Post..

So we end up with this sort of thing in forum posts...

But You Can Try My Edited Version
« Last Edit: February 10, 2019, 01:22:50 PM by James »

Re: Win10XPE Project General Discussions
« Reply #645 on: February 08, 2019, 09:14:12 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi
Re Macrorit Partition Extender
Quote
From what I can seem to tell the programs are unable to write...

maybe, I get a similar message with Run from USB, but fine from RAM (in a VM)

Re: Win10XPE Project General Discussions
« Reply #646 on: February 08, 2019, 09:30:11 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
The program is a Portable Edition

So if not due to lack of writable media - then internal to program.exe

As no such folder(s) or file present in zip file as reported by error message..

Re: Win10XPE Project General Discussions
« Reply #647 on: February 08, 2019, 10:10:26 PM »

mbstech

  • Jr. Chef
  • **
  • Date Registered: Nov 2018
  • Posts: 27
James,

You were correct, it was a write permissions issue.  I set all 3 programs to run from RAM and they all 3 launch fine now.

Thanks for the help.


Re: Win10XPE Project General Discussions
« Reply #648 on: February 09, 2019, 12:10:34 AM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi mbstech
you can use it with Run from USB ( I also use dvd  :wink: ) , to around the problem of write permissions issue you can make something like this:
Code: [Select]
https://www.mediafire.com/file/8kaxiabk4omftb1/WinContig.7z/file
personally I prefer winrar ...
but you can follow bob.omb with FX Constructor 4.5 (http://theoven.org/index.php?topic=2494.0)


Re: Win10XPE Project General Discussions
« Reply #649 on: February 09, 2019, 12:34:55 AM »

APT

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

Also in a plugin like Macrorit Partition Extender O&O RegEditor, if you remove or rem out the lines
Code: [Select]
ExtractSectionFiles,%ScriptFile%,AddFiles
If,%Architecture%,Equal,x64,ExtractSectionFiles,%ScriptFile%,AddFiles6432
and example lines
Code: [Select]
[AddFiles]
\Windows\System32\xxx.dll
\Windows\System32\??-??\xxx.dll.mui

[AddFiles6432]
\Windows\SysWOW64\xxx.dll
\Windows\SysWOW64\??-??\xxx.dll.mui
it decreases the plugin build times dramatically for a small plugin, in this case for me
from 32secs - to 1 sec

Note: obviously, that is assuming they haven't had any additional files, added to those sections
« Last Edit: February 09, 2019, 01:13:16 AM by APT »

Re: Win10XPE Project General Discussions
« Reply #650 on: February 09, 2019, 12:58:36 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
APT,
what script you testing ???

As that is not the case for either "Macrorit" XPEPlugin I have uploaded

Re: Win10XPE Project General Discussions
« Reply #651 on: February 09, 2019, 01:00:31 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
The Issue with WinContig was the use of > ProgramFolder_x64

Re: Win10XPE Project General Discussions
« Reply #652 on: February 09, 2019, 01:12:06 AM »

APT

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

your right I quoted wrong plugin, i was testing with O&O RegEditor
http://theoven.org/index.php?topic=2607.msg31131#msg31131

but have found the same speed increase with other plugins, that dont require those sections to run

Re: Win10XPE Project General Discussions
« Reply #653 on: February 09, 2019, 01:15:13 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Dang, I usually Remove or mark out those...
But, I did not...

O&O Registry Editor - Fixed
« Last Edit: February 09, 2019, 01:22:53 AM by James »

Re: Win10XPE Project General Discussions
« Reply #654 on: February 09, 2019, 01:48:36 AM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi all
another utility tested from nikzzzz...

Bypass Windows Password
Code: [Select]
http://imgbox.com/pxyExZsZ
http://imgbox.com/UjutCvnE
*****
https://usbtor.ru/viewtopic.php?t=1395

Re: Win10XPE Project General Discussions
« Reply #655 on: February 09, 2019, 08:55:27 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
hi all
another utility tested from nikzzzz...

Bypass Windows Password
Code: [Select]
http://imgbox.com/pxyExZsZ
http://imgbox.com/UjutCvnE
*****
https://usbtor.ru/viewtopic.php?t=1395

The one james posted works amazing. have you seen this to work better?

Re: Win10XPE Project General Discussions
« Reply #656 on: February 09, 2019, 08:57:11 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Hi All

Also in a plugin like Macrorit Partition Extender O&O RegEditor, if you remove or rem out the lines
Code: [Select]
ExtractSectionFiles,%ScriptFile%,AddFiles
If,%Architecture%,Equal,x64,ExtractSectionFiles,%ScriptFile%,AddFiles6432
and example lines
Code: [Select]
[AddFiles]
\Windows\System32\xxx.dll
\Windows\System32\??-??\xxx.dll.mui

[AddFiles6432]
\Windows\SysWOW64\xxx.dll
\Windows\SysWOW64\??-??\xxx.dll.mui
it decreases the plugin build times dramatically for a small plugin, in this case for me
from 32secs - to 1 sec

Note: obviously, that is assuming they haven't had any additional files, added to those sections

Going to give this a try. thanks

Re: Win10XPE Project General Discussions
« Reply #657 on: February 09, 2019, 10:46:19 PM »

APT

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

Quote
Going to give this a try. thanks

or just use James updated one http://theoven.org/index.php?topic=2488.msg31502#msg31502

Re: Win10XPE Project General Discussions
« Reply #658 on: February 10, 2019, 10:18:45 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Win10XPE XPEPlugin Creator(s) Updated - 2019.02.10 - v6
The Basic Template > Now includes option to encode empty container file - via SetupFile URL Link
The AutoUpdate Template > Now includes AutoBackup Feature
The Provide File Process has been reworked slightly - with option added to use provided file or container file

XPEPlugin Creator(s)

Re: Win10XPE Project General Discussions
« Reply #659 on: February 10, 2019, 10:43:51 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Hi Bigbadmoshe

Quote
Going to give this a try. thanks

or just use James updated one http://theoven.org/index.php?topic=2488.msg31502#msg31502

Was referring to removing add files part.

 

Powered by EzPortal