View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000804 | bareos-core | installer / packages | public | 2017-04-01 20:03 | 2019-12-18 15:24 |
Reporter | wintester | Assigned To | arogge | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Platform | x86 | OS | windows | OS Version | 7 prof |
Product Version | 16.2.4 | ||||
Summary | 0000804: Full install problem on windows | ||||
Description | when selected full install pop-up window appear: "Visual C++ Redistributable for Visual Studio 2012 x86 was not found ..." vcredist_x86 2012 is installed | ||||
Steps To Reproduce | run install select "Full SQLite" or "Full PostgreSQL" next next next install pop-up window appear, can't close this window | ||||
Tags | No tags attached. | ||||
I've not seen this message before. However, it will be generated by the Windows installer: https://github.com/bareos/bareos/blob/master/platforms/win32/winbareos.nsi ReadRegDword $R1 HKLM "SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\VC\Runtimes\x86" "Installed" check_for_vc_redist: ${If} $R1 == "" ExecShell "open" "https://www.microsoft.com/en-us/download/details.aspx?id=30679" MessageBox MB_OK|MB_ICONSTOP "Visual C++ Redistributable for Visual Studio 2012 x86 was not found$\r$\n\ It is needed by the bareos-webui service.$\r$\n\ Please install vcredist_x86.exe from $\r$\n\ https://www.microsoft.com/en-us/download/details.aspx?id=30679$\r$\n\ and click OK when done." /SD IDOK ${EndIf} You can not close it, or it reappears again and again? It tries to detect if vcredist_x86.exe is installed by testing, if the registry contains the key "SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\VC\Runtimes\x86" "Installed" You say, vcredist_x86 is installed on your system. Does this registry key exists? Do it exist in some other place? |
|
I'm closing this issue, as there has not been any new information for a long time and there is nothing we can do right now. If you can provide additional information concerning this issue, please feel free to reopen the bug. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-01 20:03 | wintester | New Issue | |
2017-09-21 22:45 | joergs | Note Added: 0002752 | |
2017-09-21 22:45 | joergs | Status | new => feedback |
2019-01-16 15:51 | arogge | Note Added: 0003193 | |
2019-01-16 15:51 | arogge | Status | feedback => resolved |
2019-01-16 15:51 | arogge | Resolution | open => unable to reproduce |
2019-01-16 15:51 | arogge | Assigned To | => arogge |
2019-12-18 15:24 | arogge | Status | resolved => closed |