I am installing sql server 2005 express as a pre-requisite along with my VB.net application setup.
When I run-setup, set-up starts and after 2 or 3 minutes it gives error as follows :
Component SQL Server 2005 Express Edition SP2 (x86) has failed to install with the following error message:
"The system cannot find the file specified. "
The following components failed to install:
- SQL Server 2005 Express Edition SP2 (x86)
See the setup log file located at 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\VSD339.tmp\install.log' for more information.
The last lines in INSTALL LOG FILE ARE :
Installing using command 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\VSD339.tmp\SqlExpress\sqlexpr32.exe' and parameters '-q /norebootchk /qn reboot=ReallySuppress addlocal=all instancename=SQLEXPRESS SQLAUTOSTART=1 ADDUSERASADMIN=1'
Process exited with code 2
What is the solution to this ?
Is it possible to run it really or i am doing the impossible?