installing OpenERP 7 on windows 8.1? - odoo

I have Toshiba Windows 8.1 / and Kaspesky internet security
I want to install OpenERP 7.
When I install the allinone version, I get that the PostgreSQL is already installed in my computer (which it is not). I only get to install the openERP server.
Which is why the ( www.localhost:8069/ ) HTTP 404 NOT FOUND
What can I do?

I am using openerp 7 with Windows 8.1 and it's working fine.
Try to clean the windows registry then go to programme files and look for any folder named openerp and delete it.
You should always install openerp and postgreSQL at the same time, don't install any other version of postgre.
Sorry for my English.

Related

Xampp. Apache server can't start because api-ms-win-localization-|1-1-0.dll file is missing

I installed Xampp 7.3.1 version but whenever i tries to start Apache Server, an error message pop ups that api-ms-win-localization-|1-1-0.dll file is missing.
Hi you just need to download it from : https://www.dll-files.com/api-ms-win-core-localization-l1-1-0.dll.html and then copy to C:\Windows\System32
Should work after reboot but i think this dll is made by microsoft for windows 10 so probably you are using a version of xampp not compatible with windows 7.
So my suggestion is to try the 5.6 version of xampp for compatible reasons.

does changing an operating system solve the .dll file issues?

I tried installing Xammp on my pc (windows 8.1) and it says api-ms-....dll is missing. I have tried every solution I've seen online like upgrading my OS, downloading and installing a new visual studio redistributed 2015 but still not working. please would changing the OS solve this problem?
My question is, does changing the OS from maybe windows 8.1 to windows 7 solve this problem? because I have tried most of the online solutions but still having the same issue
You need to install the following windows update: KB2999226 (Update for Universal C Runtime in Windows)
The missing dll api-ms-win-crt-runtime-l1-1-0.dll is installed with a Windows update. To resolve this issue, download and install the Update for Universal C Runtime in Windows from Microsoft. (Source)
Sidenote: The details page from Microsoft was last updated in Jan 2017. You probably should install all other updates that have been released since then.

how to install big commerce stencils in windows 10

I have tried to install stencils in my windows 10 laptop. I have already install GIT V-2.13.2 64-BIT, NODE.JS V-4.6.1 64-BIT, PYTHON V-2.7.12 64-BIT on my laptop. but it doesn't install.
But all those versions i installed in windows 7 it works properly.
Thank you in advance.

Open XML SDK 2.5 can't install because it is not already installed?

i'm having some trouble installing OpenXML SDK for Microsoft office. I have downloaded the .msi from the MSDN website, run it but before any installation wizard shows, i get this window popping up:
It seems to want to install itself before it will install itself.. I have OpenXML on my other PC and this installed fine with no issues and have used the tool for a project.
I have .NET 4.6.2 installed on my machine.
Has anyone seen this before?
There are 2 separate installers on the OpenXml 2.5 MSDN page - the SDK and the tools. From the error message you are seeing it looks like you are trying to install the Tools but in order to do so you need the SDK installed first.

How can i install VB.NET in UBUNTU 10.10

hi guys i am the student. and i want to install vb.net 2008 or any version in UBUNTU 10.10
please reply me.......
Install VirtualBox
Create a new Windows virtual machine
Install a Windows guest OS on the new VM
Install Visual Studio on the Windows guest VM
Did you consider using MonoDevelop? It should run fine on Ubuntu without needing to use virtual machines. It might depend a bit on what you want to develop though (for instance, I don't know to what extent it supports stuff like WCF or Workflow Foundation).