Using FLIR Atlas redistributable |
In order to use FLIR Atlas redistributable, add the Merge Module to your setup project.
The Merge Module is found in the Redist folder under FLIR Atlas install location.
The Merge Module can be located by the environment variable FLIR_Atlas3.
Using Visual Studio syntax: $(FLIR_Atlas3)Redist\FLIR.Atlas.Image.x86.msm
Set the MergeRedirectFolder to the location where you want the binaries on the target system.
The sample code is written with the syntax used by WiX Toolset
<Feature Id="MyFeature" Description="This will install MyFeature"> <MergeRef Id="FLIR_Atlas_Image"/> </Feature> ... <Directory id="INSTALLLOCATION" name="MyInstallLocation"> <Merge id="FLIR_Atlas_Image" Language="1033" DiskId="1" SourceFile="$(env.FLIR_Atlas3)Redist\FLIR.Atlas.Image.x86.msm"/> </Direcory>
In order for FLIR Atlas SDK runtime to work, the following prerequisites need to be installed on the target system: