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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.