Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Bob Arnson
There was a separate bug for templates: http://wixtoolset.org/issues/4093/

That's now fixed and available in WiX v3.8.1021.0.


On 21-Oct-13 13:39, Hoover, Jacob wrote:
> SHA-1: 2414f339da083a2ffaa52fe4f26868e4fe8205e0
>
> * Merge branch 'bugs_3839_4093.2' of 
> https://git01.codeplex.com/forks/bobarnso/wixdev into wix38
>
> SHA-1: da66059ce782a8b3563bc53798e8affb17ba74f9
>
> * Fix WIXBUG:3839 and WIXBUG:4093.
>
>* Add projects to build version-specific templates for VS2012 and VS2013.
>* Correct paths to native SDK libraries.
>
>
> Looks like Bob was still adding stuff, so possibly the next weekly will have 
> it.
>
> -Original Message-
> From: Christopher Painter [mailto:chr...@iswix.com]
> Sent: Monday, October 21, 2013 12:31 PM
> To: General discussion about the WiX toolset.; wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013
>
> I found the same and left a note on Bob's blog post as to such.
>
> 
>   From: "Sean Hall" 
> Sent: Monday, October 21, 2013 12:16 PM
> To: "wix-users@lists.sourceforge.net" 
> Subject: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013
>
> I'm testing out WiX 3.8 and VS 2013, and can't find the custom action 
> projects.  Here's what I did:
>
> 1.  Setup new VM with Windows 8.1.
> 2.  Install .NET 3.5 and all Windows Updates.
> 3.  Install Visual Studio 2013 Ultimate RTM.
> 4.  Install WiX 3.8.1014.0 (weekly build from 10/14).
> 5.  Open Visual Studio 2013, start creating a new project, select the Windows 
> Installer XML category.
>
> I only see the following project types: Setup Project, Merge Module Project, 
> Setup Library Project, and Bootstrapper Project.  I expected to also see: C# 
> Custom Action Project, VB Custom Action Project, and C++ Custom Action 
> Project.
>
> Does anyone see the custom action projects with WiX 3.8.1014.0 and VS 2013?
>   I tried the RC last week and the custom action projects were also missing.
>
> Sean
>
> 
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register > 
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>
>
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register > 
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-- 
sig://boB
http://joyofsetup.com/


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Christopher Painter


Cool.  His blog article seemed to say it was done but I'm guessing there's 
a distinction between votive and sdk and that if one knew that he'd predict 
the custom action projects won't be there yet. 

Either way, it let me test my latest IsWiX 2.2 on WiX 3.8 on VS 2013  stack 
so it's progress as far as I'm concerned.


 From: "Hoover, Jacob" 
Sent: Monday, October 21, 2013 12:45 PM
To: "General discussion about the WiX toolset." 

Subject: Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

SHA-1: 2414f339da083a2ffaa52fe4f26868e4fe8205e0

* Merge branch 'bugs_3839_4093.2' of 
https://git01.codeplex.com/forks/bobarnso/wixdev into wix38

SHA-1: da66059ce782a8b3563bc53798e8affb17ba74f9

* Fix WIXBUG:3839 and WIXBUG:4093.

  * Add projects to build version-specific templates for VS2012 and 
VS2013.
  * Correct paths to native SDK libraries.

Looks like Bob was still adding stuff, so possibly the next weekly will 
have it.

-Original Message-
From: Christopher Painter [mailto:chr...@iswix.com] 
Sent: Monday, October 21, 2013 12:31 PM
To: General discussion about the WiX toolset.; 
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

I found the same and left a note on Bob's blog post as to such.


 From: "Sean Hall" 
Sent: Monday, October 21, 2013 12:16 PM
To: "wix-users@lists.sourceforge.net" 
Subject: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

I'm testing out WiX 3.8 and VS 2013, and can't find the custom action 
projects.  Here's what I did:

1.  Setup new VM with Windows 8.1.
2.  Install .NET 3.5 and all Windows Updates.
3.  Install Visual Studio 2013 Ultimate RTM.
4.  Install WiX 3.8.1014.0 (weekly build from 10/14).
5.  Open Visual Studio 2013, start creating a new project, select the 
Windows Installer XML category.

I only see the following project types: Setup Project, Merge Module 
Project, Setup Library Project, and Bootstrapper Project.  I expected to 
also see: C# Custom Action Project, VB Custom Action Project, and C++ 
Custom Action Project.

Does anyone see the custom action projects with WiX 3.8.1014.0 and VS 2013? 

 I tried the RC last week and the custom action projects were also 
missing.

Sean



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
from the latest Intel processors and coprocessors. See abstracts and 
register > 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
from the latest Intel processors and coprocessors. See abstracts and 
register > 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Sean Hall
I see now that you created a bug, too (http://wixtoolset.org/issues/4154/).  
Guess I should have checked that first.
 
> From: chr...@iswix.com
> To: wix-users@lists.sourceforge.net; wix-users@lists.sourceforge.net
> Date: Mon, 21 Oct 2013 10:30:56 -0700
> Subject: Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013
> 
> I found the same and left a note on Bob's blog post as to such.
> 
> 
>  From: "Sean Hall" 
> Sent: Monday, October 21, 2013 12:16 PM
> To: "wix-users@lists.sourceforge.net" 
> Subject: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013
> 
> I'm testing out WiX 3.8 and VS 2013, and can't find the custom action 
> projects.  Here's what I did:
> 
> 1.  Setup new VM with Windows 8.1.
> 2.  Install .NET 3.5 and all Windows Updates.
> 3.  Install Visual Studio 2013 Ultimate RTM.
> 4.  Install WiX 3.8.1014.0 (weekly build from 10/14).
> 5.  Open Visual Studio 2013, start creating a new project, select the 
> Windows Installer XML category.
> 
> I only see the following project types: Setup Project, Merge Module 
> Project, Setup Library Project, and Bootstrapper Project.  I expected to 
> also see: C# Custom Action Project, VB Custom Action Project, and C++ 
> Custom Action Project.
> 
> Does anyone see the custom action projects with WiX 3.8.1014.0 and VS 2013? 
>  I tried the RC last week and the custom action projects were also 
> missing.
> 
> Sean
> 
> 
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
> from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> 
> 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Hoover, Jacob
SHA-1: 2414f339da083a2ffaa52fe4f26868e4fe8205e0

* Merge branch 'bugs_3839_4093.2' of 
https://git01.codeplex.com/forks/bobarnso/wixdev into wix38

SHA-1: da66059ce782a8b3563bc53798e8affb17ba74f9

* Fix WIXBUG:3839 and WIXBUG:4093.

  * Add projects to build version-specific templates for VS2012 and VS2013.
  * Correct paths to native SDK libraries.


Looks like Bob was still adding stuff, so possibly the next weekly will have it.

-Original Message-
From: Christopher Painter [mailto:chr...@iswix.com] 
Sent: Monday, October 21, 2013 12:31 PM
To: General discussion about the WiX toolset.; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

I found the same and left a note on Bob's blog post as to such.


 From: "Sean Hall" 
Sent: Monday, October 21, 2013 12:16 PM
To: "wix-users@lists.sourceforge.net" 
Subject: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

I'm testing out WiX 3.8 and VS 2013, and can't find the custom action projects. 
 Here's what I did:

1.  Setup new VM with Windows 8.1.
2.  Install .NET 3.5 and all Windows Updates.
3.  Install Visual Studio 2013 Ultimate RTM.
4.  Install WiX 3.8.1014.0 (weekly build from 10/14).
5.  Open Visual Studio 2013, start creating a new project, select the Windows 
Installer XML category.

I only see the following project types: Setup Project, Merge Module Project, 
Setup Library Project, and Bootstrapper Project.  I expected to also see: C# 
Custom Action Project, VB Custom Action Project, and C++ Custom Action Project.

Does anyone see the custom action projects with WiX 3.8.1014.0 and VS 2013? 
 I tried the RC last week and the custom action projects were also missing.

Sean


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register > 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register > 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Christopher Painter
I found the same and left a note on Bob's blog post as to such.


 From: "Sean Hall" 
Sent: Monday, October 21, 2013 12:16 PM
To: "wix-users@lists.sourceforge.net" 
Subject: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

I'm testing out WiX 3.8 and VS 2013, and can't find the custom action 
projects.  Here's what I did:

1.  Setup new VM with Windows 8.1.
2.  Install .NET 3.5 and all Windows Updates.
3.  Install Visual Studio 2013 Ultimate RTM.
4.  Install WiX 3.8.1014.0 (weekly build from 10/14).
5.  Open Visual Studio 2013, start creating a new project, select the 
Windows Installer XML category.

I only see the following project types: Setup Project, Merge Module 
Project, Setup Library Project, and Bootstrapper Project.  I expected to 
also see: C# Custom Action Project, VB Custom Action Project, and C++ 
Custom Action Project.

Does anyone see the custom action projects with WiX 3.8.1014.0 and VS 2013? 
 I tried the RC last week and the custom action projects were also 
missing.

Sean


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Sean Hall
I'm testing out WiX 3.8 and VS 2013, and can't find the custom action projects. 
 Here's what I did:
 
1.  Setup new VM with Windows 8.1.
2.  Install .NET 3.5 and all Windows Updates.
3.  Install Visual Studio 2013 Ultimate RTM.
4.  Install WiX 3.8.1014.0 (weekly build from 10/14).
5.  Open Visual Studio 2013, start creating a new project, select the Windows 
Installer XML category.
 
I only see the following project types: Setup Project, Merge Module Project, 
Setup Library Project, and Bootstrapper Project.  I expected to also see: C# 
Custom Action Project, VB Custom Action Project, and C++ Custom Action Project.
 
Does anyone see the custom action projects with WiX 3.8.1014.0 and VS 2013?  I 
tried the RC last week and the custom action projects were also missing.
 
Sean
  
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users