This version does not have an automated installer/uninstaller. You simply copy the file and folders into the right place. It is shipped with demonstration images and votes, so you can see how a comp is set up. You must have some experience with the operating system here, this is not for completely new users.
Please check you meet the following system requirements -
Windows NT, 2000 or XP (not home version) operating system. Server versions recommended.
A copy of Microsoft Access 97, 2000 or XP
Some experience with copying files, unzipping things and general PC admin
Steps to install--
Make sure IIS is installed. This is a windows component. Make sure you have administrators rights to the PC (you log on using administrators username/password) Then goto Start:Settings:Control Panel:Add Remove Programs. Click on "Add/Remove Windows Components". Make sure "Internet Information Services" is ticked (IIS). If it has not been, you will probably need your Windows CD to install. Please run windows update after install.
Backup the C:\Inetpub\wwwroot directory There are some files here you may want later.
Unzip the files and folders into the C:\Inetpub\wwwroot directory. You want to choose the option "use folder names" if you have the choice, which preserves directory information. You should see a directory for images and style, as well as quite a few .asp files in the C:\Inetpub\wwwroot directory.
Configure IIS. This step is optional but recommended. Goto Start:Programs:Administrative Tools:Internet Services Manager. Expand your PC and then right click on "Default Web Site", choose "Properties". Select the "Web Site" tab and change the connection timeout to 30 seconds.
Configure the software. This is also optional. You configure most options by editing the globals.asp file, which you can do in notepad. If you install as per these instructions you do not need to make any changes. If you put the site somewhere else, you will need to modify the connection string to match the path to the votes.mdb datafile.
Test it!
Run a web browser and type in the address of http://localhost/ You should see the web site appear. Well done! Try a test vote in the sample competition. If this works you are all set.
Steps to set up a new competition --
Create a new competition. Open the web site using http://localhost/ and use the Admin link in the footer to enter the admin screens. You need to logon using a username/password (which you find in the global.asp file). Click on the "Add New Competition" in the table. Fill in the details in the "Competition Add/Edit" form and then press save.
Create a folder called "Compxx" where xx=comp_ID, and put the images there. This needs to be created in the C:\Inetpub\wwwroot\images directory. The images can be called anything, but it's easier if they are named 01.jpg, 02.jpg etc. You can use JPG, GIF or BMP (I would not recommend BMP, it's too big). You have to have re-sized these images to thumbnail proportions in your favorite image editing software, such as photoshop. I suggest a maximum size of 100 pixels wide. I also create a sub folder called "full" and put the full sized image there, with the same name (ie 01.jpg). This is optional but strongly recommended.
Add the images to the Competition Lastly, log back onto the web site and edit the Competition, by clicking on it's entry in the competitions table. You can add the images clicking the "Add New Image" in the "Competition Images" table. Fill in the image details and then press save.
Test it!
Depending on your comp dates entered in step 1, you may or may not be able to vote straight away. These instructions may sound complicated, but are quite easy in practice.