installation

Experience with SQLExpress for a multi-user commercial application?

I have inherited a VB6/Access application that we have developed and sold for many years. We're going to SQL Server 2005 Express Edition and .Net. The application can be multi-user. Currently the setup is simple for the customer -- Navigate to the folder to create the database on first launch; second user browses to the same file. ...

How to get runonce to run, without having to have an adminstrator login.

Is there any way to force an update of software using RunOnce, without having an administrator log in, if there is a service running as Adminstrator running in the background? EDIT: The main thing I want to be able to do is Run when the RunOnce does, I.E. before Explorer starts. I need to be able to install things, without booting into...

Choosing xpath version for .net IIS apps

We've got a .net CMS running on IIS 6 which uses xslt templates. It seems to be running xpath 1.0 (as we can't use any 2.0 functionality). How do we go about installing or specifying that IIS should use xpath 2.0? Is it installed per server, or can we specify which version to use on a per-application pool or per-site basis? Thanks a lo...

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

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

Bypass .Net v3.5 verification when installing SQL Server 2008 Express

For some reason, when I try to install SQL Server 2008 Express, I get an error saying that I need to have .Net Framework 3.5 installed first, but the thing is: I already have! So could anybody tell me if I can bypass this verification by updating a registry key or something? I have np with visual studio or any other thing... just when I ...

Install PHP on XP / IIS 5.1?

I am trying to install PHP onto my development box (XP SP3 / IIS 5.1) I've got PHP 5.2.6 stable downloaded (the MSI installer package) and I am getting an error "Cannot find httpd.conf". After that the install seems to breeze by quickly (more quickly than I would have expected) and when I try to execute a simple PHP script from my loca...

Installation documentation

I'm looking for a good template on server-side installation of software for a project I'm working on. The client-side is pretty straight-forward. The server-side installation is a little trickier. It is made up of several pieces (services, database connections, dependencies, ports that need to be unblocked etc) During a recent test,...

How to compile Clisp 2.46?

When I try to compile the newest version of Clisp on Ubuntu 8.04 I always get this error after running configure: Configure findings: FFI: no (user requested: default) readline: yes (user requested: yes) libsigsegv: no, consider installing GNU libsigsegv ./configure: libsigsegv was not detected, thus some features, such as gene...

How to change directory security attributes using InstallShield?

Hello all, I'd like to change the security attribute of a directory that InstallShield creates under the CSIDL_COMMON_APPDATA - can someone please advise on how to do that during the installation process? It's a script-defined folder. Thank you. ...

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 and I'd expect this to be a standard task which should have a nice default solution. For bonus points, I'd like to know how to make it "sa...

Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007?

Is there any conflict? ...

How do I upgrade python 2.5.2 to python 2.6rc2 on ubuntu linux 8.04?

Hi, I'd like to how to upgrade the default python installation(2.5.2) supplied with ubuntu 8.04 to python 2.6rc2. I'd like to make 2.6 the default python version on the system and migrate all the other useful installed python libraries installed on 2.5.2 to python 2.6rc2. Please let me know how I can achieve this. Thanks Dirk ...

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 require some additional work for Web Apps. Ideally it would be nice to be able to do the following after checking out the source from the re...

How do I install the D programming language into C:\Program Files?

The prompt says that if I install the software into a directory with spaces: the rebuild build tool used by the D Shared Source System will fail to build and that I will be forced to reinstall in a different location However, I don't like random things in my C:\ drive. D, IMO, belongs in Program Files with PHP and MinGW and s...

How do I dictate the destination folder of a clickOnce application?

How do I dictate the destination folder of a clickOnce application? ...

How can I determine that Windows Installer is performing an upgrade rather than a first time install?

I have an install that upgrades a previous version of an app if it exits. I'd like to skip certain actions when the install is upgrade mode. How can I determine if the install is running in upgrade mode vs. first time install mode? I'm using Wise Installer, but I don't think that matters. I'm assuming that Windows Installer has a proper...

Can SQLExpress 2005 and 2008 be installed on same machine without issue?

I would like to install SQLExpress2005 as an instance "SQLExpress" and install SQLExpresss2008 as "SQLExpress2008" instance. Is there any problem with doing this on the same machine? ...

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? ...

Registering a COM server with WiX

I have been trying to determine a best case solution for registering a COM server using WiX to create a Windows Installer package and am struggling. In this post http://blog.deploymentengineering.com/2008/09/howto-use-regsvr32exe-with-wix.html there is an open request for the "Setup police" to crack down on using regsvr32 through an exe...

How do I install "SQL Server" ODBC Driver?

I Have "SQL Native Client", but not "SQL Server" ODBC driver. I have SQL 2005 installed on my machine. Tried to fix by installing SQL Server client tools. Any ideas would be appreciated. I'm running Windows XP Pro. ...