Page 1 of 1

IA X2 / 18 loading scripts

Posted: Wed Dec 03, 2014 8:18 am
by AlejandroNehring
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

Re: IA X2 / 18 loading scripts

Posted: Wed Dec 03, 2014 10:43 am
by FrancescoT
Dear Alejandro,

if you can send/post a project that replicates the issue you are reporting, I'll try to verify it.

At the moment I can only say that I am not able to replicate anything similar.

Regards

Re: IA X2 / 18 loading scripts

Posted: Thu Dec 04, 2014 2:56 am
by AlejandroNehring
checkdx9c.zip
Script checkdx9c
(2.43 KiB) Downloaded 419 times

Script checkdx9c does not load correctly

Re: IA X2 / 18 loading scripts

Posted: Thu Dec 04, 2014 9:33 am
by FrancescoT
Dear Alejandro,

honestly I really don't what happens on your side.
If I load the script you posted it looks like as below ... and it's seem correct!
Img.png
Img.png (16.22 KiB) Viewed 4347 times


Regrads