Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: SetUp Builder

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default SetUp Builder

    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

  2. #2

    Default Re: SetUp Builder

    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
    Attached Images Attached Images  

  3. #3

    Default Re: SetUp Builder

    Hi Friedrich
    Thanks very much.
    Regards
    Peter

  4. #4

    Default Re: SetUp Builder

    You are welcome!

    Friedrich

  5. #5

    Default Re: SetUp Builder

    Hi Friedrich
    Actually have 2OCXs to register.
    Thanks again
    Peter

  6. #6

    Default Re: SetUp Builder

    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

  7. #7

    Default Re: SetUp Builder

    > 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

  8. #8

    Default Re: SetUp Builder

    Oh, right. Thanks Friedrich.

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

  9. #9

    Default Re: SetUp Builder

    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
    Attached Images Attached Images  

  10. #10

    Default Re: SetUp Builder

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •