install

Oracle instant client deployment?

Imagine if I have a application I install via clickonce or setup to the customer machine.And it needs oracle client? How can the oracle instant client be installed by the end user ? Or how the hell should it be installed? Should I go to each pc and install it? ...

How to have `pip install --editable` to run sdist instead of develop?

This http://stackoverflow.com/questions/1033897/python-package-install-using-pip-or-easyinstall-from-repos points out a very interesting features of pip. However, sometimes you just want it to install the source distribution; this is particularly true when you are running in a virtualenv (so you don't care about messing up the python ...

Can't install Eclipse Valgrind plugin

I'm trying to install Valgrind (0.4.0) plugin in Eclipse from technology.linuxtools Update Site (http://download.eclipse.org/technology/linuxtools/update) but I get the following error: Cannot complete the request. See the details. Cannot find a solution satisfying the following requirements org.eclipse.swt [3.4.1.v3449c]. A...

Local Install of capistrano

This question is specific to capistrano, but it's a general gem question too. I have to download and then install gems - no remote connection available. I went to github and downloaded capistrano as tarball. I get the file thoughtbot-capistrano-d1229b2.tar.gz To install do I now... - rename the tarball with a .gem extension and run ...

SSIS install as part of SQL Developer x86 installation?

I get the following error when trying to install SQL Server 2005 x86 Developer edition in the XP mode in windows 7 Professional. MainEngineThread is returning 1645 Any thoughts/ideas would be appreciated. ...

Error upon connection attempt to SQL Server 2005 via SSMS

I was able to install SQL 2005 x86 dev edition onto windows 7 Professional but cannot connect to the server via SSMS. I get "Login Failed for user 'Compaq\username'. (Microsoft SQL Server, Error: 18456)" Any suggestions ...

MySQL install on OSX, I want to start again, is it safe to delete all mysql folders?

I want to start again with attempting to install MySQL on OSX, I typed this to find all folders find / -name mysql. Is it safe just to delete all of the folders that I found? /opt/local/include/mysql5/mysql /opt/local/lib/mysql5/bin/mysql /opt/local/lib/mysql5/mysql /opt/local/share/mysql5/mysql /opt/local/var/db/mysql5/mysql /opt/loca...

How to run multiple msi files

For my application, I need to install the main application and allow users to pick and choose one or more additional features to install. I tried to run the main msi and have a custom action to install other feature msi files. However, it doesn't work since MSI doesn't support nested installation. Should I build a window application ...

When installing an App to the iPhone, is there a way to install files to the App's Documents folder?

When installing an App to the iPhone, is there a way to install files to the App's Documents folder? To say it another way: When the user downloads an App and installs it on their iPhone, I want to automatically install some files to the App's Documents directory. For example: I have a file foo.txt that I create at development time fo...

Won't Let Me Install Gem in Ruby Prompt

Windows Vista, Ruby v. 3.3.5 C:\>gem install rmagick Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. C:/Ruby19/bin/ruby.exe extconf.rb checking for Ruby version >= 1.8.5... yes Invalid drive specification. Unable to get ImageMagick version ...

Blackberry: Access Blackberry desktop manager and install application programmatically..

Hello all, I want to know using my desktop application can i access Blackberry desktop manager (or) any USB interface programmatically to load(install) a blackberry application into blackberry device? Basically i want to load(install) any blackberry developed application to the device using my desktop application interface. Any help wo...

How do I fix a broken Lisp directory path for Emacs?

I installed a new version of emacs (new for me). I didn't want to overwrite the stock copy so I put it in a group-readable directory ~admin/sw. I point my $PATH there and I'm able to pick it up, but when I run ~admin/sw/bin/emacs I get a whole bunch of warnings and errors: Warning: arch-dependent data dir (/usr/local/libexec/emacs/23.1/...

Start application non-elevated from NSIS installer

I have an NSIS installer, that gives the option "Run program now" when the installation has completed successfully. The installer runs elevated (as administrator) on Vista, but as a result, my installed program will also run elevated when started immediately from the installer. This gives a problem with certain 3rd party software I'm us...

Unable to install MySQL on Mac OS X

Hey, I'm having the exact issue as described in this question: http://stackoverflow.com/questions/354194/mysql-installation-troubles. Unfortunately none of the answers helped me (and it's closed). I try to learn Ruby on Rails and don't get MySQL working (so it is programming related). I typed: rake db:create and got: !!!The bundled m...

Installshield 2009 Premier quickpatch project

I created a quickpatch project in Install Shield 2009 Premier. I referenced the previous setup.exe which deployed all 64 bit components. I wanted to replace one dll namely "process.dll" which was in component "process" in the previous .ism file. Actually in that very component there were two dlls namely "process.dll" & "processeng.dll"...

Installing PostGresQL & MySQL in Mac OS X running MAMP?

Well, I have MAMP installed on my Mac OS X, and I've got PostGres up and running, but am wondering how I can use it with PHP? I'm assuming that there's something I need to do where I compile PHP so that it can use both, but, I'm not sure how to do that if PHP has already been installed? Or, if there's something unique I need to do to g...

install/uninstall an .inf driver programmatically using C# .net

Hello all, I am making an application using c#.net. It contains a filesystem minifilter driver also. I want to install and uninstall this driver programmatically using c# .net. Normally i can install this using the .INF file (by right click + press install).but I want to install this programmatically. There is an SDK function InstallHin...

static library install under Linux - should it be similar to dynamic library install?

I've spend the morning figuring out how in a makefile to do a shared library install under Linux. So that's fine; I now have my shared object and a pair of soft links to it, one of which was created by ldconfig and one by me. Now, I can also build my library as a static library. When I check /usr/lib, I see the .a files there just bei...

Package libsndfile-dev has no installation candidate

I am trying to install "libsndfile-dev". I do the following: sudo apt-get install libsndfile-dev As the result I get the following: Reading package lists... Done Building dependency tree Reading state information... Done Package libsndfile-dev is a virtual package provided by: libsndfile1-dev 1.0.17-4ubuntu0.8.10.2 You shoul...

How to find out if I have installed a Python module in Linux?

I tried to install a Python module by typing: sudo python setup.py install After I typed this command I got a lot of output to the screen. The lest few lines are bellow: writing manifest file 'scikits.audiolab.egg-info/SOURCES.txt' removing '/usr/lib/python2.5/site-packages/scikits.audiolab-0.10.2-py2.5.egg-info' (and everything under i...