install

how to make an installable file?

hi... i have made a C language executable file... now i want to make it installable... i want to made my program installable which will install in specified drive location... please... any one help me... i will be thankful to you for this... ...

Looking for a flexible windows installer product with a powerful scripting language.

The company I work for has been using a certain installer for the past few years (its name is very similar to another installer product from which we switched). I was recently tasked with reworking the installer and fleshing out all the little bugs and edge cases that were causing all kinds of problems. I found the product so inflexible...

Update midlet wirelessly

I am currently developing a j2me application for the i290 and would like to be able to update to new midlet revisions in my application using code. The problem I am having is that one method that I know of that can do this, platformRequest(), is locked by motorola and I am not interesting in paying to sign my code. I need a way to upda...

Programmatically determine what JDK/JRE's are installed on my box

Is there a standard way to do this? I realize this can be somewhat platform dependent. Our product right now is only supported on Windows - so I suppose that's what I'm interested in right now. The only things I can think of are to either scan the registry or crawl the file system. Scanning the file system seems like it can take a re...

Can you upgrade netbeans without downloading the whole install?

I can update the plugins, but I don't see a way to update for the whole product. I have Netbeans 6.7.0. Thanks! ...

windows: load a filter driver while windows is running

Is it possible to install a keyboard filter driver(like ctrl2cap) while windows is running and not having to reboot? I tried it once with a driver loader but I got a BSOD. If it is possible what was I doing wrong? What can I do next time to not get a BSOD? Also, if it is possible, could I do it with c++? Thanks for the help! ...

How to install/use RegexKitLite for an iPhone application?

I'm trying to understand how to get my iPhone application working with RegexKitLite, I tried searching Google for how to install it but couldn't find anything that explains it clearly. Hopefully this will become a step-by-step guide for anyone searching for it in the future. Alright so according to the documentation it says: The two...

Using Zend Framework w/o installing it in server root?

I am trying to use Zend's Gbase library, but I cannot figure out how to do so without actually installing it in the PHP path. The complication comes from wanting to make a module for Drupal that is not constrained by the server it is installed on, but can access the library by having it installed in a subfolder of the module. Does anyo...

How should I install more than one version of Perl?

I want to install, from source, Perl versions 5.005, v5.6, v5.8, v5.10 Right now I have 'v5.10.0' installed. /opt/perl/bin /opt/perl/html /opt/perl/lib /opt/perl/man /opt/perl/lib/5.10.0 /opt/perl/lib/site_perl /opt/perl/lib/site_perl/5.10.0 Will I have any problems if I install them all in /opt/perl? Or should I split them up in...

How to check the version of OpenMP on Linux

Hi, I wonder how to check the version of OpenMP on a Linux remote machine? I don't know where it is installed either. Thanks and regards! ...

How do I Install Multiple Versions of MyProgram (same PC, VS2008)?

I have a big MDI Suite application that I've written for our company. It is installed on two Citrix servers, and is then accessed by hundreds of Windows terminals across the plant. Before installing updates, I (the sole developer) test my new routines until I am satisfied that it is going to perform how I expect it to. This generally wo...

Can I install gcc in iPhone with out jailbraking it?

Hey... Is it possible to install gcc in iPhone (3.0 or above) with out jailbraiking it? If yes, Do you know a good place where I should start ?(please don't say "Google it!", lol) If the answer is no. What is the demerit of jailbraking my iphone? or ipod touch? I would like to be able to use gcc inside my app , Thanks in advance. ...

how do I package support files in a cocoa app

I'm building an application where I want to provide the user with a few dozen templates that will internally take the form of property lists. I would also want to group them in categories, which would conveniently be achieved using folders. While I have contemplated shipping these files as simple resources in my application, I don't lik...

fail to install boost library

Hi, I am installing boost library from its source boost_1_40_0.tar.bz2 on my Ubuntu 8.10. Following "./bootstrap.sh --prefix=path/to/installation/prefix" and "./bjam install", the compilation is very intensive and my system seems unable to take the burden and abnormally exits. I tried several times. All end in my system aborting. Everyti...

installing gcc on vista

I downloaded gcc 4.4.0 and unzipped it to C:\Program Files\gcc forgive me for being a novice, but...now what? I read the install readme file but it's over my head. how do i get it to work? ...

How to install msi on remote machine in msbuild without using psexec?

I have searched all the custom tasks in Extension Pack and Community Tasks and finally found a task called Msi.Istall in SDC Tasks. But the documentation is bad and causes problems. I get errors regarding the properties passed to the installer. Below is my Install target : `<Target Name="Install"> <!-- Copy the MSI package into ...

Snow Leopard install ruby on rails (and mysql)

Hay Guys. I've done a clear reinstall of OS X leopard. So there's nothing on my system at all. I've installed xcode and im ready to install rails. However, my system is a macbook (macbook2,1), and apparently it doesnt support support 64bit by default, apple is going to add this at a later date. How would i go about installing rails? ...

install application for all users using vs2005 setup project

How do i install application for all users using vs2005 setup project, i have enabled install all users property in setup project to true, but there is no impact after installation. my application not loaded in other user accounts (shows an error message). ...

Installation Creator that downloads files from a website.

Would anyone be able to refer me to a installation creator that allows me to specify where it should download the rest of the files from, and if the user already has the file, just skip that file? I need it for, mainly, patching purposes. It just needs to check if the user has a file, and if he/she doesn't, then it downloads it. ...

using RSPython in MacOSX

Dear all, I am trying to install the R/SPlus - Python Interface (RSPython) on my Mac OS X 10.4.11 with R version 2.7.2 (2008-08-25) and python 2.6.2 from fink. The routine: sudo R CMD INSTALL -c RSPython_0.7-1.tar.gz produced this error message: * Installing to library '/Library/Frameworks/R.framework/Resources/library' * Installin...