tagged [installation]

How do you install an MSI with msiexec into a specific directory?

How do you install an MSI with msiexec into a specific directory? I want to install an MSI file with msiexec into a specific directory. I am using: Using "INSTALLDIR" is not working properly because t...

20 Sep at 18:42

iPhone application doesn't install from anywhere else other than the dev machine

iPhone application doesn't install from anywhere else other than the dev machine I created an iPhone application. I am distributing it with the ad hoc method. It installs just fine from the iTunes ins...

What user account would you recommend running the SQL Server Express 2008 services in a development environment?

What user account would you recommend running the SQL Server Express 2008 services in a development environment? The SQL Server Express 2008 setup allow you to assign different user account for each s...

How do I run Visual Studio as an administrator by default?

How do I run Visual Studio as an administrator by default? I recently discovered that even while logged into my personal laptop as an administrator, Visual Studio does not run in administrator mode an...

Installing SciPy with pip

Installing SciPy with pip It is possible to install [NumPy](http://en.wikipedia.org/wiki/NumPy) with [pip](https://en.wikipedia.org/wiki/Pip_%28package_manager%29) using `pip install numpy`. Is there ...

8 Apr at 13:31

Installing Python 2.7 on Windows 8

Installing Python 2.7 on Windows 8 So I'm trying python 2.7 on my Windows. It is running Windows 8. I cannot add it to my path. I've done the usual: using the advanced system settings, environment var...

27 Jan at 03:42

how to install tensorflow on anaconda python 3.6

how to install tensorflow on anaconda python 3.6 I installed the new version python 3.6 with the anaconda package. However i am not able to install tensorflow. Always receive the error that tensorflow...

How do you change library location in R?

How do you change library location in R? Due to the new R 2.11 release, I want to implement Dirk's suggestion [here](https://stackoverflow.com/questions/1401904/painless-way-to-install-a-new-version-o...

23 May at 11:47

error: Unable to find vcvarsall.bat

error: Unable to find vcvarsall.bat I tried to install the Python package [dulwich](https://pypi.python.org/pypi/dulwich): But I get a cryptic error message: The same happens if I try installing the p...

How to install Poppler on Windows?

How to install Poppler on Windows? The most recent version of [ScraperWiki](https://scraperwiki.com/) depends on [Poppler](https://en.wikipedia.org/wiki/Poppler_(software)) (or so the GitHub says). Un...

How to set Python's default version to 3.x on OS X?

How to set Python's default version to 3.x on OS X? I'm running Mountain Lion and the basic default Python version is 2.7. I downloaded Python 3.3 and want to set it as default. Currently: How do I se...

31 Aug at 14:57

How to list all installed packages and their versions in Python?

How to list all installed packages and their versions in Python? Is there a way in Python to list all installed packages and their versions? I know I can go inside `python/Lib/site-packages` and see w...

8 Jul at 02:11

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. laravel 5.3

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. laravel 5.3 I installed a new fresh copy of Laravel 5.3 using composer but I'm getting this error: > The only s...

23 Apr at 08:29

How to update Ruby to 1.9.x on Mac?

How to update Ruby to 1.9.x on Mac? I have created a new user account on my mac and I am trying to update to the current version of ruby on it (1.9.2) from the snow leopard default of 1.8.7. Can someb...

12 Sep at 20:49

ADB Install Fails With INSTALL_FAILED_TEST_ONLY

ADB Install Fails With INSTALL_FAILED_TEST_ONLY I am having issues installing an apk to my device. Using the above command returns the following: Any idea on what might cause this issue? It definitely...

28 Nov at 19:18

SmartGit Installation and Usage on Ubuntu

SmartGit Installation and Usage on Ubuntu I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requi...

26 Jul at 04:46

How to generate .env file for laravel?

How to generate .env file for laravel? From the [documentation](http://laravel.com/docs/master#install-composer) I see it's possible to create a laravel project via laravel installer: or via composer:...

Install tkinter for Python

Install tkinter for Python I am trying to `import Tkinter`. However, I get an error stating that `Tkinter` has not been installed: I could probably install it using synaptic manager (can I?), however,...

30 Mar at 06:55

Installing OpenSSH on the Alpine Docker Container

Installing OpenSSH on the Alpine Docker Container When running the alpine docker container the first time and attempting an openssh install, the following happens: ``` ole@T:~$ docker run -it --rm alp...

How do I uninstall a Windows service if the files do not exist anymore?

How do I uninstall a Windows service if the files do not exist anymore? How do I uninstall a .NET Windows Service if the service files do not exist anymore? I installed a .NET Windows Service using In...

How to do custom tasks during install/uninstall of a ClickOnce app?

How to do custom tasks during install/uninstall of a ClickOnce app? Is there any way to run custom code during the installation or uninstallation of a ClickOnce app? This question has been asked befo...

23 May at 12:18

"Installation failed due to the absence of a ServiceProcessInstaller" Problem

"Installation failed due to the absence of a ServiceProcessInstaller" Problem When I start to installing using installutil it gives me following error, I have set ServiceInstaller and ServiceInstaller...

How to update an installed Windows service?

How to update an installed Windows service? I have written a Windows service in C#. I have since installed it on my machine, and it runs just fine. When you install a service, does the `exe` get copie...

install/uninstall an .inf driver programmatically using C# .net

install/uninstall an .inf driver programmatically using C# .net I am making an application using c#.net. It contains a filesystem minifilter driver also. I want to install and uninstall this driver pr...

9 Jan at 05:56

How to implement WiX installer upgrade?

How to implement WiX installer upgrade? At work we use [WiX](http://en.wikipedia.org/wiki/WiX) for building installation packages. We want that installation of product X would result in uninstall of t...

31 Jan at 01:15