CodeGuru Forums -
CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic Newsletters VB Forums Developer.com


Newest CodeGuru.com Articles:

  • Building Interactive UIs with ASP.NET Ajax: Rebinding Client-Side Events After a Partial Page Postback
  • Speed Up Repetitive Insert, Update, and Delete Query Statements
  • Binding Data to Silverlight 4.0 Controls Using ASP.NET MVC Framework 2.0
  • ADO.NET Data Services in the .NET Framework

  • Search CodeGuru:
     



    Go Back   CodeGuru Forums > .NET Programming > .NET Installation and Configuration Issues
    FAQ Members List Calendar Search Today's Posts Mark Forums Read

    .NET Installation and Configuration Issues Those that have the .NET can help one another out on issues like installation problems and such.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1    
    Old May 21st, 2009, 01:37 PM
    saikris2009 saikris2009 is offline
    Junior Member
     
    Join Date: May 2009
    Posts: 1
    saikris2009 is an unknown quantity at this point (<10)
    NANT MSI customaction for Installer.cs methods

    I have a .net class library which is having Installer.cs that I am trying to configure as a custom action in my build script.

    <binaries>
    <binary name="EXTDLL" value="${output.dir}LVLTExtensions.dll" />
    </binaries>

    <customactions>
    <customaction action="CA_EXT" type="1" source="EXTDLL" target="Install" />
    </customactions>

    <sequences>
    <sequence type="installexecute" action="CA_EXT" value="-1" condition="Not Installed"/>
    </sequences>
    I want to call Installer.cs methods on customaction, but when I give target as method name on Installer.cs...I am getting error message on MSI execution{ERROR: DLL required for this install to complete could not be run. Contact your support personnel or package vendor. }

    Please help me on this
    Reply With Quote
    Reply

    Bookmarks
    Go Back   CodeGuru Forums > .NET Programming > .NET Installation and Configuration Issues


    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 02:36 AM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers


    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.