4
edits
Changes
Created page with "OziExplorer is a GPS Mapping Software and it works with Garmin, Magellan, Lowrance, Eagle, Brunton/Silva and MLR GPS receivers for the upload/download of waypoints, routes and tr..."
OziExplorer is a GPS Mapping Software and it works with Garmin, Magellan, Lowrance, Eagle, Brunton/Silva and MLR GPS receivers for the upload/download of waypoints, routes and tracks and most brand of GPS receivers for real time tracking of GPS position (Moving Map).
The innosetup installer can be downloaded [http://www.oziexplorer.com here]
You must first record the installation parameters in a file with the command path_to\oziexp_setup.exe /SAVEINF="path_to\Inst.inf". Then this file can be used to run a silent install.
Once installed start OziExp and configure the settings which are required on the first run (language...). Go to the installation directory and copy Language.ini, LastUpdate.ini, OziExp_fra(or your language).ini to a directory in %SOFTWARE%\Ozi\PgmFiles
<source lang="xml">
<package id="OziExp" name="Ozi Explorer" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="OziExplorer 3.95"/>
<install cmd="%SOFTWARE%\Ozi\oziexp_setup.exe /SILENT /LOADINF="%SOFTWARE%\Ozi\Inst.inf""/>
<install cmd="%comspec% /C xcopy /v /s /i /e /h /c /y /q "%SOFTWARE%\Ozi\PgmFiles\*.*" "%PROGRAMFILES%\OziExplorer\""/>
<upgrade cmd=""%ProgramFiles%\OziExplorer\unins000.exe" /SILENT"/>
<upgrade cmd="%comspec% /C rd /S /Q "%PROGRAMFILES%\OziExplorer""/>
<upgrade cmd="%SOFTWARE%\Ozi\oziexp_setup.exe /SILENT /LOADINF="%SOFTWARE%\Ozi\Inst.inf""/>
<upgrade cmd="%comspec% /C xcopy /v /s /i /e /h /c /y /q "%SOFTWARE%\Ozi\PgmFiles\*.*" "%PROGRAMFILES%\OziExplorer\""/>
<remove cmd=""%ProgramFiles%\OziExplorer\unins000.exe" /SILENT"/>
<remove cmd="%comspec% /C rd /S /Q "%PROGRAMFILES%\OziExplorer""/>
</package>
</source>
If you work in a multiuser environment, your users must have write access to %PROGRAMFILES%\OziExplorer
[[Category:Silent_Installers]]
The innosetup installer can be downloaded [http://www.oziexplorer.com here]
You must first record the installation parameters in a file with the command path_to\oziexp_setup.exe /SAVEINF="path_to\Inst.inf". Then this file can be used to run a silent install.
Once installed start OziExp and configure the settings which are required on the first run (language...). Go to the installation directory and copy Language.ini, LastUpdate.ini, OziExp_fra(or your language).ini to a directory in %SOFTWARE%\Ozi\PgmFiles
<source lang="xml">
<package id="OziExp" name="Ozi Explorer" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="OziExplorer 3.95"/>
<install cmd="%SOFTWARE%\Ozi\oziexp_setup.exe /SILENT /LOADINF="%SOFTWARE%\Ozi\Inst.inf""/>
<install cmd="%comspec% /C xcopy /v /s /i /e /h /c /y /q "%SOFTWARE%\Ozi\PgmFiles\*.*" "%PROGRAMFILES%\OziExplorer\""/>
<upgrade cmd=""%ProgramFiles%\OziExplorer\unins000.exe" /SILENT"/>
<upgrade cmd="%comspec% /C rd /S /Q "%PROGRAMFILES%\OziExplorer""/>
<upgrade cmd="%SOFTWARE%\Ozi\oziexp_setup.exe /SILENT /LOADINF="%SOFTWARE%\Ozi\Inst.inf""/>
<upgrade cmd="%comspec% /C xcopy /v /s /i /e /h /c /y /q "%SOFTWARE%\Ozi\PgmFiles\*.*" "%PROGRAMFILES%\OziExplorer\""/>
<remove cmd=""%ProgramFiles%\OziExplorer\unins000.exe" /SILENT"/>
<remove cmd="%comspec% /C rd /S /Q "%PROGRAMFILES%\OziExplorer""/>
</package>
</source>
If you work in a multiuser environment, your users must have write access to %PROGRAMFILES%\OziExplorer
[[Category:Silent_Installers]]