Topic: Win10XPE Project General Discussions  (Read 107255 times)

Re: Win10XPE Project General Discussions
« Reply #660 on: February 10, 2019, 11:32:26 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
 :confused:
Quote
Was referring to removing add files part.
so was I  :smile: the updated version had those lines removed  :thumbsup:
« Last Edit: February 10, 2019, 11:35:55 PM by APT »

Re: Win10XPE Project General Discussions
« Reply #661 on: February 11, 2019, 05:11:30 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
:confused:
Quote
Was referring to removing add files part.
so was I  :smile: the updated version had those lines removed  :thumbsup:

I did it again. Not writing clearly.

I meant for all add-ons.
« Last Edit: February 11, 2019, 05:12:14 AM by Bigbadmoshe »

Re: Win10XPE Project General Discussions
« Reply #662 on: February 11, 2019, 05:12:57 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Thanks @James for update.

Re: Win10XPE Project General Discussions
« Reply #663 on: February 11, 2019, 01:02:34 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)

Small Fix for Batch Templates - 2018.10.11 - still v6

Re: Win10XPE Project General Discussions
« Reply #664 on: February 11, 2019, 02:17:14 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
I have tried to make the code very simple to follow in XPEPlugins for New Users and have included pretty much all the code I use to make a reliable XPEPlugin..
Since not every XPEPlugin is the same and each may have different requirements - some of that code to run the process is marked out (//) by default..
There are also some processes that are active by default and if that process is not used then the code to run it to should be marked out (//)..

There are also some processes that require a little more experience for a New User to master..

[AddFiles]
System Required Files For Multi-Arch Program.exe(s) --> x86 & x64 --> Usually Found In /System32/
Use Process Monitor and Test With Base Build --> No Optional Files or Processes Selected on Build Core
Just Enable Process monitor and Your New XPEPlugin For testing

[AddFiles6432]
System Required Files For x86 Program.exe On x64 Build --> Usually Found In /SysWOW64/
Use Process Monitor and Test With Base Build --> No Optional Files or Processes Selected on Build Core
Just Enable Process monitor and Your New XPEPlugin For testing

[Add-Registry]
Enable RegShot2 and Capture Registry Changes Before and After Installing Program
And then again Before and after launching Program - To Capture Program Settings..

So my suggestion is to use the Utilities Provided and just mark out // the code that runs the process
Wait - until all testing is complete - before removing the process..


Re: Win10XPE Project General Discussions
« Reply #665 on: February 11, 2019, 04:40:41 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)

Small Fix for Batch Templates - 2018.10.11 - still v6

ChrisR has made some edits to the creation process and the code used..
Both Creators now 2019.02.11 - still v6 - to overwrite existing

Re: Win10XPE Project General Discussions
« Reply #666 on: February 11, 2019, 04:49:37 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Also Blue Screen View was also updated to remove unused AddFile processes..
Thanks to APT for the report...
BlueScreen View

Re: Win10XPE Project General Discussions
« Reply #667 on: February 11, 2019, 05:27:20 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
RE: Sophos Virus Removal Tool - Win10 XPE Plugin

@AuraticTrance
Best to be used as a lesson of what not to due...
This XPEPlugin Is Not Complete - Nor Ready For Distribution...

@Admin
Please REMOVE Post > http://theoven.org/index.php?topic=2607.msg31538#msg31538
« Last Edit: February 11, 2019, 05:36:14 PM by James »

Re: Win10XPE Project General Discussions
« Reply #668 on: February 11, 2019, 05:53:09 PM »

mbstech

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

I have another question about XPE building.  Certain plugins require you to go to the internet to download them, VLC, MMPC-BE, McAfee Stinger.

When I run the build for the first time, it downloads all of those plugins, then as long as you don't delete them, it goes back and grabs the same exe on next build without having to go out and re-download all of those files each time.

However, McAfee Stinger still goes out and downloads a copy each time.  I assume this is to get the latest version each time, but how do I stop that from going out each time?

Re: Win10XPE Project General Discussions
« Reply #669 on: February 11, 2019, 06:00:51 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
It was by design as the exe is rather small..
But you could recreate a personal container file XPEPlugin using exe

Re: Win10XPE Project General Discussions
« Reply #670 on: February 11, 2019, 06:23:48 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Actually McAfee Stinger was a container file XPEPlugin - it was edit for Project

Re: Win10XPE Project General Discussions
« Reply #671 on: February 11, 2019, 10:36:53 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Windows Login Unlocker Updated To v1.4.0.4226
Windows Login Unlocker

Thanks To Cretino For Posting
Thanks To APT For Testing

Re: Win10XPE Project General Discussions
« Reply #672 on: February 13, 2019, 01:31:58 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
ZD Screen Recorder and EasyBCD

Fixed The Cause Of Builder Crash Due To List Out of Bounds Error with this XPEPlugin

Clearly My Fault - Due To Misplaced "Not"

Fixed Forum Attachment and my posted Project AddOn Pack Link
« Last Edit: February 13, 2019, 02:24:14 PM by James »

Re: Win10XPE Project General Discussions
« Reply #673 on: February 14, 2019, 12:24:18 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@James

Feedback for WinSCP & ZD Screen Recorder Plugin

WinSCP: Error with download
ila_rendered

ZD Screen Recorder Plugin: Seems that it creates a new registry entry and the one you made is not read.

New one created.
Code: [Select]
D5A18FA2F5C644A96AEE62A43ED83234

The one from your script.
Code: [Select]
CDBFA030F723A475226DE2D815A0C0F3



Re: Win10XPE Project General Discussions
« Reply #674 on: February 14, 2019, 12:41:23 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Thanks..
I kind of thought the code was machine specific

Re: Win10XPE Project General Discussions
« Reply #675 on: February 14, 2019, 01:51:27 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Quote
WinSCP: Error with download

The download link has a security feature...

WinSCP-5 XPE Plugin
WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity.
It supports also Amazon S3, FTPS, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly.

Note: Currently Testing A Secure Program File Download - Not Sure If and How Long

You may have to change the %SetupURL%=link

here are 2 different links from today

Quote
https://cdn.winscp.net/files/WinSCP-5.13.7-Setup.exe?secure=YY0abPBwBVJsLj8koVickQ==,1550151857
https://cdn.winscp.net/files/WinSCP-5.13.7-Setup.exe?secure=sg32sk89VLx33bI4LNqlZA==,1550153096

Due to forum attachment size limitation - the file container is empty

Re: Win10XPE Project General Discussions
« Reply #676 on: February 14, 2019, 04:32:32 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Thanks will test.

Re: Win10XPE Project General Discussions
« Reply #677 on: February 15, 2019, 02:48:31 PM »

AuraticTrance

  • Apprentice
  • *
  • Date Registered: Feb 2019
  • Posts: 7
Out of memory: Encode,%ScriptFile%,Folder,%ProvideFiles%\%SetupFile%

Re: Win10XPE Project General Discussions
« Reply #678 on: February 15, 2019, 03:59:48 PM »

AuraticTrance

  • Apprentice
  • *
  • Date Registered: Feb 2019
  • Posts: 7
Out of memory: Encode,%ScriptFile%,Folder,%ProvideFiles%\%SetupFile%

when i try to test newly created plugin...

Re: Win10XPE Project General Discussions
« Reply #679 on: February 15, 2019, 09:45:51 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
Hi guys

What is the best tool to wipe SSD's from within PE and is there a plugin for it?

Quite happy if it does HDD as well as SSD, but want a tool that won't bugger up life of my SSD's when wiping them

Cheers

 

Powered by EzPortal