Page 1 of 1

Cant compile project with latest build

Posted: Thu Dec 16, 2010 6:50 pm
by rkcarlin
When I start the build process in InstallAware Express I receive the following:

"Statements othe than DISPLAY DIALOG not allowed inside WIZARD LOOP"

I had a computer crash and I downloaded the latest InstallAware Express. Then I loaded the backup of the project which worked the last time I used it and I got the error above.

Re: Cant compile project with latest build

Posted: Thu Dec 16, 2010 10:29 pm
by mills
Would it be possible for you to post the scripts or the main script of your project?

Re: Cant compile project with latest build

Posted: Fri Dec 17, 2010 6:54 am
by rkcarlin
What file is the script or how do I find them (I have the express version) and where do I post them?

Re: Cant compile project with latest build

Posted: Fri Dec 17, 2010 12:48 pm
by mills
In your project folder, there will be a .mia file, that's what we need to look at. You can post it here or email it to support@installaware.com

Re: Cant compile project with latest build

Posted: Fri Dec 17, 2010 1:15 pm
by rkcarlin
Here is the file

Re: Cant compile project with latest build

Posted: Fri Dec 17, 2010 1:36 pm
by mills
Please try again, you'll have to zip it to post or email.

Re: Cant compile project with latest build

Posted: Fri Dec 17, 2010 2:06 pm
by rkcarlin
Here is the zip file

Re: Cant compile project with latest build

Posted: Fri Dec 17, 2010 3:20 pm
by mills
That script looks OK and builds successfully for me on the latest InstallAware 10.0.3.

These scripts are included and the problem could be with one of those, but it shouldn't be...

Include Script: updates

Include Script: checkmsi31
Include Script: checknet4_x86

Include Script: setupmsi31
Include Script: setupnet4_x86


You could post those for examination as well...

What version is displayed for InstallAware?

Re: Cant compile project with latest build

Posted: Fri Dec 17, 2010 3:40 pm
by rkcarlin
I am using InstallAware 10 build 3.151210

Re: Cant compile project with latest build

Posted: Mon Dec 20, 2010 11:14 am
by giaviv
Dear rkcarlin,

Your problem is in line 105 of your PhiCube Analyzer4.mia file.
You have there, inside the wizard loop, an if action, however only display dialog actions are allowed inside a wizard loop.

Best,
Aviv Giladi
InstallAware Support