<% '--------------------------- 'Variables and Class Instantiation '--------------------------- set CLASS_cInstall = new cInstall '--------------------------- 'Actives '--------------------------- If request.Form("isapost") = "true" then 'Save Critical Settings in config text file 'This is so rest of site can operate, by picking up these settings CLASS_cInstall.SaveConfigTextFile "" 'Admin Includes file CLASS_cInstall.CreateIncludeVirtual CLASS_cInstall.s_SDDefaultValuesCommon.Item("PATH_Site")&"\admin\includes.asp", CLASS_cInstall.s_SDDefaultValuesCommon.Item("FOLDER_Install")&"/includes/includes.asp" 'Categories includes CLASS_cInstall.CreateIncludeVirtual CLASS_cInstall.s_SDDefaultValuesExtended.Item("PATH_Categories")&"\includes_category.asp","/"&CLASS_cInstall.s_SDDefaultValuesCommon.Item("FOLDER_Install")&"/category.asp" 'Link File includes (in categories directory) CLASS_cInstall.CreateIncludeVirtual CLASS_cInstall.s_SDDefaultValuesExtended.Item("PATH_Categories")&"\includes_link_detail.asp", "/"&CLASS_cInstall.s_SDDefaultValuesCommon.Item("FOLDER_Install")&"/link_detail.asp" 'Link File Favorite includes (in categories directory) CLASS_cInstall.CreateIncludeVirtual CLASS_cInstall.s_SDDefaultValuesExtended.Item("PATH_Categories")&"\includes_link_favorite.asp", "/"&CLASS_cInstall.s_SDDefaultValuesCommon.Item("FOLDER_Install")&"/link_favorite.asp" 'Link File New includes (in categories directory) CLASS_cInstall.CreateIncludeVirtual CLASS_cInstall.s_SDDefaultValuesExtended.Item("PATH_Categories")&"\includes_link_new.asp", "/"&CLASS_cInstall.s_SDDefaultValuesCommon.Item("FOLDER_Install")&"/link_new.asp" 'Categories default page CLASS_cInstall.CreateIncludeFile CLASS_cInstall.s_SDDefaultValuesExtended.Item("PATH_Categories")&"\default.asp","includes_category.asp" 'Link New default page CLASS_cInstall.CreateIncludeFile CLASS_cInstall.s_SDDefaultValuesExtended.Item("PATH_Categories")&"\link_new.asp","includes_link_new.asp" 'Link Favorite default page CLASS_cInstall.CreateIncludeFile CLASS_cInstall.s_SDDefaultValuesExtended.Item("PATH_Categories")&"\link_favorite.asp","includes_link_favorite.asp" response.Redirect("install2.asp?"&CLASS_cInstall.FormToQS) %> Installed Phase 1 <% response.End() End If '--------------------------- 'MAIN '--------------------------- %>
<%CLASS_cInstall.DatabaseSetupHTML%>
Install/Re-Install
You are seeing this because we think this is your first installation or you have chosen to re-install default settings.

Please check the below settings are correct before pressing the Install Now button.
<% '--------------------------- 'Clean Up '--------------------------- set CLASS_cInstall = nothing %>