![]() |
|
|
Your Complete Property Information source |
|
How to install QuickMap silently without any user interaction QuickMap is normally installed by running setup off Disk 1, followed by Disk 2. However larger organisactions may choose to install QuickMap automatically via a login script. The instructions below describe how QuickMap may be installed automatically for individual users via a login script. Step 1 - Setup the server
|
|
Ongoing software updates The software update can be updated silently with the command AutoUpgrade\setup.exe /silent
|
|
Silent uninstall Quickmap may also be uninstalled silently. Normally uninstall will run Utility\UninstallQMap.exe which displays this form:
To prevent this form being displayed, you must create a file called uninstallqmap.txt in the same folder as uninstallqmap.exe. This txt file and exe are located in the Utility folder. The txt file may contain a list of folders you want the uninstall to remove if you wish. Below is a sample bat file for uninstalling Quickmap silently; @echo
off ::Script
to uninstall Quickmap ::This
script will silenly uninstall quickmap from the following locations ::
C:\Program Files\QMap ::
C:\Program Files (x86)\QMap ::
C:\QMap ::If
you have quickmap installed in another location please upate the
existingQMPath ::variable
to the appropriate location ::initialise
variables
set
existingQMPath=%ProgramFiles(x86)%\Qmap ::uninstall
existing versions of quickmap
::Find
existing Quickmap Path
if
exist
"%existingQMPath%\Utility\UninstallQMap.exe"
goto
createUninstallQMapTXT
set
existingQMPath=%ProgramFiles%\Qmap
if
exist
"%existingQMPath%\Utility\UninstallQMap.exe"
goto
createUninstallQMapTXT
set
existingQMPath=C:\Qmap
if
exist
"%existingQMPath%\Utility\UninstallQMap.exe"
goto
createUninstallQMapTXT
::Existing
QMap not in common locations or not installed -> Skip uninstall
goto
quickMapNotFound
:createUninstallQMapTXT Echo
%existingQMPath%>"%existingQMPath%\Utility\UninstallQMap.txt"
::uninstall
quickmap
Start
/wait "Remove Existing Quickmap Install" MsiExec.exe
/X{5E68BB57-D012-4AD5-ABA6-242B5DDB2643} /qn /norestart
::cleanup
leftover files and folders
RD
"%existingQMPath%\Utility"
RD
"%existingQMPath%"
goto
end :quickmapNotFound Echo
Quickmap was not found in the common default locations, if you echo
have quickmap installed in another location please alter the echo
existingQMPath variable to include that location. :END
|
| Contact Us |
|
QuickMap provides up-to-date Mapping and property information throughout New Zealand. |
|