I have created a MSI Installer via VS2010 Windows Installer.
I am able to setup the C# program, and able to attach the database to SQL Server Express.
How can I remove the .ldf file in my program files and delete the DB created during attachment to the SQL Server Express when I do a uninstall of my application?
Execute DROP DATABASE command in sql.
http://msdn.microsoft.com/en-us/library/ms178613.aspx