Results 1 to 4 of 4

Thread: How to install vc++8.0 runtime files silently

  1. #1
    Join Date
    Feb 2006
    Posts
    159

    How to install vc++8.0 runtime files silently

    I am not able to install runtime files silently with an installshield project. It doesnt seems to be working. Can anyone help me out. Thank you
    Temporary signature

  2. #2
    Join Date
    Dec 2007
    Posts
    1,736

    Re: How to install vc++8.0 runtime files silently

    If you have downloaded the standalone VC 8.0 redistributable packages, you will need to modify the command lines slightly. The following command lines can be used to install the original release of the standalone VC 8.0 redistributable packages:

    • For x86: vcredist_x86.exe /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "
    • For x64: vcredist_x64.exe /q:a /c:"VCREDI~2.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "
    • For ia64: vcredist_ia64.exe /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "


    The following command lines can be used to install the Visual Studio 2005 SP1 release of the standalone VC 8.0 redistributable packages:

    • For x86: vcredist_x86.exe /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "
    • For x64: vcredist_x64.exe /q:a /c:"VCREDI~2.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "
    • For ia64: vcredist_ia64.exe /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" "


    For more information go to this site.

  3. #3
    Join Date
    Dec 2007
    Posts
    1,599

    Re: How to install vc++8.0 runtime files silently

    If you are trying to install a service on Vista that is dependent on VC++ 8.0 you cannot use merge modules.

    Does:
    Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log"

    work? I was unable to get:
    Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log"

    working either.

  4. #4
    Join Date
    Oct 2004
    Posts
    1,342

    Re: How to install vc++8.0 runtime files silently

    I suggest you start with this:

    http://support.microsoft.com/kb/259403

    Then click on the first link under 'More Information'. This is to the 'VC6RedistSetup_enu.exe'. This will get you up to Visual C ++ version 6 runtime files.

Similar Threads

  1. Cant install Java Runtime Environment on windows 8 64 bit?
    By Shingane in forum Operating Systems
    Replies: 4
    Last Post: 06-09-2012, 03:52 PM
  2. Replies: 10
    Last Post: 18-09-2011, 07:54 AM
  3. Windows 7: Cannot install java runtime environment
    By Faithist in forum Windows Software
    Replies: 4
    Last Post: 11-03-2011, 07:05 AM
  4. Install hamachi silently
    By Soggy Bottom in forum Networking & Security
    Replies: 3
    Last Post: 14-07-2009, 08:34 AM
  5. 1607: Unable to install InstallShield Scripting Runtime
    By Fastrohit in forum Windows XP Support
    Replies: 1
    Last Post: 09-09-2008, 02:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,503,860.82501 seconds with 16 queries