Wamp Installation on Windows 7 32bit plain setup - windows-7

How to resolve "api-ms-win-crt-runtime-l1-1-0.dll" missing dll error?

Download and install the Universal C Runtime (Windows6.1-KB2999226-x86.msu).

Related

How do I install XAMPP to another directory on Windows 10?

I'm having the hardest time installing XAMPP on C:\Development\xampp on Windows 10. I would like my C drive to be as clean as possible so I'm moving as many dev tools to the Development folder as I can to achieve this. I get an error towards the end of the XAMPP installation about a problem running the post-install step. It then suggests I install Microsoft Visual C++ 2008 Redistributable, which I already have the 2012 version installed. Originally XAMPP was installed on C:\ with no problems.
How do I install XAMPP to the above directory or any directory other than C:\?
Edit:
I have tried installing XAMPP portable and now receive the following error
I'm no longer on Windows so I can't re-test, but as I recall, the easiest way I managed this was to use the portable version of xampp.
Make sure to run the shell setup script so that it recognizes it's location properly.
You can get it from Apache Friends
Or from PortableApps.com

Installation of Websphere 8 in Windows

I am trying to install Websphere Application Server 8.5 in Windows 7 64 bits but I have had difficulties.
The server is Windows 7 64 bits and I am using the Installation Manager.
I tried to use both the 64 bits version (DEVELOPERSILAN.agent.installer.win32.win32.x86_64) and the 32 bits (DEVELOPERSILAN.agent.installer.win32.win32.x86) but I got the message:
The package com.ibm.websphere.DEVELOPERSILAN.v85 specified in the install.xml file wasn't located. The same message for IBMJAVA.v70, liberty.IBMJAVA.v70, IHSILAN.V85, APPCLIENTEILAN.v85, PLGILAN.v85, PLUGCLIENTILAN.v85, WCTILAN.v85, W2MTKILAN.v11 and liberty.DEVELOPERSILAN.v85.
Should I install anything else before the Installation Manager?
I recently downloaded WAS8.5 on Windows R2 2008. Hope I could answer your question.
Installer Manager 32-bit will work.
Did you add the repository with file name "repository.config" to the Installation Manager?
This should be same for any product when you install from Installation Manager.
Make sure to provide Admin privileges to the IM when starting it.

JDeveloper Installation Error

I'm trying to install JDeveloper 12c. When I run the installer it gives this error:
"Unsupported platform (unable to determine the startup directory location).
The Oracle Universal Installer failed. Exiting."
My platform is Windows 7 x64. I tried 32-bit, 64-bit and generic versions of the installer but the result doesn't change. Is there somebody facing the same problem? Or any idea to solve it?
By the way, I forgot to say that I've already tried to run the installer as Administrator but it didn't solve the problem.
Where is your installed located - make sure there is no space in the directory path.
Also if you are on windows use the windows installer and not the generic one.

Install ImageMagick on MinGW

When I install IM on MinGW I got this error
c:\Users\MumMum\Desktop\MagickCore\ImageMagick-6.7.7-0/magick/nt-base.c:1021: un
defined reference to `IsWow64Process'
How i solve this problem?
You do not specify your OS version. IsWow64Process ("Is this a Windows on Windows 64 bit process?") is only implemented in XP and later desktop OSes, and Windows 2008 and Windows 2003 SP1. See: http://msdn.microsoft.com/en-us/library/ms684139%28v=vs.85%29.aspx
In a pinch, try installing the Portable version of ImageMagick: Link

Compiling mod_auth_token for windows

I have access to both Windows machine ( Win 7 ) & Linux ( Ubuntu 10.04 ), I would like to know how can I compile mod_auth_token on my Linux machine and get it working on Windows.
If I take the .so file from the Linux machine will it work on windows??
Can any one help me out, If you can compile it for me & put it somewhere for download or just let me know a way that will work (I don't have Visual Studio nor any compile related programs on windows that's why I need to do it on Linux then move it over to windows and just link it in the config file).
Version I need help on compiling mod_auth_token-1.0.6-beta
Location: http://code.google.com/p/mod-auth-token/
The Windows version has been released by ApacheHaus recently. They have this module for both Apache 2.2 and 2.4 (x86 and x64 both).
here is the link https://www.apachehaus.net/modules/mod_auth_token/

Resources