473,383 Members | 1,813 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

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

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.
Nov 18 '05 #1
1 1153
Recently, InstallShield had delivered a guidelines for building an installation package, it's very useful, go to http://www.installshield.com and download it. Hope this help.

Tiendq,
ti**@tienonsoftware.com

"top teach" <hu*******@hotmail.com> wrote in message news:OY**************@TK2MSFTNGP09.phx.gbl...
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.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ralph | last post by:
I used to have Visual Basic .net std. 2003 installed on WinXP SP1A. But I found it too hard to upgrade WinXP to SP2. Now, I do have WinXP SP2 installed, but I am having problems installing...
0
by: Ben Fitzgerald | last post by:
Hi, I've built apache under a temp dir so I can package and install it, which I have done. I also have built and installed perl this way. Now I'm trying to build mod_perl under a temp...
0
by: Yannick | last post by:
Hi, I'm Julien from France, We have recently install a new Web Server for my company The server is composed : - Linux RedHat RHEL4 U4 - Httpd-2.0.52-27.ent - Oracle Database 10.2.0.1
17
by: Harry George | last post by:
....at least around here. I run a corporate Open Source Software Toolkit, which makes hundreds of libraries and apps available to thousands of technical employees. The rules are that a) a very...
3
by: Gary | last post by:
I am trying to create a setup application using C# that should install MSDE 2000 on the client machine. I googled a little but couldn't find a specific answer. Any pointers on how this can be...
8
by: Alexander Llew Wykel | last post by:
I have a project where I load some of my assemblies dynamically, I'm using a venders product where he loads some assemblies dynamically. He loads two assemblies that both share a common name;...
1
by: Owen Zhang | last post by:
I am trying to build lxml package in SunOS 5.10. I got the following errors. Does anybody know why? $ python setup.py build Building lxml version 2.1. NOTE: Trying to build without Cython,...
15
by: Kurda Yon | last post by:
Hi, I try to "build" and "install" pysqlite? After I type "python setup.py build" I get a lot of error messages? The first error is "src/ connection.h:33:21: error: sqlite3.h: No such file or...
1
by: dorandoran | last post by:
I created an MSI package and it works great. However, the source code aren't compiled. They show up row in the test web server. This is No No in our environment. Are there any steps that I am missing...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.