Topic: Win10XPE Project General Discussions  (Read 107250 times)

Re: Win10XPE Project General Discussions
« Reply #700 on: February 19, 2019, 03:34:38 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Please test 003 on x86 with
Code: [Select]
//ExtractSectionFiles,%ScriptFile%,AddFilesMUI
Unmarked

Else it is caused by an additional file I added
« Last Edit: February 19, 2019, 03:35:31 PM by James »

Re: Win10XPE Project General Discussions
« Reply #701 on: February 19, 2019, 03:41:17 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
I have found it, this is the missing file:
\Windows\System32\gnsdk_fp.dll

 :smile:


Re: Win10XPE Project General Discussions
« Reply #702 on: February 19, 2019, 04:18:33 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Thank You..
Fixed on my end..
MS Windows Media Player

Re: Win10XPE Project General Discussions
« Reply #703 on: February 20, 2019, 12:27:21 AM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi James
Thank You..
Fixed on my end..
MS Windows Media Player
tested & work  :thumbsup:
Code: [Select]
http://imgbox.com/fPFYzY3E

Re: Win10XPE Project General Discussions
« Reply #704 on: February 20, 2019, 10:24:36 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Now one could use same [AddFiles] in PESE [FileList]

Re: Win10XPE Project General Discussions
« Reply #705 on: February 20, 2019, 10:47:49 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
PESE [FileList]
Default name is [Require_FileList]
 :wink:

Re: Win10XPE Project General Discussions
« Reply #706 on: February 20, 2019, 11:30:33 PM »

mbstech

  • Jr. Chef
  • **
  • Date Registered: Nov 2018
  • Posts: 27
I wanted to bring up 2 issues that I have encountered recently.

In the build core section, under additional options, if you choose to change the computer name, there is a definite limit to the name length, not sure what it is, but if you use a name too long, your PE will crash upon boot saying that a "Critical Process Died" (took me quite a while of troubleshooting to figure that out, I thought it was a plugin causing it). See screenshot:

ila_rendered

I am not sure what that limit is, or if it is fixable.

The second issue I have is with DiskGenius (and randomly other apps doing the same thing) during the build process, it always fails for this error:

(Genius_XPE.Script) DirCopy - Failed to copy directory [%BaseDir%\Temp\Disk Genius_x64\Disk Genius_x64\dos] to: [%BaseDir%\ISO\Programs\Disk Genius_x64]: Unknown error

What unknown error is causing this?  This app is built into the project now, not a standalone plugin.

Thanks in advance.

James, I will work on those changes to my GImageX script later this week hopefully.
« Last Edit: February 20, 2019, 11:31:43 PM by mbstech »

Re: Win10XPE Project General Discussions
« Reply #707 on: February 21, 2019, 01:13:34 AM »

sandy

  • Jr. Chef
  • **
  • Date Registered: Oct 2018
  • Posts: 49
15 characters is the max name length

Re: Win10XPE Project General Discussions
« Reply #708 on: February 21, 2019, 10:59:24 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Quote
(Genius_XPE.Script) DirCopy - Failed to copy directory [%BaseDir%\Temp\Disk Genius_x64\Disk Genius_x64\dos] to: [%BaseDir%\ISO\Programs\Disk Genius_x64]: Unknown error

After Getting Error Message:
Verify Exists Directory > "\Win10XPE\Temp\Disk Genius_x64\Disk Genius_x64\dos"
Verify Exists Directory > "\Win10XPE\ISO\Programs\Disk Genius_x64"


Re: Win10XPE Project General Discussions
« Reply #709 on: February 21, 2019, 11:43:07 AM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
15 characters is the max name length
Yes and the computer name cannot contain the following characters \ / : * ? " < > |
I added a Section to take only the first 15 chars and replace the special characters
With a Warning in the Log if the input Computer Name is changed
Thanks for repporting  :thumbsup:

* CoreOptions.Script (11.95 kB - downloaded 50 times.) to be copied into \Projects\Win10XPE\Features folder


Re: Win10XPE Project General Discussions
« Reply #710 on: February 21, 2019, 11:49:23 AM »

APT

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

re Genius_XPE.Script
Quote
This app is built into the project now, not a standalone plugin.
are you sure?

anyway, just tested DiskGenius Ver 510653 with latest XPE and get no build errors
using link --> Disk Genius
« Last Edit: February 21, 2019, 03:00:16 PM by APT »

Re: Win10XPE Project General Discussions
« Reply #711 on: February 21, 2019, 01:26:42 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
15 characters is the max name length

Yes and the computer name cannot contain the following characters \ / : * ? " < > |

Thanks for info sandy ChrisR,
Pure Luck on my side, I was working on the relevant plugin.  :magic:

Here is my feedback:

15 char Limitation only valid for
ComputerName\ComputerName,ComputerName
ComputerName\ActiveComputerName,ComputerName
( I did not test separately )

I only made 15 characters and Special characters limitations to only these 2 values on my side.
...

:turtle:

Re: Win10XPE Project General Discussions
« Reply #712 on: February 24, 2019, 11:38:48 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Updated StartIsBack++ 2.8.2 23 February 2019

Re: Win10XPE Project General Discussions
« Reply #713 on: February 24, 2019, 02:13:15 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@james

Not sure this was reported.

Regarding Beyond compare. The latest version for some reason does not work. BCompare-4.2.9.23626.exe It gives extract errors.

Re: Win10XPE Project General Discussions
« Reply #714 on: February 24, 2019, 04:30:11 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
ila_rendered

You have to edit (so using same reference "BCompare-4.2.9.23626.exe" in both Main XPEPlugin and XPE Container File
« Last Edit: February 24, 2019, 04:31:12 PM by James »

Re: Win10XPE Project General Discussions
« Reply #715 on: February 24, 2019, 04:35:31 PM »

APT

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

As James says, but also do it from the current plugin
http://theoven.org/index.php?topic=2607.msg28660#msg28660
not from an earlier one, which would still give extraction errors
regards APT

Re: Win10XPE Project General Discussions
« Reply #716 on: February 24, 2019, 04:58:16 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Thanks. Did not think if that.

Re: Win10XPE Project General Discussions
« Reply #717 on: February 24, 2019, 05:10:18 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Hi Bigbadmoshe

As James says, but also do it from the current plugin
http://theoven.org/index.php?topic=2607.msg28660#msg28660
not from an earlier one, which would still give extraction errors
regards APT
Thanks. Did not think if that.

I uploaded a Better Way to address issue - Now will just need to update XPEPlugin %SetupURL% Download link
- As the New AutoUpdate Container File will import the XPEPlugin Variables
Download both attachments Beyond Compare-4
Consider it a Test Rollout
« Last Edit: February 24, 2019, 05:16:49 PM by James »

Re: Win10XPE Project General Discussions
« Reply #718 on: February 24, 2019, 05:52:06 PM »

APT

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

thanks for the continuing development, of this plugin
working in PESE, but gives error in PEB
Code: [Select]
[Error] Error - Invalid optional argument or flag [] (If,ExistFile,%MainPlugin%,AddVariables,%MainPlugin%,Variables,"") (Line 27)

Re: Win10XPE Project General Discussions
« Reply #719 on: February 24, 2019, 05:56:35 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
In Container File - This seems to work Too
Code: [Select]
If,ExistFile,%MainPlugin%,AddVariables,%MainPlugin%,Variables
« Last Edit: February 24, 2019, 06:01:23 PM by James »

 

Powered by EzPortal