Results 1 to 5 of 5

Thread: Need to "Package" MSI Components

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Need to "Package" MSI Components

    I have a client that has tasked me with simplifying the distribution of
    some software.

    The software was provided in a series of batch files.
    The batch files run msiexec and reference MSI (and CAB) files.

    There is also a REG file to import - which is easy in SB.

    There are 8 'components' and each component requires Admin level access.
    So I'd like to package it all as 1 EXE if possible.

    I looked at adding everything as 'support files' but before I started
    digging in I thought I'd ask....

    What's the best approach?

    Thanks,
    Paul

  2. #2

    Default Re: Need to "Package" MSI Components

    Hi Paul,

    > I looked at adding everything as 'support files' but before I started
    > digging in I thought I'd ask....
    >
    > What's the best approach?

    I have an install that installs the Crystal Reports COM component and
    some additional files. What I did was to create a MSI from it, then I
    just include the MSI in the SB install and then after my stuff has been
    installed, I run the MSI from SB. So if you are looking at keeping the
    current MSI components etc. and use SB as a "vehicle" for it, then this
    approach may help.

    Best regards,

    --
    Arnor Baldvinsson
    Icetips Alta LLC

  3. #3

    Default Re: Need to "Package" MSI Components

    > Hi Paul,
    >
    > On 8/17/2021 11:49 AM, Paul MacFarlane wrote:
    >> I looked at adding everything as 'support files' but before I started
    >> digging in I thought I'd ask....
    >>
    >> What's the best approach?
    >
    > I have an install that installs the Crystal Reports COM component and
    > some additional files. What I did was to create a MSI from it, then I
    > just include the MSI in the SB install and then after my stuff has been
    > installed, I run the MSI from SB. So if you are looking at keeping the
    > current MSI components etc. and use SB as a "vehicle" for it, then this
    > approach may help.
    >
    > Best regards,
    >

    Thanks Arnor.

    Do you 'install' the MSI onto the computer and then run it? Do you
    deleted it after?

    Paul MacFarlane

  4. #4

    Default Re: Need to "Package" MSI Components

    Hi Paul,

    >
    > Do you 'install' the MSI onto the computer and then run it? Do you
    > deleted it after?

    Yes to the first, no to the second. SB just copies the MSI to the
    install folder like all the other executables and then it runs it at the
    end.

    I could just as well delete it, but I just left it alone - this is a
    small distribution only about 40 installs or so.

    Best regards,


    --
    Arnor Baldvinsson
    Icetips Alta LLC

  5. #5

    Default Re: Need to "Package" MSI Components

    Thanks..

    Paul MacFarlane

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
  •