Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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
is working on a reply...