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

    Dll execute during MSI execution(Installer)

    I created an MSI for my application and i want my dll to execute during installation of this MSI.
    How can i add my dll to MSI. I read something on ORCA but getting error.

    Can anyone help to add my dll to msi using orca.
    My dll contain a message box and registry entry

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: Dll execute during MSI execution(Installer)

    DLLs don't execute on their own (or do you mean register a COM object?)

  3. #3
    Join Date
    Jan 2005
    Location
    germany
    Posts
    160

    Re: Dll execute during MSI execution(Installer)

    check out this sample on codeproject

    http://www.codeproject.com/KB/instal...tomaction.aspx

Tags for this Thread

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