on next ied206 PEBakery release or test package , first test Reply #220 test plugin. http://theoven.org/index.php?topic=2271.msg25380#msg25380
Hi ied206,on line 1125 of APT log r218.txt%tExitCode% variable defined here :Code: [Select] [Success] Set - Local variable [%tExitCode%] set to [-1] (Set,%tExitCode%,%ExitCode%)and next %tExitCode% variable line is at line 1151 of APT log r218.txtCode: [Select]Parameter name: major (If,Not,%tExitCode%,Equal,0,Begin) (Line 974)?????
P.S. still works fully all drives/folders with PEBakery_20171202.7z MD5:DF81602CF1FC427B66718892DF647712PEBakery_20171213.7z MD5: 733EC10AA896E9F98003F483B8DA6530
What is the meaning of:Parameter name: major
About Win7 xcopy APT case :Is there a %ExitCode% variable fallback on PEBakery -> If yes and fallback to 0 then please do not fallback to 0 but use something else ? --> If yes ---> is it related to APT Win7 xcopy case ? ----> If yes ---> than it is easy to be tested by APT with current ShellExecute -> If no, Win7 Xcopy simply finds no error on parameters but do not continue processing command and exit with success for whatever reason behind with ShellExecute change on PEBakery.... --> If no, I hope it is easy to revert back to old ShellExecute behaviour which seems to be more correct and direct.
Quote from: Lancelot on December 31, 2017, 07:07:37 PMWhat is the meaning of:Parameter name: majorTo support version compare (Ex 1.2.3.4 vs 1.2.3.4), PEBakery uses Version class.Version is divided to major, (1.2) minor (1.2), and etc.They are not intended to shown in public, so I don't think documentation is necessary.
Quote from: Lancelot on December 31, 2017, 07:07:37 PMAbout Win7 xcopy APT case :Is there a %ExitCode% variable fallback on PEBakery -> If yes and fallback to 0 then please do not fallback to 0 but use something else ? --> If yes ---> is it related to APT Win7 xcopy case ? ----> If yes ---> than it is easy to be tested by APT with current ShellExecute -> If no, Win7 Xcopy simply finds no error on parameters but do not continue processing command and exit with success for whatever reason behind with ShellExecute change on PEBakery.... --> If no, I hope it is easy to revert back to old ShellExecute behaviour which seems to be more correct and direct.I cannot understand what '%ExitCode% variable fallback', but let me explain about internals.PEBakery always get exit code from sub process (which is often default to 0).And even though a user does not specify a variable name to save exit code, PEBakery will save return value info %ExitCode%.
Strange enough, if I turn on debugger ShellExecute,Hide,xcopy.exe works properly.It makes troubleshooting very hard.
I am looking to Windows 7 ShellExecute issue.
I get this error (no problem with Winbuilder):Code: [Select]<Errors>- [1] Error in Plugin [Kingsoft Office] (Win10PESE\0scars\Apps\Supplementary\Office\Kingsoft Office\kinsoft.script)[Error] RegWrite - [00,00,00,00,01,00,00,00,00,00,] is not valid binary data (RegWrite,HKLM,0x3,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count,P:\000arten\bssvpr_fhvgr_serr_2012.rkr,00,00,00,00,01,00,00,00,00,00,) (Line 65)
I havent heard much news lately how is this project coming?