|
 |
asp_web_howto thread: Creating a installation package
Message #1 by "casmur" <casmur@h...> on Fri, 23 Mar 2001 23:45:05
|
|
Hi,
I have developed a web project using Microsoft Visual InterDev 6.0. The
project contains 20 asp pages and a sql database.
I would like to know if there is way to take existing project and create
an executable installation file that the user can run from their own
individual machine. Of course, I would like to be able to created a new
site under the IIS web server directory and build the sql database via
script.
Thank you for your feeback.
cc
Message #2 by Imar Spaanjaars <Imar@S...> on Sat, 24 Mar 2001 11:25:04 +0100
|
|
Hi there,
I do not have a complete solution for you, but you might be interested in
some .vbs files that reside on your computer.
It's just a little piece of the puzzle though.
Checkout "mkw3site.vbs" for instance (found in Inetpub\Adminscripts by
default). This shows you how to use VBScript to set up a new Virtual Server.
You might be able to use this to create your own setup package.
HtH
Imar
At 11:45 PM 3/23/2001 +0000, you wrote:
>Hi,
>
>I have developed a web project using Microsoft Visual InterDev 6.0. The
>project contains 20 asp pages and a sql database.
>
>I would like to know if there is way to take existing project and create
>an executable installation file that the user can run from their own
>individual machine. Of course, I would like to be able to created a new
>site under the IIS web server directory and build the sql database via
>script.
>
>Thank you for your feeback.
>
>cc
Message #3 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Mon, 26 Mar 2001 10:47:07 +0100
|
|
Don't know about an EXE, but you can write a vbscript file that can create
the new site under IIS, and procedures that will build your database.
-----Original Message-----
From: casmur [mailto:casmur@h...]
Sent: Friday, March 23, 2001 11:45 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Creating a installation package
Hi,
I have developed a web project using Microsoft Visual InterDev 6.0. The
project contains 20 asp pages and a sql database.
I would like to know if there is way to take existing project and create
an executable installation file that the user can run from their own
individual machine. Of course, I would like to be able to created a new
site under the IIS web server directory and build the sql database via
script.
Thank you for your feeback.
cc
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
|
|
 |