install

Is there a way to get Server 2008 to *appear* as Vista for installers?

I have a tool that I want to install on my main development box (Windows Server 2008). The installer tells me that it requires Vista. Of course I'm not saying Server 2008 is Vista, but I figure something that installs on Vista should be able to install on Server 2008. Is there some way (perhaps via a temporary registry change) to get a...

Where to download and install Oracle Directory Manager?

Hello folks, Would someone please tell me specifically where can I download Oracle Directory Manager component? I know it's in one of the Oracle 10g discs but which one? Database, Client or Companion CD.. Please advice ...

Installing Ruby 1.8.7 (and other stuff) manually

Hi, I don't want to rely on one-click installer anymore and I want to learn how to install ruby manually. Do you have any resource for this? Thanks a lot. Cheers ...

The right components for an install script?

I am writing a bash script to set up a production server. The tasks at hand include compiling software, creating users and directories, copying files over, etc. I am wondering what other things I should do. Perhaps logging to a file? checking for a 0 exit status? What can I add to actually make this script great and not just "it wor...

What's the best way to move a directory into place in a Makefile install?

I'm currently using the usual technique in my Makefile to install individual files: install: install -D executable ${BIN_DIR} But I just ran across a situation where I need to move a whole directory and all files underneath it into place. Is cp -r the best way or is there a more linux-y/unix-y way to do this? ...

Install Shield 2009 - Shortcuts creation

Is it possible to create shortcuts in Install Shield 2009 based on user input? In essnes, a shortcut will be created (on the desktop) only if the user (who runs the installation) wants to do so ...

Is it possible to run custom actions during uninstall using InstallShield 2009

I need to run a custom action during uninstallation of a ManagedCode which is a part of the installation (Before it is removed in the uninstall process) Is it possible in Install Shield 2009? ...

How to manually install an artifact in Maven 2?

Hi, I've encountered some errors when I tried to install an artifact manually with Maven 2. I wanted to install a jar from a local directory with the command mvn install:install-file -Dfile=jta-1.0.1B.jar But Maven gave a build error which reads like: Invalid task '.01B.jar': you must specify a valid lifecycle phase, or a goal in th...

How Do I Install Ruby Shoes On x64 Linux?

Hi. I recently discovered Ruby Shoes, which sounds rather useful for a beginner like me. The only the problem is that my laptop is x64, while the only Linux package is i686. I tried it anyway and it didn't work for me, I kept getting an error. I didn't expect it to work, of course, but is there still a way to get Shoes on x64 Linux? Than...

When and when-not to install into the GAC?

When should you install into the GAC and when should you not? (I am referring, really, to installing on a client's machine when they have purchased our product(s)). I have an assembly that is only going to be used with my one application (GAC or no-GAC)? I have an assembly that all my applications share (GAC or no-GAC)? All my applicat...

how to get wix to update a previously installed version of a program

I wrote an install program with wix and it worked fine to install my program. Now I need to update it, so I bumped up the version number but when I go to install the new program over the old one it complains that an older version is already installed and tells me to uninstall it fisrt. How do I get it to update or automatically uninstall...

Installing Xampp?

Do I have to uninstall the previous version first? before updating to the latest one? I am getting errors. ...

How can I install a CPAN module into a local directory?

I'm using a hosted Linux machine so I don't have permissions to write into the /usr/lib directory. When I try to install a CPAN module by doing the usual: perl Makefile.PL make test make install That module is extracted to a blib/lib/ folder. I have kept use blib/lib/ModuleName but it still the compiler says module can not be found. ...

How to extract files from MSI package?

Can anyone advise a way, or utility that can extract the files from an MSI installation package. We have some old patches that we want to get the files from but don't wish to spend the time installing them to a machine. Much appreciated. ...

What is the best MSI generating install tool available?

I am using WIX at the moment, but keep on running into limitations (such as ability to expand properties as the value of another property). Also not sure if I ran into a bug with the FileSearch element, because it is not working as expected (does not find a file that is definitely there). I can go the route of using custom actions built ...

Installation of MS C# Visual Express fails mysteriously...

I hate to resort to dumping problems on other people, and I'm sure this is a stupid problem that can be easily fixed, but it's really getting to annoy me and I can't figure it out. Well I tried installing Microsoft C# Visual Express, but after a few minutes into the installation I got a "Windows Module Installer stopped working..." erro...

Best way to do automated clean install for Fedora Linux server ?

I have a Fedora 10 64-bit server where I want to set up a nightly fresh install. The server is an exact clone of our customer's hardware and is used for running acceptance tests. I would have liked to set this up using a virtual machine, but that's prohibited due to problems we've had with the different video and network drivers on t...

Visual Basic 6 Tries to Complete Other Application Installs

Visual Basic 6 sometimes tries to install or complete the installation of other applications when it starts up. Why? I've seen this a number of times over the years and it's very annoying. Recently, I installed Business Objects, just the SDK, plus all service packs to 3.5 on a VM and the first time I go into VB6 it says Windows Instal...

Why does PostgreSQL run on Ubuntu after install without using initdb ?

I am curious as to why you don't have to use initdb as per the postgresql manual prior to running psql the first time? (I have installed version 8.3 on 8.04.1) Red Hat requires -c postgresql start but not init.db. However, on FreeBSD you have to run initdb. Why isn't setup consistent? Does it come down to a difference between apt-ge...

Installing odd number of DDR memory modules

I have three DDR PC 3200 memory modules, two of which are 512 MB and one of which is 1 GB. My motherboard manual describes 1-, 2-, and 4-modules configurations; is it okay to install three? ...