Error on install via Click Twice Deployment

Add-in Express™ Support Service
That's what is more important than anything else

Error on install via Click Twice Deployment
MSVCR100.dll file missing during install 
Jose Castellanos




Posts: 30
Joined: 2015-08-25
Hi there, we just updated the latest version of our add in to the latest ADX for .net version.

When installing we now get an error:
(No errors during publishing, signing, etc...)


https://imgbb.com/

Any clue on how to fix this?
Jose Castellanos
Posted 18 Dec, 2018 21:05:31 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Jose,

Alas, I have little knowledge about C++ redistributables.

At https://stackoverflow.com/questions/10406807/visual-c-executable-and-missing-msvcr100d-dll, they state that D in "MSVCR100D" means Debug and that it isn't a redistributable really. If so, make sure all your DLLs are built correctly. Otherwise, you should deploy it as well.


Andrei Smolin
Add-in Express Team Leader
Posted 19 Dec, 2018 03:30:43 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Jose,

We've just found that the issue is a bug in Add-in Express! I'm sorry for the inconvenience caused to you.

In a moment, I'll send you a fix by email.


Andrei Smolin
Add-in Express Team Leader
Posted 19 Dec, 2018 04:28:07 Top
Jose Castellanos




Posts: 30
Joined: 2015-08-25
Thanks, let me try the fix. I got it via Mail! Will keep you posted.
Jose Castellanos
Posted 19 Dec, 2018 13:00:20 Top
Jose Castellanos




Posts: 30
Joined: 2015-08-25
Just updated the file I received, after clicking the unblock button. No luck, still getting the same message.
Any clue on whats going on?
Jose Castellanos
Posted 19 Dec, 2018 13:10:21 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Jose,

Try this; make sure you start VS from an elevated command prompt:

"c:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe" /updateconfiguration


Andrei Smolin
Add-in Express Team Leader
Posted 20 Dec, 2018 04:38:37 Top
Jose Castellanos




Posts: 30
Joined: 2015-08-25
I tried running that prompt on an elevated level. But VS doesnt start automatically, can you explain more that last tip?

Thanks!
Jose Castellanos
Posted 20 Dec, 2018 21:19:38 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Jose,

Please see https://msdn.microsoft.com/en-us/windows/desktop/mt718283.


Andrei Smolin
Add-in Express Team Leader
Posted 21 Dec, 2018 01:19:02 Top
Jose Castellanos




Posts: 30
Joined: 2015-08-25
Still no luck, i run the prompt and nothing happens.

Then if I try to publish again, error persists:
https://ibb.co/64BrsNY
Jose Castellanos
Posted 21 Dec, 2018 14:39:46 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Jose,

I see. devenv.exe is located in the Visual Studio folder e.g. C:\Program Files (x86)\Microsoft Visual Studio\2017\{edition}\Common7\IDE\devenv.exe.


Andrei Smolin
Add-in Express Team Leader
Posted 22 Dec, 2018 07:59:28 Top