Installing "SQL Server Express 2005" via ClickOnce

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Hello,

I'm having problems installing "SQL Server Express 2005" via
ClickOnce. The database does not seem to be coming over with it. I
would have thought that ClickOnce would have been smart enough to have
included in the setup strategy the database that the WPF Application
was compiled against (i.e.: via connection string in the config
file). What is the best way to include the database that you want to
have installed along with the WPF application in once ClickOnce
Deployment routine?

Thanks
Jason
 
Jason said:
I'm having problems installing "SQL Server Express 2005" via
ClickOnce. The database does not seem to be coming over with it. I
would have thought that ClickOnce would have been smart enough to have
included in the setup strategy the database that the WPF Application
was compiled against (i.e.: via connection string in the config
file). What is the best way to include the database that you want to
have installed along with the WPF application in once ClickOnce
Deployment routine?

If
http://msdn.microsoft.com/en-us/library/bb264562(SQL.90).aspx
doesn't work for you, then you could try
http://msdn.microsoft.com/en-us/library/aa983326(v=VS.90).aspx
 
Back
Top