Tagged Questions

34
votes
24answers
3k views

What is the best choice for building Windows installers?

I have primarily used Visual Studio 2003, and its tool for building an installer was pretty painful. Files and folders had to be added manually, one by one. I am looking at upgra …
26
votes
5answers
518 views

Get installed applications in a system.

How to get the applications installed in the system using c# code?
21
votes
5answers
7k views

How to detect what .NET Framework versions and service packs are installed?

A similar question was asked here, but was specific to .NET 3.5. Specifically, I'm looking for the following: What is the correct way to determine which .NET Framework versions a …
19
votes
8answers
775 views

What is the proper order for installing Microsoft software on a developer workstation?

I've done this a million times ... setting up a developer work station. Is there a best practices, or installation checklist for installing Microsoft development software on a w …
15
votes
8answers
7k views

How do I tell if .NET 3.5 SP1 is installed?

How can I find out if SP1 has been installed on a server which has .NET 3.5?
13
votes
4answers
1k views

Register file extensions / mime types in Linux

I'm developing a Linux application that has its own file format. I want my app to open when you double-click on those files. How can I register a file extension and associate it w …
12
votes
5answers
418 views

How to best implement software updates on windows?

I want to implement an "automatic update" system for a windows application. Right now I'm semi-manually creating an "appcast" which my program checks, and notifies the user that …
9
votes
19answers
1k views
8
votes
4answers
411 views

What is the minimum list of tools required to work on F#? Does the express edition work?

I have looked at a few posts that state the need for Visual Studio 2008 in order to run F#. Is there a simpler tool (maybe in interactive mode such as Ruby/Python) to learn F#? I …
7
votes
6answers
866 views

How can I use a new Perl module without install permissions?

Here is my situation: I know almost nothing about Perl but it is the only language available on a porting machine. I only have permissions to write in my local work area and not th …
6
votes
3answers
366 views

How to know if asp.net 3.5 sp1 and asp.net mvc are installed in the server?

When I use: System.Environment.Version The result is "2.0.50727.3053" I know that 3.5 is compatible and in IIS is identified as 2.0, blah blah... I would like to know the exa …
6
votes
3answers
120 views

Windows Installation Folders

Where do I find a definitive guide as to where, when I am installing a new application into Windows, the application exe's, database tables, configuration files should go? Also gu …
6
votes
7answers
559 views

Are there any USB stick runnable, no-install, cross platform software frameworks (with GUI)?

Does anyone know of a good software development framework or similar that has the following properties? Cross platform: it should be runnable on XP, Vista, OSX and common version …
6
votes
4answers
209 views

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 …
6
votes
5answers
277 views

Checklist for Database Schema Upgrades

Having to upgrade a database schema makes installing a new release of software a lot trickier. What are the best practices for doing this? I'm looking for a checklist or timeline …

1 2 3 4 5 30 next
15 30 50 per page