I wrote an install script (.iss) which included a line to install the mapwin required files. I also didn't want the MapWindow application or the check boxes during setup. The /silent parameter did the trick. This is the line I used under the [Run] section:
Filename: "{src}\MapWinGIS-only-v4.9.3.4-Win32.EXE"; Parameters:"/silent"; StatusMsg: "Installing Map Component..."
This may give a clean enough install for your end users.
Filename: "{src}\MapWinGIS-only-v4.9.3.4-Win32.EXE"; Parameters:"/silent"; StatusMsg: "Installing Map Component..."
This may give a clean enough install for your end users.