PDA

View Full Version : Need to "Package" MSI Components



NewsArchive
08-22-2021, 03:23 AM
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

NewsArchive
08-22-2021, 03:23 AM
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

NewsArchive
08-22-2021, 03:24 AM
> 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

NewsArchive
08-22-2021, 03:24 AM
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

NewsArchive
08-22-2021, 03:25 AM
Thanks..

Paul MacFarlane