This is version 1.0.1 of the Research Information Centre Framework. Both Application and source code downloads are available.
Software Requirements:The following software needs to be installed on a machine to customize or extend Research Information Center (RIC) framework 1.0.1:
- Windows Server 2003 SP2, or Windows Server 2008 R2.
- Windows SharePoint Services 3.0
- Microsoft Office SharePoint Server 2007
- Microsoft SQL Server 2005 or 2008, Standard or Enterprise Edition
Changes in this Release:
- Code cleanup and refactoring
Build Installation Package:To build RIC.msi and Setup.exe, run the command file BuildRIC.cmd. The command file requires WiX 2.0 toolset and you need to have WiX installed before running the command.
The output is stored in the RIC\Binaries\Release folder by default.
The syntax of running the command file is
BuildRIC.cmd path-of-WiX-toolset. For example, BuildRIC.cmd c:\wix2.0