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

learn more… | top users | synonyms

0
votes
1answer
123 views

Visual Studio 2012 update 2 shows Windows App Certification Kit warning

I've installed Visual Studio 2012 Update 2 offline mode, because I've been working on intra network. I made offline package with argument '/layout'. But with this package, I got a warning message ...
0
votes
2answers
70 views

Install python module on university computer

I am trying to install dropbox on my university host, and that requires python module docutils. So, after downloading the module and running python install.py I get the following output: running ...
0
votes
1answer
144 views

installing a highcharts server with CentOS 6

I'm having trouble finding a good tutorial for creating a highcharts server. Their installation page doesn't seem to have what is needed. http://docs.highcharts.com/#installation This github page ...
0
votes
1answer
17 views

Putty skips installation wizard

I downloaded the putty.exe installer for Windows x86 from here- http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html I am running windows 7. When I run the executable it goes straight to ...
0
votes
0answers
26 views

Installing Microsoft SQL Server 2012 SP1 halts

I am trying to install Microsoft SQL Server 2012 SP1 SQLEXPRWT_x64_ENU.exe from here Setup starts perform initial check up. When it starts installing SQL Server support files. It just keeps on doing. ...
1
vote
3answers
580 views

java.lang.RuntimeException: Application “org.eclipse.ui.ide.workbench” could not be found in the registry

i am using Eclipse v21.10.1-569685 and JDK version 1.7.0_13-b20 When i downloaded new updates (Help-> Install New Software) after that Eclipse asked me to restart the software, but i faced with this ...
0
votes
1answer
43 views

Drupal7 - Can't change profile/languages anymore on installation

So, i success to install Drupal 7 Acquia the first time i did it. I had to remove all and remake the installation But now when i launch the installation, profile and language settings are ...
0
votes
0answers
49 views

using firefox from selenium without installation (no root privileges)

i would like to launch Firefox from a python/selenium script. i have an account on a server machine, without any root privileges, and also without any GUI installed. As i may ask for limited ...
0
votes
1answer
31 views

How to install fulltext.search mysql django

Tried to import the SearchManager from fulltext.search import SearchManager Then got an error ImportError: No module named fulltext.search How can i install this module?
1
vote
3answers
98 views

Android “SDK Manager” does not install

I have already downloaded the content of the link: http://developer.android.com/sdk/index.html It seems to me that it contains every thing i want. In the first step when i run the SDK Manager i face ...
2
votes
1answer
105 views

Wix Installation - Using Burn to have Manged UI & Displaying Same Progress Text as Built In dialogs

I am using Wix Burn to install per-requisites of our project, I have used ManagedBootstrapperApplicationHost to have custom UI, I have been following project available from Wix Source code to create ...
0
votes
0answers
55 views

audiotools setup.py build fails to install

I have audiotools 2.19 and python 2.7.3 and VS C++ version 9 (2008). When i run python setup.py build in audiotools root dir I get error: C:\Users\ASUS2760\Downloads\audiotools-2.16>python ...
0
votes
1answer
135 views

Create installer for winForms with local DB

I have a Winforms application (checkers game) which have a local DB (using SQL Server Express) to save the registered players and their scores.. I'm trying to create an installer for this app by ...
1
vote
0answers
103 views

OpenCV installation doesn't work on Mac OSX 10.6.8

I've installed OpenCV on my Mac OSX 10.6.8 twice. First using sudo port -v install opencv +python27 This seemed to install fine (no errors), so I fired up python and tried to import it. ...
2
votes
2answers
73 views

During installation of Django, why do I keep getting ImportError: No module named django?

I'm just trying to get a "hello world" using django. I've downloaded django onto my desktop and i have python with Idle in my applications folder. I've followed the instructions on ...
0
votes
1answer
47 views

xcrun: error: developer tools not installed error during valgrind installation

I'm trying to install valgrind on my Mac (10.6.8). I've downloaded the latest valgrind version, valgrind-3.8.1, unzip it and ./configure works fine. When I tried make, got this error message: xcrun: ...
0
votes
1answer
273 views

python: pytz package installation issue: ImportError: No module named pytz

I installed the pytz package on my windows7 machine via: C:\Users\name\Downloads\pytz>easy_install --upgrade pytz Searching for pytz Reading http://pypi.python.org/simple/pytz/ Reading ...
0
votes
1answer
31 views

Pre Check EJB3.0 feature pack installation on WAS

Is there a way to know beforehand if EJB3.0 feature pack is installed on my Websphere 6.1 App server? One way to know is to deploy an EJB 3.0 EAR on the WAS and have it complain that feature pack is ...
1
vote
1answer
20 views

Skript to install a driver

There are problems in Windows 7 with device driver which should be installed and manufacturer has no real setup. The needed files are on CD. But when device is connected, the device manager does not ...
0
votes
2answers
72 views

spring development - with or without eclipse + checking eclipse version

Several tutorials mention that you can download spring in a tarball and install it on your computer but when I go to the springsource site all I can see is that you can download Spring Tool Suite ...
0
votes
1answer
17 views

JDK Specification Error

I'm trying to install WebLogic Server on RedHat Linux 5, and I installed JDK 1.6 32bit through RPM. When I try to install weblogic it is throwing the following error: "the required jdk for this ...
1
vote
1answer
23 views

How to get all files that were added/modified during installation?

When I install a program I need to know what files were added/modified, which registry was modified. Can someone suggest a program that does this or maybe a code?
0
votes
0answers
45 views

Fatal error during Weblogic Installation on RHEL6

I'm trying to install WebLogic 11g on RHEL6 through GUI Mode. I have installed JDK7 in this machine. When I execute this command : /usr/bin/java -d64 -jar wls1036_generic.jar, it throws the ...
0
votes
2answers
100 views

Get error when I install MongoDB on RedHat

I was trying to install the Mongo Server on my RedHat server via following this document: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/ Here is my ...
0
votes
0answers
198 views

Imagick Installation issue with PHP : 5.3.3 & ImageMagick : 6.8.1 Q16

I'm having an issue installing Imagick as i have just installed ImageMagick 6.8.1 Q16 onto our CentOS 6.3 system Please note i am running all comands as root I then am trying the following: pecl ...
0
votes
0answers
37 views

Silverstripe - installation files explained

in a fresh silverstripe installation (3.0.5) there are many files where I wonder if I will ever need them or what their purpose is... so what I would like to have is a clean silverstripe installation ...
1
vote
2answers
459 views

Update software without admin rights and access the registry

I have a .NET application that still uses the registry. I would now like to do updates without the user being administrator and without changing the group policy object. During the update process I ...
0
votes
0answers
18 views

How to install only selected source functions?

I tried to follow the tutorial in this link (http://mattbsoftware.blogspot.com/2009/04/colerful-ls-dircolors-on-mac.html) to install dircolors to enable a better color scheme of the terminal. I've ...
0
votes
0answers
52 views

MSI - Uninstall a deleted Program Folder with CustomActions that set InstallerClass=true

I had a MSI Project with CustomAction hat set InstallerClass=true [RunInstaller(true)] public class InstallerClass : System.Configuration.Install.Installer { public InstallerClass() : ...
1
vote
2answers
104 views

Save Object to Internal Storage at Application Install

I would like to know if its possible to save an object at the moment the user is installing the app on mobile. Why I want this? My app uses some default objects to his normal behaviour, whenever the ...
0
votes
1answer
23 views

deploy issue on ckan 2.0 over apache2

I have the following problem after try to deploy ckan 2.0 over apache2. here is the log from apache: tail -f /var/log/apache2/demo.ckan.net.error.log [Tue Apr 02 10:34:34 2013] [error] [client ...
0
votes
1answer
49 views

install other packages when creating new package in R

I created a R package called myPackage. In that package I've used other packages, such as, RJSONIO, stringr, RSQLite and Rcpp. I want to install all of those packages when I am installing myPackage, ...
0
votes
0answers
64 views

chrome store Inline Installation not working

we created a site and verified it this is the site url:http://www.freego.us/freegoInLineInstaller/index.html in the head of this site we add meta tag to verified the site and verified it from the ...
3
votes
2answers
359 views

Titanium Studio and VirtualBox Android x86

Step by step: 0) Install Appcelerator Titanium Studio. 1) Install Oracle VirtualBox. 2) Download and Install Android x86 VM. Instructions (Russian) here http://habrahabr.ru/post/119931/ 3) Run and ...
0
votes
0answers
269 views

Installing tomcat on Fedora 18 [closed]

I am trying to install tomcat on fedora 18 for someone. i am not a java programmer, nor do i know tomcat. After looking up some tutorials, i decided to do the following. On my machine: # yum ...
1
vote
0answers
21 views

MitmProxy Installation Errors… How to install? [closed]

I am trying to install Mitmproxy with no success. I am fairly new to this kind of thing, but I have some coding experience, though not in Python. I installed mitmproxy (MP from now on) and typed ...
-1
votes
1answer
457 views

microsoft visual studio 2012 pro setup failed [closed]

I had instal visual studio 2010 and 2008.Now am try to install visual studio pro 2012.But it throwing an error as shown. Visual studio installation error message is " Microsoft Visual C++ 2012 x64 ...
1
vote
0answers
195 views

Oracle Database installation error: environment path

While attempting to install Oracle Database 11g Release 2 on Windows 7 (64 bit). Encountered following the error (PRVF-3929) It states that the environment variable path is too long. To reach ...
1
vote
1answer
184 views

How to install numpy 1.8 dev on Windows?

I'm trying to install numpy 1.8 dev on Windows. I cannot find any binaries, only 1.7.1. Does anyone know where to download it? Alternatively, I also tried to build numpy myself. I donwloaded the ...
0
votes
1answer
546 views

can't install RVM on linux mint 14 [closed]

I'm trying to install Ruby Version Manager (RVM) to continue the Ruby on Rails Tutorial on linux mint 14 cinnamon. I followed instructions on RVM homepage and some external tutorials. but the ...
3
votes
2answers
53 views

Windows programmers, is it a good habit to install to C:\Windows?

I primarily develop on Linux where there is /usr/bin and /bin directories. I know that Windows does not have any real equivalent of either of these besides C:\Windows and C:\Windows\System32. Many ...
0
votes
1answer
155 views

mysql_install_db giving error

I have downloaded the mysql-5.1.38-linux-x86_64-glibc23.tar.gz from here and then i have executed it by using below command groupadd mysql useradd -g mysql mysql123 cp ...
0
votes
2answers
200 views

Sonar Installation on Ubuntu and Windows

I am trying to install Sonar on ubuntu but there is always an error coming up. I couldnt find any installation guide explaining the installation step by step completely. Is there any? Here is the ...
0
votes
0answers
31 views

Debian - Build Essentials No Internet [closed]

Debian will not detect my ethernet card. I have the correct drive for my ethernet card, but in order to install it, i need to run make install in order to do this, i need build-essentials. I ...
0
votes
1answer
25 views

Wix : installation path not taking from dialog,Always install in the default direcory

<Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="InetPub" Name="inetpub"> <Directory Id="wwwroot" Name="wwwroot"> <Directory Id="InstallDir" ...
0
votes
0answers
71 views

How to properly store install date for a 30 day trial software on Windows?

I'm a Windows software developer offering a bunch of software as 30 day trial versions. Over the years it was a large problem for me to detect if these 30 days has passed since installation, and the ...
-1
votes
1answer
263 views

Ubuntu 12.10 64bit installation on HP Pavilion g6 [closed]

I have been trying to install ubuntu in my system with the following config: HP Pavilion G6 Windows 8 - 64bit 8 GB RAM Intel Core i5 I have read a number of articles on internet talking about the ...
0
votes
0answers
34 views

Windows Installer- Primary-output Placing a dll in different location then Install Dir

I am using VS 2010 ,created a Shared Add-ins and I am using Windows Installer When I add Primary Output(Active) in Setup Some dll gets added e.g. a.dll,b.dll,c.dll in my Application Folder I have ...
1
vote
1answer
60 views

Setting custom internal storage requirement for application - android

I'm developing an application that after the installation will download files depending on user needs. Is there a way to set a custom ammount of internal storage an android application installation ...
0
votes
0answers
30 views

Importing Magento Store to Another Domain

I want to import my current magento store to another domain. First I have installed Magento to my new domain without any problem. And then I imported my database and I have copied and pasted the ...

1 2 3 4 5 65