Search:

Type: Posts; User: RichBPL

Search: Search took 0.00 seconds.

  1. What is the file size limit for ZIP command in an SB Script?

    There seems to be a limit to the size of file that the ZIP command can handle.
    Trying to ZIP a text file which is 2,710,212KB results in a popup message that reads:


    This happens with versions...
  2. Missing Application Icon on Progress Window

    I am not sure about version 2019, but in Version 2023 (11.0.7684) I am not seeing an application icon on the left side of the title bar in the "Progress" window.

    I see an app icon in all the...
  3. Replies
    3
    Views
    3,037

    Re: SB_PRESERVE_BACKUPFILEEXT -Thank you!

    I cannot find a variable named “%_SB_PRESERVE_BACKUPFILEEXT” in the list of possible system defined variables in the “Variable Name” dropdown list when I insert the “Set Variable…” statement into a...
  4. Wow, just (re-)discovered "Custom" tab on Script Functions list

    The "Custom" tab on the "Script Functions" list that shows when using the "Script Editor" is fantastic.
    Maybe I knew about this time saver before, but I had forgotten about it:

    Right-click a...
  5. Replies
    4
    Views
    2,037

    Re: Compilation Error on code signing.

    The signtool would only sign one or two files at most last Friday when I tried to build with http://timestamp.comodoca.com.
    I kept doing the build until finally everything got signed.
    I will try...
  6. Re: Is there a code-signing cloud service that works easily with SB

    Nope, I do not have any of the on-site hardware that will be required by CA's after June 1, 2023 for delivering OV and EV digital certificates.
    (Receiving Digital Certs from CA's via download to...
  7. Is there a code-signing cloud service that works easily with SB

    Is there a code-signing cloud service that works easily with SB
  8. Replies
    14
    Views
    4,045

    Re: Code signing confusion

    Surely someone must know how to get past the "Your browser did not send a certification request" error?
    Seems like the problem might be:
    1) An anti-virus thing blocking I/E, or
    2) One of the many...
  9. Re: CryptoGuard detected ransomware in C:\Users\...

    My installer is code signed with a standard code certificate that your site helped me obtain from Sectigo, quite some time ago. The cert expires within 30 days.

    Do you think that every time I...
  10. CryptoGuard detected ransomware in C:\Users\...

    One of my customers gets a message like the following when running my digitally signed setup program (this message is from their log, so I don't know exactly what the on-screen message looked like.):...
  11. Re: Support “hosted” installs, ie. track multiple installation folders?

    Thanks for asking, but it would take too much time for me to do a proper video that explains the script. Especially, since we don't know what is coming out in the next release of SB. It could be...
  12. Re: Support “hosted” installs, ie. track multiple installation folders?

    Yeah, I think just giving the operator the three choices of updating: 1) all installed instances, 2) instances for one customer, 3) one instance; along with an option where they can choose to confirm...
  13. Re: Support “hosted” installs, ie. track multiple installation folders?

    Imodern1878:
    Instead of letting the operator check-mark which installed instances of my app should be updated, I decided to give them three choices when it comes to applying an update:
    1) Update a...
  14. Replies
    2
    Views
    4,100

    Re: How to use text file as source for Listbox?

    P.S.
    When reading the lines of a text file with "Handle Text File Operation" and combining the lines into a string variable, the pipe symbol does work.
    But one has to make sure the text file really...
  15. Replies
    2
    Views
    4,100

    Re: How to use text file as source for Listbox?

    SOLVED:
    This issues I had were:
    1) dealing with three different notations for line endings: a) backslash-n, b) pipe, c) cr/lf and where each one should be used.
    2) when and how to close a...
  16. Replies
    2
    Views
    4,100

    How to use text file as source for Listbox?

    How do I display lines from a text file as the source for a listbox wizard dialog?

    I have a loop that reads the text file line-by-line, but I cannot find a way to concatenate the lines into...
  17. Re: Loop to repeat install to different folders - "decompression error has been detec

    Oh, right, "Copy File" allows use of wild-cards, which I hadn't realized, so yes that could work for me along with "Rename File".

    I would "Install" to a master folder which is used only for...
  18. Re: Loop to repeat install to different folders - "decompression error has been detec

    Okay. How about if I split my script into two exe's: 1) a main one that collects the user's options in a loop and passes the options (via command line or a text file) to, 2) a second program that...
  19. Replies
    2
    Views
    3,619

    Re: Validate Installation was successful

    Before allowing the user to actually perform the install, check for "in-use" files by using SB's handy "Check In-use Folder Tree.." that is under the "General Installer Functions" category in the...
  20. Support “hosted” installs, ie. track multiple installation folders?

    My SB script is used for installing/updating multiple instances to a hosting server. Each instance is slightly different than the others. I would like to track information about each installed...
  21. Loop to repeat install to different folders - "decompression error has been detected"

    I want to allow a SB setup script to repeat part of the script, so user may install/update into various instances of "hosted" program.
    I have a LOOP that surrounds the following script sections:
    -...
  22. Re: Windows 10 Settings Apps & Features: show Publisher or Subtitle under Application

    Friedrich,
    Adding the "/pa" option to the "Signtool verify" command did allow my setup program to be successfully verified. Thanks for that link.

    But, there must still be something I am...
  23. Re: Windows 10 Settings Apps & Features: show Publisher or Subtitle under Application

    Friedrich,
    So I just tried the command "signtool verify MYINSTALLER.exe" and it returns:

    "SignTool Error: A certificate chain processed, but terminated in a root
    certificate which is not...
  24. Re: Windows 10 Settings Apps & Features: show Publisher or Subtitle under Application

    Friedrich,
    In your screen shots above, was that test done with an "EV code signing certificate?"

    My code-signing certificate was purchased as a regular code-signing certificate from Sectigo and...
  25. Windows 10 Settings Apps & Features: show Publisher or Subtitle under Application

    How do I make SetupBuilder show a subtitle under the Application Name listed in Windows 10, Settings, Apps & Features?

    A few programs display a second line of text underneath the Application Name...
Results 1 to 25 of 25