** WARNING: THIS INSTALLER IS STILL EXPERIMENTAL **SYSTEM REQUIREMENTS: * ASP.NET v2.0.50727
* Microsoft ASP.NET AJAX Extensions 1.0 must be installed
* Internet Information Services v6.0
* x86 - 32 bit Operating System (tested on Win2003 Server)
INSTALL: * Unzip the MP3CMS archive to: c:\Inetpub\wwwroot\music
* Run the installer file: install.hta
* Navigate to the root music folder with the browse button
* Click the 'Install' button to install
NOTES: * You can use a UNC path (e.g. \\baileyfs01\Music) if you setup permissions correctly on the share
* You can perform automated silent installs using the *.vbs or *.js scripts in the installer directory
SECURITY NOTES:The installer is written in JavaScript and can be edited in notepad. The installer will create a service account in which the website will run as.
If your music folder is on a separate machine than the web site (this is the recommended architecture) then you need to edit the JavaScript file's (install.hta) variables _userName and _password to reflect an account on the remote music server that has permission to read & write to the root music share.
If you are on a domain and your music folder is on a remote file share (recommended) then you need to edit the JavaScript variables _username and _password to reflect a domain account with permission to read & write to the remote share (e.g. <domain>\<username>). The script will fail to create the account since it already exists but the rest of the setup should complete successfully.

