Results 1 to 1 of 1

Thread: #00004: How to distribute MSDE 2000?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default #00004: How to distribute MSDE 2000?

    Question:

    How to distribute MSDE 2000?

    Answer:

    1. Download the MSDE2000A.exe file and extract it to c:\msde

    Microsoft download link:
    http://www.microsoft.com/downloads/d...displaylang=en

    2. Open SetupBuilder script -> Choose View -> Compiler Variables and set the following three compiler variables:

    [MSDE2000A_DIRECTORY] -> MSDE source folder (e.g. c:\msde)
    [MSDE2000A_INSTANCENAME] -> To install a named instance configured to use Windows Authentication Mode
    [MSDE2000A_STRONGSAPASSWORD] -> Strong password to be assigned to the sa login

    3. To install MSDE before your dialogs are displayed, add the msde2000a.sbi include script to the [Initialize Setup] section:

    #include script "msde2000a.sbi"

    4. Compile and run your installer.

    SetupBuilder Requirements:

    Developer Edition. This function is not available in the Clarion or Professional versions of the SetupBuilder Installation System.
    Last edited by FAQ; 02-13-2006 at 08:50 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. #00005: Install MSDE 2000, reboot and continue.
    By FAQ in forum SetupBuilder FAQs, Tips and Techniques
    Replies: 0
    Last Post: 01-24-2006, 01:28 AM
  2. Deploy and MSDE app
    By Unregistered in forum SetupBuilder 'How Do I' Questions
    Replies: 1
    Last Post: 05-01-2005, 05:18 PM
  3. Install MSDE
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 0
    Last Post: 02-03-2005, 02:05 AM
  4. Install MSDE
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 0
    Last Post: 02-01-2005, 02:43 AM
  5. Version 4.03 and Windows 2000
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 01-27-2005, 09:01 AM

Posting Permissions

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