Results 1 to 8 of 8

Thread: Web Deployment Questions

  1. #1

    Default Web Deployment Questions

    Good afternoon,

    We have everything working with the exception of integrating the wupdate/wucheck with our application (clarion based).

    We do see the wupdate.exe and when run (file manager) it does update the application.

    We DO NOT see a wcheck.exe installed and can't find where do I tell SB to generate the wucheck.exe

    I'm guessing that once we have a wucheck.exe we can integrate.

    Let me know ... thanks

    Jan K. van Dalen

  2. #2

    Default Re: Web Deployment Questions

    Hi Jan,

    On 1/2/2019 11:27 AM, Jan K. van Dalen wrote:
    > We DO NOT see a wcheck.exe installed and can't find where do I tell SB
    > to generate the wucheck.exe

    I believe it comes as a source project - you just compile it. In fact I
    have both WUpdate.spb and WUCheck.spb that I compile as part of one of
    my client projects.

    I found these files in my "c:\Program Files\Lindersoft\SetupBuilder 10
    Developer\Redist\1033" folder:

    wucheck.sbp
    wucheck_ssl.sbp
    wupdate.sbp
    wupdate_ssl.sbp

    So I'd just copy it/them/all to a folder where you can compile them and
    you should be good to go

    Best regards,

    --
    Arnor Baldvinsson
    Icetips Alta LLC


    ---
    This email has been checked for viruses by AVG.
    https://www.avg.com

  3. #3

    Default Re: Web Deployment Questions

    Arnor, thanks ... was able to get it going by editing the scrip logic (editor).

    Now I need to figure out how to call it from inside the .exe and exit if necessary.

    Jan K. van Dalen

  4. #4

    Default Re: Web Deployment Questions

    Hi Jan,

    On 1/2/2019 17:07 PM, Jan K. van Dalen wrote:
    > Arnor, thanks ... was able to get it going by editing the scrip logic
    > (editor).
    >
    > Now I need to figure out how to call it from inside the .exe and exit
    > if necessary.

    This is the code I use in Build Automator. I have just one program,
    autoupdate.exe - a modified wupdate - that I use to both check for
    update and update:

    I first call autoupdate.exe with /C /S to check silently for an update.Â
    If it returns 1, then I know it found an update and then I run the
    autoupdate.exe without any parameters and use HALT() to terminate the
    program. In the autoupdate.exe as the last thing to do is to start the
    Build Automator again. This way the user starts the update, then BA
    shuts itself down and then the update starts BA again when it's done.

    Best regards,

    --
    Arnor Baldvinsson
    Icetips Alta LLC
    Attached Images Attached Images  

  5. #5

    Default Re: Web Deployment Questions

    Hi Jan,

    >
    > We DO NOT see a wcheck.exe installed and can't find where do I tell SB to
    > generate the wucheck.exe
    >

    Please see the attached screenshot. In the latest SetupBuilder version,
    there is a new "Install Web Check Client..." script function to handle it.

    Friedrich
    Attached Images Attached Images  

  6. #6

    Default Re: Web Deployment Questions

    Thanks Friedrich ... yes I was able to deduct by looking at the documentation (although was not 100% clear). The confusion was that wupdate.exe is
    added when selecting some "checkboxes" ... we were looking for a similar functionality for wucheck.exe

    Jan K. van Dalen

  7. #7

    Default Re: Web Deployment Questions

    Thanks Arnor, very helpful.

    Are you renaming wupdate.exe to autopdate.exe?

    Jan K. van Dalen

  8. #8

    Default Re: Web Deployment Questions

    Hi Jan,

    On 1/3/2019 09:02 AM, Jan K. van Dalen wrote:
    > Thanks Arnor, very helpful.
    >
    > Are you renaming wupdate.exe to autopdate.exe?

    Yes, I wanted a unique name just in case. Since you have the source,
    it's pretty easy. I just copied it to my BA deployment folder so I
    could modify it without mucking up the default one. The negative is
    that if Friedrich changes things I have to update mine as well.

    Best regards,

    --
    Arnor Baldvinsson
    Icetips Alta LLC

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
  •