Re: [WiX-users] wrapping compiled c#.net into MSI

2010-03-08 Thread Blair
When writing managed code custom actions it is recommended to use DTF which is part of the WiX toolset. -Original Message- From: Mike Mike [mailto:wixawar...@hotmail.com] Sent: Saturday, March 06, 2010 9:05 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] wrapping compiled c#.n

Re: [WiX-users] wrapping compiled c#.net into MSI

2010-03-06 Thread Bartony
Figured it out -downloaded Wix 3.0 -Wix 3.0 installed templates in Visual Studio 2008 -used these templates to create CA.dll in c# -used regular Wix CA actions to call CA dll and dll entry point -tested good ty -- View this message in context: http://n2.nabble.com/wrapping-compiled-c-net-