ThinkGeo.com    |     Documentation    |     Premium Support

Merge Module Help

Hi,


It appears that I somehow need to utilize the dlls inside MapSuiteMergeModuleX86.msm in order for our projection code to work on a machine that doesn't have the licensed developer version installed.


I have a "setup" project I created via Visual Studio, and I thought I could just add that module to the "setup" project and everything would work, but it doesn't appear to work.


What is the target of the merge module?  Where does it install files?


Also, is there any documentation on these merge modules included with ThinkGeo?


Also, should I be able to just add the merge module to a Visual Studio setup project and expect the msi to install these files in the correct location?


Thanks,


Greg



Greg, 
  
 The ThinkGeo merge module allow you to deploy your application based on that.You can also have a “Setup” project created via Visual studio and add the Merge Module into project. 
  
 You can find the installed files listed below in Merge module from “C:\WINDOWS\system32”: 
  
 MapSuiteProjectionX86.dll 
 MapSuiteRasterTiffX86.dll 
 Msvcp71.dll 
 Proj4ExtensionX86.dll 
 TiffWrapperX86.dll 
 MapSuiteGeoRasterX86 (Folder Name) 
  
 I created a demo and it works fine, please make sure the Merge Module is added to “Setup” project following the steps blow: 
  
 1. Right-click the setup project. 
 2. Clieck the sub-memu “Add… -> Merge Module…” 
  
 Any question please let me know, thanks. 
  
 Johnny