Hi
I am develop website
it is convert to web setup project
when i am click install it is automatic create virtual directory and create database
one function working fine (virtual directory created fine) but db create i got error
i am collect source file in
http://www.codeproject.com/KB/install/sqlscriptinstall.aspx?fid=169586&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=1081665
http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx
and i am add install.txt and uninstall.txt Properties change to "Build Action" property to "Embeded Resources".
now i am got "object refernce not set to an instance of an object"
pls help me