Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How to setup MSSQLSERVER using bootstrapper?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
wc  
View profile  
 More options Oct 9, 12:18 pm
Newsgroups: microsoft.public.platformsdk.msi
From: wc <w...@discussions.microsoft.com>
Date: Thu, 8 Oct 2009 19:18:01 -0700
Local: Fri, Oct 9 2009 12:18 pm
Subject: How to setup MSSQLSERVER using bootstrapper?
I am using the Bootstrapper Manifest Generator to create the bootstrap
package for my software. It includes the installation of MS SQL Server
Express Edition. By default, only SQL Server (SQLEXPRESS) will be setup.
However, my software require also the SQL Server (MSSQLSERVER). How can I set
this up?

My bootstrap.proj is as following:

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <BootstrapperFile Include="Microsoft.Net.Framework.2.0">
      <ProductName>Microsoft .NET Framework 2.0</ProductName>
    </BootstrapperFile>
    <BootStrapperFile Include="Microsoft.Windows.Installer.3.1">
      <ProductName>Window Installer 3.1</ProductName>
    </BootStrapperFile>
    <BootStrapperFile Include="Microsoft.Sql.Server.Express.1.0">
      <ProductName>Microsoft SQL Server Express Edition</ProductName>
    </BootStrapperFile>
    <BootStrapperFile Include="MSXML.4.0">
      <ProductName>MSXML 4.0</ProductName>
    </BootStrapperFile>
    <BootStrapperFile Include="MSXML.4.0.KB936181">
      <ProductName>MSXML 4.0 KB936181</ProductName>
    </BootStrapperFile>
    <BootStrapperFile Include="Microsoft.Visual.C++.8.0.x86">
      <ProductName>Visual C++ Redistributable Package for VS2005
SP1</ProductName>
    </BootStrapperFile>
  </ItemGroup>

  <Target Name="Bootstrapper">
    <GenerateBootstrapper
      ApplicationFile="Setupxxx.msi"
      ApplicationName="xxx"
      BootstrapperItems="@(BootstrapperFile)"
      OutputPath=".\"
      ComponentsLocation="HomeSite"
      Culture="en"
    />
  </Target>
</Project>


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google