Closed wixbot closed 8 years ago
Sorry, I should have provided more context. There is no warning or error at build time. At CA execute, a 2896 error will end up in the MSI log.
What's the error?
The DTF sample custom action uses the namespace Microsoft.Deployment.Samples.ManagedCA, and it works fine. There must be some other problem with your CA.
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
Resolving because I can't reproduce this. I think the problem must have been something unrelated to the namespace.
namespace GarbageLib { public static class InstallerCA { [CustomAction] public static ActionResult CheckPID(Session session) { return ActionResult.Success; } } }
namespace Panopto.Data { public static class InstallerCA { [CustomAction] public static ActionResult CheckPID(Session session) { return ActionResult.Success; } } }