install

Updating SQL Server database from SQL Scripts on installation

Our current scenario is like this: we have an existing database that needs to be updated for each new release that we install we have to do this from individual SQL scripts (we can't use DB compare/diff tools) the installation should run the SQL scripts as automatically as possible the installation should only run those SQL scripts, th...

Customized Drupal with pre-installed modules

I heard in Joomla world they sometimes create so called builds - Joomla installs targeted for specific kind of site. Is there something similar for Drupal? Someone may have likely created e.g. Company site with the same set of pages time and again, and it's possible that such builds are offered somewhere. I don't know how personal or co...

COM+ - Install or Import - a way to know after installation

Is there a way (programmatically) to determine, after installing a COM+ component, if the admin choose 'Install Component' or 'Import Component' ? We have an application that take care of querying a server to dump its COM+ configuration for a specified package. And, to make sure we installed it the exact same way onto another server, we...

What steps are followed after you say "rake install"?

I'd like to install a plugin but I'm afraid it's going to install a lot of unnecessary stuff. I'd like to look at whatever file rake takes it installation instructions from and remove anything unnecessary. I believe this is the Rakefile. But I'm not sure what happens when rake looks at the rakefile - does it execute the entire rakefile ...

How can I install script distributions from CPAN?

I tried: cpan> i /xls2csv/ No objects found of any type for argument /xls2csv/ cpan> install xls2csv Warning: Cannot install xls2csv, don't know what it is. Try the command i /xls2csv/ to find objects with matching identifiers. I haven't had any problems installing registered modules, e.g. cpan> install DateTime It is just the ...

How to install SDL library in Visual C++ 2008?

Hey, How to install SDL library in VISUAL C++ 2008? I I am looking for a tutorial how to install, but I found nothing good :(( please help me?, sorry for bad english. Thanks :)) ...

Help with IzPack - Creating Java and JNLP One Click Installations

Heya guys, I took the advice I've been given here to look at IzPack to create a JNLP based one click installation for computer illiterate clients who are using a Java desktop application I've created. http://stackoverflow.com/questions/944144/java-web-start-driven-installation However, I can't seem to find my way around it. I don't k...

How can I automate installation of a package to Linux and Windows Virtual Machines on VMware ESX4?

Hi, I would like to create an application that will traverse a Virtual Infrastructure using the vSphere Web Services API (this part I have handled) and perform and unattended install of some given package on Linux and Windows machines (this latter part I can't figure out. It looks like you can not use the VMware Update Manager to insta...

Installing a program on windows vista dutch version.

I have a program that installs on the English version of vista just fine but when we try to install it on a dutch version we get the following error message. Error 1001 "Kan een aantal of alle id-verwijzingen niet omzetten" Google translate converts it to this: "Could some or all id referrals not convert" This error is happening during ...

Installing readline 6.0 on OS X

I'm trying to install readline 6 from source but run into an error during 'make install'. Here is the end of the output after executing 'sudo make install' ( cd shlib ; make DESTDIR= install ) /bin/sh ../support/mkdirs /usr/local/lib /bin/sh ../support/shlib-install -O darwin9.7.0 -d /usr/local/lib -b /usr/local/bin -i "/usr/bin/insta...

Where can I find many Delphi 7 packages?

For my program for auto installing Delphi 7 packages I need to find about 50 packages (for testing required time to install them to the palette). Maybe someone have many packages in archive and can upload it to the free file hosting or FTP server? ...

Programatically installing font in Windows

What's the trick to make a font file copied to the fonts directory and then added using AddFontResource available after a reboot? ...

install sqlite3 on mac os x?

I am trying update my version of sqlite3 on mac os x 10.5.7 I downloaded the source code that is recommended for unix and unix like programs. I followed the compile and install directions in the readme file and everything seems to work fine. However, when i check the version number of sqlite3 it remains at 3.4.0 (the old version). Wh...

How to properly force a Blackberry Java application to install using Loader.exe

I want to include the Application Loader process in a software installation, to ensure that users get our software installed on their Blackberry by the time our installer software finishes. I know this is possible, because Aerize Card Loader (http://aerize.com/blackberry/software/loader/) does this. When you install their software, if y...

Problem installing flex-2.5.33.tar.gz on linux (debian); 'make' fails

Hello, I'm trying to install 'flex'. I don't have a previous version of flex installed. I'm running a stripped down version of linux, so I don't have apt-get or yum. To install I untarred the flex package (flex-2.5.33.tar.gz) and ran ./configure (which works). However, then I ran make and it failed. I've attached the output of ./configur...

How do I install with distutils to a specific Python installation?

I have a Windows machine with Python 2.3, 2.6 and 3.0 installed and 2.5 installed with Cygwin. I've downloaded the pexpect package but when I run "python setup.py install" it installs to the 2.6 installation. How could I have it install to the Cygwin Python installation, or any other installation? ...

install svn on redhat

how do I install svn on a Redhat machine? tried to do it with yum install svn - but it didn't find svn. my machine details is Red Hat Enterprise Linux Server release 5.2 (Tikanga) found it with this command /etc/redhat-release thanks ...

How do install iPhone application from Xcode to a remote iPhone

Hi, is there a possibility to install an application from Xcode to a remote iPhone? I have the dev account and able to install it locally. I am currently in Sydney and would like to install a prototype of a game on the device of a coworker in Germany. The work is still in progress so it's has to be done quite often... Is there a way t...

App not visible on iPod after installing through an ad hoc profile

I have build my app with and ad hoc provisioning profile/distribution certificate pair following the instructions from developer program portal. Then I send the binary (.app file) and provisioning profile to one of my peer. He drag and drop the .app and .mobileprovision files on iTunes and sync his iPod Touch. The iTunes shows the appl...

error while installing ruby gem

I am trying to install a ruby gem. I am getting this error. C:\>gem install racc Building native extensions. This could take a while... ERROR: Error installing racc: ERROR: Failed to build gem native extension. c:/ruby/bin/ruby.exe extconf.rb install racc extconf.rb:3:in ``': No such file or directory - uname -p (Errno::ENOEN...