Topic: Win10XPE Project  (Read 141388 times)

Re: Win10XPE Project
« Reply #560 on: April 29, 2019, 12:37:57 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
you need to use UPP Dump with all editions selected
not just the PRO version

As mrxsmb10.sys is extracted from the Core (Home) Edition Wim Index
Due to the fact that mrxsmb10.sys is not a compressed file in the Core Edition, but is compressed in the other Editions

Did the trick thanks.

Re: Win10XPE Project
« Reply #561 on: May 06, 2019, 05:24:37 PM »

Scummy

  • Apprentice
  • *
  • Date Registered: May 2019
  • Posts: 1
So... my anti-virus is detecting trojan viruses in the XPE download...

Re: Win10XPE Project
« Reply #562 on: May 06, 2019, 05:35:49 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
So... my anti-virus is detecting trojan viruses in the XPE download...
read - http://theoven.org/index.php?topic=2710.0

Re: Win10XPE Project
« Reply #563 on: May 06, 2019, 05:43:04 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Disable your AV on the download (or allow an exception)
You will also have to allow an exception on the Base Folder to allow the program .exe's to run without being blocked by AV

Re: Win10XPE Project
« Reply #564 on: May 15, 2019, 02:13:47 PM »

DangerZone

  • Apprentice
  • *
  • Location: USA
  • Date Registered: May 2019
  • Posts: 2
I am extremely happy to have found this forum, especially regarding the customized WinPE. I tried searching the thread, and didn't seem to find anything regarding it. But is their either a way to include the Windows built-in backup, or is there a 3rd party backup that will support creating .WIM as the backup extension? I haven't tried all the backup options listed, but I am going to make another disc with all the options selected. I booted up the initial disc only to realize I hadn't selected any backup options  :huh:

Re: Win10XPE Project
« Reply #565 on: May 15, 2019, 02:31:29 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
I am extremely happy to have found this forum, especially regarding the customized WinPE. I tried searching the thread, and didn't seem to find anything regarding it. But is their either a way to include the Windows built-in backup, or is there a 3rd party backup that will support creating .WIM as the backup extension? I haven't tried all the backup options listed, but I am going to make another disc with all the options selected. I booted up the initial disc only to realize I hadn't selected any backup options  :huh:


DISM++ is the tool to use. there are others but i find it to be the best.

Re: Win10XPE Project
« Reply #566 on: May 15, 2019, 03:02:30 PM »

DangerZone

  • Apprentice
  • *
  • Location: USA
  • Date Registered: May 2019
  • Posts: 2
Thank you! I re-did an image with all the options, so I'll go ahead and check that out.

Re: Win10XPE Project
« Reply #567 on: June 20, 2019, 11:52:15 PM »

dfirpd

  • Apprentice
  • *
  • Date Registered: Jun 2019
  • Posts: 8
Reply #59 I added glu32.dll and opengl32.dll to \Custom\x64\AdditionalFiles\Windows\System32 in hiopes they would end up on X:/Windows/System32 but they do no appear to be here.  Is there an option I have to use in WinBuilder to copy the AdditionalFiles?  Is this option in conjuction with the "Use this ListFiles" option?

Re: Win10XPE Project
« Reply #568 on: June 21, 2019, 09:01:19 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
on build core 'Enable' the > "Add Your Custom Folder"

You could also add the needed file to be extracted by the App's script
or you could use "Additions" to extract the file...

What App is pulling the error of those missing files??

Re: Win10XPE Project
« Reply #569 on: June 21, 2019, 04:31:57 PM »

dfirpd

  • Apprentice
  • *
  • Date Registered: Jun 2019
  • Posts: 8
Ophcrack portable http://ophcrack.sourceforge.net/download.php

Requested those 2 dlls once I added them by manually moving from a flash drive it loaded in win10xpe. 

Re: Win10XPE Project
« Reply #570 on: June 22, 2019, 02:28:25 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Try this - not need to manually copy any files

« Last Edit: June 24, 2019, 02:11:49 PM by James, Reason: attachment removed »

Re: Win10XPE Project
« Reply #571 on: June 24, 2019, 01:42:13 PM »

dfirpd

  • Apprentice
  • *
  • Date Registered: Jun 2019
  • Posts: 8
Thank you I tried building after adding this script and receive a failed to find section [PluginSetx64]

Re: Win10XPE Project
« Reply #572 on: June 24, 2019, 02:08:46 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Edit Script and delete Line 45

or Markout line 45
Code: [Select]
//If,%Architecture%,Equal,x64,Run,%ScriptFile%,PluginSetx64

As by the nature of the Apps name the App is not allowed here...
And prior attachment was removed......


« Last Edit: June 24, 2019, 02:13:23 PM by James »

Re: Win10XPE Project
« Reply #573 on: June 24, 2019, 02:33:30 PM »

dfirpd

  • Apprentice
  • *
  • Date Registered: Jun 2019
  • Posts: 8
Thank you its working great  :thumbsup:

Re: Win10XPE Project
« Reply #574 on: July 05, 2019, 11:42:27 PM »

texervn

  • Jr. Chef
  • **
  • Date Registered: Jul 2019
  • Posts: 46
Is there any way to assign %Architecture% (or %HostOSArch%) by using the source install.wim file?
The purpose is that we can build x64 and x86 xpe on a same host (x64) pc.


Thanks.

PS: I can change these manually by modifying script.project.

Re: Win10XPE Project
« Reply #575 on: July 05, 2019, 11:46:53 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Quote
Is there any way to assign %Architecture%

Yes, Build Core > Build Options > enable "Use Arch in Target and ISO Folder Names"

HostOSArch depends on Host OS Arch...
Default is x86 - else for testing > you must edit script.project
« Last Edit: July 05, 2019, 11:49:54 PM by James »

Re: Win10XPE Project
« Reply #576 on: July 05, 2019, 11:52:31 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
You may notice that the XPE Project
Has been Pretty Well Thought Out...

Re: Win10XPE Project
« Reply #577 on: July 06, 2019, 12:32:55 AM »

texervn

  • Jr. Chef
  • **
  • Date Registered: Jul 2019
  • Posts: 46
Yes, Build Core > Build Options > enable "Use Arch in Target and ISO Folder Names"

Thanks James. I got it.

Re: Win10XPE Project
« Reply #578 on: July 15, 2019, 02:07:56 AM »

biatche

  • Jr. Chef
  • **
  • Date Registered: Jun 2013
  • Posts: 57
wow so many changes since my last update. (win10pese)

1. how do I download the latest packages now? under download center, 'download list of web servers' with the default updates.boot-land.net doesn't seem to populate any list
2. whats the recommended method of setting up network now? there was a while long ago where penetwork had issues. i had to write my own script
3. what are the involved startup scripts now?
4. what are the major changes between win10pese and win10xpe? layout seems so different now im rather confused.
5. I used to have myplugin direct, i dont see a folder of such anymore, can i just copy my old custom plugin over?
6. if you want to have your own registry customizations added, where would you add them to now?

* ok just noticed some answers are in the pdf
« Last Edit: July 15, 2019, 10:11:56 AM by biatche »

Re: Win10XPE Project
« Reply #579 on: July 19, 2019, 12:26:20 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Hello to All
I had some free time lately and I prepared an update of the base package in addition to James changes :thumbsup:

Win10XPE_2019-07-19 update

wimlib: update v1.13.1
innounp: update v0.49
StartIsBack++: update v2.8.7
Rufus: update v3.6
Build Core: new Options in Additional Options Tab, Turn Off the Default DPI Scaling. On High Resolution Displays, Turn DPI Scaling Off To Increase Icon and Application Size
NET Framework: Additional File Support For 10.0.18632
Msi: Additional File Support
VCRuntime: Additional File Support
Core Options: Update JFX's DrvInstPatch v1.0.3.
Admin: Add WindowManagement
Network: Add Network and Sharing Center
WoW64 basic: Additional File Support
PowerShell Core-6: Update Link to v6.2.1
Remote Desktop: fix Shortcut Icon for Windows 10 1903 (mstsc.exe.mun)
Q-Dir: update v7.6.7
AOMEI Backupper: update v5.0.0
AOMEI Partition Assistant: update v8.3.0
Macrium Reflect Free: update v7.2.4325
CPU-Z: update v1.89
HWinfo: update v6.08
WizTree: update v3.29
IrfanView: update v4.53
VLC Media Player: Update Link to 3.0.7.1
AnyDesk: update v5.2.2
Google Chrome: update v75.0.3770.142
Beyond Compare 4: (New) Multi Languages Update and Shell Context Menu added
Windows Login Unlocker: update v1.5.0.5977
Autoruns: update v13.96
Process Monitor: update v3.52
Custom Theme: Update JFX's UXPatch v1.03
Nvidia GeForce: Update JFX's DrvInstPatch v1.03
Volume Shadow Service: Patch VSS files. Volume Shadow Service (VSS) is a set of COM interfaces that implements a framework to allow volume backups to be performed while applications on a system continue to write to the volumes.
Create ISO: Add Options, hidden behind a tiny Show/Hide Advanced Options Buttons
   Create Boot.Wim Only without ISO Creation
   Do not Create CDUsb.y with Run ALL Programs From RAM selected for AIOBoot

I leave you the hand, good holiday  :surfing:  :easy_life:

 

Powered by EzPortal