Hey Rlusian,
welcome to webservice newsgroup.
As for the how to properly redistribute the WSE components together without
own application, here are some of my understanding and suggestion:
1. Surely the prefred means is using our WSE runtime redistributable
package (we provide both ones for WSE 2.0 SP3 and WSE 3.0 release....), so
we can made a bootstrapper setup component which check the client
environment and determine whether to launch the WSE redistributable
package....
Web Services Enhancements (WSE) 2.0 SP3 for Microsoft .NET Redistributable
Runtime MSI
http://www.microsoft.com/downloads/details.aspx?familyid=8070e1de-22e1-4c78-
ab9f-07a7fcf1b6aa&displaylang=en
2. If you're wantting to manually deploy those WSE components (assemblies)
to the target machine, we should not simply xcopy them into our
application's directory (espeically for ASP.NET application since asp.net
dosn't support strong-named assembly in private bin dir...). We should
install the assemblies into GAC(the WSE redistributable package will
install them into GAC). This can make the WSE components shared to all the
application that reference it... Also, make sure your application's setup
package also including MS's EULA for the WSE components ;-)
Thanks,
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
Thread-Topic: WSE 2.0 installation questions
thread-index: AcX/gl2x7cJh2dR/Stq06DUVPKSM6Q==
X-WBNR-Posting-Host: 198.182.9.1
From: "=?Utf-8?B?cmx1c2lhbg==?=" <rlusian@nospam.nospam>
Subject: WSE 2.0 installation questions
Date: Mon, 12 Dec 2005 17:13:03 -0800
Lines: 21
Message-ID: <14E0D4F5-BB65-4121-8D3C-C228DDD3F241@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:7922
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements
We have an application which uses WSE 2.0 and which will be installed using
InstallShield. We need the WSE 2.0 installation to be handled silently
using
InstallShield, and we have a modular app which may have multiple Web
services.
I have searched the Web and found conflicting accounts of how to deploy WSE
2.0 with an application. What are the supported methods for installing a
Web
Service along with WSE 2.0?
1) install the WSE 2.0 redistributable
2) just copy the Microsoft.Web.Services2.dll to the application's directory
(i.e., xcopy install)
Which of these methods are supported? If only method 1 is supported, is
there a merge module for WSE 2.0 SP3? If not, how is this best handled
from
InstallShield?
One of our sister applications has a number of Web services, and the
installation has been problematic, with
installation/reinstallation/uninstallation issues. In the end they just
installed it with every module which involved a Web Service, even if this
meant multiple WSE installations in a single user install.