+ Reply to Thread
Results 1 to 4 of 4

Thread: Best way to perform multiple installations of same program?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2004
    Location
    Southampton, UK
    Posts
    12

    Question Best way to perform multiple installations of same program?

    Hello,

    I have an SB4 installer that will install 2 copies of the same program in a folder structure like:

    [%INSTDIR%]\[%COMPANY1%]
    [%INSTDIR%]\[%COMPANY2%]

    The end user defines the folder names of the two installations at install time (e.g. company1 and company2 variables). I am having a go at re-doing this installer in SB5. The problems I have with this are:

    I am installing 65MB of uncompressed files into each folder. This results in a very large installer executable full of duplicate files. I am hoping there is a way I can do this where I only need to include each file once but have them install to more than one location?

    Once I have designed the installer, I am limited to 2 installations of my program. Ideally I would like to be able to install up to 5 parallel installations where I can define the number allowed in the installer somewhere

    Any ideas would be much appreciated

    Thanks,

    Jeff

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Best way to perform multiple installations of same program?

    Jeff,

    What about using the "Copy Folder Tree..." script command to copy everything from [%INSTDIR%]\[%COMPANY1%] to [%INSTDIR%]\[%COMPANY2%]

    During uninstall you have to use "Delete Folder Tree..." to remove the 2nd copy.

    Does this help?

  3. #3
    Join Date
    Oct 2004
    Location
    Southampton, UK
    Posts
    12

    Default Re: Best way to perform multiple installations of same program?

    Yeah, that's exactly what I need! Thanks

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Best way to perform multiple installations of same program?

    Jeff,

    BTW, there will be a new beta build next week to demonstrate the "uninstall scripting" feature.

    Thanks,

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Suggestion - making RUN program easier to use for URLs
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 10-05-2006, 06:27 AM
  2. Run Program Return Values - documentation
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 10-05-2006, 06:26 AM
  3. Uninstall Program Folder
    By stuartj in forum SetupBuilder 'How Do I' Questions
    Replies: 2
    Last Post: 11-04-2005, 03:30 AM
  4. Run Program
    By craig.owens in forum SetupBuilder
    Replies: 0
    Last Post: 05-08-2005, 08:04 PM
  5. SB invokes Printkey program
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 23
    Last Post: 01-22-2005, 09:00 AM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •