MapWindow / MapWindow5

MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.
290 stars 100 forks source link

Silent installer issue for MapWindow5 #17

Closed pnrthomp closed 4 years ago

pnrthomp commented 7 years ago

Hi,

I'm trying to perform a silent installation for MapWindow-v5.1.1.0-Win32.exe and it runs into an issue. The Visual C++ Redistributable (x86) - 12.0.30501 will pop up looking for user input.

After troubleshooting the installer I found that the Visual C++ Redistributable (x86) - 12.0.30501 that is executed uses the option of /qb . This option is no longer used for this installer. For it to work as intended, the options are /passive or /quiet.

Could the installer command line be updated to use /passive or /quiet instead?

Thanks.

pmeems commented 7 years ago

Thanks for catching this. I've created https://mapwindow.atlassian.net/browse/MW5CORE-202 for this and will modify it before the next release.

pmeems commented 4 years ago

This was already fixed in v5.2