c# - Got error during make a setup for win app using VS 2012 -


after finishing c# application had make installer. when want choose sql express in prerequisites section error appear :

"error 3 enable 'download prerequisites same location application' in prerequisites dialog box, must download file 'sqlexpress2008r2\sqlexpr32_x86_enu.exe' item 'sql server 2008 r2 express' local machine. more information, see http://go.microsoft.com/fwlink/?linkid=239883."

i use installer extenssion visual studio 2012.

i had same problem, though files in c:\program files (x86)\microsoft sdks\windows\v8.1a\bootstrapper\packages\sqlexpress2008r2 directory.

this worked me - not sure if it's "correct" solution did job:

i copied 2 files sqlexpr_x64_enu.exe , sqlexpr32_x86_enu.exe \en subdirectory within above path.

en subdirectory unlike of other packages. imagine different language code depending on local culture, or there possibly more one?

i have windows 7 professional visual studio 2013 (in case info relevant...)


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -