PDA

View Full Version : SetUp Builder



NewsArchive
07-11-2011, 12:20 AM
Hi all
I have the stock standard Set Up Builder Latest release.
I was just wondering, if this version allows me to register
OCX/ActiveX within the Installation, or do I have to
Upgrade for this sort of thing ?.
Thanks in Advance
Peter

NewsArchive
07-11-2011, 12:20 AM
Hi Peter,

> I have the stock standard Set Up Builder Latest release.
> I was just wondering, if this version allows me to register
> OCX/ActiveX within the Installation, or do I have to
> Upgrade for this sort of thing ?.

All SetupBuilder Editions support OCX registration (see attached
screenshot).

If you need advanced OCX registration capability (e.g. 64-bit OCX
registration, full OCX un-/registration support via script functions, then
Developer Edition is available to handle this).

Friedrich

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

SetupBuilder is Windows 7 installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
07-11-2011, 12:21 AM
Hi Friedrich
Thanks very much.
Regards
Peter

NewsArchive
07-12-2011, 12:51 AM
You are welcome!

Friedrich

NewsArchive
07-15-2011, 01:20 AM
Hi Friedrich
Actually have 2OCXs to register.
Thanks again
Peter

NewsArchive
07-15-2011, 01:20 AM
You can also register ocx's from your app.

I use a generic procedure. Here's a snippet:

IF ?OleControl{PROP:OLE} = FALSE AND ?OleControl{PROP:Object} = ''
?OleControl{PROP:Create} = CLIP( OleCreateName )
IF ?OleControl{PROP:OLE} = FALSE AND ?OleControl{PROP:Object} = ''
RetVal = CALL( CLIP( OleFileName ),'DllRegisterServer' )


Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve

NewsArchive
07-15-2011, 01:20 AM
> You can also register ocx's from your app.
>
> I use a generic procedure. Here's a snippet:
>
> IF ?OleControl{PROP:OLE} = FALSE AND ?OleControl{PROP:Object} = ''
> ?OleControl{PROP:Create} = CLIP( OleCreateName )
> IF ?OleControl{PROP:OLE} = FALSE AND ?OleControl{PROP:Object} = ''
> RetVal = CALL( CLIP( OleFileName ),'DllRegisterServer' )

But the application needs administrator execution level privileges on
UAC-aware systems, so a "asInvoker" manifest is not enough in this case.

Friedrich

NewsArchive
07-16-2011, 12:59 AM
Oh, right. Thanks Friedrich.

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve

NewsArchive
07-16-2011, 01:00 AM
Hi Peter,

>
> Actually have 2OCXs to register.
>

No problem. You can register as much OCX files as you want.

But if you would like to have complete control over the installation process
(e.g. to programmatically register files from the script) then you need the
full SetupBuilder Edition.

Friedrich

NewsArchive
07-20-2011, 06:35 AM
Hi Friedrich
Thanks, could you kindly put a pointer
To where I have to go to Upgrade my current,
SetuBuilder, which is Version 7.5.3378.
Thanks in Advance.
Peter

NewsArchive
07-20-2011, 06:35 AM
Hi Peter,

> Thanks, could you kindly put a pointer
> To where I have to go to Upgrade my current,
> SetuBuilder, which is Version 7.5.3378.

You can "crossgrade" from your SetupBuilder for Clarion Edition to the full
SetupBuilder Developer Edition flagship. If you are interested, just send
your serial number to our Sales (sales [at] lindersoft [dot] com) and
they'll send you an upgrade order link. Or you can use the following page:

http://www.lindersoft.com/sb4clarion.htm

Of course, SetupBuilder Developer Edition can open and compile your
SetupBuilder 7 for Clarion projects.

A free evaluation version is available here:

http://www.lindersoft.com/downloads_evaluation.htm
http://www.lindersoft.com/sb70trial/sb7_Dev_Trial.exe
http://www.lindersoft.com/sb70trial/sb7_Dev_Trial_NoHelp.exe

Just let me know if you have any further questions.

Friedrich

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

SetupBuilder is Windows 7 installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner