Why don't you include the _MDR.img file in your NSIS installer (the .nsi example file in the Map Making Tutorials Part 9)
When I create a map using cpreview and cgpsmapper, CGPSmapper generates this _MDR.img file and includes it in the registry file
what version of cgpsmapper; I have a new .nsi file that has this.
i've attached a version that will include the _mdr.img file as well as if you have indexing those files (.idx) (you may have to uncomment a few lines if you don't have indexing); lines 117 to 119 are the new lines
Once you tell me what version of cgpsmapper you are using I'll decide whether to update it in the tutorial.
version 0100
free, shareware, or personal?
Does this .nsi file meet your need?
I believe it is the Pro version
That must be why; I don't think free generates those files. That .nsi will work great for you
Quote from: -Oz- on September 10, 2010, 09:47:53 PM
That must be why; I don't think free generates those files. That .nsi will work great for you
It doesn't. They are for search indexing that the feeware doesn't do.
Dan, thanks! Yes that .nsi file helps
??? I actually never had a problem with any 64 bit Windows machines until I added this NSIS code for the 64 bit machines.
It seems like it won't work on Windows 7 64bit (MapSource or Basecamp don't even recognize the installed map product)
Any ideas as to why this would occur?
It needs to install into the syswow64 or something similar. This .nsi file should recognize the x64 and place it into the appropriate reg area; did you modify it?
Here is the .nsi file that wasn't working on 64bit. I have a version7 one after seeing your example file earlier here. So I have fixed the img.idx and MDR.img, FYI