Search:

Type: Posts; User: meercat

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Re: Version check of remote file prior to Download

    Hi Friedrich,

    I believe that a HTTP HEAD request instead of a HTTP GET request would read the HTTP headers only.

    From there, according to the W3 Standard...


    the Last-Modified entity-header...
  2. Version check of remote file prior to Download

    Hi,

    Is it possible to perform a version check of a HTTP hosted file prior to downloading it?

    With the "Install File" function, support is provided for version checking.

    With the "Download...
  3. Just upgraded to 7.6.3576.0 and getting GEN1055 on Install File

    I have just upgraded to 7.6.3576.0 and am getting GEN1055 (File not Found or Locked) on Install File.

    This has always worked. The file is not locked, I can rename it without issue. The folder is...
  4. Re: Update for Windows Vista (KB977165) Causes Installer to Crash on Install Files

    Hi Friedrich,

    Just to make things problematic, it was on Vista Business 32 bit.

    It seemed to affect Setup Builder as well as there were a number of GPF's while it was in place. Is there...
  5. Update for Windows Vista (KB977165) Causes Installer to Crash on Install Files

    Hi,

    When the above Windows hotfix is installed, my installer fails on an Install Files line. I uninstalled the hotfix and it the installer works again. Has this happened to others? Is there a work...
  6. Thread: Folder List

    by meercat
    Replies
    9
    Views
    12,633

    Re: Folder List

    Hi,
    This is the version:
  7. Thread: Folder List

    by meercat
    Replies
    9
    Views
    12,633

    Re: Folder List

    Hi Friedrich,

    What I meant was that during debugging, in the list of runtime variables, the %_SB_ERRORCODE% is displayed 3 times, as in: (attached screenshot)
    Also, writing a DLL to return a list...
  8. Thread: Folder List

    by meercat
    Replies
    9
    Views
    12,633

    Re: Folder List

    While trying to track down the non-return of the Load File List function, I noticed 3 runtime variable entries for %_SB_ERRORCODE%. The first one returned -1 and the other two 0, which one do I...
  9. Thread: Folder List

    by meercat
    Replies
    9
    Views
    12,633

    Re: Folder List

    Hello,

    Is this question so obviously stupid that it deserves no reply or do SetupBuilders take their Christmas Holidays so seriously that they're not available to reply?

    In any case, as a...
  10. Thread: Folder List

    by meercat
    Replies
    9
    Views
    12,633

    Folder List

    Hello,

    I am unsure as to how to return a list of folders for a given directory in SetupBuilder Developer.

    If someone knows the appropriate technique, I would appreciate their guidance.
    ...
  11. Replies
    6
    Views
    8,852

    Re: Install File return codes

    ok, thanks, that will work.
  12. Replies
    6
    Views
    8,852

    Re: Install File return codes

    After a bit more testing, and I am not 100% sure of this, but would appreciate your comment, it seems that %_SB_ERRORCODE% returns 0 if the file copied successfully or there is no need for the file...
  13. Replies
    6
    Views
    8,852

    Re: Install File return codes

    thanks
  14. Replies
    6
    Views
    8,852

    Install File return codes

    Hello,

    I am trying to determine if an install file command has executed and the file installed/replaced, based on the CRC upgrade check.

    I see that the %_SB_ERRORCODE% return code is...
  15. Replies
    4
    Views
    7,335

    Re: Yet Another Updater Question

    Using the latest version of SB. I built the latest version of the full installer script, compiled it and it built (let's call this 1.2). No problems. I then created a new Web Update Project, gave it...
  16. Replies
    4
    Views
    7,335

    Yet Another Updater Question

    Like many people here, I am struggling with the concepts and practicalities of the updating process. And like many, I am impressed with the effort that goes to helping those in need.

    I too want to...
  17. Re: Digital Signature Key Dialog popping up during build

    Thanks, I'll follow it up.
  18. Re: Digital Signature not disabling when requested

    Great response, thanks Frederick, just the process I needed (but didn't know about).
  19. Digital Signature Key Dialog popping up during build

    Why does the Digital Signature Key Dialog have to pop up during a build, when the values seem to be pasted in there by a macro??

    This is problematic when you are trying to do other work and are...
  20. Digital Signature not disabling when requested

    We are using the code signing successfully, but find that once you have entered the details, when you set Project Settings > Digital Signature to "No Digital Signature" it still insists on...
  21. Replies
    5
    Views
    9,118

    Re: Handle File Listing issue

    I have worked around it using another means, so I'll have to leave it here.
  22. Replies
    5
    Views
    9,118

    Re: Handle File Listing issue

    I followed the example in the help text and it was in that that the strange results occurred.
  23. Thread: Error Codes

    by meercat
    Replies
    3
    Views
    8,415

    Re: Error Codes

    If I wanted to program the installer, surely I would have bought C++, etc. The Error Code should return a consistent value so that debugging, which is difficult to do given that the debugger does not...
  24. Thread: Error Codes

    by meercat
    Replies
    3
    Views
    8,415

    Error Codes

    Hi,

    Is there a reason that the value returned by %_SB_ERRORCODE% is sometimes 0 on success and other times NOT 0?

    Having this change from one function to another makes reading the code very...
  25. Replies
    5
    Views
    9,118

    Handle File Listing issue

    I am using this function to return a list of files "*.mmd" but I have noticed that in processing the list with the Handle File Listing function, as I want to return the full path and filename it...
Results 1 to 25 of 35
Page 1 of 2 1 2