Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42

Thread: Adding appbroker to the setup

  1. #31

    Default Re: Adding appbroker to the setup

    Hi Friedrich,

    You are the best!!
    This is exactly what I need, thank you so much!
    I will test this script soon and will let you know when I'm done.

    Is it also possible that I include some files of my own, which also have
    to be installed?

    Best regards,
    Jeffrey

  2. #32

    Default Re: Adding appbroker to the setup

    Hi Jeffrey,

    > You are the best!!
    > This is exactly what I need, thank you so much!
    > I will test this script soon and will let you know when I'm done.
    >
    > Is it also possible that I include some files of my own, which also have
    > to be installed?

    Absolutely no problem. At the moment, the "SV_Deploy_AppBroker.sbi" script
    includes the deployment logic that is required to install the Clarion
    Application Broker.

    I would suggest to add your own files (and other items) to the main .sbp
    project. But of course, you can also modify "SV_Deploy_AppBroker.sbi"
    directly and add files of your own, registry items, etc. Ideas for future
    enhancements: some code to update an existing app broker installation (stop
    broker, update files, restart broker). All this can be done automatically
    with SetupBuilder quietly behind the scenes.

    Friedrich
    Attached Images Attached Images    

  3. #33

    Default Re: Adding appbroker to the setup

    Hi Friedrich,

    Wow, so powerful!!
    Thank you.

    Best regards
    Jeffrey

  4. #34

    Default Re: Adding appbroker to the setup

    Who's the man?

    Jeff Slarve
    www.jssoftware.com

    WAG, the dog?

  5. #35

    Default Re: Adding appbroker to the setup

    Thanks very much!!!!

    Two questions:

    1) The login username and password. Can I get this info from the current
    user that is installing my setup?

    2) Do you know if I add the include VC2013 runtime is the same that I
    run ClaRunExtsetup.exe? (If I donīt run this setup, the global
    communication extension does not work and I canīt send emails).

    Peter

  6. #36

    Default Re: Adding appbroker to the setup

    And where I can get the rt_vc2013....sbi?
    Thanks again

    Peter Kompier

  7. #37

    Default Re: Adding appbroker to the setup

    Peter,

    > Two questions:
    >
    > 1) The login username and password. Can I get this info from the current
    > user that is installing my setup?

    Yes, you can display a dialog and let the current user enter his login name
    and password. If you need help with this, please let me know.

    > 2) Do you know if I add the include VC2013 runtime is the same that I run
    > ClaRunExtsetup.exe? (If I donīt run this setup, the global communication
    > extension does not work and I canīt send emails).

    If "ClaRunExtsetup.exe" also installs a VC++2013 redistributable then it's
    the same one.

    Friedrich

  8. #38

    Default Re: Adding appbroker to the setup

    > And where I can get the rt_vc2013....sbi?
    > Thanks again

    Just use the Redistributable Manager...

    Friedrich

  9. #39

    Default Re: Adding appbroker to the setup

    Hi Friedrich,

    At this moment, I have to make a complete full proof Setup for my H5
    App, including the installation of the SV AppBroker.
    So I'm very happy that you have made the "SV_Deploy_AppBroker.sbi"
    script, thank you again!


    > Ideas for future enhancements:
    > some code to update an existing app broker installation
    > (stop broker, update files, restart broker).

    Can you also please help me with this:
    "update an existing app broker installation (stop broker, update files,
    restart broker)."
    I need this when my customer is already running the AppBroker, for
    example, when I come with a new update of our H5 App, or when there is a
    new update of the SV AppBroker.

    I don't want to use the SV Setup file of the AppBroker, because SV
    installs the AppBroker service under SYSTEM, which gives a problem with
    printing etc. I want to use your script for new installs, but also for
    update installs.

    Thank you very much!

    Best regards,
    Jeffrey

  10. #40

    Default Re: Adding appbroker to the setup

    Hi Jeffrey,

    > At this moment, I have to make a complete full proof Setup for my H5 App,
    > including the installation of the SV AppBroker.
    > So I'm very happy that you have made the "SV_Deploy_AppBroker.sbi" script,
    > thank you again!

    You are very welcome :-)

    > Can you also please help me with this:
    > "update an existing app broker installation (stop broker, update files,
    > restart broker)."
    > I need this when my customer is already running the AppBroker, for
    > example, when I come with a new update of our H5 App, or when there is a
    > new update of the SV AppBroker.
    >
    > I don't want to use the SV Setup file of the AppBroker, because SV
    > installs the AppBroker service under SYSTEM, which gives a problem with
    > printing etc. I want to use your script for new installs, but also for
    > update installs.

    I'll have to play with this and get back to you...

    Friedrich

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
  •