Opened 4 years ago
Closed 3 years ago
#141 closed defect (fixed)
Windows installer does not contain microsoft runtime library redistributable
| Reported by: | plohne | Owned by: | rocco |
|---|---|---|---|
| Priority: | major | Milestone: | QuteCom 2.2-RC4 |
| Component: | Installer | Version: | 2.2 |
| Keywords: | Cc: |
Description
Windows installer does not contain microsoft runtime library redistributable. At least Microsoft VC80 CRT is required.
That causes the following error:
"This application has failed to start because the application configuration is incorrect."
Steps to reproduce:
Change History (3)
comment:1 Changed 4 years ago by plohne
comment:2 Changed 3 years ago by chris-mac
- Milestone changed from QuteCom 2.2-RC2 to QuteCom 2.2-RC4
- Version changed from 2.2-RC3 to 2.2
I have compiled recent version of QuteCom on Win XP / Visual 2005 Express and haven't had any issues with missing .dll files. Can someone confirm this problem is still occurring? Otherwise I will close this bug report in next 14 days.
comment:3 Changed 3 years ago by laurent
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

After installing MS Visual C++ 2008 Express which comes with some libraries, error changed and says "This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem."
Perhaps corresponding merge module has to be included into the setup package.