PDA

View Full Version : new to SB6



NewsArchive
06-06-2007, 03:07 AM
Have created my first install in SB (translating from my old Wise 5).... got
my code-signing certs.... when I compile, I get a red line which says:
"StoreMgr5_install.sb6(24): error GEN1017: Compression library error
code: -200. Cannot open and compress file"

Full o/p is below.

------ Build started: Project: StoreMgr5_install.sb6, Configuration: Release
Win32 ------

SetupBuilder (tm) Script Compiler and Linker
Copyright (c) 1997-2007 Lindersoft
SetupScript (tm) Installation Script Language
Copyright (c) 2003-2007 Lindersoft
All rights reserved.
Developer Edition Version 6.5.1876

Init Globals...
Loading compiler variables...
Compiling...
storemgr5_install.sb6
Script format version detected: 6.0.1718
Adding Digital Certificate...
Code signed successfully: C:\Clarion55\TCS\StoreMgr.5\storemgr.exe
Recursive compile (0:28): Common Definitions.sbi
Continue (0:1:29):
C:\Clarion55\TCS\StoreMgr.5\_SB6install\StoreMgr5_ install.sb6
Script(s) processed
Generating code...
Finished generating code
Building executable and web cluster files...
Linking kernel...
Code size: 109,061 bytes
Generating and optimizing [1033] string resources [2]...
Processing external file: C:\Program Files\Lindersoft\SetupBuilder 6
Developer\Redist\1033\Eula.rtf
Linking [1033] language resource(s)...
Code size: 4,618 bytes
Linking dialog side bitmap...
Code size: 2,761 bytes
Linking dialog top bitmap...
Code size: 484 bytes
Including 2 service file(s)...
Compressing service file:
StoreMgr5_install.sb6(24): error GEN1017: Compression library error
code: -200. Cannot open and compress file


---------------------------------------
Done ---------------------------------------

StoreMgr5_install.sb6 - 1 error(s), 0 warning(s)

Compilation Time: 3.13 sec.
Time: 11:45:55AM

------------------------------- Compilation
finished -------------------------------

Steve Bywaters

NewsArchive
06-06-2007, 03:07 AM
Hi Steve,

Double-click the "error GEN1017" line in the compiler window and it should
bring you to line 24 in your script editor. What do you have in line 24?

Friedrich

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
06-06-2007, 03:07 AM
> Double-click the "error GEN1017" line in the compiler window
Neat!

Ok I have some Billboard item, which looks like it's a blank stub... not
filled in.
Don't know how it got there... ignorant/twitchy fingers, I suspect <g>

Oh "cannot remove from within script editor".... ok... I'll find a way.

thanks Friedrich...I've been considering jumping to SB for a long time -
Vista finally did it!

Steve

NewsArchive
06-06-2007, 03:08 AM
She compiles

Steve Bywaters