The following is a list of utilities that may be useful when installing the .NET StockTrader Application. These utilities can be found in the setup_utilities/Util folder

Certificates

Filename

Description

BSLClient.pfx

This is the certificate for the Business Service

OPSHost.pfx

This is the certificate for the Order Processing Service

stocktraderpfxfile.pfx

This is the certificate for the Trade Web Client

Scripts

Filename

Description

AuthorizeWcfServices.bat

This script creates a URL Reservation in the network configuration and grants permission to the Certificates this allows the WCF services to be run without elevated priveleges. This script requires the download and installation of the Windows Resource Kit

installevents.cmd

Used to create an EventSource in the EventLog. This is not currently used by the .NET StockTrader application, but may be used in the future.

installevents64.cmd

Same as installevents.cmd for an x64 Environment

installnewevent.cmd

Used to create an EventSource in the EventLog. This is not currently used by the .NET StockTrader application, but may be used in the future.

installnewevent64.cmd

Same as installnewevent.cmd for an x64 Environment

runappcmd.cmd

This script is used to enable the WCF ports on the Trade Web Client

servicemodelreg.cmd

If you install ASP after .NET 3.5 you may need to run this script to setup the ASP.NET correctly to work with WCF

servicemodelreg64.cmd

Same as servicemodelreg.cmd for an x64 Environment

* These scripts are meant to be used as a guide. Users should be comfortable troubleshooting them on their own.

Misc

Filename

Description

SampleMakeCertificateWithPrivateKey_Commands.txt

This file contains the commands need to create the certificate. Use this as a guide if you need to create certificates for your own application.