Microsoft
Software
Hardware
Network
Question : SQl SERVER 2008 Installation Error...INSTALLSHAREDWOWDI<wbr />R
I have been trying to install SQL Server 2008 on a VPS. I get the following error just after I have chosen the features to be installed...
The INSTANCESHAREDWOWDIR command line value is not valid.......
I have searched pretty much every blog, forum, MSDN articles etc......... The only solution that worked for everyone was to run the setup from command line with the attributes:
setup.exe /action=Install /INSTALLSHAREDWOWDIR=C:\Pr
ogram Files (x86)\Microsoft SQL Server (x86) /INSTALLSHAREDDIR=C:\Progr
am Files (x86)\Microsoft SQL Server
I tried doing this but nothing seems to work. I have tried variations of the above command but nothing seems to work.
Im running Win Server 2003 64 bit
Trying to install SQl server Enterprise 64 bit.
I have reached a dead end.......
Answer : SQl SERVER 2008 Installation Error...INSTALLSHAREDWOWDI<wbr />R
You have the same path for both parameters. INSTALLSHAREDWOWDIR should point to the 32bit files like you have, but INSTALLSHAREDDIR should point to the 64bit setup files. By default, they are located here. C:\
Program Files\Microsoft SQL Server
.
Greg
Random Solutions
Code not returning result unless a breakpoint is set!
Excel macro needed to find existing text and replace with new text
should only be 3 records returning 8 in query
Check for existence of index with INFORMATION_SCHEMA?
Failed requests and Timer_ConnectionIdle in HTTPERR
MFC CString - valid IP Address ?
Resize forms using the ADHresize2k gives form FLICKER
hauppage 1212 and xbox 360. windows 7 pc
Has anyone run these scripts
Want to remove extra numerical information (zip codes, etc.) from a text file that has thousands of addresses to only leave a 10-digit phone number (area code + phone number)?