CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Posts
    440

    MSI installation how to combine 2 in 1

    Hi,


    I have two spearate solutions that needs to be deployed to one machine. One solution is WEB Service and the other is NT Service. It is required, that I create one installation package for both solutions. What is the best way to deal with that issue. I use the integrated MSI deployment functionality of the Visual Studio .NET.

    Thanks
    Last edited by vin; August 2nd, 2004 at 02:02 AM.

  2. #2
    Join Date
    Feb 2000
    Posts
    440
    The approach I took is to create a merge modul for the NT service and then to add it to the setup project of the Web Service.

  3. #3
    Join Date
    Apr 2004
    Location
    Tucson, Az
    Posts
    48

    Re: MSI installation how to combine 2 in 1

    How about incorporating someone else's MSI (I only have the msi, no source, no .sln, etc) into ours? Is this possible through the use of merge modules?

    I've attempted running it from an executable that is executed as a Custom Action, but no luck yet.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured