Hi all, I made a TAPI Service Provider, which in fact is a DLL. I also made an installer with NSIS software. When i try to install redistribuable files using vcredist_86.exe on a German Windows XP machine, install fails. The only error message i get is a messagebos, in which Title and text only contains: install.res.????.dll The command used to launch vcredist_x86 was: vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log"' Could anyone help me ? I did not find any help on Microsoft chat, so they told me to post on this forum. Regards, Alain
Dumb question - are you installing the German one? -- Phil Wilson "Alain" wrote in message news:eaAZb47HJHA.2156@TK2MSFTNGP05.phx.gbl... > Hi all, > > I made a TAPI Service Provider, which in fact is a DLL. I also made an > installer with NSIS software. > When i try to install redistribuable files using vcredist_86.exe on a > German Windows XP machine, install fails. The only error message i get is > a messagebos, in which Title and text only contains: install.res.????.dll > > The command used to launch vcredist_x86 was: > vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v > %temp%\vcredist_x86.log"' > > Could anyone help me ? > I did not find any help on Microsoft chat, so they told me to post on this > forum. > > Regards, > > Alain
Phil Wilson wrote : > Dumb question - are you installing the German one? Hu ? I did not find any localized version of vcredist_x86. However, it seems that the vcredist_x86 Service Pack 1 solves this problem (among others). Thanks for your reply.
I assumed you use this one: http://www.microsoft.com/downloads/details.aspx?displaylang=de&FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf -- Phil Wilson "Alain" wrote in message news:uF6odnhKJHA.5704@TK2MSFTNGP02.phx.gbl... > Phil Wilson wrote : >> Dumb question - are you installing the German one? > > Hu ? I did not find any localized version of vcredist_x86. > However, it seems that the vcredist_x86 Service Pack 1 solves this problem > (among others). > > Thanks for your reply.