PDA

View Full Version : error not enough end statements



NewsArchive
02-16-2007, 03:41 AM
Obtained Comodo certificate
Installed SB6
Imported my .sb5 scripts

a) the non-web-install ("setup.exe") version gave me TWO WARNINGS:
Loop Wizard Auto Break <- function no longer supported
This did compile and produce an install that works.

b) the web-install version of the same installation halts on an error
reckonweb.sb6(336) error GEN1012: Not enough end statements in
installation script.
This halts the process and there is no output. The script that I can read
has only 256 lines, ending
at the end of a Loop Wizard with the line
/* end */
followed by the comment ! The Wizard Loop displays the dialog screens that
the user sees in the installation.

****************
Both scripts ran under sb5. I don't have any idea what is different now
under .sb6 or what is different between the two scripts that would change
the error messages. I installed the signing certificate on both versions.

Any fix?
--
Kent V. Busse, J.D.
www.acomputerwiz.com

NewsArchive
02-16-2007, 03:41 AM
Hi Kent,

> Obtained Comodo certificate
> Installed SB6
> Imported my .sb5 scripts
>
> a) the non-web-install ("setup.exe") version gave me TWO WARNINGS:
> Loop Wizard Auto Break <- function no longer supported
> This did compile and produce an install that works.

You can ignore the 1082 warning or you can remove the "Wizard Auto Break"
function.

http://www.lindersoft.com/forums/showthread.php?t=2008

> b) the web-install version of the same installation halts on an error
> reckonweb.sb6(336) error GEN1012: Not enough end statements in
> installation script.
> This halts the process and there is no output. The script that I can read
> has only 256 lines, ending
> at the end of a Loop Wizard with the line
> /* end */
> followed by the comment ! The Wizard Loop displays the dialog screens
> that the user sees in the installation.
>
> ****************
> Both scripts ran under sb5. I don't have any idea what is different now
> under .sb6 or what is different between the two scripts that would change
> the error messages. I installed the signing certificate on both versions.
>
> Any fix?

Unfortunately, the same happens in both SB5 and SB6.

http://www.lindersoft.com/forums/showthread.php?t=2003

I hope the upcoming SB61 will fix this (it's part of the "FIX : Several
Script Editor fixes" item).

http://www.lindersoft.com/forums/showthread.php?t=2031

Thanks,
Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing Certificate Partner

NewsArchive
02-16-2007, 07:56 AM
Thanks for being alert to this already. I guess I'm dead in the water until
SB61. You are very quick with your improvements; congratulations.

--
Kent V. Busse, J.D.
www.acomputerwiz.com

NewsArchive
02-16-2007, 07:56 AM
Hi Ken,

You only have to "comment-in" the line and you can compiler the project ;-)

Select the line, right-click and select "Comment Out/In"

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing Certificate Partner

NewsArchive
02-19-2007, 10:38 AM
Fixed that problem. THANKS
--
Kent V. Busse, J.D.
www.acomputerwiz.com