KernelCAD Documentation

DInsight Home
Skip Navigation Links.
Start page
Quick Start
Installation
Overview of the software
What is new
Collapse KernelCAD ModelsKernelCAD Models
Collapse KernelCAD ComponentsKernelCAD Components
KernelCAD Control
KernelCAD .NET Control
Methods and Properties
Menu
Model Explorer
Birds Eye View
Programming
Direct User Access
Direct Operations
Interface Queries
Printing Support
Data Types
Modes of KernelCAD Control
DIObjectGenerator class
Properties
FlatObjectArray Poperty
Context
64 bit development
Dual Mode
Initialisation Context
Overlay Editor
Memory Management
Input validation
Collapse Advanced functionalityAdvanced functionality
Collapse InterfacesInterfaces
Alphabetical list
I3DGrid
I3DBugger
I3Dpt
IAxiBase
IAxis
IBoolSection
IBoolSectionEx
IBoundary
IColor
IConstraint
IData
IDiffSurface_KC
IDIFont
IDraw
IDrawUtil
IDraw2
IElem
IElement
IKCLine
ILightSource
ILocation
ILocationEx
IMaterial
IMetrics
IMetrics2
IModel
IModel2
IModelEx
IPatch
IKCPathCollisionDetector
IProfiles
IPropertyArray
IPropertyArray2
IStdShape
IStrip
ISurface
IText
ITexture
ITransform
IUnknown
Collapse Open Cascade TechnologyOpen Cascade Technology
Collapse DataData
Collapse MovementMovement
Collapse FramesFrames
Collapse Oriented ObjectsOriented Objects
Collapse SectionsSections
Collapse GeneralGeneral
Collapse Topological InterfacesTopological Interfaces
Collapse Viewing InterfacesViewing Interfaces
Collapse Lines And CurvesLines And Curves
Collapse Symmetry InterfacesSymmetry Interfaces
Collapse Clipping plane interfacesClipping plane interfaces
Collapse AlgorithmsAlgorithms
Collapse 2D Geometry2D Geometry
Collapse Programming Samples and TutorialsProgramming Samples and Tutorials
Collapse OverviewOverview
Collapse DeploymentDeployment
Collapse .NET Samples.NET Samples
Collapse C++ SamplesC++ Samples
Collapse Visual Basic SamplesVisual Basic Samples
Collapse Delphi SamplesDelphi Samples
Collapse 3D Debugger3D Debugger
Collapse DeploymentDeployment
Licensing
Model Viewer
Open C++ Source
Technical Support
Skip Navigation LinksHome Page > Programming Samples and Tutorials > Deployment
Redistribution

Redistribution

See also: Deploy Module Tutorial, WixDeploy tutorial, DeployWixBasic, Deploy Tutorial

The information below with minor changes applies to both 32 and 64 bit installations

KernelCAD components depend on a number of Dynamic Link Libraries from Microsoft and KernelCAD Runtime files. They all must be present on the target machine for the component to work. When some of the files are missing the application, which uses KernelCAD quite often will not start without any messages

Redistributing via KcRedist Merge Module

This method is simple and flexible. The merge module KcRedist_5_2_*.msm is available in a zip package from the download page http://www.dynoinsight.com/ProDown.htm. Most of  installer building software can consume Windows Installer Merege Modules. Simply add the merge module to the installer project. See how it is done in Visual Studio setup and deployment project in Deploy Module tutorial

The zip package also includes required dependencies from Microsof. They should be included in any installer along with KcRedist_5_2_*.msm

Ignoring differences in user interface Deploy Module Tutorial and WixDeploy tutorial provide a comprehennsive guide for creating installations with any installer creation software

Manually created setups

We recommend using this method only if the merge module option is not acceptable for some reason. DeployWixBasic and Deploy Tutorial are demonstrating this approach

To redistribute KernelCAD Runtime files add all content of the Bin folder of the KernelCAD installation directory, excluding .exe files, to your setup project. If your application is relatively small, consider modifying DeployWixBasic or Deploy Tutorial projects instead of manually adding the files

KernelCAD also depends on: C++ Runtime librarries and MFC library for Visual Studio 2013. It is importatnt to install this particular version of the librraies.To install the librraies use the microsoft merge modules, provided in all redistributable zip packages http://www.dynoinsight.com/ProDown.htm

This method also requires registering the installed .ocx files. See Registration for a recommended method of registration. See more in Deploy Tutorial and DeployWixBasic