I wanted to pass on the results of a test I did today. I started with a
Win7 VM with IE10 (prereq of VS) and VS2013. I then performed the following steps: Copy Files from a VS2010/VS2012 Dev Machine to the VM: [ProgramFilesFolder]WiX Toolset v3.7\bin IncludeFile.ico LocationFile.ico ProductFile.ico ProjectFile.ico WixLibraryFile.ico sconce2010.dll votive2010.dll [ProgramFilesFolder]Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\WiX Edit the extension.vsixmanifest found in the above WiX directory and add a new section: <VisualStudio Version="12.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> <Edition>Express_All</Edition> </VisualStudio> Open VS2012 Native Tools Comand Prompt and execute: devenv /setup Results: Help About shows Windows Installer XML 3.7 and File | New Project shows all the expected project types. I created a setup project and a c# custom action project. All seemed well. I then created a C++ custom action project. Intellisense gives me squigglies saying it can't find things like WcaInitialize but when I build the project it compiles. I hope this helps. I'm going to keep refining these procedures as I find issues. Regards, Christopher Painter ISWIX, LLC [hidden email] ------------------------------------------------------------------------------ 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
I now see the SDK\VS2010 and SDK\VS2012 folders that include inc and lib
subfolders. I suspect this is where much of the work will need to be done to make VS specific libs and wired up to the version. Unless there is something else I'm missing, I'm thinking that a C++ / WiX Installer developer could make relatively short work of this. I don't think there is going to be any scary C# / VSIX work. (Knock on wood.) ---------------------------------------- From: "Christopher Painter" <[hidden email]> Sent: Thursday, September 26, 2013 2:04 PM To: [hidden email] Subject: [WiX-users] Using WiX 3.7 Votive with VS2013 RC I wanted to pass on the results of a test I did today. I started with a Win7 VM with IE10 (prereq of VS) and VS2013. I then performed the following steps: Copy Files from a VS2010/VS2012 Dev Machine to the VM: [ProgramFilesFolder]WiX Toolset v3.7\bin IncludeFile.ico LocationFile.ico ProductFile.ico ProjectFile.ico WixLibraryFile.ico sconce2010.dll votive2010.dll [ProgramFilesFolder]Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\WiX Edit the extension.vsixmanifest found in the above WiX directory and add a new section: <VisualStudio Version="12.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> <Edition>Express_All</Edition> </VisualStudio> Open VS2012 Native Tools Comand Prompt and execute: devenv /setup Results: Help About shows Windows Installer XML 3.7 and File | New Project shows all the expected project types. I created a setup project and a c# custom action project. All seemed well. I then created a C++ custom action project. Intellisense gives me squigglies saying it can't find things like WcaInitialize but when I build the project it compiles. I hope this helps. I'm going to keep refining these procedures as I find issues. Regards, Christopher Painter ISWIX, LLC [hidden email] ---------------------------------------------------------------------------- -- 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
I don't think it will be hard either. Just waiting on approval.
-- John Merryweather Cooper Build & Install Engineer -- ESA Jack Henry & Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 [hidden email] www.jackhenry.com -----Original Message----- From: Christopher Painter [mailto:[hidden email]] Sent: Thursday, September 26, 2013 2:38 PM To: General discussion for Windows Installer XML toolset.; [hidden email] Subject: Re: [WiX-users] Using WiX 3.7 Votive with VS2013 RC I now see the SDK\VS2010 and SDK\VS2012 folders that include inc and lib subfolders. I suspect this is where much of the work will need to be done to make VS specific libs and wired up to the version. Unless there is something else I'm missing, I'm thinking that a C++ / WiX Installer developer could make relatively short work of this. I don't think there is going to be any scary C# / VSIX work. (Knock on wood.) ---------------------------------------- From: "Christopher Painter" <[hidden email]> Sent: Thursday, September 26, 2013 2:04 PM To: [hidden email] Subject: [WiX-users] Using WiX 3.7 Votive with VS2013 RC I wanted to pass on the results of a test I did today. I started with a Win7 VM with IE10 (prereq of VS) and VS2013. I then performed the following steps: Copy Files from a VS2010/VS2012 Dev Machine to the VM: [ProgramFilesFolder]WiX Toolset v3.7\bin IncludeFile.ico LocationFile.ico ProductFile.ico ProjectFile.ico WixLibraryFile.ico sconce2010.dll votive2010.dll [ProgramFilesFolder]Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\WiX Edit the extension.vsixmanifest found in the above WiX directory and add a new section: <VisualStudio Version="12.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> <Edition>Express_All</Edition> </VisualStudio> Open VS2012 Native Tools Comand Prompt and execute: devenv /setup Results: Help About shows Windows Installer XML 3.7 and File | New Project shows all the expected project types. I created a setup project and a c# custom action project. All seemed well. I then created a C++ custom action project. Intellisense gives me squigglies saying it can't find things like WcaInitialize but when I build the project it compiles. I hope this helps. I'm going to keep refining these procedures as I find issues. Regards, Christopher Painter ISWIX, LLC [hidden email] ---------------------------------------------------------------------------- -- 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. ------------------------------------------------------------------------------ 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
In reply to this post by Christopher Painter-2
Cool. Let me know if getting assignment agreements are easier now that
MSFT isn't involved. If you need any help or if you get a weekly build done that's working let me know. I need to update my ISWIX installer for 2013 also. For me it's just edit the AddIn XML to recognize the new version and wire up the project templates for the new directory structure. I've created my own customized Setup and Merge Module project types that make creating a buildable installer in 3 easy steps (convention over configuration). http://blog.iswix.com/2013/01/iswix-20130134-released.html ---------------------------------------- From: "John Cooper" <[hidden email]> Sent: Thursday, September 26, 2013 3:36 PM To: "[hidden email]" <[hidden email]>, "General discussion for Windows Installer XML toolset." <[hidden email]> Subject: RE: [WiX-users] Using WiX 3.7 Votive with VS2013 RC I don't think it will be hard either. Just waiting on approval. -- John Merryweather Cooper Build & Install Engineer -- ESA Jack Henry & Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 [hidden email] www.jackhenry.com -----Original Message----- From: Christopher Painter [mailto:[hidden email]] Sent: Thursday, September 26, 2013 2:38 PM To: General discussion for Windows Installer XML toolset.; [hidden email] Subject: Re: [WiX-users] Using WiX 3.7 Votive with VS2013 RC I now see the SDK\VS2010 and SDK\VS2012 folders that include inc and lib subfolders. I suspect this is where much of the work will need to be done to make VS specific libs and wired up to the version. Unless there is something else I'm missing, I'm thinking that a C++ / WiX Installer developer could make relatively short work of this. I don't think there is going to be any scary C# / VSIX work. (Knock on wood.) ---------------------------------------- From: "Christopher Painter" <[hidden email]> Sent: Thursday, September 26, 2013 2:04 PM To: [hidden email] Subject: [WiX-users] Using WiX 3.7 Votive with VS2013 RC I wanted to pass on the results of a test I did today. I started with a Win7 VM with IE10 (prereq of VS) and VS2013. I then performed the following steps: Copy Files from a VS2010/VS2012 Dev Machine to the VM: [ProgramFilesFolder]WiX Toolset v3.7\bin IncludeFile.ico LocationFile.ico ProductFile.ico ProjectFile.ico WixLibraryFile.ico sconce2010.dll votive2010.dll [ProgramFilesFolder]Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\WiX Edit the extension.vsixmanifest found in the above WiX directory and add a new section: <VisualStudio Version="12.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> <Edition>Express_All</Edition> </VisualStudio> Open VS2012 Native Tools Comand Prompt and execute: devenv /setup Results: Help About shows Windows Installer XML 3.7 and File | New Project shows all the expected project types. I created a setup project and a c# custom action project. All seemed well. I then created a C++ custom action project. Intellisense gives me squigglies saying it can't find things like WcaInitialize but when I build the project it compiles. I hope this helps. I'm going to keep refining these procedures as I find issues. Regards, Christopher Painter ISWIX, LLC [hidden email] ---------------------------------------------------------------------------- -- 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. ------------------------------------------------------------------------------ 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
Cool. The WiX toolset assignment agreement process described here:
http://wixtoolset.org/about/assignment-agreement/ On Thu, Sep 26, 2013 at 1:48 PM, Christopher Painter <[hidden email]>wrote: > Cool. Let me know if getting assignment agreements are easier now that > MSFT isn't involved. If you need any help or if you get a weekly build > done that's working let me know. I need to update my ISWIX installer for > 2013 also. For me it's just edit the AddIn XML to recognize the new > version and wire up the project templates for the new directory structure. > I've created my own customized Setup and Merge Module project types that > make creating a buildable installer in 3 easy steps (convention over > configuration). > > http://blog.iswix.com/2013/01/iswix-20130134-released.html > > ---------------------------------------- > From: "John Cooper" <[hidden email]> > Sent: Thursday, September 26, 2013 3:36 PM > To: "[hidden email]" <[hidden email]>, "General discussion for Windows > Installer XML toolset." <[hidden email]> > Subject: RE: [WiX-users] Using WiX 3.7 Votive with VS2013 RC > > I don't think it will be hard either. Just waiting on approval. > > -- > John Merryweather Cooper > Build & Install Engineer -- ESA > Jack Henry & Associates, Inc.(r) > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > [hidden email] > www.jackhenry.com > > -----Original Message----- > From: Christopher Painter [mailto:[hidden email]] > Sent: Thursday, September 26, 2013 2:38 PM > To: General discussion for Windows Installer XML toolset.; > [hidden email] > Subject: Re: [WiX-users] Using WiX 3.7 Votive with VS2013 RC > > I now see the SDK\VS2010 and SDK\VS2012 folders that include inc and lib > subfolders. I suspect this is where much of the work will need to be done > to make VS specific libs and wired up to the version. > Unless there is something else I'm missing, I'm thinking that a C++ / WiX > Installer developer could make relatively short work of this. I don't > think there is going to be any scary C# / VSIX work. (Knock on wood.) > > ---------------------------------------- > From: "Christopher Painter" <[hidden email]> > Sent: Thursday, September 26, 2013 2:04 PM > To: [hidden email] > Subject: [WiX-users] Using WiX 3.7 Votive with VS2013 RC > > I wanted to pass on the results of a test I did today. I started with a > Win7 VM with IE10 (prereq of VS) and VS2013. I then performed the > following steps: > > Copy Files from a VS2010/VS2012 Dev Machine to the VM: > > [ProgramFilesFolder]WiX Toolset v3.7\bin IncludeFile.ico LocationFile.ico > ProductFile.ico ProjectFile.ico WixLibraryFile.ico sconce2010.dll > votive2010.dll > > [ProgramFilesFolder]Microsoft Visual Studio > 11.0\Common7\IDE\Extensions\Microsoft\WiX > > Edit the extension.vsixmanifest found in the above WiX directory and add a > > > new section: > > <VisualStudio Version="12.0"> > <Edition>Ultimate</Edition> > <Edition>Premium</Edition> > <Edition>Pro</Edition> > <Edition>Express_All</Edition> > </VisualStudio> Open VS2012 Native Tools Comand Prompt and execute: > devenv /setup > > Results: > Help About shows Windows Installer XML 3.7 and File | New Project shows all > > > the expected project types. > > I created a setup project and a c# custom action project. All seemed well. > > > I then created a C++ custom action project. Intellisense gives me > squigglies saying it can't find things like WcaInitialize but when I build > > > the project it compiles. > > I hope this helps. I'm going to keep refining these procedures as I find > issues. > > Regards, > Christopher Painter > ISWIX, LLC > [hidden email] > > > ---------------------------------------------------------------------------- > > -- > 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=60133471&iu=/4140/ostg.clktrk > > > > _______________________________________________ > WiX-users mailing list > [hidden email] > 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=60133471&iu=/4140/ostg.clktrk > > > _______________________________________________ > WiX-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/wix-users > NOTICE: This electronic mail message and any files transmitted with it are > intended > exclusively for the individual or entity to which it is addressed. The > message, > together with any attachment, may contain confidential and/or privileged > information. > Any unauthorized review, use, printing, saving, copying, disclosure or > distribution > is strictly prohibited. If you have received this message in error, please > > immediately advise the sender by reply email and delete all copies. > > > > ------------------------------------------------------------------------------ > 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=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > [hidden email] > 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=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
In reply to this post by Christopher Painter-2
I followed this procedure and it worked for me. I use the older WiX v3.6 so I just copied the mentioned files over to my Visual Studio 2013.
|
In reply to this post by Christopher Painter-2
FWIW, be careful to back these changes out before doing upgrades. I don't
want to be somehow responsible for servicing issues resulting from the baseline being in a non-standard state. There is already a WiX 3.8 weekly release that supports VS2013 so these procedures should be for the most part no longer needed. ( Unless you really want to get 3.6 working on VS2013 ) ---------------------------------------- From: "djarvis8" <[hidden email]> Sent: Thursday, October 24, 2013 8:32 AM To: [hidden email] Subject: Re: [WiX-users] Using WiX 3.7 Votive with VS2013 RC I followed this procedure and it worked for me. I use the older WiX v3.6 so I just copied the mentioned files over to my Visual Studio 2013. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-WiX-3-7- Votive-with-VS2013-RC-tp7589257p7589953.html Sent from the wix-users mailing list archive at Nabble.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 [hidden email] 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=60135991&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
Free forum by Nabble | Edit this page |