Re: [WiX-users] Managed CustomActions not compiling with latest WiX 3.6 version

2012-02-13 Thread Trent255
In order to be able to compile my CA, I changed the line: UsingTask TaskName=ReadRegistry AssemblyFile=$(WixTasksPath)/ To: UsingTask TaskName=ReadRegistry AssemblyFile=C:\Program Files (x86)\WiX Toolset v3.6\bin\WixTasks.dll/ in the file: C:\Program Files

Re: [WiX-users] Managed CustomActions not compiling with latest WiX 3.6 version

2012-02-13 Thread Rob Mensching
I think this is fixed in the next build. On Mon, Feb 13, 2012 at 12:19 PM, Trent255 trent...@gmail.com wrote: In order to be able to compile my CA, I changed the line: UsingTask TaskName=ReadRegistry AssemblyFile=$(WixTasksPath)/ To: UsingTask TaskName=ReadRegistry AssemblyFile=C:\Program

Re: [WiX-users] Managed CustomActions not compiling with latest WiX 3.6 version

2012-02-11 Thread Rob Mensching
I think there are bugs open on this (and maybe just fixed). If not, please file one. On Fri, Feb 10, 2012 at 7:39 AM, Kryschan christian.hennig@wincor-nixdorf.com wrote: Hello, today I upgraded from WiX 3.6 Beta to version 3.6.2603.0. Now none of my managed custom actions is compileable

[WiX-users] Managed CustomActions not compiling with latest WiX 3.6 version

2012-02-10 Thread Kryschan
Hello, today I upgraded from WiX 3.6 Beta to version 3.6.2603.0. Now none of my managed custom actions is compileable any more. There are two problems: 1) the reference to Microsoft.Deployment.WindowsInstaller seems to be ok on the first glimpse but none of it's types is available and in the