PDA

View Full Version : Import from SB4



NewsArchive
01-05-2006, 09:13 AM
I asked this a long time ago when SB5 was in beta, but just bought the
upgrade to developer edition. is there any way to import an sb4 install
into sb5?

--
Eric Jacobowitz
www.castlecomputer.com

NewsArchive
01-05-2006, 09:13 AM
Eric,

Thank you for upgrading to SetupBuilder 5 Developer Edition.

Because the technology is too different, it's impossible to import a
..sb4 into the new SetupBuilder 5. SB5 gives you so much more power
and flexibility, it might be wise to "rethink" some distribution
projects.

SB5 has a different philosophy regarding the project management (and
feature set). SB5 is completely "script driven". SB4.x projects are
limited because they are based on a sequential database driven
processing model. Something like the following:

1) Display GUI (Welcome -> Readme -> License -> etc.)
2) Install Files
3) Write Registry/INI Entries
4) Perform Actions
5) Run Programs

In contrast to SB4, the new SB5 is completely script driven; powered by
a installation programming language for Win32 and Win64. Would you like
to display the License Agreement before your Welcome dialog? No problem.
Or read some values out of the Registry and based on this information
display different sets of wizard dialogs. With SB5 you can do it. SB5
supports IF..THEN..ELSE and LOOP control structures to provide looping
and conditional execution of installation components.

You can now use the *same* script to compile *different* versions of your
installer (e.g. full or upgrade image). The SB5 preprocessor can
conditionally include lines of code within an installer program. The
directives that include code conditionally are defined in such a way that
you can construct a chain of inclusion directives to include exactly the
functions you want.

At the moment we are working on a Visual Dialog Editor (will be part of
one of the next releases) to give you even more power and flexibility.

Just let me know if you have any further questions.

Friedrich

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

"point. click. ship" - that's SetupBuilder 5

NewsArchive
01-06-2006, 01:03 AM
Sure would be nice if we could import a Wise script into sb5 <gd&r>

Skip

NewsArchive
01-06-2006, 01:03 AM
<G> :)

Friedrich