Topic: Win10PE SE - Contributions to Package Release  (Read 1710 times)

Re: Win10PE SE - Contributions to Package Release
« Reply #80 on: April 17, 2021, 06:33:26 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102

+

Just remembered.
I had similar trouble ~ 4 years ago.

 --> Chosed the way I descriped above.

Re: Win10PE SE - Contributions to Package Release
« Reply #81 on: April 17, 2021, 10:23:44 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
Hi Lancelot,

Yes, ... there are still differences in the behavior of the two BuildClasses during build ...
...
I would like to report on this in the next few replies.

Related to BuildClass=3

 ---> See %ProjectDir%\Components\MsWordPad.script

Missing mui file for wordpad.exe, leads to malfunction in none-english editions saying: "Can not open document ... bla bla", then quits.

Can be added via:
Code: [Select]
[Require_FileList]
...
\Program Files\Windows NT\Accessories\??-??\wordpad.exe.mui
...

See You on next reply...


Edit: ... saying: "The new document could not be created." ... (translated from ger to eng)
« Last Edit: April 19, 2021, 04:12:58 PM by HeyJoe »

Re: Win10PE SE - Contributions to Package Release
« Reply #82 on: April 17, 2021, 10:24:45 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
Missing mui files for:

Windows.ApplicationModel.dll

 ---> See %ProjectDir%\Components\MSMediaPlayer.Script
      alse mentioned in 1-files.Script + MsPowerShell.script + 9-Administrator.Script


Windows.UI.Xaml.Controls.dll

 ---> See %ProjectDir%\Components\MSMediaPlayer.Script
      alse mentioned in 9-Administrator.Script


Windows.UI.dll

 ---> See %ProjectDir%\Components\MSMediaPlayer.Script
      alse mentioned in Mozilla_Firefox_ESR.Script + yy_Theme.script + 9-Administrator.Script

On My side:
 I temporarily put this 3 to %ProjectDir%\Components\MSMediaPlayer.Script by oscar (other plugin certainly more meaningful):
Code: [Select]
[Require_FileList]
...
\Windows\System32\??-??\Windows.ApplicationModel.dll.mui
\Windows\System32\??-??\Windows.UI.dll.mui
\Windows\System32\??-??\Windows.UI.Xaml.Controls.dll.mui


More to come ...
See You.


Edit: See reply #93
« Last Edit: April 20, 2021, 10:13:55 AM by HeyJoe »

Re: Win10PE SE - Contributions to Package Release
« Reply #83 on: April 18, 2021, 09:22:57 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
Hi Lancelot,

About Your baby ML ---> Require_FileQ,filename along with BuildClass=3
If I remember correct: You told Me, that "Require_FileQ,filename" is OK / compatible for both BuildClasses, right ?

Suppose, in a non-English build, any plugin just copies only xyz.dll from build source to %Target_Sys% by a command other than RequireQ. Its mui is also in build source available.

Then it's the turn of a following plugin and this one does Require_FileQ,xyz.dll

What will happen ?
I would assume that the successor plugin would add the missing mui file from source build to where it belongs.

Unfortunately this is not the case. The mui file remains missing.  :confused:
 - *.mun file not tested yet.

Have I overlooked something ?


Regards and see You.
« Last Edit: April 19, 2021, 10:35:43 AM by HeyJoe »

Re: Win10PE SE - Contributions to Package Release
« Reply #84 on: April 19, 2021, 10:39:13 AM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
Quote
Unfortunately this is not the case. The mui file remains missing.

It doesn't with BuildClass=3 selected. However, with BuildClass=2 it does it right as it should imo.

See next reply...
« Last Edit: April 19, 2021, 11:54:58 AM by HeyJoe »

Re: Win10PE SE - Contributions to Package Release
« Reply #85 on: April 19, 2021, 12:04:42 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks HeyJoe,

 :xmas-beer:
Keep them coming, I follow with phone and will respond to all when at home.

:mphone::turtle:

Re: Win10PE SE - Contributions to Package Release
« Reply #86 on: April 19, 2021, 12:06:21 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
@ Lancelot,

I guess, the reason for different results could be the different approach in this two ML sections:

When BuilClass=2
Code: [Select]
[Expand_FileQ2x86x86]
If,Not,ExistFile,%Target_Sys%\#1,Run,%api%,Expand_FileQ2System32,#1
If,Not,ExistFile,%Target_Sys%\%DistLang%\#1.mui,Run,%api%,Expand_FileQ2System32_Mui,#1
If,Not,ExistFile,%Target_Win%\SystemResources\#1.mun,If,ExistFile,%Source_Win%\SystemResources\#1.mun,FileCopy,%Source_Win%\SystemResources\#1.mun,%Target_Win%\SystemResources

When BuilClass=3
Code: [Select]
[Expand_FileQ3x86x86]
If,Not,ExistFile,%Target_Sys%\#1,If,Not,ExistFile,%Target_Sys%\%DistLang%\#1.mui,Run,%api%,Expand_FileQ3System32_Mui,#1
If,Not,ExistFile,%Target_Sys%\#1,Run,%api%,Expand_FileQ3System32,#1

Regards.

Re: Win10PE SE - Contributions to Package Release
« Reply #87 on: April 19, 2021, 12:29:45 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
+
I will be glad If you can check Audio with BuildClass3

:mphone::turtle:

Re: Win10PE SE - Contributions to Package Release
« Reply #88 on: April 19, 2021, 12:56:11 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102

Do You referenced to http://theoven.org/index.php?topic=3364.msg40220#msg40220 ?

If yes:
 Do You mean the one I did for techguy01, coelhosauro, who never reported back, if I remember right?
 See ref.: http://theoven.org/index.php?topic=3325.0

Reluctantly, but for your sake.

See You...

Re: Win10PE SE - Contributions to Package Release
« Reply #89 on: April 19, 2021, 01:15:54 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
I just checked my schedule: at the earliest possible late this evening.

+

You know: Time is the limit. Not the sky.
« Last Edit: April 19, 2021, 06:48:58 PM by HeyJoe »

Re: Win10PE SE - Contributions to Package Release
« Reply #90 on: April 19, 2021, 02:00:19 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Reply 88 -- Yes
Reply 89 -  :xmas-beer:

:mphone::turtle:

Re: Win10PE SE - Contributions to Package Release
« Reply #91 on: April 19, 2021, 06:49:22 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
@ Lancelot,

In order to comply with Your request above, I carried out the following procedure with BuildClass=3

1.: Extracted latest "Win10PE_SE_2020-03-28.zip" into empty folder named D:\xyz
2.: Started WB and ran "%BaseDir%\Projects\Win10PESE\Utils\Update_BLexact_Win10PE SE.script"
3.: Changed in Audio plugin AutoRun_ScrollBox from "After Displaying Explorer shell" to "At Startup" --> See note below.
4.: Hit the big blue button
5.: After the build completed errorfree, I tested iso file in Vbox. Audio ran immediately and smoothly. :smile:

This means, if You have a High Definition Audio-Device on board, You do not have to install any additional audio drivers.
If not, find the matching one to provided the associated audio driver to be installed.


Note: Do you remember? You did not take over My suggestion when updating the audio plugin on server to v.33 some time ago.
      If You don't do 3.:, You'll have to manually install the audio driver at pese runtime.


Regards. See You.

Re: Win10PE SE - Contributions to Package Release
« Reply #92 on: April 19, 2021, 07:18:30 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
Quote
This means, if You have a High Definition Audio-Device on board...

More precisely:

  ...a High Definition compatible Hardware Audio-Device with Your physical test machine ...
or
  ... a High Definition compatible emulated Hardware Audio-Device in Vbox like in My case ...

Re: Win10PE SE - Contributions to Package Release
« Reply #93 on: April 20, 2021, 10:07:32 AM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
@ Lancelot,

I temporarily put this 3 to %ProjectDir%\Components\MSMediaPlayer.Script by oscar (other plugin certainly more meaningful)

Because these three dll's are mentioned together in 9-Administrator.Script,
 --> the plugin 9-Administrator.Script seems to be the better choice to fix, imo.


See You.

Re: Win10PE SE - Contributions to Package Release
« Reply #94 on: April 20, 2021, 07:29:14 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
@ Lancelot,

 ---> See %ProjectDir%\Components\Network.script in section [PSecurity]

     lines #1279, #1282 and #1294 saying:
     If,%BuildClass%,number,Begin ---> If,%BuildClass%,Equal,number,Begin
     where number = 2 or 3

     Not recognizable as long as Security_CheckBox remains False

See You on next reply...

Re: Win10PE SE - Contributions to Package Release
« Reply #95 on: April 20, 2021, 07:30:10 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
Once more for:

 ---> See %ProjectDir%\\Apps\System Tools\Explorer Addons\HashTab_olegpov_v5_vX.Script

[Main]
...
History_JH001=J.H. 2013-Oct-14 - Sorry, I do not like writing setupfile to %ProvideFiles%="%GlobalTemplates%\..." each time plugin runs because folder "%GlobalTemplates%" is not designed to be a temp folder. So, changed folder %ProvideFiles% from "%GlobalTemplates%\%ProgramFolder%" to "%ProjectTemp%\%ProgramFolder% Setup" in section [Variables]
...

[Variables]
...
%ProvideFiles%=%GlobalTemplates%\%ProgramFolder%
Changed to:
%ProvideFiles%=%ProjectTemp%\%ProgramFolder% Setup
...

See You on next reply...

Re: Win10PE SE - Contributions to Package Release
« Reply #96 on: April 20, 2021, 07:31:31 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102

 ---> See %ProjectDir%\Components\Tweaks\Tweak Visual Effects.Script

[Main]
...
History_JH001=J.H. 2020-Nov-15 - Correction made to History015. See "http://theoven.org/index.php?topic=3148.0" Reply #1 on: November 15, 2020, 03:39:07 PM by cheezecake

[Process_Normal]
...
// See History_JH001
// RegWrite,HKLM,0x4,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled,DefaultApplied,%t%
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled,DefaultApplied,%t%
...


See You on next reply...

Re: Win10PE SE - Contributions to Package Release
« Reply #97 on: April 20, 2021, 07:32:34 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102

 ---> See %ProjectDir%\Drivers\zz_Drivers.script

[Main]
...
History_JH001=J.H. 2017-Jan-11 - Typo (wrong space) in creation cmd file
...

[CheckDriverIntFailure]
...
// See History_JH001
// TxtAddLine,%w%,"Cd /D #$q%Target_Win%\in f#$q",Append
TxtAddLine,%w%,"Cd /D #$q%Target_Win%\inf#$q",Append
...


See You on next reply...

Re: Win10PE SE - Contributions to Package Release
« Reply #98 on: April 20, 2021, 07:33:50 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102

 ---> See %ProjectDir%Finals\9-Administrator.Script

@ line #455 in section
[FileCopy_Admin_Logon]
...
If,Not,%CountDown_NumberBox%,Equal,0,Begin
// There is no line here. Just looks weird.
End
...


More to come later, perhaps in sense of opinions exchange. :smile:

See You.

Re: Win10PE SE - Contributions to Package Release
« Reply #99 on: April 20, 2021, 07:51:31 PM »

HeyJoe

  • Chef
  • ***
  • Location: Germany
  • Date Registered: Apr 2020
  • Posts: 102
Hi Lancelot,

Out of topic:

Q: Do You see a chance removing topic http://theoven.org/index.php?topic=3357.0 in the sense of Data hygene?
It seems blocked / corrupted, inaccessible whatever. It looks strange.


Regards.

 

Powered by EzPortal