- 05 Dec 2025
- 1 Minute to read
- Print
- DarkLight
CobbleConnect Overview
- Updated on 05 Dec 2025
- 1 Minute to read
- Print
- DarkLight
CobbleConnect Overview
CobbleConnect is a desktop application that can be used to assist you in utilizing your Contract Insight system.
The main components are:
1. File Uploader and Record Viewer
Requirements
| Category | Minimum Requirement |
| Operating System | Windows 10 (21H2) or Windows 11 (22H2 or newer) |
| Architecture | 64-bit (x64 only – 32-bit/x86 not supported) |
| Processor | Intel i3 / AMD Ryzen 3 or higher |
| RAM | 4 GB minimum (8 GB recommended) |
| Storage | 1 GB free space |
| Display | 1366×768 minimum (1920×1080 recommended) |
| Internet | Required for CobbleStone API access |
| Permissions | No administrator rights needed to use the app |
| Contract Insight | 22.4.1 |
.NET Framework 9.09 or higher - installer will prompt to install if not present on your machine.
TLS 1.2 or higher enabled
REST API is required.
Installation
Individual Users
Individual users can download CobbleConnect by clicking the link below:
CobbleConnect Install Instructions for IT/Administrators
This section provides technical and deployment details for IT administrators responsible for installing or distributing CobbleConnect across corporate environments.
Installer Overview
The CobbleConnect installer is built using Advanced Installer (v22.9.1). It includes all necessary runtimes packaged within the EXE to allow offline installation.
Embedded prerequisites:
• .NET Desktop Runtime 9.0.9 (x64)
• Microsoft Edge WebView2 Runtime (Evergreen x64 – offline installer)
System Requirements (IT)
| Component | Requirement |
| OS | Windows 10/11 64-bit |
| Privileges | Administrator required for installation |
| Network | Internet optional (offline prerequisites embedded) |
| Space | ~600 MB total installation size |
| Logs | Stored in C:\Temp\CobbleConnect_Test.log |
MSI Installer Link HERE
Installation Steps
1. Run 'CobbleConnect_Install.bat' as Administrator. This script installs the MSI silently, logs progress, and verifies success.
2. Or install manually using:
msiexec /i "CobbleConnect.msi" /qn /norestart ALLUSERS=1 /L*v "C:\Temp\CobbleConnect_Install.log"
3. After installation, do not launch the app elevated — users open it themselves from Start Menu.
4. Confirm:
- App folder: C:\Program Files\CobbleConnect\
- Shortcut: available for all users
- Log shows 'Installation completed successfully'
Uninstall Command
msiexec /x "CobbleConnect.msi" /qn /norestart /L*v "C:\Temp\CobbleConnect_Uninstall.log"
