Search:

Type: Posts; User: timbojones

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    10,014

    Re: Can I get the version number from a file?

    It would be a very cool feature if the SB version field could reference one of the files in the installation, and automatically get the installer version number from the version resource of that file.
  2. Replies
    11
    Views
    15,790

    Re: Decompression error #8

    Sorry for not responding to this earlier; I don't think I received a notice that you had responded, and the monolithic workaround fixed our problem well enough. I will gather those files together...
  3. Replies
    11
    Views
    15,790

    Re: Decompression error #8

    With 100mb volumes, it failed even earlier, on audio_g.pig.

    With 10mb volumes, it fails on the first large file.

    Looks like the commonality in all these cases is the switch from...
  4. Replies
    11
    Views
    15,790

    Re: Decompression error #8

    That just moved the error to another file: audio_v.pig, which would precede avatarstatic.pig if I hadn't pulled avatarstatic to the front.

    It looks like I'm hitting some kind of cumulative size...
  5. Replies
    11
    Views
    15,790

    Re: Decompression error #8

    It works fine in an installer by itself. Will it still be at all helpful to have a copy of it? Right now I'm trying a full package with this particular file singled out, moved to the front, and...
  6. Replies
    11
    Views
    15,790

    Decompression error #8

    This is an urgent issue.

    I'm testing a disc-based installer to send to one of our contacts in Asia. It's been a while since we've needed to build an installer to be burned to disc. I keep...
  7. Replies
    3
    Views
    7,963

    Re: Multiple installers, same product

    That's why I love SB. Whenever I run into a missing feature I need "it's in the next release"!
  8. Replies
    3
    Views
    7,963

    Multiple installers, same product

    Right now I have 3 installers for our product:
    "Beta" - currently our main project, for internet distribution
    "Test" - a parallel installation, for dedicated beta testers to pound on the very...
  9. Replies
    1
    Views
    8,487

    CPU feature flags

    One of our middleware providers has started requiring SSE support on the processor to run their code. I'm having trouble figuring out how to find this information through SetupBuilder to detect...
  10. Replies
    1
    Views
    7,677

    Wizard Auto Break

    I saw on the news forum that "Wizard Auto Break" is deprecated. I verify this in projects converted from SB5; the Wizard Auto Break line displays a warning but compilation succeeds.

    New SB6...
  11. Replies
    3
    Views
    9,719

    Re: Winver reporting wrong version?

    I already know that this user is getting %WINVER% == $WIN_95$, based on the error message he gets ("Windows 95 not supported") and the stage of installation that he reached.


    If %WINVER% Equals...
  12. Replies
    3
    Views
    9,719

    Winver reporting wrong version?

    I have a user who reports that when running our installer, he got a message that Windows 95 is not supported. This message is most likely coming from rt_vc2005redist_x86.sbi. But this user is not...
  13. Replies
    8
    Views
    14,711

    Re: Installer icon

    Fascinating. So as I understand it, there's no set limit: it's based on available memory, past usage and memory fragmentation.

    Given that, is there any way to tell SetupBuilder "Make the .exe as...
  14. Replies
    8
    Views
    14,711

    Re: Installer icon

    Nope, but it explains. ;)

    Do you happen to know the cutoff value where this becomes an issue? I can easily span across images just under that size, as I'm actually distributing all these files...
  15. Replies
    8
    Views
    14,711

    Installer icon

    When I build a monolithic or web installer, the .exe has a nice looking icon with a disc in front of a monitor with an open box off to the side.

    When I build the same project as distributed across...
  16. Replies
    1
    Views
    7,125

    Re: WebUpdate & install directory

    Note this issue applies to all projects, not just to WebUpdate projects.

    This was easy to fix, once I thought of it, by doing


    Set Variable %_SB_INSTALLDIR% to ScriptItem->Detect Previous...
  17. Replies
    1
    Views
    7,125

    WebUpdate & install directory

    Repro steps:

    1. Create a webupdate installer. Deploy to a website.
    2. Run the installer. Change the default installation directory; install to e.g. C:\test
    3. Change the installer's version...
  18. Replies
    0
    Views
    6,535

    Web update file diffs

    Running 2 WebUpdate installer projects on the same set of files gives me an image which is almost exactly the same. To save upload bandwidth, I'd like to just upload one set of WebUpdate files and...
  19. Replies
    1
    Views
    10,410

    Decompression error #-200

    One of our users is received a decompression error during installation:


    Now, Thumbs.db should not be in the installer, and it will be removed in the next release. But for various reasons, we...
  20. Re: Installer Style bitmaps turn white if read-only

    Also, as long as I'm on the topic of read-only, it would be very nice if the auto-save feature on scripts (when selecting another script or compiling) would detect that a script is read-only, with...
  21. Installer Style bitmaps turn white if read-only

    Whenever I check my top & side graphics into source control, subsequent builds of the installer display pure white instead of the bitmap I expect.

    Manually setting either of these files to...
  22. Re: Include scripts in IDE do not update correctly

    Welcome! Anything I can do to help improve a great product!
  23. Replies
    1
    Views
    6,940

    Merge modules

    In http://www.lindersoft.com/forums/showpost.php?p=5571&postcount=3 announcing SetupBuilder 5.5 you said "The next SetupBuilder version comes with the MSM merge module compiler." I presume by next...
  24. Include scripts in IDE do not update correctly

    Repro steps:

    Add an #include script line. Point it at whatever include script you like.
    Edit the #include script item. Change it to a different include script.

    Expected result:

    The old...
  25. #include script cannot reference path relative to project

    Repro steps:

    Create c:\p4\installer\project\foo.sb5
    Create c:\p4\installer\bar.sbi
    Open foo.sb5
    Add an #include script... line
    Set the path to ..\bar.sbi
    -or-
    Set the path to...
Results 1 to 25 of 65
Page 1 of 3 1 2 3