Copied to clipboard

Flag this post as spam?

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


  • dimi309 245 posts 579 karma points
    Jun 16, 2013 @ 06:49
    dimi309
    0

    Indicate in package.xml that a .dll should not be deleted when uninstalling a package

    Hi everyone!

    I am building a package with msbuild. In package.xml, I indicate where a .dll should be placed when installing the package, using something like this:

    <umbPackage>
     <files>
        <file>
          <guid>Newtonsoft.Json.dll</guid>
          <orgPath>/bin</orgPath>
          <orgName>Newtonsoft.Json.dll</orgName>
        </file>
    ...

    Does anybody know if I can put something there that instructs the system not to remove the .dll when the package gets unintstalled?

    Thanks!

    Dimitri

     

Please Sign in or register to post replies

Write your reply to:

Draft