0
votes
0answers
21 views

how to I make Windows stop complaining about missing python dll? [migrated]

When I type "python" at the Command Prompt, it pops up a message complaining that "The program can't start because python32.dll is missing from your computer." I have python 2.7 installed, so I think ...
0
votes
1answer
13 views

Cygwin absence of almost all packages

Tried to install Cygwin from the website and when i execute the setup.exe I am not given all the packages, not even editors package. There is Question on Stackoverflow about this where answer explains ...
0
votes
0answers
22 views

Installing windows 7 in sony vaio [closed]

I'm have a laptop Sony VAIO, which has ubuntu installed on it. It's a friends laptop. He wants to switch back to windows 7. I have a version of windows 7 in a USB serial key and he has the serial code ...
0
votes
0answers
26 views

Windows server 2008 not booting [closed]

I have installed Windows 7 on my 64 bit machine. When I try to install Windows Server 2008, the Windows loader shows up and after which a blank screen appears. How do I boot from the Windows Server ...
-1
votes
1answer
84 views

Password after MySQL Community Server install from zip [closed]

I have been installing the MySQL Community Server from ZIP Archive with the Inno Setup. I have used this install script (little modified) ...
0
votes
1answer
31 views

Windows Virtual (fake) Device INF installation

I have been trying to install the MSVAD virtual audio sample drivers from the Windows DDK on Windows 7 64bits, without success. I modified the sample INF to only support the "simple" driver. The ...
0
votes
0answers
24 views

How to prevent application installation on Windows programatically?

Right now, I have one solution for this: I use a driver to monitor any process about to execute. When the driver detect that, it will send information of the process (ex: *.exe) to a user-mode app. ...
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 ...
1
vote
1answer
22 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?
1
vote
1answer
159 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 ...
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 ...
1
vote
1answer
52 views

pre-Installation Script for an MSI package

I have created an .vbs script which executes some actions(i.e close some processes etc) and later executes a msi installation. I want to find a way to merge this .vbs script inside the package so the ...
1
vote
2answers
45 views

how to change a Python 2.7 installation package folder

I would like to install the PyPDF2 package (https://github.com/knowah/PyPDF2) I am on windows so I proceed like that : setup.py install But I got this message error : running install running ...
0
votes
0answers
26 views

Packing third party DLL into Windows service [duplicate]

I am writing a Windows Service for my college and I am using one third party library to help with scheduling. How do I package this DLL into my service so that only the .exe file needs to be deployed ...
0
votes
0answers
341 views

Cannot install softwares which require unpacking large files [closed]

I have just recently upgrade my computer from Windows XP to Windows 7, but ever since I haven't been able to install most games. During installation, each game has a different error message but ...
0
votes
1answer
57 views

Do I really need to “run as administrator” when executing an external commandline tool from my app?

I created an application and an installation package with VS2010 setup project. For a certain function within the application I execute an external commandline-tool (.exe) which is installed to the ...
0
votes
1answer
242 views

Ruby DevKit compile issues

My compass had broken >compass compile LoadError on line ["36"] of C: cannot load such file -- zurb-foundation C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' ...
0
votes
0answers
35 views

Can I install a driver only through modifying registry?

To my knowledge, there are at least four approches to install a kernel driver: Through SetupXXX; Through Service Manager; Through INF file; Through Registry; Provided that I have a minifilter ...
0
votes
0answers
49 views

Installing an OS without reboot/CD/USB [closed]

Here's the situation: -My computer works -My friend's does not. -We have no optical devices -Also no USB drives. -I need to install Windows onto a hard drive, but the only way I can think of doing it ...
0
votes
1answer
320 views

PHP_PEAR_INSTALL_DIR is not set correctly

I cnan't install pear it give error PHP_PEAR_INSTALL_DIR is not set correctly. pearcmd.php could not be found there. Please fix it using environment variable or modify the default value is pear.bat ...
0
votes
1answer
135 views

How do I install Pyramid on Python 3.3 Windows 7 x64

I have been having a heck of a time trying to install Pyramid on my Python 3.3 Windows 7 x64 machine. I have done the following from scratch with no luck. I have double checked all of my install ...
-2
votes
1answer
173 views

CUDA NSight is not installed with CUDA 5.0 installation file on Windows 8? [closed]

As I see there is not a download link for Nsight Eclipse at Nvidia site, and it says it will be installed by the CUDA 5 installation natively. But it has been not installed with the CUDA installation. ...
1
vote
3answers
83 views

How can I check if Upgrade Pack is installed in the Lotus Notes client?

Lotus Notes client 8.53 with FPx and Upgrade Pack 1 are installed to clients using a package management solution. I need to check that it works and actually get the Upgrade Pack installed. The Fix ...
0
votes
2answers
89 views

Setting up Unix [closed]

I am using OS - Windows 8. I learnt UNIX in uni days some 12 years ago. After that I never used or practiced UNIX. I wish to start learning UNIX again. Is it possible for me to setup UNIX ...
2
votes
1answer
283 views

Visual Studio 2012 installation constraints

When attempting to install Visual Studio 2012, I noticed that it needs to consume a significant portion of my boot disk as a pre-requisite to installation: It needs more than double the disk space ...
0
votes
0answers
66 views

MySQLdb installer says that python 2.7 wasn't found in the registry

I am using Django and am in need of the MySQLdb package. When I download it and run the installer it says "pyhton version 2.7 is required but it was not found in the registry" or something like ...
2
votes
1answer
273 views

Why does Visual Studio install onto multiple drives?

I'm installing Visual Studio 2008 onto a new machine (yeah yeah, old-fashioned I know but I want to do it) and the installer seems determined to write data to TWO of the three hard drives attached to ...
0
votes
1answer
390 views

Setup Teradata database on windows 7 32-bit

I want to start working with Teradata database and for that I need to setup it on my system. After searching a lot I didn't find any setup which I can use to install it on windows machine. The only ...
0
votes
1answer
57 views

Parameters for extracted .exe setup

I have a SampleApp.exe. When I double click it, it extracts itself into a folder (lets say a folder name SampleAppFolder and YES it do ask for a folderpath) and starts a Setup.exe from that folder ...
0
votes
0answers
12 views

How to launch a web page after installation with ClickOnce

Is it possible to launch an URL after a ClickOnce installer finishes?
1
vote
1answer
155 views

Application not getting installed in Silent Mode

I was given a task to install application silently on a machine. I had NO clue as how to achieve this. After spending some time, I felt it can be done through batch files and I started to learn ...
1
vote
4answers
82 views

Does Eclipse install in C drive?

I have a question that might be a little stupid. I am changing from Netbeans to Eclipse and I noticed that Eclipse doesn't install on my C: drive, nor come up on the start menu, or come up on the ...
2
votes
0answers
35 views

Install previous version of a package from old source in windows [duplicate]

Possible Duplicate: How do I install an R package from source? How can I use the .gz file provided in "Old sources" in order to create the .zip file R needs for local installation?
0
votes
1answer
377 views

QT- Installation in Windows 7

I have a c++ project that requires me to install QT when i build that project a dialog box that wants me to type in the qmake command. I found somewhere that one needs to use MinGW_QT In the ...
0
votes
1answer
184 views

TA-Lib installation Error: Must use python with unicode enabled

when I try to install ta-lib(a technical analysis library coded originally in C) for Python using a wrapper for Python and Cython, I get an error message saying "Must use python with unicode enabled". ...
0
votes
0answers
51 views

Sharepoint installation on Windows Server 2008

I am using VMWare Player to run Win Server 2008 R2 SP1 and am having trouble installing Sharepoint Foundation 2010. 1 When updating my OS to SP2 I get a "This service pack does not apply to the ...
1
vote
2answers
250 views

php Composer windows install weird directory error

Okay, I am a really big noob for windows, Today I wanted to install composer for the first time and I ran into weird directory errors, when I select my php path for the php.exe And it keeps ...
7
votes
1answer
829 views

unable to access jarfile windows-service-wrapper-*.jar

I have just installed neo4j release 1.8.1 on my windows computer. The readme file says I should now navigate to the install directory and type: C:\Tmp>bin\neo4j.bat But I get the following error ...
0
votes
1answer
71 views

Windows XP installation loop [closed]

I am installing Windows XP and it gets to the first reboot and then it comes back on and says press any key I dont but the mewwage just stays there it doesnt continue I have tried to press a button ...
1
vote
3answers
149 views

Dynamically gets and save information in a config file During Windows C# Application Installation

How to create a Set Up which gets and save information dynamically in a config file while installing.The saved information is used in the application. For Ex: Get database name or FTP details as user ...
0
votes
2answers
550 views

trouble install phpunit on windows 7, wamp server

I have try install phpunit on windows 7, but i have issue like this: C:\wamp\bin\php\php5.3.13>pear channel-discover components.ez.no Adding Channel "components.ez.no" succeeded Discovery of ...
0
votes
2answers
108 views

Issue with dotNerInstaller Getting error “The installation package could not be opened. Verify…”

When I create exe within the C:\Program Files\dotNetInstaller\bin folder, and run it, it works perfect, install perfect, but when I try to install that exe from any other location/path, the error ...
0
votes
0answers
138 views

How to create a primary partition in windows 7? [closed]

I have Windows 7 Pro installed in my system. Now i want to dual boot my computer with Ubuntu 12.0. How can I install Ubuntu alongside Windows 7? For that, I think I need one more primary partition ...
0
votes
1answer
226 views

Set environment variables with NSIS in Window 7

I want to set environment variable using NSIS installer. I will run script on Windows 7, if it is important. Thanks!
0
votes
0answers
116 views

Installation PyGObject on windows7, 32bit, py2.7 failed

Can you help me to install PyGObject on windows7, 32bit, python 2.7? pygobject-2.28.3.win32-py2.7.exe installed well, but in the end it says "close failed in file object destructor: sys.excepthook ...
0
votes
0answers
160 views

How to install seleniumHQ for Python on Windows?

I would like to know how to install SeleniumHQ (http://seleniumhq.org/download/) on Windows XP/Vista/7? On Ubuntu/Debian system you need to just type those commands: $ sudo apt-get install ...
0
votes
0answers
26 views

How to make more than one application install on windows7 in sequence ?

How to make more than one application install on windows7 in sequence ? For example i need 10 programs (office, google chrome, flash player , kmplayer ,.....) in my computer, If I set down and install ...
0
votes
0answers
35 views

SQL 2012 Data Corruption / Random Upload Count in WordPress

this install is generating a ton of errors behind the scenes So we did a fresh install on a remote server using: SQL 2012 IIS 7.5 with PHP 5.3.13 And utilizing the: /wp-content/mu-plugins • ...
0
votes
1answer
117 views

How to check outcome of unattedned SQL Server 2008 R2 Express installation?

I'm creating deployment project for a software suite which needs SQL Server 2008 R2 Express edition. I've created working installation config & script that lets me install it in quiet mode ...
0
votes
0answers
162 views

How to install omniORB on Windows?

I installed Python and MinGW, added everything which is needed to PATH (g++ and python), and downloaded omniORB from ...

1 2 3 4 5