Right. But the problem appears the sfxca is doing .net 4 activation using
deprecated APIs. A separate path will be required.
-john
On Fri, Jun 11, 2010 at 6:41 PM, Bob Arnson wrote:
> On 6/9/2010 9:04 PM, John Ketchpaw wrote:
> > Using this config file,
> >
>
> WiX v3.
7;s the 4.0 docs
for reference:
http://msdn.microsoft.com/en-us/library/dd409341(v=VS.100).aspx ... I could
help build a 4.0 correct sfxca,
-john
On Sun, Jun 6, 2010 at 9:29 AM, Rob Mensching wrote:
> I *think* DTF in WiX v3.5 supports NETFX4 now.
>
> On Fri, Jun 4, 2010 at 4:11 P
Are there plans for DTF support of .net 4? I hacked up the source and was
able to build a .net 4 version of makesfxca, but I wasn't able to get the
custom action to actually fire.
-john
On Thu, Jun 3, 2010 at 5:31 AM, Thomas Svare wrote:
> Rob,
>
> Thanks for the quick response, it is much app
:
> Could you give some more detail on this issue, I think I have come
> across the same problem but can't be sure.
>
> Neil
>
> -----Original Message-
> From: John Ketchpaw [mailto:jketch...@panopto.com]
> Sent: 31 May 2010 06:55
> To: wix-users@lists.source
We do some of our own request filtering with a module in our webapp. Is it
a deliberate choice for this to not be possible using IISExtension? In the
meantime, I'm adding it in our own custom action.
-john
--
_
ActionResult.Success;
}
}
}
It appears that some combination of makesfxca + multi-segment
namespaces are broken. Bug filed: 3007679.
-john
On Wed, May 26, 2010 at 4:51 PM, John Ketchpaw wrote:
> So I've got a strange nut I can't seem to crack.
>
> If I create a clean DLL with th
So I've got a strange nut I can't seem to crack.
If I create a clean DLL with the following, I have no problems:
namespace GarbageLib
{
public class InstallerCA
{
[CustomAction]
public static ActionResult CheckPID(Session session)
{
return ActionResult.
Looks like bug 2810139.
Also, since I'm new to this, is there a way to specify a name other
than the last node of the path? In my case, it's "Release", which I
expect will collide sooner rather than later:
ASPNetAjaxToolkit
BINDIR
-john
-
8 matches
Mail list logo