how can i build the install package with dotnetframework and msde?

T

top teach

hello everybody:
how can i build this package like below:
1. It should be an .MSI package that can be installed on a Windows XP Pro PC
with IIS preinstalled.
2. If the PC was not installed with .Net 1.1, the package will install it.
3. The package will install SQL Server Desktop Editioin engine.
4. The package will install a database named MOT(Monument Order Tracker)
with one table named "order" with:
CREATE TABLE order
(
order_id INT NOT NULL,
order_number INT NOT NULL,
description VARCHAR(100) NULL,
status VARCHAR(15) NULL
)
5. The ASP.NET application contains only one page: order_list.aspx. It lists
all records in the table order.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top