install

Installation of eclipse php in ubuntu

How to install eclipse php in ubuntu platform using apt get install. Any other utilities are required to do that ...

How to remove Installation of MySQL on Mac OS X

Hello, i need to install older version of mysql server on mac os, but i have newer version i try to remove this newer installation (5.1), but when start old version install (5.0b) message "MySQL 5.0.51b-community for Mac OS X can't be installed in this disk. A newer version of this software alrady exists on this disk" i can't recognize...

How do I hire a really good build / install engineer ?

I'm a big fan of giving candidates practical tests during the interview process. It's relatively straightforward to give a developer candidate a programming test or a tester candidate a sample app to see how they would test it, but I'm not so sure what to do with a build engineer. Added to this difficulty is the fact that I've come acr...

How do you uninstall MySQL from Mac OS X?

I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now when I try to install the correct x86 version it says that it can't install because a newer version is already installed. A Google query led ...

Missing the Rails 2.3.4 gem. Even though it's installed!

Running Snow Leopard. Tried uninstalling, and re-installing. Still getting the same error whenever I run a rake task. mbpro:redmine shereef$ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.0.0] mbpro:redmine shereef$ rails -v Rails 2.3.4 mbpro:redmine shereef$ which rails /usr/local/bin/rails mbpro:redmine shereef$ gem...

Installing gtk and compiling using gcc under windows?

I have gcc installed in c:/programfiles (also set as a path variable), and i have all the necessary files for gtk from http://www.gtk.org/download-windows.html, glib,gtk,pango,atk and cairo. Although I have no clue as to how to compile a c program using gtk with the gcc compiler. How do I set everything up so that it works?. (I don't kno...

Methods to programmatically install a .NET assembly into the GAC

I need to create a small app or script to install a .NET assembly into the GAC. I've read there are a couple ways to do this including: using gacutil.exe executing the following line of code: new System.EnterpriseServices.Internal.Publish().GACInstall("Foo.dll"); However, what would happen if I just created the appropriate director...

How to install Java environment most easily on windows?

Last time I came into wampserver for PHP/MySQL/Apache ,which saved me a lot of time. Now I need to install java, is there any software to recommend? ...

Compile OpenCV with ffMpeg support

I'm having problems compiling OpenCV with ffMpeg support under Debian. I downloaded new ffMpeg and installed it, downloaded opencv-1.1pre1.tar.gz and unpacked it. then ./configure --enable-apps --enable-shared --with-ffmpeg --with-gnu-ld --without-quicktime CFLAGS=-I/usr/local/include CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/loca...

How to pass a parameter to a windows service once and for all at install instead of each start

We have a Windows Service application that can accept command line parameters like: MyService -option So far, when we want to start the service with a parameter, we either do it manually from the Service Properties dialog (in the Start parameters box) or with the command sc start MyService -option What we would like is a way to...

How to totally uninstall Adobe Flash CS4 from mac computer

I've installed a trial of Adobe Flash CS4 (i didn't use this trial till the end) and wrongly entered the expired license number. I ran uninstall and tried to install a trial version again. Seems, that it keeps somewhere the wrong serial number and each time i run the Flash application it alerts me, that the license has expired. How do i ...

What files did `make install` copy, and where?

Is there a way to get a list of filenames/paths that make install copies to the filesystem? Some packages come with a MANIFEST file, but not the ones that I am working with. ...

How to install a package in LaTeX

Hi, I'm fairly new to LaTeX, but have been using my own document template for a couple of years now to do basic typesetting. What I want to do is to add the pst-gantt package from PSTricks. I have never installed a new package before, but want it available to all of my projects. For the sake of completeness, I am running OSX10.6 and u...

How exactly do Windows portable applications work?

Portable applications can be run from USB-drives and all and are thus very convenient, but unfortunately they are slow (as a USB drive is usually slower). How exactly does the installation of a portable app differ from that of a normal app? I know they do not create registries and all, but then how do they achieve the same thing as oth...

Distributing iPhone Ad Hoc Updates

I am using ad hoc distribution to run a beta test program and have run into a couple issues with distributing app updates. The only way I have been able to get an app update on a device through ad hoc distribution is to delete the app from the device first and then install the update. This adds extra steps for beta testers and erases t...

missing rails gem: zlib not found on snow leopard, but shows in ports

Trying to start development on a snow leopard machine. Have reinstalled and built ruby and ruby on rails via hivelogic post Prior to sorting out my own rails app, I created a test app, and all the expected files showed up. But when I try to run it I get Missing the Rails 2.2.2 gem. Please gem install -v=2.2.2 rails, update your RA...

Customizing Setup project for Screen Saver

Hi, I've created Screen saver in C#.Net. How can I customize my Setup project to do the following: 1) Create .scr file from .exe file 2) Save .scr file into System32 folder 3) At the end of installation, open Display properties dialog box and select my Screen saver ...

Can I include a custom XML file in my application for default content?

I want to load content into my application from a web server, but if the internet is not available, I would like the user to have access to either default or old, downloaded content. It will be XML formatted. I know how to download XML from the web server into my app and I can store the XML-as-string and reload. But, how do I "ship" t...

Linux Setup Creator

I'm looking for a tool that's able to create "setup" packages for Linux, just like the Windows install creators do (NSIS, InstallShield, etc.). I want it to be able to present a graphical interface to the user (or ncurses based), where he can select some options and install the package. Any ideas of such a tool? I'm aware of autopackage...

Forcing Winforms install to make application to start when windows starts

How do I force a windows application, with a setup project being added to it, to install so that it will start everytime someone logs into windows? Edit: I'm aware of the registry settings, but specifically, I am looking for a solution which will allow for the installer to set the registry values. ...