I am trying to install my C# application on a VMWare machine with Windows Vista, the PC is completely clean. The install works fine except for the last part, when SQL Server 2008 Express is trying to install, after that, a batch, converted to an .exe will be fired, to create the database. At that moment it says it is getting an error, I made this installer with setup and deployment in my C# application. I don't know if there is any way to see what I did wrong, so maybe one of you guys know..
Thanks in advance
EDIT:
This is the code I'am executing at the end of the install it is executed by an .exe sqlcmd -S .\SQLEXPRESS -i "script.sql"