install

Script IIS 5.1 installation on Windows XP

I found an idea for scripting the installation of IIS7 on Vista I'm looking for a similar solution for IIS 5.1 on Windows XP. Any ideas? ...

How can I install several CPAN distributions at once?

I have recently started some Perl development and use CPAN to install all my packages. I was wondering if there are some "best practices" to manage required packages for a script or application. So far, I'm doing it the inelegant and cumbersome way. I have a script which looks like this : install Foo::Bar install Zulu::Car ... and the...

Install MVC on 2.0.NET Server with IIS6 without Admin Rights

On my local machine using IIS 5 (winxp) and visual Web Developer, I've built a beautiful and well composed website using MVC. Now to deploy to the testing server. I find out that it does not have MVC installed - Error:- Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyTo...

Why can not add subversion package to my OpenBSD 4.5 machine?

Hi all, I have an OpenBSD 4.5 on a virtual machine. I configured the net and my machine can connect to the OpenBSD FTP repository in Canada (ftp.openbsd.org) correctly. But when I execute this line: *pkg_add -v subversion-1.5.5* Occurs this error: Unknown element: @sha FTlY/mreDMe9nRNLR5+fSIIZWMnivjO0p83rQLSL6F0= in SCALAR(0x7...

2 instances of a program after upgrading using WiX.

I am creating an upgradable installer using WiX that needs to remove the existing program entirely before installing the new version. I have the files upgrading and adding that the newer version should be but I'm left with 2 instances of the Program in the Add/Remove program screen. Below is an example of how I am trying to remove everyt...

ubuntu9.10 : how to use python's lib-dynload and site-packages directories?

In ubuntu 9.10, in usr/lib/ there are the directories python2.4, python2.5, python2.6 and python3.0 Only python 2.6 is actually working. python2.4 has only a lib-dynload directory, python2.5 has only lib-dynload and site-packages, python3.0 has only a dist-packages directory. Now i'm wondering what is the idea behind this? Because ...

"os x" + octave + Miscellaneous Package: install errors

Trying to install the Miscellaneous Package into Octave, I get this string of errors: octave-3.2.3:17> pkg install miscellaneous-1.0.9.tar.gz configure: error: in /var/folders/0o/0ox7a-rlFVGd8pZnuF96sE+++TM/-Tmp-/oct-zTlMUh/miscellaneous-1.0.9/src': configure: error: C compiler cannot create executables See config.log' for more details....

Umbraco server error after install

I downloaded umbraco and used the web platform installer. Everything went though okay and it installed SQL Express 2008 and a new directory under the default website in IIS. However when I launch the website I'm redirected a dead page as below. What do I do next? Thanks!! http://localhost/install/default.aspx?redir=true&url=/te...

running application on client machine

Hello, I have developed two applications, one ASP.NET web application (myWebAppl) and one windows application (myWinAppl). myWebAppl Details : This application has two web pages myPage1.aspx and myPage2.aspx. myWinAppl Details : This is a single instance windows application, which accepts some parameters. Now from myPagep1.aspx (depen...

LLVM MinGW installation on Vista?

From llvm.org I've downloaded llvm-2.6-x86-mingw32.tar.bz2 into c:\llvm and llvm-gcc-4.2-2.6-x86-mingw32-tar.bz2 into c:\llvm-gcc as well as setup a desktop shortcut the following batch file in c:\llvm-gcc which attempts to setup an environment for compiling via the llvm-gcc command line too: @echo off color 0E echo Configuring LLVM env...

How do I install Ruby on Mac Leopard?

Hi, Can anyone please give directions on how to install ruby 1.9 I tried installation directions given all over the web. Can't get it to work. Please kindly give step by step direction. I tried using macports but everytime I type in ruby -v it gives me 1.8.6. Thanks Ken ...

Is it possible to download a platfrom specific Ruby gem without installing it?

I read a answer the gem fetch answer on this question is-it-possible-to-download-a-ruby-gem-without-installing-it-automatically. But windows I do not always get the windows gem. Using gem install gosu --remote installs the windows version Successfully installed gosu-0.7.15-x86-mswin32-60. When downloading using gem fetch gosu I get Dow...

PowerShell script - How to process result of executed command

I have a small script that copies files to a list of remote machines. In this script I use: Copy-Item "$AppLocation\$AppName" -destination "\\$MachineName\c$\" -force This can throw various types of errors. If this throws an error, I want to log the error to a file and then continue. My question is that I'd like to know what would be...

OpenCV and include files

Hi - has anyone installed OpenCV 2.0 on windows? Does the installation create directories such as "...\opencv\cxcore\include"? How do you link the libraries in Visual C++ 2008 (Express) and also the include files? In short how do you use OpenCV2.0 with VC++ 2008? Any help greatly appreciated. Max. ...

Java server jvm installation on windows 32 bit systems

I am trying to bundle java as a part of a java product that should be installed silently with a single click and are having some issues: My installation has the following requirements: Has no be silent and require no user input or action excpect a doubleclick on the installation file (no configuration and post install steps) Has to setu...

Error when Updating/Installing software in Eclipse 3.4.2

I am trying to update installed software and install plugins for a fresh install of eclipse 3.4.2. Whenever I try to update/install I get this error: "Unexpected error encountered while preparing for the operation. org.eclipse.core.runtime.AssertionFailedException" Details: "Unexpected error encountered while preparing for the opera...

how to install dnn (v 5.2.0) in vs (any of 2005 or 2008)?

hi, i need to install DNN on my pc. I dont mind what dotnet version this would be: either 2005 or 2008 but i need to install DNN v 5.x.y and not any previous installation + also need to configure in my sql server (could be 2005 or 2008) Please suggest me some correct steps thanks. ...

How do I install Perl modules on machines without an Internet connection?

I need to install my Perl-based software on networked machines which aren't connected to the internet. Therefore, I would like to download specific versions and/or latest versions of the Perl modules and I would also like to know if there is an install procedure required for these modules. Background: The machines aren't connected to th...

Wordpress Install: "ERROR: you must provide an e-mail address."

Hey, Just trying to install Wordpress on a client server. Have installed Wordpress 20+ times before with no issues what so ever. However on this fresh install i am getting the following error when i try to progress from stage 1: ERROR: you must provide an e-mail address. (The first stage of the install, for anyone who isnt't aware, r...

Using miglayout with netbeans.

I'm trying to use miglayout within the netbeans IDE. Ive placed the miglayout files in the right place and then imported using: import net.miginfocom.swing.MigLayout; at the top of my file but it states that "package net.miginfocom.swing does not exist" Any ideas on how I can get miglayout working withing netbeans? Any way possible? ...