/build/static/layout/Breadcrumb_cap_w.png

Context4 Healthcare Codelink

Version: 2

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 1.8k  |  Created: 11/10/2014 by: JKFischer

Average Rating: 0
Codelink has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)
0
Script

@ECHO OFF
TITLE CodeLink Standalone Install
CLS

ECHO.
ECHO     Adding Deployment Data for the Registry
ECHO     =======================================
Set CompanyName=Context4 Healthcare
Set DisplayName=CodeLink
Set DisplayVersionAPP=2.1.1.6
Set DisplayVersionDB=2.0.1.13
Set DisplayVersionUpd=2.1.1.3
Set KeyLocation="HKEY_LOCAL_MACHINE\Software\UKHC IT\SupportedPackages\%CompanyName%\%DisplayName%"
reg add %KeyLocation% /f >NUL
reg add %KeyLocation% /v DisplayVersionAPP /t REG_SZ /d "%DisplayVersionAPP%" /f >NUL
reg add %KeyLocation% /v DisplayVersionDB /t REG_SZ /d "%DisplayVersionDB%" /f >NUL
reg add %KeyLocation% /v DisplayVersionUPD /t REG_SZ /d "%DisplayVersionUpd%" /f >NUL
reg add %KeyLocation% /v InstallType /t REG_SZ /d "SCCM" /f >NUL
reg add %KeyLocation% /v InstallBegin /t REG_SZ /d "%DATE:~4% %time:~0,-3%" /f >NUL

ECHO.
ECHO     Installing Applications: %time:~0,-6%
ECHO     ==============================
ECHO      + CodeLink SQL App
msiexec /i "%~dp0CodeLinkSQLApp.msi" AgreeToLicense=YES ALLUSERS=1 /q
SET AppEL2=%errorlevel%
reg add %KeyLocation% /v SQLAppExitLvl /t REG_SZ /d "%AppEL2%" /f >NUL

ECHO      + CodeLink SQL DB
msiexec /i "%~dp0CodeLinkSQLDB.msi" AgreeToLicense=YES ALLUSERS=1 /qn
SET AppEL1=%errorlevel%
reg add %KeyLocation% /v SQLDBExitLvl /t REG_SZ /d "%AppEL1%" /f >NUL

ECHO      + CodeLink Updater
msiexec /i "%~dp0CodeLinkUpdater.msi" AgreeToLicense=YES ALLUSERS=1 /qn
SET AppEL3=%errorlevel%
reg add %KeyLocation% /v SQLUpdaterExitLvl /t REG_SZ /d "%AppEL3%" /f >NUL
ECHO      = Complete

ECHO.
ECHO     Setting Folder Permissions: %time:~0,-6%
ECHO     =================================
IF EXIST "C:\Program Files (x86)" (
  icacls "C:\Program Files (x86)\Context4 Healthcare\CodeLink" /GRANT "Interactive:(OI)(CI)F"
) ELSE (
  icacls "C:\Program Files\Context4 Healthcare\CodeLink" /GRANT "Interactive:(OI)(CI)F"
)

reg add %KeyLocation% /v InstallEnd /t REG_SZ /d "%DATE:~4% %time:~0,-3%" /f >NUL

Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Average
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Codelink

Version

2.1.1.6

Questions & Answers (0)

Questions & Answers related to Context4 Healthcare Codelink

Blogs (0)

Blog posts related to Context4 Healthcare Codelink

Reviews (0)

Reviews related to Context4 Healthcare Codelink

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ