Thanks for that info.
"Steven Cheng[MSFT]" wrote:
> Hi Morris,
>
> As for the SQL Express BootStrapper package, it simply install an SQL
> Server express edition instance with the instance name as "SQLExpress" on
> the target machine. Thus, no matter whether there is SQL Server Full
> edition installed on the box or not, the SQL Express bootstrapper package
> just check whether there is any existing SQL server 2005 instance with
> instance name as "SQLEXPRESS" on the box, if not, it will install the SQL
> Express instance.
>
> For your scenario, if you want to do some other customized checking to
> control the installation of SQLExpress bootstrapper package, you can
> consider add some custom "install check" logic. You can refer to the
> following MSDN article for detailed info:
>
> #Authoring a Custom Bootstrapper Package for Visual Studio 2005
>
http://msdn2.microsoft.com/en-us/library/aa730839(VS.80).aspx
>
> Also, all those existing VS 2005 setup bootstrapper packages are under the
> following location(include the SQLExpress ):
>
> C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages
>
> You can simply find the SQL Express one and customize it(the xml configure
> file ot if) or copy it and build a new bootstrapper package based on it.
>
> Hope this helps. If you have any other questions on this, please feel free
> to post here.
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
>
> ==================================================
>
> Get notification to my posts through email? Please refer to
>
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif > ications.
>
>
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
>
http://msdn.microsoft.com/subscriptions/support/default.aspx. >
> ==================================================
>
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>
>
>
>
>
>
>
>
>