Error While Setting Sql Express 2012 As Prerequisite
Solution 1:
Locate the folder (for 32 bit OS)
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages\SqlExpress2012\en. (For 64 bit OS)C:\Program Files\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages\SqlExpress2012\enOpen file
package.xmlLocate
<String Name="SqlExpr32Exe">http://go.microsoft.com/fwlink/?LinkID=230852&clcid=0x409</String>. The link may vary in your copy. Copy the link and paste it in your web browser. A save file dialogue box will appear. Click on Save. After downloading the file, paste it inC:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages\SqlExpress2012\en\Locate
<String Name="SqlExpr64Exe">http://go.microsoft.com/fwlink/?LinkID=230853&clcid=0x409</String>and follow the same process as described in point 3.
Try to re-build the setup project again.
Solution 2:
I relocated SQLEXPR_x64_ENU.exe and SQLEXPR32_x86_ENU.exe to this location and fixed for me :
C:\Program Files (x86)\Microsoft Visual Studio 14.0\SDK\Bootstrapper\Packages\SqlExpress2012\en
Post a Comment for "Error While Setting Sql Express 2012 As Prerequisite"