Thanks Malok:
There's lots of API calls not implemented.
There's just so many of them over the years, projects, builds, etc.
Not possible to add them all in the short time that I could devote.
NOT IMPLEMENTED: Arch_Set, Arch_On, Arch_Off
[Success] SetVar - Sucessfuly changed the value of [%arch_onoff%] to:
[Ignore] IF - [x86] is not equal to: [off] evaluated string: [If,#1,Equal,Off,Run,%api%,Arch_Off]
[Ignore] IF - [x86] is not equal to: [on] evaluated string: [If,#1,Equal,On,Run,%api%,Arch_On]
[Success] IF -
- is equal to:
- evaluated string: [If,%arch_onoff%,Equal,0,Run,%api%,Arch_Set,#1]
[Failed] Run - Failed to find section [Arch_Set] in file: [%BaseDir%\Projects\Win10XPE\Macro.script]
You might solve this one by adding to se2xpe.script under [Win10xpe]
Set,Arch_On,x86
Set,Arch_Off,x64
You will have to find the API these calls came from.???
Then go see what these calls do.
**********************************************
For Add_Shortcut failures: <-- TRY BELOW FIRST.
Try running this in codebox before building: Run,%GTools%\se2xpe.script,API1
Notes are in se2xpe.script/[API1]
**********************************************
A43: All these variables should not be under [process/S]
Run - Processing section: [ProcessS] From file: [%BaseDir%\Projects\MyPlugins\Apps\TEST2\a43_JGL.script]
[Warning] Unrecognized command: [%ProgramTitle%=a43]
[Warning] Unrecognized command: [%ProgramEXE%=A43.exe]
[Warning] Unrecognized command: [%ProgramFolder%=a43]
[Warning] Unrecognized command: [%SetupFile%=a43.zip]
**********************************************
@Lancelot, Yes, I am already building with Azin. (Nice Work)
One important file was missing to make se2xpe.script work.
It is included now, just wanted to keep all work together so others may use and play with.
I am no longer developing this plugin, others may feel free to do so.
It is a great learning aid.
Regards
RoyM