Tagged Questions

The process of installation is the deployment of an application onto a device for future execution and use.

learn more… | top users | synonyms

100
votes
9answers
79k views

How to detect what .NET Framework versions and service packs are installed?

A similar question was asked here, but was specific to .NET 3.5. Specifically, I'm looking for the following: What is the correct way to determine which .NET Framework versions and service packs are ...
87
votes
16answers
46k views

Setup a Git server with msysgit on Windows

My friends and I are trying to setup Git for Windows using the tutorial Git Server: Gitosis and Cygwin on Windows, but we just keep running into problems. What would a "Setup Git Server" guide for ...
76
votes
25answers
13k views

What is the best choice for building Windows installers?

I have primarily used Visual Studio 2003, and its tool for building an installer was pretty painful. Files and folders had to be added manually, one by one. I am looking at upgrading to VS 2008, and ...
64
votes
10answers
60k views

How do I tell if .NET 3.5 SP1 is installed?

How can I find out if SP1 has been installed on a server which has .NET 3.5?
44
votes
6answers
15k views

python setup.py uninstall

I have installed a python package with python setup.py install. How do I uninstall it?
33
votes
4answers
9k views

Multiple Firefox Versions on Same PC

I develop various web apps, use CSS and JavaScript extensively, and need to be able to test them on both FF 3 as well as FF 3.5. Of course, installing 3.5 overwrites 3.0, so I was wondering if its ...
31
votes
7answers
13k views

How do I find the location of my Python site-packages directory?

How do I find the location of my site-packages directory?
28
votes
4answers
4k views

python easy_install fails with “assembler for architecture ppc not installed” on Mac OS X

bash-3.2$ sudo easy_install appscript Password: Searching for appscript Reading http://pypi.python.org/simple/appscript/ Reading http://appscript.sourceforge.net Best match: appscript 1.0.0 ...
27
votes
3answers
878 views

Ethical Software Installs - Affecting other software

I'd like to get a community view on this, as I was personally very offended at the way some software I have used for a long time recently changed in behavior. In this particular case, it's the .Net ...
27
votes
10answers
50k views

The executable was signed with invalid entitlements

I am having a problem with ad-hoc distribution on my iPhone. I have developed an application with SDK 3.0. I have a developer's license. I have added certificates and provisioning profiles in my ...
24
votes
8answers
1k views

What is the proper order for installing Microsoft software on a developer workstation?

I've done this a million times ... setting up a developer work station. Is there a best practices, or installation checklist for installing Microsoft development software on a work station? What ...
24
votes
4answers
6k views

Register file extensions / mime types in Linux

I'm developing a Linux application that has its own file format. I want my app to open when you double-click on those files. How can I register a file extension and associate it with my application ...
18
votes
10answers
2k views

How to best implement software updates on windows?

I want to implement an "automatic update" system for a windows application. Right now I'm semi-manually creating an "appcast" which my program checks, and notifies the user that a new version is ...
17
votes
6answers
30k views

Visual Studio 2010 Make and Install Templates

I am using F# and i found that the available templates were a bit to sparse for my liking, and i want to make more. How would i go about doing that? also, how would i install these templates after ...
16
votes
3answers
4k views

Upgrading Visual Studio 2010 RC to RTM/Retail/Final

I have the RC build of VS2010 installed on my computer. Now that the RTM build is out, I want to upgrade. Aside from the main Visual Studio package and .NET Framework 4, what else should I remove ...
15
votes
4answers
38k views

How to install iPhone application in iPhone Simulator

I have a mySample.app file - an iPhone application developed by xcode. How do I run this (only mySample.app file) application using my xcode?
14
votes
6answers
7k views

How to install Python ssl module on Windows?

The Google App Engine Launcher tells me: WARNING appengine_rpc.py:399 ssl module not found. Without the ssl module, the identity of the remote host cannot be verified, and connections may NOT ...
14
votes
4answers
8k views

How can I tell if SP1 has been installed on VS2008?

How can I tell if SP1 has been installed on VS2008? e.g. If I'm working on a co-worker's machine - how can I tell if he/she has installed SP1 for VS2008?
14
votes
16answers
6k views

Silverlight Install Base - How big is it?

Silverlight v2.0 is getting closer and closer to RTM but I have yet to hear any stats as to how many browsers are running Silverlight. If I ask Adobe (by googling "Flash install base") they're only ...
13
votes
3answers
5k views

How to register file types/extensions with a WiX installer?

I didn't find an explicit answer to this question in the WiX Documentation (or Google, for that matter). Of course I could just write the appropriate registry keys in HKCR, but it makes me feel dirty ...
12
votes
3answers
32k views

How to install trusted CA certificate on Android device?

I have created my own CA certificate and now I want to install it on my Android Froyo device (HTC Desire Z), so that the device trusts my certificate. Android stores CA certificates in its Java ...
11
votes
3answers
12k views

How can I install the Beautiful Soup module on the Mac?

I read this without finding the solution: http://docs.python.org/install/index.html
11
votes
3answers
7k views

Installation problem sql server 2008

I should probably take this for a forum but figured someone here might know the answer. I'm trying to install sql server 2008 on a home vista machine but it keeps telling 'Restart computer failed' ...
10
votes
2answers
143 views

Can a Perl script install its own CPAN dependencies?

I have a Perl script that has two dependencies that exist in CPAN. What I'd like to do is have the script itself prompt the user to install the necessary dependencies so the script will run properly. ...
10
votes
8answers
808 views

What is the best Windows Installer?

What is the best Windows installer maker. I want to buy one. Price doesn't matter. There are some few years old questions, but we have 2011 now.
10
votes
4answers
1k views

How to Deploy Android Application to Beta Tester Devices

My android app is not in the app store yet. Is it possible to send my app to someone, and they install it on their device. Something like iphone AdHoc?
10
votes
7answers
5k views

Upgrade Python to 2.6 on Mac

I'd like to upgrade the default python installation (2.5.1) supplied with OS X Leopard to the latest version. Please let me know how I can achieve this. Thanks
10
votes
5answers
36k views

How to install MySQLdb package? (ImportError: No module named setuptools)

I am trying to install MySQLdb package. I found the source code here. I did the following: gunzip MySQL-python-1.2.3c1.tar.gz tar xvf MySQL-python-1.2.3c1.tar cd MySQL-python-1.2.3c1 python setup.py ...
10
votes
5answers
32k views

Why is php5isapi.dll missing after installing PHP for Windows?

It's been a while since I've installed PHP for Windows, but every guide I've seen online tells me to set IIS to recognize .PHP files with php5isapi.dll. However, I can't seem to find php5isapi.dll ...
10
votes
3answers
2k views

How to know if asp.net 3.5 sp1 and asp.net mvc are installed in the server?

When I use: System.Environment.Version The result is "2.0.50727.3053" I know that 3.5 is compatible and in IIS is identified as 2.0, blah blah... I would like to know the exact .net version ...
10
votes
4answers
339 views

What's the best system for installing a Perl web app?

It seems that most of the installers for Perl are centered around installing Perl modules, not applications. Things like ExtUtils::MakeMaker and Module::Build are very well suited for modules, but ...
9
votes
1answer
156 views

Migrating R libraries

I'd like to move several R libraries (*) from one drive to another, on Linux, and would like to know whether a simple move is feasible and safe or if I should uninstall and reinstall the packages. I ...
9
votes
2answers
158 views

Problem in Running Java Application in Non JDK/ Non JRE installed system

I am working in a java application. It is desktop application for Windows Operating System. I am creating a installer for my application. My application works fine for the system where jdk is ...
9
votes
4answers
327 views

How Do You Manage Your Eclipse Installation

How do you manage your Eclipse installation, i.e. the basic installation, plug-ins and workspace settings with regard to consistent updates (including major ones, 3.5 => 3.6) and usage on two or more ...
9
votes
5answers
8k views

Python version 2.6 required, which was not found in the registry

Can't download any python Windows modules and install. I wanted to experiment with scrapy framework and stackless but unable to install due to error "Python version 2.6 required, which was not found ...
9
votes
5answers
2k views

Installing PygraphViz on Windows, Python 2.6

Anybody out there has successfully installed PygraphViz on Windows? Since there is not an official release for Windows, I'm trying to build it myself, but it fails to compile. I'm not the first one ...
9
votes
8answers
490 views

How to maintain long-lived python projects w.r.t. dependencies and python versions?

short version: how can I get rid of the multiple-versions-of-python nightmare ? long version: over the years, I've used several versions of python, and what is worse, several extensions to python ...
9
votes
3answers
4k views

Proper Install Order For Visual Studio 2010 with SQL Server 2008 and Office 2007?

I want to create a Windows 7 64-bit (Ultimate) virtual machine with: Visual Studio 2010 (Ultimate) Office 2007 Enterprise (with Visio 2007) SQL Server 2008 (with SSIS and SSRS) but I am not sure ...
9
votes
1answer
3k views

easy_install PIL fails

I am trying to setup a dev environment on a new laptop, I am trying sudo easy_install PIL after seting up setuptools and python etc, I get this error. Setup script exited with error: command 'gcc' ...
9
votes
6answers
6k views

Get installed applications in a system

How to get the applications installed in the system using c# code?
9
votes
7answers
21k views

Which should I install first: Visual Studio 2008 or SQL Server 2008?

Half a year ago, I installed Visual Studio 2008 and SQL Server 2008. I don't quite remember which I installed first, but since then I am unable to connect to any file-based SQL server databases from ...
9
votes
3answers
2k views

Can “gem install” be configured to install executables outside /usr/bin/ by default?

By default, when you sudo gem install thegemname it will install executables into /usr/bin/ Is there a way to change this? For example, to install them into /usr/local/rubygems/bin (or any other ...
9
votes
18answers
2k views
9
votes
7answers
14k views

SQL Server 2005 and 2008 on same developer machine?

Has anyone tried installing SQL Server 2008 Developer on a machine that already has 2005 Developer installed? I am unsure if I should do this, and I need to keep 2005 on this machine for the ...
8
votes
4answers
173 views

How to manage multiple package locations (folders) in R?

Before I upgrade to R-2.14, I want to take the opportunity to rationalise the folder structure of my installed packages. At the moment I use the R default, i.e. all new installed packages goes to ...
8
votes
1answer
1k views

“Ascii85”:String

Having troubles with a rails install, keeping getting an error for this ascii85 string error (/usr/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/rails/gem_dependency.rb:277:in `==': undefined method ...
8
votes
6answers
6k views

unable to install pg gem

I tried using gem install pg but it doesn't seem to work. gem install pg gives this error Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ...
8
votes
6answers
13k views

Ruby gem mysql2 install error

I have the Ruby version ruby 1.9.2p0 (2010-08-18) [i386-mingw32] installed in Windows7. and the gem vesion 1.3.7 When i tried to install mysql gem, it is showing Failed to build gem native extension ...
8
votes
2answers
427 views

Best way to install python packages locally for development

Being new to the python games I seem to have missed out on some knowledge on how you can develop on a program but also keep it in your live environment. Programs like gpodder can be run directly from ...
8
votes
4answers
13k views

How do I install the OpenSSL C++ library on Ubuntu?

I'm trying to build some code on Ubuntu 10.04 LTS that uses OpenSSL 1.0.0. When I run make, it invokes g++ with the "-lssl" option. The source includes: #include <openssl/bio.h> #include ...

1 2 3 4 5 38