PEBakery

Discussion in 'MDL Projects and Applications' started by joveler, Dec 7, 2017.

  1. joveler

    joveler MDL Novice

    Nov 28, 2017
    22
    92
    0
    PEBakery's last build may have removed dir by bug, I think. It is fixed in Build 20171210.
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    @ joveler very good job congrats to your effort
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
  4. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    I have new issue. Can't disable plugin CdDrive - X: - Y:
    Nothing shows in the log, I just get the popup "build stopped by error".

    Same for you?
     
  5. joveler

    joveler MDL Novice

    Nov 28, 2017
    22
    92
    0
    CdDrive_X_Y.script is set to mandatory plugin (icon with lock), you cannot disable it. (Under [Main] section you can notice "Mandatory=True")
    Which PESE are you testing? Is Win8.1SE you tested?
     
  6. joveler

    joveler MDL Novice

    Nov 28, 2017
    22
    92
    0
    Oh, I see. PEBakery could not handle button "Disable Plugin and Reset to Default settings" because of a bug in variables system.
    Will be fixed in next release.
     
  7. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    Win10PE SE. Yep I mean disable it by clicking the button, I disable it because I'm getting a warning triangle on the desktop.

    I have PE on a EFI partition on my internal SSD and that partition is usually not assigned a drive letter because I don't want it visible in Windows so therefore PE SE can not find the needed file and shows a warning. I could also make it so that the partition gets mounted when PE boots or just mount the partition in Windows before I reboot into PE.
     
  8. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    No, I missed that the files you linked to in post #4 was different from the official zip file until some days ago when you wrote that it seems I am not using the latest files.
     
  9. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    Hello World...
    Glad to see a little progress with PEBakery...
    There are some things that you will find (Plugins) that are not required to build with the Bakery.

    Although, it is recommended that you use the Utility - Extract Wim Folders - to provide a consistant Mounted image for file reterival..

    Copy the Source ISO file to a directory and then extract them using Utilities plugin....

    The configuration source file plugin can be deleted.. and use the settings box in Bakery to point to extracted win10 source files
     
  10. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    Another Issue is a lot of syntax errors contained with current plugin or some use of the coding structure be present from winbuilder and are in the process of being addressed to be compatably with Bakery Code Format and parameters

    GUESS I should have read whole thread before posting..
    Just got over excited to see the topic...
    KYHI
     
  11. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    Atari. your distribution contains the newest Syntax changes ???
    I use the 02 02 distrib. to avoid recent project changes/requirements...

    I will compare to mine

    I have revised a lot of the project plugins to remove additions...
    Most of my app plugins are self updating now, either fromy host or download..
     
  12. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    First Change needed to Bakery is an Script.project all it's own...
     

    Attached Files:

  13. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    Even with a Fresh Download using wget - I get halt errors on most plugins..
    I have run them one at a time and Shell & Config halts at EnablePE10 equals 10 exit by halt command...
     
  14. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    Internet favorites plugin - testing command error

    [Original Code]
    Retrieve,FolderSize,%pers%,%sourcedirsize%
    If,%sourcedirsize%,equal,0,Begin

    result s = Error Exit because %pers% does not exist

    [edit to code]
    If,ExistDir,%pers%,Retrieve,FolderSize,%pers%,%sourcedirsize%
    results = Ignores the line but then continues onto Begin
    If,%sourcedirsize%,Equal,0,Begin

    [To Fix code]
    If,ExistDir,%pers%,Retrieve,FolderSize,%pers%,%sourcedirsize%
    If,%sourcedirsize%,Bigger,0,Begin

    Original Code worked with winbuilder but not Bakery..

    Looking at original code
    If dir does not exist then the size would be equal to zero
     
  15. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    #39 Kyhi, Dec 18, 2017
    Last edited: Dec 18, 2017
    ISCSI Initiator

    Error ReqWrite = HKEY_LOCAL_Machine\tmp-system\ Access to registry key denied

    RegWrite,HKLM,0x4,Tmp_System\ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\Properties,DeviceType,4

    Somehow added into log = HKEY_LOCAL_Machine
     
  16. Kyhi

    Kyhi MDL Junior Member

    Jul 16, 2015
    66
    46
    0
    Let me say this - I tested Bakery 1216 on MY version of scripts.
    I tested on your Rar Scripts
    And I tested on the wget download..

    Could not get through any of them with error or halt...
    So as far as testing, yup, tried and Failed miserable...

    1709 - x86 - Build to Ram