Hi,
Recently we began having strange issues on user machines immediately after our application was installed that seemed to have nothing to do with our application. We discovered that our install package was putting two 32-bit files in the System32 folder on 64 bit machines. When I built our installer I got these files from the Nuget folder under the solution folder:
\packages\MapSuiteDependency-MicrosoftVisualCRunTime100.10.5.0\MoveToWindowsDirectory\System32
All of the files in this folder should be 64-bit, but two of them are 32-bit:
mscvp110.dll
msvcr110.dll
Just letting you know so you can make the correction.
Thanks!
Steve