Difference between revisions of "Globalmapper"
m |
m |
||
Line 14: | Line 14: | ||
C:\Documents and Settings\Administrator>global_mapper12_setup_64bit.exe /a | C:\Documents and Settings\Administrator>global_mapper12_setup_64bit.exe /a | ||
</pre> | </pre> | ||
+ | |||
+ | Then rename the x64 MSI to be the same as the x86 MSI. This makes the install command much tidier and gets rid of the double space in the file name. | ||
<source lang="xml"> | <source lang="xml"> |
Revision as of 20:31, 12 May 2011
Global Mapper is a mapping software, with an particularly useful collection of data conversion tools amongst other benefits.
It can be downloaded here 32bit and 64bit.
The downloaded version is a feature-limited trial version. Purchasing a license key unlocks the full feature set.
The package just installs the software itself and doesn't register the licence. The licence registration info is evidently stored in the user profile and hence at a technical (not legal) level, the licence is applied to the user starting the software.
The installers are InstallShield packages, from which MSIs can be extracted by using the "admin" switch. To create the MSIs, extract them into two separate folders named "x86" and "x64" respectively:
C:\Documents and Settings\Administrator>global_mapper12_setup.exe /a C:\Documents and Settings\Administrator>global_mapper12_setup_64bit.exe /a
Then rename the x64 MSI to be the same as the x86 MSI. This makes the install command much tidier and gets rid of the double space in the file name.