|
|
Comments and Discussions
|
|
 |

|
Hello John,
Very useful article.but i've one query.When i attach prerequisites(.NET Framework) with setup then it's ok,but when i run the setup it asks framework is not installed do u want to take it from web? that is, it does not take framework from my folder from where i want to install it.
waiting for ur reply if possible soon.
|
|
|
|

|
hi,
your code was nice.can we attach two mdf files while installimg database............
|
|
|
|

|
MSDE is really no longer supported and it is best interest to replace it with SQL 2005 Express.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
|
|
|
|

|
Is SQL Server 2005 Express free? Where can I download it? If possible I am going to create installer for it.
Thanks
|
|
|
|

|
John Kenedy S.Kom wrote: Is SQL Server 2005 Express free?
Yes, it is. Microsoft has stopped MSDE, and to my understanding, it will not work with Vista. Go to Microsoft's site and you can download it. You can also play around with the beta for SQL Server 2008/SQL 2008 Express as well.
You article is a very interesting one by the way
John Kenedy S.Kom wrote: Where can I download it?
From Microsoft's site
Update your article with SQL 2005 Express/SQL 2008, but do keep reference to MSDE, even though it is pretty much history now
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
|
|
|
|

|
Hi, thanks Paul.
I download SQL Express and just created an installer for it now and work perfectly. I have some of my problems
1. I want to install SQL Express with different instance name than default SQLExpress, but with Setup and Deployment Package from VS 2008 is impossible. So i extract the sqlexpr32.exe by using /x command line options and but the Custom Action is unable to run another msi process, and i solve it by using processstartinfo which likes this article, installing when application first start with different instancename set by programmer.
2. Second is, the RestoreBackup method I create is unable to work if backup destination and restore destination are different, and I solve it just now. I am going to write it to the next article.
3. My final goal has finally reached, to create a setup file that user just click next2 and will install .net framework, sql express and the application connect to the database, restore the app database to it, all automatically and now with SQL Express not MSDE, thanks paul.
|
|
|
|

|
Hey,
I'd do a rewrite of your post and put it in an updated version of your article. I am sure people will find it very helpful
PJC
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
|
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
|
This project enables developers to create a setup package that automatically installs MSDE and attaches database
| Type | Article |
| Licence | GPL3 |
| First Posted | 26 Jul 2008 |
| Views | 23,157 |
| Downloads | 369 |
| Bookmarked | 30 times |
|
|