Hi sandy,
It is the wrong syntax, did not appear before since all written correctly. :wink:
Thanks for reporting,
Fixed and new Macro Library (now v47.82) updated to Project servers.
+
on a batch processor, an option with 'Stop build on error' is wrong,
It is like suppress "exit" command on cmd.exe
From your post, I see winbuilder wrong design followed by pebakery ...
History notes:
This option wrongly added at a time winbuilder incompatibilities cause failure of all projects but not only 1 :lol:
wrong addition causes lots of plugins written in a way to avoid options caused by this design.
eg.
Instead of 1 simple line :
If,Not,%a%,Equal,1,Exit,"No need to process"
-->
knowing such option wrongly exists,
on many critical cases (but not all) following used
If,%a%,Equal,1,Run,%ScriptFile%,Continue
If,Not,%a%,Equal,1,Run,%ScriptFile%,No_Continue
[Continue]
..
[No_Continue]
Echo,"No need to process",Warn
It is like making "exit" not work with "cmd" which on some cases will make "WimBuilder" build or design fail .....
There is a good reason cmd.exe do not have "Stop build on error" option :wink:
I do not use pebakery,
but I can predict "uncheck 'Stop build on error'" will make Arch syntax fail which mostly prevents "only x86" plugins exit with builds that do not have "Wow64"
ps: WimBuilder - Wow64 very optional and not default enabled (not default enabled 2 versions ago :wink: )
not an advisable option to any newbies which should never exist anyway. :cool:
****
Thanks again for reporting, I am happy with fixing the wrong syntax. :cheers:
:turtle: