Ractiv / touch_plus_source_code

Source code for Ractiv Touch+ Software
Other
36 stars 14 forks source link

windows installer msvcr120.dll and msvcp120.dll for x64 and msvcr110.dll and msvcp110.dll for x32 #15

Open touchhope opened 9 years ago

touchhope commented 9 years ago

While cleaning my win 10 x64 from any redistributable of vs and also vs_isoshell to be naked like a non code junkie as Xavier said (and i think most of the future users are non code junkie !), i was able to produce a running error from the installer itself saying msvcr120.dll and msvcp120.dll are not found ! I have had to reinstall vs_isoshell to fix this issue !

So i think you will have to be careful when generating the new windows installer because all the users don't have the these two runtime dll and i wonder if it's possible to have it running on a win 10 x32 with the right msvcr110.dll and msvcp110.dll ?

I've tried it on an old ASUS pc running win 10 x32 build 10240 and the installer runs well but software can't run because of the lack of the two dll msvcr110.dll and msvcp110.dll missing. After installing vs_isoshell, it says msvcr110.dll and msvcp110.dll are not in the good version !

touchhope commented 9 years ago

Because i've lost start menu on my migrated win 7 x64 to win 10 x64, i run the re-initialization of windows 10 x64 family from the iso dvd, and you know what ? On a naked re-initialized win 10 x64, both msvcr120.dll and msvcp120.dll, but also msvcr110.dll and msvcp110.dll are missing when trying to run the Touch+ Software after running the installer !

But unfortunately my video driver has been wipe out and the resolution isn't big enough to get click button on vs_isoshell.exe and i had to run it from the command line in silent mode !

I suppose updating menu won't work anymore too now i've re-initialized my windows but it's too late this evening, i'll see that tomorrow !

touchhope commented 9 years ago

I confirm that, on a naked win 10 x64 re-initialized from the dvd, though the installer did run, when trying to run the software, it says msvcr110.dll and msvcp110.dll missing !

I don't understand why sometimes, in other contexts of win OS x32 oy x64, it talks about msvcr120.dll and msvcp120.dll.

So i think the new windows installer must integrate the four dll to be fully compliant !

Because re-installing vs_isoshell.exe in silent mode on a SD screen resolution from the command line didn't resolve the issue, i sadly now can't run the build under my ex win 7 x64 and under my ACER R7 win 10 x64 the updater doen't work anymore !

I won't be able to test the next build ! :(

sheley1998 commented 9 years ago

Thanks for the help man! I'm traveling to Singapore today to work with Corey on resolving the remaining issues. Will keep you updated.

On Tue, Aug 4, 2015 at 12:29 PM, touchhope notifications@github.com wrote:

I confirm that, on a naked win 10 x64 re-initialized from the dvd, though the installer did run, when trying to run the software, it says msvcr110.dll and msvcp110.dll missing ! I don't understand why sometimes, in other contexts of win OS x32 oy x64, it talks about msvcr120.dll and msvcp120.dll. So i think the new windows installer must integrate the four dll to be fully compliant ! Because re-installing vs_isoshell.exe in silent mode on a SD screen resolution from the command line didn't resolve the issue, i sadly now can't run the build under my ex win 7 x64 and under my ACER R7 win 10 x64 the updater doen't work anymore !

I won't be able to test the next build ! :(

Reply to this email directly or view it on GitHub: https://github.com/Ractiv/touch_plus_source_code/issues/15#issuecomment-127473503

touchhope commented 9 years ago

On my Packard Bell EasyNote Butterfly Touch, with win 10 x64 re-initialized from the dvd, to get msvcr110.dll and msvcp110.dll missing and run the software, after unsuccessfully trying vs_isoshell.exe runtime, i've just resolved the issue by installing Visual Studio Community 2015 !

So on that computer, the Ractiv updater still work but the same under my ACER R7 win 10 x64 don't fix the updater issue however !