install

ming swf library how to install in Ubuntu ?

Can someone please explain how to install ming in an Ubuntu 10.0.4 (Lucid) environment? I've been hearing really amazing things about this package, but I can't get it to install correctly. ...

Installation Option for ASP .NET Web Service Application

I am trying to create a ASP .NET Web Service Application using Visual Studio 2005(Version 8.0.50727.42). Unfortunately, I do not get any options for creating such a project. I am guessing it has to do with visual studio installation options. I am only enabling the components, Visual C#, Visual Web Developer and SQL server 2005. I am hop...

error while executing "apache services"

i am trying to install apache version 2.2.16, on my windows 7 machine. the apache is installed correctly. but when i try to run the service, i get a error message saying, "The requested operation has failed"... i tried all the methods, i.e disable antivirus, skype, but still the same result. ...

Error Installing ruby gem for PostgreSQL

I am trying to configure a rails server to use PostgreSQL, but getting stuck when installing the postgres gem. I have installed PostgreSQL successfully on the machine (and can use it for other applications) but am getting an error when attempting to install the ruby gem for it. I do: sudo gem install postgres And get the following outp...

"CDO.Message" is not working in my Delphi application

Hi! I created an application uses CreateOLEObject("CDO.Message") Everything is working fine in my machine, but in another I got Érvénytelen osztályú karakterlánc. errormessage (hungarian). This is meaning these error codes by ms support (http://support.microsoft.com/kb/186063/hu): -2147221005 (800401F3) The destination machi...

How do you Uninstall and Install an application REMOTELY using PowerShell 2.0?

I understand I can use to following to install and unintall locally, but how can I push this onto another server that is on the same network and same OS version? Thanks in advance. (Get-WmiObject -Class Win32_Product -Filter "Name='MyMSI'" -ComputerName . ).Uninstall() (Get-WMIObject -ComputerName Hello -List | Where-Object -FilterScr...

Problem installing VSTO4.0 addin on Outlook 2007

I have created an Outlook addin using VS2010 and VSTO 4.0. On Windows7+Outlook 2010, the installation and and application behaves as expected. On Vista+Outlook 2007 (fresh installed virtual machine), the installer complains that it does not recognize the .vsto file format. Has anyone experienced this? When I previously created VSTO...

Silent installation on Android devices

I've accepted for a while now that it's impossible to silently install an application on Android - that is, to have a program install an application bundled as an APK without providing the standard OS installation prompt and going through the app installer activity. But now I've picked up a copy of the Appbrain fast web installer, and it...

Cannot install RCov from Gem

gem install rcov Error: Building native extensions. This could take a while... ERROR: Error installing rcov: ERROR: Failed to build gem native extension. "C:/Program Files/Ruby191/bin/ruby.exe" extconf.rb creating Makefile make Makefile:154: warning: overriding commands for target `C:/Program' Makefile:148: warning: ignoring ...

Help Installing psycopg2 on snow leopard : command '/usr/bin/gcc-4.0' failed with exit status 1

This has been driving me crazy for 2 days. I have been trying to install psycopg2 using easy_install and no matter what I try (i.e using gcc-4.0 instead of the snow leopard default one) I always get the same error: error: Setup script exited with error: command '/usr/bin/gcc-4.0' failed with exit status 1 Please see: http://dpaste.com...

How do I fix a "Performance counter registry hive consistency" when installing SQL Server R2 Express?

I'm trying to install SQL Server 2008 R2 Express from this site: http://www.microsoft.com/express/database/ I have a 64-bit, Windows 7 machine. I have tried both the 32-bit and 64-bit versions but each fail on "Performance counter registry hive consistency". How can I fix this so that I can install SQL Server 2008 R2 Express? ...

How do you install an APK file in the Android simulator?

I finally managed to obfuscate my android app, now I want to test it by installing the apk file and running it on the simulator. Does anybody know how I can install an apk file on the Android simulator? Thanks ...

Installing R packages available for all users

I have a few R packages installed under ~/R/i486-pc-linux-gnu-library/2.11. I would like to make them, and any other R package I install from now on, available to all R users. I don't mind re-installing the packages I already have in a neutral place (they are just a few). So how do I do that? ...

How to install/organize python modules on a mac?

I have a mbp, but I've been lazy and have been using ubuntu for my python development thus far b/c its so easy to install modules etc. How do you install modules on a mac? And best-practises with storing all .py files? ...

Uninstall VS2008 after VS2010 Upgrade?

I recently bought and installed VS2010 Professional Upgrade on a system where I had VS2008 installed. I had been told on a Microsoft discussion forum that the Upgrade version required VS2008 to already be installed. Fine. So now that it's done I still have VS2008 sitting there, taking up space, even though I'm using VS2010. Is the...

why disable virus scan when installing android sdk - won't it render the computer vulnerable during that window?

"Important: Before you install SDK components, we recommend that you disable any antivirus programs that may be running on your computer" Just wondered why and whether it will render the computer vulnerable during that window... ...

Install Mono on Centos5.5 using YUM

I'm a Linux neophyte and can't figure out how to install the Mono 2.6.7 runtime on CentOS 5.5 using yum. I know how to build Mono from the source. However, according to this page it is possible to install the binaries directly. I'd prefer to install the binaries to avoid having to install all the devel pre-requisites on a server with ...

Upgrading Xcode and Interface Builder

If I already have XCode and IB installed on my system, if I download the newest version and install it, does it automatically upgrade me to the newest version, or do I have to uninstall the old versions first? ...

How does Ruby (on Windows) find your Requires (libraries)

What technique does a ruby script use to find your libraries / requires on Windows. I have an install of Ruby 1.8.7 on Windows to the path C:\Ruby187 and non of my "requires" work. For example, just a test file require "rack" gives no such file to load -- rack (LoadError) gem list rack is there ...

Which is the simplest way to install PHP

Hi , I am very new to php.... please tell me the most easiest way to install it and run a sample app, some tutorials which do that.... I read something on internet but most of the time, all the tutorials were not ok... so i decided to ask here to find someone's else opinion... Thanks ...