Author Topic: cannot install software: runtime library c++ does not succeed.  (Read 9754 times)

meesteric

  • Newbie
  • *
  • Posts: 5
    • View Profile
cannot install software: runtime library c++ does not succeed.
« on: November 10, 2010, 10:39:13 AM »
I get the following log when instalation fails:

The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchitecture] = AMD64 {string}
Property: [VersionNT] = 5.1.2 {version}
Running checks for package '.NET Framework 2.0 (x86)', phase BuildList
Running external check with command 'C:\Users\touch\AppData\Local\Temp\VSD59B.tmp\DotNetFX\dotnetchk.exe' and parameters ''
Process exited with code 1
Setting value '1 {int}' for property 'DotNetInstalled'
Reading value 'Version' of registry key 'HKLM\Software\Microsoft\Internet Explorer'
Read string value '8.0.7600.16385'
Setting value '8.0.7600.16385 {string}' for property 'IEVersion'
The following properties have been set for package '.NET Framework 2.0 (x86)':
Property: [DotNetInstalled] = 1 {int}
Property: [IEVersion] = 8.0.7600.16385 {string}
Running checks for command 'DotNetFX\instmsia.exe'
Result of running operator 'ValueExists' on property 'VersionNT': true
Result of checks for command 'DotNetFX\instmsia.exe' is 'Bypass'
Running checks for command 'DotNetFX\WindowsInstaller-KB893803-v2-x86.exe'
Result of running operator 'ValueExists' on property 'Version9x': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.0.3': false
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.0': true
Result of checks for command 'DotNetFX\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
Running checks for command 'DotNetFX\dotnetfx.exe'
Result of running operator 'ValueNotEqualTo' on property 'DotNetInstalled' and value '0': true
Result of checks for command 'DotNetFX\dotnetfx.exe' is 'Bypass'
'.NET Framework 2.0 (x86)' RunCheck result: No Install Needed
Running checks for package 'Visual C++ Runtime Libraries (x86)', phase BuildList
Running MsiProductCheck with ProductCode '{E503B4BF-F7BB-3D5F-8BC8-F694B1CFF942}'
MsiQueryProductState returned '-1'
Setting value '-1 {int}' for property 'VCRedistInstalled'
The following properties have been set for package 'Visual C++ Runtime Libraries (x86)':
Property: [VCRedistInstalled] = -1 {int}
Running checks for command 'vcredist_x86\vcredist_x86.exe'
Result of running operator 'ValueGreaterThanEqualTo' on property 'VCRedistInstalled' and value '3': false
Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
Skipping FailIf because Property 'Version9X' was not defined
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.00': false
Result of checks for command 'vcredist_x86\vcredist_x86.exe' is 'Install'
'Visual C++ Runtime Libraries (x86)' RunCheck result: Install Needed
Running checks for package 'Windows Installer 3.1', phase BuildList
The following properties have been set for package 'Windows Installer 3.1':
Running checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.1': true
Result of checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
'Windows Installer 3.1' RunCheck result: No Install Needed
Installation of components 'Visual C++ Runtime Libraries (x86)' was accepted.
Copying files to temporary directory "C:\Users\touch\AppData\Local\Temp\VSD59B.tmp\"
Copying from 'C:\Program Files (x86)\iCamSource\AppData\vcredist_x86\vcredist_x86.exe' to 'C:\Users\touch\AppData\Local\Temp\VSD59B.tmp\vcredist_x86\vcredist_x86.exe'
Verifying file integrity of C:\Users\touch\AppData\Local\Temp\VSD59B.tmp\vcredist_x86\vcredist_x86.exe
WinVerifyTrust returned 0
File trusted
Running checks for package 'Visual C++ Runtime Libraries (x86)', phase BeforePackage
Running MsiProductCheck with ProductCode '{E503B4BF-F7BB-3D5F-8BC8-F694B1CFF942}'
MsiQueryProductState returned '-1'
Setting value '-1 {int}' for property 'VCRedistInstalled'
The following properties have been set for package 'Visual C++ Runtime Libraries (x86)':
Property: [VCRedistInstalled] = -1 {int}
Running checks for command 'vcredist_x86\vcredist_x86.exe'
Result of running operator 'ValueGreaterThanEqualTo' on property 'VCRedistInstalled' and value '3': false
Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
Skipping FailIf because Property 'Version9X' was not defined
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.00': false
Result of checks for command 'vcredist_x86\vcredist_x86.exe' is 'Install'
'Visual C++ Runtime Libraries (x86)' RunCheck result: Install Needed
Verifying file integrity of C:\Users\touch\AppData\Local\Temp\VSD59B.tmp\vcredist_x86\vcredist_x86.exe
WinVerifyTrust returned 0
File trusted
Installing using command 'C:\Users\touch\AppData\Local\Temp\VSD59B.tmp\vcredist_x86\vcredist_x86.exe' and parameters ' /q:a '
Process exited with code 1603
Status of package 'Visual C++ Runtime Libraries (x86)' after install is 'InstallFailed'

Jay

  • Administrator
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #1 on: November 10, 2010, 06:59:23 PM »
The iCamSource installer is trying to install the libraries automatically.  Since it won't install automatically, you can try installing it manually.

Please download and run this file (Visual C++ Redistributable Package): http://skjm.com/icam/vcredist_x86.exe

meesteric

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #2 on: November 12, 2010, 02:19:45 PM »
The iCamSource installer is trying to install the libraries automatically.  Since it won't install automatically, you can try installing it manually.

Please download and run this file (Visual C++ Redistributable Package): http://skjm.com/icam/vcredist_x86.exe

Does not work.
I get THE Same problemen: cannot install...

Jay

  • Administrator
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #3 on: November 12, 2010, 10:51:20 PM »
vcredist_x86.exe is an installer from Microsoft to install components required for software created with Visual Studio, so it should install on the vast majority of systems with out problems.

I searched for the error code (1603) and found some people were getting that error because they had security software that was blocking the installation.  Please temporarily quit or disable any security software (antivirus/malware) to see if you are able to install the vcredist package.  Once it's installed, you should be able to run your security software again without any problem.

meesteric

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #4 on: November 14, 2010, 06:17:12 AM »
vcredist_x86.exe is an installer from Microsoft to install components required for software created with Visual Studio, so it should install on the vast majority of systems with out problems.

I searched for the error code (1603) and found some people were getting that error because they had security software that was blocking the installation.  Please temporarily quit or disable any security software (antivirus/malware) to see if you are able to install the vcredist package.  Once it's installed, you should be able to run your security software again without any problem.


I disabled Avasti wihout any result
Help

meesteric

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #5 on: November 14, 2010, 04:42:25 PM »
vcredist_x86.exe is an installer from Microsoft to install components required for software created with Visual Studio, so it should install on the vast majority of systems with out problems.

I searched for the error code (1603) and found some people were getting that error because they had security software that was blocking the installation.  Please temporarily quit or disable any security software (antivirus/malware) to see if you are able to install the vcredist package.  Once it's installed, you should be able to run your security software again without any problem.

I think your software does not support 64bit computers....

I disabled Avasti wihout any result
Help


Jay

  • Administrator
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #6 on: November 14, 2010, 05:11:52 PM »
iCamSource has been tested on 64 bit versions of Windows.

The problem you are having is that the Visual Studio redistributable won't install properly.  That software is made by Microsoft, not by us.  Please go here to get it directly from Microsoft:  http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en

If that version direct from Microsoft won't install, you might want to run an anti-virus scan on your computer. It's common for viruses to causes issues with Microsoft updates.

killabee

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #7 on: August 18, 2012, 09:24:13 PM »
I'm having the same issue as this post...i've tried all the steps you mentioned and still cannot install the icam program on my pc.

i get this error code:

An error occurred downloading the following resource:
http://go.microsoft.com/fwlink/?LinkId=37283

Date: 8/18/2012 8:19:36 PM

See the setup log file located at 'C:\DOCUME~1\Lily\LOCALS~1\Temp\VSDD.tmp\install.log' for more information.

killabee

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: cannot install software: runtime library c++ does not succeed.
« Reply #8 on: August 18, 2012, 09:34:31 PM »
forgot to mention.....

im running windows xp service pack 3