Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: SetupBuilder 2019, Remote Deploy, and more...

  1. #11

    Default Re: SetupBuilder 2019, Remote Deploy, and more...

    Bill,

    > Where or how can I add an "Auto Close" to my application?

    As far as I know, here is a template in Clarion that handles it for you. It
    processes the "gently close" event.

    Friedrich

  2. #12

    Default Re: SetupBuilder 2019, Remote Deploy, and more...

    Here's some more Russ art. I created this with my app, using ImageEx.


    https://www.youtube.com/watch?v=twF9...ature=youtu.be

    Jeff Slarve
    www.jssoftware.com

    Ones and Zeros are my Heroes

  3. #13

    Default Re: SetupBuilder 2019, Remote Deploy, and more...

    > Here's some more Russ art. I created this with my app, using ImageEx.
    >
    >
    > https://www.youtube.com/watch?v=twF9...ature=youtu.be

    That's double cool!

    .... and way cooler than Shawn<g>.

    :-)

    Charles

    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds

    cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)

    www.learnh5fast.com - Master building web and mobile apps with Clarion H5!
    www.clarionproseries.com - ProDocument, ImageEx, ProScan, ProImage, ProPath
    and other Clarion developer tools!
    www.seal-soft.com - The xProduct Clarion templates - xWordCOM, xToolTip,
    xDataBackup Manager and more!
    www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
    www.setupcast.com - "A revolutionary new publishing system for software
    developers - enhanced for SetupBuilder users!"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms - Now with PNG support!
    www.fotokiss.com - "World's Best Auction Photo Editor"
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    -------------------------------------------------------------------------------------------------------

  4. #14

    Default Re: SetupBuilder 2019, Remote Deploy, and more...

    Friedrich,

    >SetupBuilder Remote Deploy lets you do mass remote installations in
    >Workgroups and Domains - even if Windows User Account Control (UAC) is
    >enabled. The "SetupBuilder Remote Deploy Client", with the optional help of
    >the "SetupBuilder Remote Deploy Administrator" (written in Clarion), pushes
    >a remote-enabled SetupBuilder 10 install image from a Windows computer ("the
    >server") over to the Windows clients ("the workstations") and performs an
    >unattended software installation, update, or uninstallation.

    what is the differnce to running a SetupBuilder installer in silent mode?

    This is what I do at the moment:

    I have one huge installer to deploy a project, consisting of a SOAP-Server, a
    Windows-client and a data-folder, all on one machine on the LAN (the server).
    This tool runs on Hospital-LANs, likely disconnected from the Internet.
    That client-program is meant to be accessible to the client-machines via
    Desktop.LNK. That means, that the client-program will be updated with the next
    huge installer. None of the client-machines are involved. The usual
    approach.

    However, this client-program might be run on machine outside the LAN even over
    the Internet. That means, those external Client-machines are out of tune after
    the next huge deployment. My solution so far is to make the Client always the
    Server ask for the recent version-number at program start. If there is a new
    one, the client signals the user with a MESSAGE(), that an update is in
    waiting. It then downloads a ZIP-file from the local server, extracts it and
    then CHAIN()s a self-written Clarion-program, that replaces the old client with
    the new one. This is actually unzipping a second ZIP, which replaces the
    existing files. Finally CHAIN()s the new Client and all is good. I have
    deployed 7zip for this process.

    My advantage is, that the Client-program does not need an installation. There
    is an installer, but it also could be done just by copying directory manually.
    Therefore just an automated replacement by my own hidden installer does the
    job.

    My plan for the xmas-holidays was to replace that ZIP-stuff with a silent
    SetupBuilder installation. At least I understood from one of your postings that
    this sould be possible to achieve with the existing version. That would do the
    same, but I could forgo the use of 7zip.

    So..... what is the difference between such a silent SB-installer now and this
    new whizkid?

    Asks the other Wolfgang



    Regards,
    Wolfgang Orth
    www.odata.de

    Please note:
    From time to time it happens, that I overlook a reply to my postings.
    Please don't be angry.
    In case of an emergency, try to contact me via mail.

    Bitte beachten:
    Von Zeit zu Zeit passiert es mir, dass ich Antworten auf meine Postings übersehe.
    Bitte nicht böse sein.
    Im Notfall bitte Kontakt per Mail versuchen.

  5. #15

    Default Re: SetupBuilder 2019, Remote Deploy, and more...

    Hi Friedrich

    Glad to report that the new Remote Deploy technology of Lindersoft is
    working FUNtastically great.

    Done numerous tests without any glitches or issues. Friedrich is
    progressively deploying more features within this technology, like
    retrieving information of the "Workstation" computers, so that you can
    determine if the "Workstation" meets or exceeds the requirement
    specifications before installation etc.

    It is just AWESOME to see several computers all of a sudden having a
    short-cut to your application appear on the desktop.
    It is also just as easy to remove an application from a Workstation.

    Thanks to Friedrich for allowing me to have a say and be part
    Lindersoft's Remote Deploying technology.

    I cannot wait for the final product.

    Wolfgang Kirsch
    www.intelligent-monitoring.com

  6. #16

    Default Re: SetupBuilder 2019, Remote Deploy, and more...

    Friedrich,
    Found it CleanCloseDownLocal(ABC), only problem I'm currenly using
    the Clarion Chain (legacy).

    Thanks
    Bill Rollins

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
  •