wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 24 forks source link

managed CA cannot be within a deep namespace #2671

Closed wixbot closed 8 years ago

wixbot commented 14 years ago

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; } } }

Originally opened by ketchpaw from http://sourceforge.net/p/wix/bugs/2104/

wixbot commented 12 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.

wixbot commented 12 years ago

What's the error?

wixbot commented 12 years ago

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.

wixbot commented 12 years ago

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).

wixbot commented 12 years ago

Resolving because I can't reproduce this. I think the problem must have been something unrelated to the namespace.