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  wrote:

> In order to be able to compile my CA, I changed the line:
>
> 
>
> To:
>
> 
>
> in the file: C:\Program Files
> (x86)\MSBuild\Microsoft\WiX\v3.x\wix.ca.targets
>
> I think that was all although if there is a WixTasks.dll in the above
> mentioned folder, delete it (I don't have a working machine in front of me
> at the moment so I'm not able to check.)
>
> Restart Visual Studio before you try to compile.
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-CustomActions-not-compiling-with-latest-WiX-3-6-version-tp7273033p7281769.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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:



To:



in the file: C:\Program Files
(x86)\MSBuild\Microsoft\WiX\v3.x\wix.ca.targets

I think that was all although if there is a WixTasks.dll in the above
mentioned folder, delete it (I don't have a working machine in front of me
at the moment so I'm not able to check.)

Restart Visual Studio before you try to compile.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-CustomActions-not-compiling-with-latest-WiX-3-6-version-tp7273033p7281769.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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 properties
> of the reference Version is 0.0.0.0 and Runtime Version is empty
>
> 2) for each of my CAs the following compiler error is generated:
> The "ReadRegistry" task was not found. Check the following: 1.) The name of
> the task in the project file is the same as the name of the task class. 2.)
> The task class is "public" and implements the
> Microsoft.Build.Framework.ITask interface. 3.) The task is correctly
> declared with  in the project file, or in the *.tasks files
> located in the "c:\WINNT\Microsoft.NET\Framework\v4.0.30319" directory
>
> I already tried a "Repair" installation but that doesn't change anything.
>
> (I had the same problem with version 3.6.2520.0)
>
> Best Regards
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-CustomActions-not-compiling-with-latest-WiX-3-6-version-tp7273033p7273033.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 properties
of the reference Version is 0.0.0.0 and Runtime Version is empty

2) for each of my CAs the following compiler error is generated:
The "ReadRegistry" task was not found. Check the following: 1.) The name of
the task in the project file is the same as the name of the task class. 2.)
The task class is "public" and implements the
Microsoft.Build.Framework.ITask interface. 3.) The task is correctly
declared with  in the project file, or in the *.tasks files
located in the "c:\WINNT\Microsoft.NET\Framework\v4.0.30319" directory

I already tried a "Repair" installation but that doesn't change anything.

(I had the same problem with version 3.6.2520.0)

Best Regards

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-CustomActions-not-compiling-with-latest-WiX-3-6-version-tp7273033p7273033.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users