PDA

View Full Version : Installation Screen



NewsArchive
06-04-2005, 09:12 AM
Hi there,

Please see: http://www.aapr4.com/install.jpg

If the entire background is an image, including the text, is it possible
to generate such a screen during installation to install the different
options accordingly?

Thanks.

Kelvin Chua
SINGAPORE

NewsArchive
06-04-2005, 09:12 AM
Kelvin,

What you can do is to use your own Clarion source code to display this
dialog, compile it to a Clarion DLL and call this DLL from your SB5
installer. The DLL returns a value (e.g. 1 = Accounting, 2 = Payrol, ect.)
and then the installer can continue based on that return value.

You only need one line of script code to call into your Clarion DLL.

If you need any help to implement this just drop me a line.

Friedrich

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

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

NewsArchive
06-04-2005, 09:13 AM
Hi friedrich linder,

I understand what you mean, will try doing so.

Thanks.

Kelvin Chua
SINGAPORE