mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
61 lines
2.7 KiB
HTML
61 lines
2.7 KiB
HTML
<%@ Page Language="VB" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<script runat="server">
|
|
|
|
</script>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
|
|
<h3>
|
|
Prerequisites</h3>
|
|
<ul>
|
|
<li>All User Kit prerequisites - See web site</li>
|
|
<li>(Optional) Team Foundation Client<ul>
|
|
<li>This can be found on your Visual Studio 2008 installation media under TFCClient
|
|
folder. It is best to install this before installing Visual Studio 2008 SP1. If
|
|
you do not wish to use the integrated source control, you can use the SVN bridge
|
|
instead.<ul>
|
|
<li>(Free) If you are using the integrated TFS client you will also need the
|
|
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=CF13EA45-D17B-4EDC-8E6C-6C5B208EC54D&displaylang=en">
|
|
Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for
|
|
Team Foundation Server 2010</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>If using Express, you can use the
|
|
<a href="http://cosmos.codeplex.com/SourceControl/list/changesets">SVN bridge</a>,
|
|
or one of the many TFS standalone clients available at CodePlex.</li>
|
|
</ul>
|
|
</li>
|
|
<li>(Free) <a href="http://www.jrsoftware.org/isdl.php#qsp">InnoSetup QuickStart Kit</a><ul>
|
|
<li>This is required to build the setup kit which is used to build and instal the
|
|
Visual Studio integration libaries for Cosmos</li>
|
|
<li>During install it will ask you about optional components to install. Leave them
|
|
all checked.</li>
|
|
</ul>
|
|
</li>
|
|
<li>(Free)
|
|
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=59ec6ec3-4273-48a3-ba25-dc925a45584d&displaylang=en">
|
|
Visual Studio 2008 SDK version 1.1</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
</form>
|
|
<h3>
|
|
Installation</h3>
|
|
<ul>
|
|
<li>Get source from <a href="http://Cosmos.Codeplex.com">CodePlex</a>.</li>
|
|
<li>Run /build/VSIP/install.bat with admin privileges</li>
|
|
<li>Run /build/VSIP/install.bat AGAIN with admin privileges</li>
|
|
</ul>
|
|
<p>
|
|
</p>
|
|
</body>
|
|
</html>
|