Jump to content

Paraglider

Member
  • Posts

    66
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Paraglider

Contact Methods

  • Website URL
    http://www.paraglidernc.com

Profile Information

  • OS
    Windows 10 x64

Recent Profile Visitors

2,338 profile views

Paraglider's Achievements

4

Reputation

  1. VMWare released version 14.1.8: https://docs.vmware.com/en/VMware-Workstation-Pro/14/rn/VMware-Workstation-1418-Pro-Release-Notes.html with this fix: Unable to run VMware Workstation Pro / Player 14.x after updates on Windows 10 1903 VMware Workstation Pro and Player versions 14.x and earlier failed to launch on Windows 10 1903, after Windows 10 KB updates were applied.
  2. MS posts a list of problems. See: https://docs.microsoft.com/en-us/windows/release-information/status-windows-10-1903
  3. I have upgraded 3 laptops, 1 desktop and 4 VMs to 1809 build from the 1803 build. All have upgraded without problem.
  4. Paraglider

    PEBakery

    I think its all the junction points that are the issue in mounting. They all are rebased to point at the mount folders. If you look at the extracted folders from a se build the junction points don't work.
  5. Paraglider

    PEBakery

    It would be nice if the syntax check log included the line number of the line in the script.
  6. Paraglider

    PEBakery

    Another compatibility issue with RegWrite: RegWrite,HKLM,0x7,"Tmp_Software\Safer Networking Limited\Spybot - Search & Destroy 2","Download Directories" reports this error: [1/2] Invalid RegWrite Syntax (RegWrite,HKLM,0x7,"Tmp_Software\Safer Networking Limited\Spybot - Search & Destroy 2","Download Directories") If you export the key with regedit I see: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Spybot - Search & Destroy 2] "Download Directories"=hex(7):00 Or in unicode format: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Spybot - Search & Destroy 2] "Download Directories"=hex(7):00,00
  7. Paraglider

    PEBakery

    This: If,NotExistFile,"%SourceFolder%\testdisk_win.exe",Run,%ScriptFile%,Halt reports this error [1/1] Wrong branch condition [NotExistFile] (If,NotExistFile,"%SourceFolder%\testdisk_win.exe",Run,%ScriptFile%,Halt) I have all compatability optons checked.
  8. Paraglider

    PEBakery

    I have found a number of incompatibilities so far: In strings winbuilder supports "" as a double quote escape character as well as #$q Winbuilder does not require a description= line in main Winbuilder supports a not prefix e.g. NotExistDir as well as Not,ExistDir. This seems to be supported for all Exist variants.
  9. Paraglider

    PEBakery

    Seems like syntax checker does not report the actual error any more when a script is referenced through a link file: 1 syntax error detected at [Win10PESE\Addons.PG\Pwdsafe\PasswordSafe.link] [1/1] Syntax error () Section Coverage : 100% (6/6)
  10. Paraglider

    PEBakery

    Thanks. That fixed it. Getting closer to my modified version of win10pese working.
  11. Paraglider

    PEBakery

    Note I have the winbuilder help online here: http://wb.paraglidernc.com/Help/default.html
  12. Paraglider

    PEBakery

    I still cannot get existregmulti to work. I get a script error from this: if,not,ExistVar,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,begin RegWrite,HKLM,0x7,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,hotcore3 end else,begin If,not,EXISTREGMULTI,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,hotcore3,begin RegMulti,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,APPEND,hotcore3 end end 2 syntax error detected at [Win10PESE\Addons.PG\HDM15Pro\hdm15pro.link] [1/2] Wrong CodeType [Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}], Only alphabet, number and underscore can be used as CodeType (if,not,ExistVar,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,begin) [2/2] Cannot parse Section [SetupReg.AddReg] : Else must be used after If (else,begin) Section Coverage : 100% (6/6)
  13. Paraglider

    PEBakery

    I got a permanent ban ( and an ip block ) there as well for mentioning script a second time.
  14. Paraglider

    PEBakery

    Did not fix this one though which I fixed by changing the win10pese script: Search plugin fails inside the macro library called by this script line: Call,FileCopy,%Source_sys%\prm*.dll,%Target_Sys% Although there seems no need to use Call. I changed to: FileCopy,%Source_sys%\prm*.dll,%Target_Sys%
  15. Paraglider

    PEBakery

    Probably could debug it myself. Already temporarily fixed a bug to remove dependence on Main containing a description line which I reported to the author.
×
×
  • Create New...