Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Linder SetupBuilder

  1. #1

    Default Linder SetupBuilder

    Hi all
    We are using Linder SetupBuilder to create installation of our software.
    Part of our software is created in C++ and C# and the code in the C# part is
    using components not available in .NET Framework 3

    Problem one is that many of our users are using WIndows XP and therfore
    Framework 4 is out of the question
    Problem two is that Setup Builder from Linder has not suport for FW3.5.
    Atleast I cannot see it... I can set the SetupBuilder to require FW3.5, but
    not ship the pre-requisits for it.

    Any help here would be much appreciated..

    regards
    Ole

  2. #2

    Default Re: Linder SetupBuilder

    Ole,

    > We are using Linder SetupBuilder to create installation of our software.
    > Part of our software is created in C++ and C# and the code in the C# part
    > is using components not available in .NET Framework 3
    >
    > Problem one is that many of our users are using WIndows XP and therfore
    > Framework 4 is out of the question
    > Problem two is that Setup Builder from Linder has not suport for FW3.5.
    > Atleast I cannot see it... I can set the SetupBuilder to require FW3.5,
    > but not ship the pre-requisits for it.
    >
    > Any help here would be much appreciated..

    You can ship whatever you want with SetupBuilder!

    There is no Core PreRequisite for the NET Framework 3.5 in SetupBuilder
    because it is a hefty 200MB redistributable, that's all. Of course, you
    can deploy it with SetupBuilder if you want. No problem at all!

    Just download it from the Microsoft web site and install it from your
    install.

    http://download.microsoft.com/downlo...dotnetfx35.exe

    Does this help?

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    SetupBuilder is Windows 7 installation -- "point. click. ship"

    -- Official Comodo Code Signing and SSL Certificate Partner

  3. #3

    Default Re: Linder SetupBuilder

    Does this mean that we have to study your scripting engine etc. etc. ;-)

    The way we use this software is:
    1. Create Project
    2. Add our EXE's and DLL's
    3. Configure prereqs.
    4. Compile Setup.EXE
    5. Ship Program

    as simple as that....

    Roger Sundmyr

  4. #4

    Default Re: Linder SetupBuilder

    > Does this mean that we have to study your scripting engine etc. etc. ;-)
    >
    > The way we use this software is:
    > 1. Create Project
    > 2. Add our EXE's and DLL's
    > 3. Configure prereqs.
    > 4. Compile Setup.EXE
    > 5. Ship Program
    >
    > as simple as that....

    Hehehe ;-) SetupBuilder comes with a "point-and-click" setup script
    language. Very easy to use, and it gives you the ultimate power and
    flexibility.

    There are more than 10,000 redistributables available for all kind of
    Windows versions and 3rd-party components. It would be impossible for us to
    develop a Core PreRequisite for all available redistributable packages. A
    "Core PreRequisite" is nothing more than the original redistributable file
    (e.g. .NET Framework) and a runtime include script (.sbi). The SetupScript
    language allows you to develop your own deployment logic to support all
    available redistributables.

    But I think we can simply modify the .NET Framework 3 runtime include script
    to install 3.5. We'll try to check it this weekend. You can already
    download the 200MB redist from Microsoft.

    Friedrich

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    SetupBuilder is Windows 7 installation -- "point. click. ship"

    -- Official Comodo Code Signing and SSL Certificate Partner

  5. #5

    Default Re: Linder SetupBuilder

    BTW, the size of the .NET Framework 3.5 SP1 redistributable is 231MB.

    http://download.microsoft.com/downlo...dotnetfx35.exe

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    SetupBuilder is Windows 7 installation -- "point. click. ship"

    -- Official Comodo Code Signing and SSL Certificate Partner

  6. #6

    Default Re: Linder SetupBuilder

    Out of curiosity, why is framework 4 out of the question with XP?
    MS Studio installed it here with no complaints...

    Thanks
    Ben Morehouse

  7. #7

    Default Re: Linder SetupBuilder

    > Out of curiosity, why is framework 4 out of the question with XP?
    > MS Studio installed it here with no complaints...

    Perhaps they have only XP SP2 machines. The .NET Framework 4 requirement
    for XP is Service Pack 3.

    Friedrich

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    SetupBuilder is Windows 7 installation -- "point. click. ship"

    -- Official Comodo Code Signing and SSL Certificate Partner

  8. #8

    Default Re: Linder SetupBuilder

    Ole,

    > We are using Linder SetupBuilder to create installation of our software.
    > Part of our software is created in C++ and C# and the code in the C# part
    > is using components not available in .NET Framework 3
    >
    > Problem one is that many of our users are using WIndows XP and therfore
    > Framework 4 is out of the question
    > Problem two is that Setup Builder from Linder has not suport for FW3.5.
    > Atleast I cannot see it... I can set the SetupBuilder to require FW3.5,
    > but not ship the pre-requisits for it.
    >
    > Any help here would be much appreciated..

    We have a .NET Framework 3.5 SP1 runtime include script for SetupBuilder 7
    available now. We'll test it over the weekend on different machines.

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    SetupBuilder is Windows 7 installation -- "point. click. ship"

    -- Official Comodo Code Signing and SSL Certificate Partner

  9. #9

    Default Re: Linder SetupBuilder

    > We have a .NET Framework 3.5 SP1 runtime include script for SetupBuilder 7
    > available now. We'll test it over the weekend on different machines.

    Works fine. We'll make the include script available soon.

    Friedrich

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    SetupBuilder is Windows 7 installation -- "point. click. ship"

    -- Official Comodo Code Signing and SSL Certificate Partner
    Attached Images Attached Images    

  10. #10

    Default Re: Linder SetupBuilder

    Hi Friedrich,

    > But I think we can simply modify the .NET Framework 3 runtime include script
    > to install 3.5. We'll try to check it this weekend. You can already
    > download the 200MB redist from Microsoft.

    One nifty thing in VS2010 (and I think also 2008, not sure) is that you can
    create MSI files with it and specify the prerequisite, including the .NET
    framework. VS2010 automatically checks .NET 4.0 which I didn't realize
    until I created an install (for msm merge modules to be included in a SB
    install and it started downloading .NET 4.0 Not the best solution, but
    if Ole has VS2010 hi might give it a whirl and see if it works

    Best regards,

    --
    Arnór Baldvinsson - Icetips Alta LLC
    Port Angeles, Washington
    www.icetips.com - www.buildautomator.com - www.altawebworks.com

    Icetips product subscriptions at http://www.icetips.com/subscribe.php

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
  •