Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Richard Soeteman 4035 posts 12842 karma points MVP
    Mar 03, 2009 @ 15:14
    Richard Soeteman
    0

    Package Actions Contrib project

    http://packageactioncontrib.codeplex.com/

    This morning I've released a new project on Codeplex called Package Actions Contrib. This project will contain several (currently one) Package actions that you can use during the install process of your package. For more info read this post.

    Hope you like it.

    Cheers,

    Richard

  • Sa 118 posts 152 karma points
    Nov 06, 2009 @ 12:56
    Sa
    0

    Hi richard.,

    if can post code example as how to use ipackage interface?

    Thank you

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Nov 06, 2009 @ 13:36
    Dirk De Grave
    0

    Sam,

     

    I've explained that already in your previous post a few days ago. And you can always have a look at the code for the existing package actions in the contrib project

     

    Hope this helps.

    Regards,

    /Dirk

  • Sa 118 posts 152 karma points
    Nov 11, 2009 @ 06:43
    Sa
    0

    is there any packageaction for adding entry into umbracoUser2app table?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Nov 11, 2009 @ 08:07
    Dirk De Grave
    0

    Yes, there is, ExecuteSql can be used for that. A sample:

    <Action runat="install" undo="false" alias="ExecuteSql"><![CDATA[CREATE TABLE tmp (   [ClientCategoryId] [int] IDENTITY(1,1) NOT NULL)]]></Action>

    Hope this helps.

     

    Regards,

    /Dirk

     

  • Sa 118 posts 152 karma points
    Nov 11, 2009 @ 11:51
    Sa
    0

    it tried to use insert statement ,it  is not working. does it get conflict if using vistadb instead of sqlserver2005

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Nov 11, 2009 @ 14:10
    Dirk De Grave
    0

    Probably, I don't know how vista db handles create table statements. 

    Btw, this is just an example, you should replace the create table statement with your own, which should insert an entry into the umbracoUser2App table.

     

    Hope this helps.

    Regards,

    /Dirk

  • Sa 118 posts 152 karma points
    Nov 11, 2009 @ 14:12
    Sa
    0

    yes Dirk ., i do tried that :-)

Please Sign in or register to post replies

Write your reply to:

Draft