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

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-

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

2010-03-06 Thread Mike Mike
I read the example from the wix tutorials on how to do custom actions that are not a part of Wix. The tutorial states to use a dll and gives an example in c. Problem is I can't read c so I do not understand what is going on (vb.net and c# work for me). I created a simple dll in c# to create