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