Home All Groups Group Topic Archive Search About

Convert Component Services Exported MSI to a merge module

Author
13 May 2005 11:10 PM
Lauren
I have serveral in house components that run in component services on a
server.  I export a msi package to make a proxy for the clients to use.
Does anyone know if I can convert them to a merge module to include in the
apps install package.  I tried using Orca but it didn't make a functional
merge module, and I haven't been able to find anything online.  I am using
VB6 and VS Installer.

Thanks for any help
Lauren

Author
13 May 2005 11:39 PM
MikeD
"Lauren" <lburr@No_Spammm_huntair.com> wrote in message
news:ujmulDBWFHA.1200@TK2MSFTNGP14.phx.gbl...
> I have serveral in house components that run in component services on a
> server.  I export a msi package to make a proxy for the clients to use.
> Does anyone know if I can convert them to a merge module to include in the
> apps install package.  I tried using Orca but it didn't make a functional
> merge module, and I haven't been able to find anything online.  I am using
> VB6 and VS Installer.

VSI supports creation of merge modules.  Just choose " Empty Merge Module"
under "Visual Studio Installer Projects" in the New Project dialog box. Add
the file(s) you want included in the merge module, set a few properties on
how to install the file(s), etc., and build it.  I do this all the time for
my own DLLs and OCXs.

I don't know if VSI supports configuring the files for component services,
though. But if you've managed to do this for an MSI, then you should be able
to do it for a merge module as well.

For more information, consult VSI's Help.

--
Mike
Microsoft MVP Visual Basic
Author
13 May 2005 11:44 PM
Lauren
Thanks.   I have done this for including my own support files.  I am using
the msi file created when you export from component services.  I don't know
how to build one of those from scratch.

Thanks
Lauren
Show quote
"MikeD" <nob***@nowhere.edu> wrote in message
news:ONLqMUBWFHA.2128@TK2MSFTNGP15.phx.gbl...
>
> "Lauren" <lburr@No_Spammm_huntair.com> wrote in message
> news:ujmulDBWFHA.1200@TK2MSFTNGP14.phx.gbl...
> > I have serveral in house components that run in component services on a
> > server.  I export a msi package to make a proxy for the clients to use.
> > Does anyone know if I can convert them to a merge module to include in
the
> > apps install package.  I tried using Orca but it didn't make a
functional
> > merge module, and I haven't been able to find anything online.  I am
using
> > VB6 and VS Installer.
>
> VSI supports creation of merge modules.  Just choose " Empty Merge Module"
> under "Visual Studio Installer Projects" in the New Project dialog box.
Add
> the file(s) you want included in the merge module, set a few properties on
> how to install the file(s), etc., and build it.  I do this all the time
for
> my own DLLs and OCXs.
>
> I don't know if VSI supports configuring the files for component services,
> though. But if you've managed to do this for an MSI, then you should be
able
> to do it for a merge module as well.
>
> For more information, consult VSI's Help.
>
> --
> Mike
> Microsoft MVP Visual Basic
>
>

AddThis Social Bookmark Button