Forum: ASP.NET Jul 20th, 2005 |
| Replies: 0 Views: 2,258 Hi, I have a program that automatically installs another program, (I made a GUI instead of using command line installation), and I would like to deploy this project.
I have it deployed, I can... |
Forum: C# Jul 7th, 2005 |
| Replies: 2 Views: 26,480 ok -- nevermind i guess. Apparently since I was opening the Net.exe the command doesnt need the "NET START" it just needs "START".....hmmm? |
Forum: C# Jul 7th, 2005 |
| Replies: 2 Views: 26,480 UPDATE:
Ok I've got the command to run the Setup.exe file. It installs MSDE fine --> now I have to (without restarting the computer) start the MSDE service. Here's what I have:
... |
Forum: C# Jul 7th, 2005 |
| Replies: 2 Views: 26,480 Hi, I've made a web application, and now I want to be able to distribute it with a copy of MSDE SP4. MSDE has to be installed via command line, and the web application takes a certain database setup.... |