Re: [WiX-users] CustomAction console application in C# for WIX installer

2008-12-21 Thread Reggie Burnett
I wouldn't use the vbs CA due to problems with virus scanners On Sat, Dec 20, 2008 at 9:48 PM, siaj wrote: > Hello, > > > > I know custom Action in managed code is discouraged but to be more specific > I have a requirement of doing SharePoint specific operations like creating > groups, registerin

[WiX-users] CustomAction console application in C# for WIX installer

2008-12-20 Thread siaj
Hello, I know custom Action in managed code is discouraged but to be more specific I have a requirement of doing SharePoint specific operations like creating groups, registering eventhandlers and adding links(to name a few). I am doing it through C# Console application which is using SharePoint