Not able to install CollabNet 6.1.1 TeamForge 32 bit on my Windows - collabnet

I have downloaded the latest version 6.1.1 from the windows installer for 32bit. I have a problem with the installation. The installer checks for software requierements are fulfilled. Out of 4 programs it installs i.e. msys, java, postgre and CsvnEdge, csvnEdge is marked as not installed. Tough in system i can see it is installed. If I cancel the setup and start again, it fails again to find CsvnEdge.
Regards
Anuj

Related

How to properly install Hack and HHVM on Windows 7

I am trying to install and configure Facebook programming language Hack and HHVM on Windows, probably Windows 7. I could not find any solution on it. I saw a Bitnami link which suggest HHVM Installers.
source
I have downloaded the installer files HHVM installer files
but it cannot run on Windows due .run extension filename. How can I achieve this using HACK and HHVM installations on Windows 7.
Hack and HHVM do not support Windows. There was some work in 2015, but it doesn't seem to have continued since then.
Recent versions of HHVM do not support PHP. The Bitnami link mentions running phpmyadmin, so it looks like it's targeting an old HHVM release.
Hack and HHVM do not support Windows but you can try Building and Installing HHVM on Cygwin or Installation: Building From Source although not recommended because they are monumental tasks.
You can also take a look at Building and Installing HHVM.
I personally gave up and installed the supported package in my Mac where I'm using Visual Studio Code with the HackLang plug-in for development.

Got msvcr120.dll missing wamp error while installing wamp on windows 10 OS

I tried to setup wamp in my windows 64 bit operating system form the below link
http://www.wampserver.com/en/
While setting up it is alerting msvcr120.dll missing wamp error.
Can any one provide how could I fix this issue?
You are missing at least one of Microsofts MSVC C/C++ Runtime libraries required to run Apache/PHP or MySQL.
Look here on the WAMPServer backup repo Down at the bottom you will find a link called
All VC Redistribuable Packages (x86_x64) (32 & 64bits)
Download that ZIP file, it contains all the needed installs for all the needed MSVC Runtimes.
Unzip it, then run each MSVC Runtime version install One-at-a-Time in logical version number order, oldest first.
If you see a dialog saying that the version is installed click the REPAIR button to make sure its correctly installed.
As you are using a 64bit windows and a 64bit WAMPServer, you MUST install BOTH the 32bit AND 64bit MSVC Runtimes.
Once all these are installed, uninstall WAMPServer, manually delete the C:\wamp64 folder and then reinstall WAMPServer. This is required to be absolutely sure that the install works correctly, as without these MSVC Runtimes parts of the install can fail.
Small Note
The first dialog shown by the Install does actually tell you to make sure these runtime libraries are installed before continuing with the install.
During install u after 2 nd step focus on the 3rd step download all link software which start from c++ in it download all which is available and skip when u see error or file not found after all install done u should do further process and its done

Delphi XE installation of Jedi JCL 2.6 on Win8 (x64)

So I have Delphi XE (no number) and I have a project that was built on another machine (using JVCL components). Now, my machine is a Windows 8.1 (64 bits), and the previous machine was Windows XP (32 bits).
Of course I want to be able to continue developing the app, but for that I need the JCL/JVCL to be installed here too.
Now comes my problem. When I run the installer (bat) of JCL, it starts ok, but it does not show any options, so when I click the Install button nothing happens, and I get a message saying the installation finished. But of course nothing is installed.
This is how the installer looks on my x64 machine:
What can I do to install this JCL on a win64 machine? I am very sure that this is the problem: the OS. Because on 32bit OS (Windows XP) I have no problem installing it.
I looked it up, but could not find a straightforward solution. There might be a problem with some registry where the installer looks for the location of Delphi ?!?! but I have no idea how to fix it.
I need to install the JVCL, but it wont install unless I have JCL installed first... and the JCL does not install
Please help me.
Thank you

RailsInstaller on Windows 7 64bit?

I tried to use the Rails Installer to get a ruby on rails environment on my Windows 7 64bit today and the .exe won't run because it's made for 32bit instead of 64bit.
Update When I try to start the installer, this message pops up:
Here is the translation:
This version of the file is not compatible with the running version of Windows.
Open the system information of the computer to check if a x86 (32bit) or x64
(64bit) version of this application is neccessary and contact the software vendor.
Is there a 64bit alternative for the installer?
64bits Windows can run 32bits applications, that is what WOW64 layer provides (Windows on Windows)
However, there are specific things you can't perform, like accessing OLE or using 64bits DLLs from 32bits applications or viceversa.
If the issue you're having is connect to a MySQL installation (something you're not mentioning) you should take a look to this blog article:
http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/
Hope that helps.

Snow Leopard install Ruby on Rails (with MySQL)

I've done a clean re-install of OS X Snow Leopard, so there's nothing on my system at all.
I've installed Xcode and I'm ready to install Rails.
However, my system is a MacBook (MacBook2,1) and apparently it doesn't support 64-bit by default. Apple is going to add this at a later date.
How would I go about installing Rails? Do I go about it the normal way?
How about MySQL, do I need the 64-bit binary?
Most of the time (maybe always, I'm not really sure) you can run binaries compiled for 32 bit even if your system is 64 bit. They just won't have any benefits of 64 bit (either storing bigger things or processing stuff faster).
If your macbook is a recent one it has 64 bit support (Core 2 Duo processor), if it is an older version (Core Duo) it is 32 bit. You can determine the processor type by checking 'About this Mac' in the Apple menu.
You can certainly install the 64-bit packages. They will be able to access the memory space and every advantage of running with 64bits. The only thing that won't boot in 64bit is the Kernel, but it's not something to be worrying about for the moment.
Check out the Hivelogic's guide for installing MySQL, Rails and Ruby on Snow Leopard:
MySQL
Git
Ruby, Rails
Your MacBook does support 64bit, but it cannot boot in 64bit mode. You should be able to install 64bit binary packages just fine.
You should definitely install the 64-bit binory packages such as mysql.

Resources