Posted on: 5/7/2014 2:27:19 PM | Views : 506

I am trying to install Sql Server Express 2008 and I've been having trouble doing this simple procedure.  My problem started because I need to install Sql Server Express 2008 on drive D of my Windows 2008 Server.  I just modified the path displayed to the D: drive (as opposed to C:).  The rest of the path was untouched.  So it created this string: "D:\Program Files (x86)\Microsoft SQL Server\"  (omit the "" quotes).  Unfortunately, it did not go as planned.  The setup generated an error: "The INSTALLSHAREDDIR command line value was not specified.  This value must be specified when the INSTALLSHAREDWOWDIR command line value is specified ".  So this simple task was starting to get unnecessarily complicated.  I then specified the command line: "SQLEXPRWT_x64_ENU /INSTALLSHAREDDIR="D:\Program Files (x86)\Microsoft SQL Server\".  This produced another error: "The timestamp marker o ...

Go to the complete details ...