IA X2 / 18 loading scripts
Posted: Wed Dec 03, 2014 8:18 am
with IA18 i created a script looking like
Set Variable DIRECTX9C to TRUE
Commet: blablabla
Does Folder Exist $WINDIR$\foldername (get result into variable DIRECTX9C)
if Variable DIRECTX9C Equals TRUE
Set Variable PREREQ to TRUE
Set Variable PRELIST to $PRELIST$$NEWLINE$Microsoft DirectX 9c
end
In IA X2 it will be displayed as
Set Variable DIRECTX9C to TRUE
Does Folder Exist $WINDIR$\foldername (get result into variable DIRECTX9C)
Set Variable PREREQ to TRUE
Set Variable PRELIST to $PRELIST$$NEWLINE$Microsoft DirectX 9c
end
The comment and the if clause are omitted.
When i try to compile the script, compilation failes because of missing "if"
I uploaded the script checkdx9c.mia
Set Variable DIRECTX9C to TRUE
Commet: blablabla
Does Folder Exist $WINDIR$\foldername (get result into variable DIRECTX9C)
if Variable DIRECTX9C Equals TRUE
Set Variable PREREQ to TRUE
Set Variable PRELIST to $PRELIST$$NEWLINE$Microsoft DirectX 9c
end
In IA X2 it will be displayed as
Set Variable DIRECTX9C to TRUE
Does Folder Exist $WINDIR$\foldername (get result into variable DIRECTX9C)
Set Variable PREREQ to TRUE
Set Variable PRELIST to $PRELIST$$NEWLINE$Microsoft DirectX 9c
end
The comment and the if clause are omitted.
When i try to compile the script, compilation failes because of missing "if"
I uploaded the script checkdx9c.mia