Results 1 to 4 of 4

Thread: Create installationfile

  1. #1
    Join Date
    Mar 2003
    Posts
    3

    Create installationfile

    Hello Guru's!

    I'm developing an intranet-application in IIS/ASP (not .NET) with MSSQL2000. I use 'Stored Procedure' as much as possible and call theese from ASP-pages. Now my problem:

    I'd like to create an installationfile/program that can be used to install my application at costomers. I'm just an beginner, though I realize that my ASP-pages can be packaged into som install-software, but can SP's be included there also.

    I'd really be happy if someone could help me with this, and if som has an URL that tell me more.

    Hello from Sweden!

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    If you are going to install sql client on the client side Look into ISQL, OSQL utility of sql server.


    The way in my previous client we do is backup the entire database which has only database schema, procs and trigger etc with no data. we just restore the database. You can create a VB setup package which can restore the database.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  4. #4
    Join Date
    Mar 2003
    Posts
    3

    Thanks!

    I will read all that documents with great "passion".

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •