You can build a Workspace Standalone SIP Endpoint ClickOnce package using Workspace Desktop Edition Deployment Manager in Console mode. This can be done by setting the attribute in the silent.xml file:
For more information,
refer to 3b. Console: Deploy the
Workspace downloadable ClickOnce package on your web server.
The following is an
example of a silent.xml file with supported
options for Workspace SIP Endpoint:
<?xml version="1.0"
encoding="windows-1250"?>
<configuration>
<ApplicationToDeploy>WorkspaceSipEndpoint</ApplicationToDeploy>
<InformationApplicationName>Workspace
SIP Endpoint</InformationApplicationName>
<InformationURL>http://WebServerHost/WorkspaceSipEndpoint</InformationURL>
<InformationPublisher>Genesys
Telecommunications Laboratories</InformationPublisher>
<DeploymentDestinationFolder>c:\inetpub\wwwroot\WorkspaceSipEndpoint</DeploymentDestinationFolder>
<SigningSignsWithProvidedCertificate>false</SigningSignsWithProvidedCertificate>
<SigningCertificateFileName></SigningCertificateFileName>
<SigningPassword></SigningPassword>
</configuration>
Post a Comment