install

Install propel_generator 1.2?

I'm trying to install propel_generator version 1.2 (later versions are incompatible with the project I'm working on). I've tried pear install propel/propel_generator-1.2 But I get the following error: Failed to download propel/propel_generator, version "1.2", latest release is version 1.5.2, stability "stable", use "channel://pear....

Install Code Rally

I am unable to install the game Code Rally .I unzipped it to the eclipse directory and after I start Eclipse , I don't find any option such as Games Project in File->New->Other. I found the game at http://alphaworks.ibm.com/tech/coderally/download . ...

How do I install CKEditor with Django-WYSIWYG

I am trying to install the CKEditor for use with Django-WYSIWYG. This is proving to be oddly difficult. As mentioned on the site for Django-WYSIWYG, it is possible to "install" CKEditor by dropping the distribution file in the MEDIA_URL folder on one's system. In addition, you've got to set a variable in settings, which determines Djan...

ruby gem install error on MAC pc due to behind corporate proxy

Hi, I am trying to install ruby gems on my MAC (OSX 10.5.1) behind corporate firewall proxy but i am getting error for connection refuse. kindly help me out to resolve this problem. Thanks & regards Ravi ...

WiX uninstall - close application before Restart Manager

Hi I have an installer done with WiX. When it's done installing, it starts an application that injects some code in the Explorer process. Currently when I uninstall, the Restart Manager kicks in and offers to shut down my application and Explorer. Instead of that I want to close my application manually (this is done by running it again...

install4j Multiplatform Edition Question

I'm interested in cross-platform capabilities of the above tool. Has anyone used it? Does it allow creating installers for different platforms directly under Windows, or I have to install Mac and Linux versions separately in order to build installers for those systems? Thanks in advance :) ...

How Do I Install Ruby Gems on a USB Stick

How would one install rubygems on a usb stick so that it would work like it would normally, but all files go on the stick? I have no experience at all with rubygems and have no idea of its inner workings, so please, go easy on me! Thanks in advance, ell. Edit: Basically, so it is entirely portable! ...

Install time for Android application?

Is there any way to determine programmatically the time at which an Android application was installed? I don't see anything in PackageInfo, etc. --EDIT-- To clarify, App A is installed at Time X. At some later time, Time Y, App B is installed. Is there any way App B can know when App A was installed? The link http://stackoverflow.com/qu...

Installing boost log

Hello, I've got this library for logging in boost. I have a question about installing. How to install it? Here is the latest version. There are 3 folder: boost, doc, libs. How can I install this library without recompiling all boost? ...

Java binary licensing

Can we include java JRE binaries (binaries itself, not installer) into our software distribution package? Can we do it for free? This software is proprietary closed-source secure client for russian gaming site (SaaS). It is commercial site, but client was created by community, without any support of site owners - so, we must use only fr...

How to skip install phase in Maven build if I already have this version installed in repo.

I have a project that consist of 3 different libraries. When I run install script it takes all libraries from repo and run mvn clean install on them. But this version of library already installed in repo. Is there a way to skip install phase if version in pom.xml equal version in my local repo. I know that I can use local repo and just ...

C# How to create a local group

I'm looking to programatically create a Local User Group. I found plenty of examples on how to query and add users but nothing I can understand about how to create a new group. DirectoryEntry dirEntry = new DirectoryEntry("WinNT://" + Environment.MachineName + ",computer"); /* Code to test if the group already exists *...

Mmysql-python-1.2.3 install Mac OS 10.6

How can i install this? Any suggestion would be great. I have read these tutorials: http://www.tutorialspoint.com/python/python_database_access.htm http://www.mangoorange.com/2008/08/01/installing-python-mysqldb-122-on-mac-os-x/ http://openlandscape.wordpress.com/2007/11/16/setting-up-mysql-for-python-mysqldb-on-mac-os-x/ http://www.b...

C# FrameWork 4 64 Bit Service InstalUtil Problem

Platform WinServer 2008 R2 32 Bit Version of Service. 32 bit Instalutil works OK Took service and components upto Framework 4 and 64 bit. 64 bit InstalUtil complains Could not load file 'Path' An attempt was made to load a program with an incorrect format .. Any thoughts? ...

Installing services remotely

Is there a way to install services remotely, without necessarily resorting to .msi packages or full-blown installers? I'm currently using a method similar to the one discussed here: http://stackoverflow.com/questions/358700/how-to-install-a-windows-service-programmatically-in-c to install a service locally, and it works fine. However, ...

Android apk install on deviceanywhere

I downloaded my Android apk onto a Device on deviceanywhere. After the download, when I click on it, it asks "Do you want to install this application?". I click "Install", it comes back saying "Application not installed" with a warning symbol. Anyone know why this is happening? Thanks Chris ...

launch exe from inf installation

in my recent project, i have to launch an exe from inf. when my company's device is plugged into win 7 system, PnP service will search device driver from Windows Update Server and install it automatically. on the last step, i must start a app. how can i do that from inf installaton? Please help!!! i tried writing a stub ocx and call shel...

Automatic JRE installation

Good day, Is it possible to have a web page automatically install the JRE? The reason for the concern is that I want to use Java for multimedia content on a web page, and not have to have the user manually download and install the JRE if they don't have it already. . ...

Installing Ruby Gems behind a Proxy

It appears this topic has been covered a few times before, but those solutions have only gotten me so far. I now have my sources properly updated and I am able to query for gems without an error but I keep getting empty results for my searches. I installed rubysspi and copied over the spa.rb file as mentioned in the readme. The readme...

How to install php 5.3.2 on debian from the command line?

Hi, i want to upgrade my php version on debian from the command line. Anyone knows how to do it? ...