alicebook12220 / cuda-waste

Automatically exported from code.google.com/p/cuda-waste
0 stars 0 forks source link

MS nuked Visual Studio setup projects with VS2012; InstallShield solution costs an arm and leg #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Microsoft has removed VS setup project support completely with VS2012.  
InstallShield is the only alternative (apparently, and recommended), but costs 
$600, as much as VS!!  We need to find an alternative setup solution that will 
work for VS2010 and VS2012.

Original issue reported on code.google.com by Ken.Dom...@gmail.com on 19 Jun 2013 at 10:47

GoogleCodeExporter commented 8 years ago
See the following notes:

http://blogs.msdn.com/b/buckh/archive/2011/03/17/visual-studio-setup-projects-vd
proj-will-not-ship-with-future-versions-of-vs.aspx

https://shop.flexerasoftware.com/en/productselect.aspx

http://wixtoolset.org/

VS/InstallShield is supposed to have an import for old VS2010 setup projects, 
but you have to install installshield--apparently--in order to do the import.  
The setup project in the VS2010 solution is f'ed, and the "singleinstall" 
solution in the VS2012 solution is for release mode.

Original comment by Ken.Dom...@gmail.com on 19 Jun 2013 at 11:09