installation

python virtual environment on source control

I have created a python web virtual environment contains all django, pylons related packages. I use the host ubuntu desktop PC at home and I have ubuntu virtual machine running on windows PC laptop. Both the operating systems are linux only. I will be using the same environment for production that will be ubuntu server. Is it possible ...

Error installing mod_wsgi 3.1

I am trying to install mod_wsgi 3.1 on Ubuntu 9.10 and am getting this error when I attempt to make root@me:/src/mod_wsgi-3.1$ ./configure --with-python=/usr/bin/python2.6 checking for apxs2... /usr/bin/apxs2 checking Apache version... 2.2.12 configure: creating ./config.status config.status: creating Makefile root@me:/src/mod_wsgi-3.1...

Acceptibility of non-installed applications?

Is it acceptable to have commercial applications that doesn't install themselves to regular "program files" location? Which one is better? An application that can run anywhere without installation (#1) or integration or one that requires a full installation (#2) (using registry, program files, settings stored in AppData, documents store...

Problem to install MSI via msiexec /i .. /qn

I'm working on a MSI file which is able to install 2 tools. Both tools are installed from an exe file but which are able to be launched silently with arguments like /SI I can built the project without problem, without warning... Un-install works fine too. If I double click on my MSI file, both software are installed without problem.... t...

Adobe Air - packaging an air installation file with ant

I’m having problems packaging an air application with ant. Adobe references taken from: http://help.adobe.com/en_US/FlashPlatform/develop/air/building_apps/WS5b3ccc516d4fbf351e63e3d118666ade46-7f66.html I run ant using java classes inherited from org.apache.tools.ant.Task. This builds up the argument list for the adt tool e.g. Java ...

Install only on one machine.

Hi. There is a Windows program which is downloaded after entering a valid serial in a web page. Now, I want to limit the user to install the program only on one single PC, the one he or she installed for the first time. I need some advice on creating a such system. Thank you. P.S. Serial key must be entered on the web page instead of t...

how to install open-library on ubuntu?

i want to install openlibrary in my ubuntu system and i followed the instruction from the below link http://openlibrary.org/dev/docs/setup $ ./scripts/openlibrary-server openlibrary.yml while i am using the above command it shows infogami module not found error message ...

Using Stardard USB driver

I have an application and a device that communicate through USB, and they use the standard example BulkUSB.sys that is provided with WDK, but currently with every installation of the software, the driver is also installed. I was wondering whether there's a way to use a driver that comes with windows for that purpose, and if so how? Ma...

What is the best Installation Guide for installing Rails on Ubuntu 9.10?

I have a clean install of Ubuntu 9.10. I want to install Ruby 1.8, RubyGems and Rails. The install usually fails when trying to get or update RubyGems. Sorry for the lack of details, I have gotten stuck on a number of fronts. What is the best, guaranteed to work, installation guide\blog post\tutorial for installing Ruby, RubyGems and Ra...

Installing VS.net '08 on Vista Home

Hello everyone, I have a problem that makes me tear every hair on my head for the past 2 days. I finally decided to give my laptop, dinosaurs running on XP to my mother, to join my wife's computer, runing under Vista. But I am facing a hard reality, I never work on Vista and now I must install my Visual Studio 2008 and I confess that I ...

Problem installing Perl module Java::Import

I am trying to install the Java::Import module on my Win32 system for Perl 5.10. But I can't seem to get it install from cpan. Here is the error I get when I try to install it via CPAN: gcc -c -I"src" -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_I MPLICIT_CONTEXT -DPERL_I...

Is it possible to have Publisher (Manufacturer) of installation (MSI) be dynamic according to property

When we deploy our products using OEM we have a requirement that our company name will not appear in the Publisher property of the installation in the add remove / other. although we have easy way of choosing neutral name for the publisher we would love to be able to set the name dynamic according to property for the installation (and al...

Compiling/ Installing WinDBus in Windows?

How should I compile/ install WinDBus in my Windows Box? ...

Android SDK installation error - "no buffer space available (maximum connections reached?): recv failed

Hello I am trying to get my environment setup to develop an android app so I downloaded the SDK (http://developer.android.com/sdk/installing.html). After unpacking the files and running the SDK Setup.exe, the Android SDK and AVD manager opens up. During the installation process, I got an error stating the following: Failed to fetch ...

Verify/Check to see if a Configuration Profile has been installed on iPhone

Does anyone know if there's an API to check to see if a particular Configuration Profile has been installed on a iPhone OS device? Thanks, Cole ...

Is it possible to download Android SDK components without using the Android SDK management utility?

During the installation of my Android SDK, I am getting stuck during the process where the manager goes out and downloads all the revisions of the APIs and the SDKs. It is potentially due to a socket issue that typically occurs when a database query is called and there are a large number of TCP connections... according to googling my er...

Switch to the finish page in Inno Setup installation

I added a few custom pages to my setup. In one of this custom pages I do some checks. If this checks failed, I want switch to finish page. How can I do this? I can not do this with ShouldSkipPage event function because: function ShouldSkipPage(PageID: Integer): Boolean; begin // this will NEVER happened - see documentation below if...

How to extract ONLY the contents of the JDK installer

I just downloaded the Java SDK/JDK versions 5 and 6, and I just need the development tools (and some libraries) contained in the installation packages, I don't need to perform an installation and that's why I was only looking for a zip package at first (for Windows there is only an exe installation file), I only need to extract the conte...

vb.net - keeping program updated?

I'm looking for suggestions on keeping a program that is running on a network updated. Installation consists of 15 users, each have the program on their local pc, but they all access same date from sql server. I am looking for a clean method that would allow me to update one folder on the network and for each computer to get updated when...

Inno Setup: Disable <Next> button

Is there any way to disable <Next> button in Inno Setup? ...