Copied to clipboard

Flag this post as spam?

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


  • pnr 131 posts 226 karma points
    Jun 16, 2010 @ 10:11
    pnr
    0

    Problem with PackageActionsContrib and Uninstall

    With help from Dirk De Grave and Richard Soeteman I succeed creating a table using the PackageActionsContrib using the command install. Now I want to delete the table when uninstalling, but it isn't working.

    I have created an action just after my create action (that is working perfect) Like this:

    <Action runat="uninstall" alias="ExecuteSql"><![CDATA[DROP TABLE [dbo].[diskcaching]]]></Action>

    I have also tried to uninstall without removing the PackageActionsContrib, but it is still not working...

    By the way, what is happing if there ar more packages that is using PackageActionsContrib, and one of them is uninstalled, then it will remove the PackageActionsContrib as default?

    Thanks in advance...

Please Sign in or register to post replies

Write your reply to:

Draft