How to create Custom action project with WIX 2.0

Posted by Venkat on Stack Overflow See other posts from Stack Overflow or by Venkat
Published on 2010-03-19T06:11:07Z Indexed on 2010/03/19 6:41 UTC
Read the original article Hit count: 333

Filed under:
|
|

Hi, I have installed WIX 2.0 (and Votive). I need to create user defined custom actions using the Custom action project. I found the custom action project template in VS2008 when WIX 3.0 is installed. Now, i couldnt find any template in VS2005 with WIX 2.0.

Can anyone plz let me know how can i create a custom action project( class with some custom action)..like this

[CustomAction] public static ActionResult InstallItem1(Session session)

I think Microsoft.WindowsInstaller and Microsoft.Deployment.WindowsInstaller are the references required (not sure) to create such methods but i couldnt find them in my machine.

© Stack Overflow or respective owner

Related posts about wix2

Related posts about wix