Results 1 to 1 of 1

Thread: #00005: Install MSDE 2000, reboot and continue.

Threaded View

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

    Default #00005: Install MSDE 2000, reboot and continue.

    Question:

    How to install MSDE 2000 and reboot the machine. After the reboot, launch the setup again and continue on from the same location it left off from.

    Answer:

    [ Initialize Setup ]
    ! --- Define commonly used constants ---
    #include script "Common Definitions.sbi"

    Set Variable %REBOOTED% to 0
    Set Variable %INSTALLERFILENAME% to ScriptItem->Get System Information(Installer File Name)

    If %REBOOTED% Equals "0" Then
    ! /V REBOOTED 1 to skip reboot process
    Add RegistryRunOnce Entry "%INSTALLERFILENAME% /V REBOOTED 1"

    ! Include MSDE 2000
    #include script "msde2000a.sbi"

    Reboot Computer System
    End

    Display Message Box "--- After Reboot ---\n\nExecute SQL Scripts now.\n" -- "SetupBuilder 5"
    Last edited by FAQ; 02-08-2006 at 12:43 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Reboot & Continue, but oops, media has been removed
    By LoboMgr in forum SetupBuilder 'How Do I' Questions
    Replies: 0
    Last Post: 02-28-2006, 02:40 PM
  2. #00003: How to Reboot and Continue
    By FAQ in forum SetupBuilder FAQs, Tips and Techniques
    Replies: 0
    Last Post: 01-20-2006, 04:01 AM
  3. Force reboot, continue install
    By craig.owens in forum SetupBuilder 'How Do I' Questions
    Replies: 1
    Last Post: 05-02-2005, 12:42 AM
  4. Creating a SQL Server DB & User Login via Install Process
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 04-23-2005, 07:45 AM
  5. Firebird Silent install
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 4
    Last Post: 04-19-2005, 09:39 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
  •