Tagged Questions
The setup tag has no wiki summary.
110
votes
7answers
12k views
Mercurial .hgignore for Visual Studio 2008 projects
What is a good setup for .hgignore file when working with Visual Studio 2008?
I mostly develop on my own, only occasionly I clone the repository for somebody else to work on it.
I'm thinking about ...
107
votes
16answers
63k views
Visual Studio setup problem - 'A problem has been encountered while loading the setup components. Canceling setup.'
I've had a serious issue with my Visual Studio 2008 setup. I receive the ever-so-useful error 'A problem has been encountered while loading the setup components. Canceling setup.' whenever I try to ...
86
votes
16answers
45k views
Setup a Git server with msysgit on Windows
My friends and I are trying to setup Git for Windows using the tutorial Git Server: Gitosis and Cygwin on Windows, but we just keep running into problems.
What would a "Setup Git Server" guide for ...
76
votes
25answers
13k 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 upgrading to VS 2008, and ...
32
votes
25answers
2k views
How do you back up your development machine?
How do you back up your development machine so that in the event of a catastrophic hardware malfunction, you are up and running in the least amount of time possible?
24
votes
5answers
7k views
How to add a whole directory or project output to WiX package
We decided to switch from VS integrated setup to WiX.
However, what we currently do is use projects output files as the input for the setup project. This lets us easily add Application Files to a ...
17
votes
8answers
433 views
Best Practices for Setup and Management of an Open Source Project
Later this year I want to release a PHP framework that I've been working on as open source. I do use source control (SVN), but it's on an extremely limited basis. I'm self-taught, I develop by myself ...
17
votes
8answers
17k views
VS2008 Setup Project: Shared (By All Users) Application Data Files?
fellow anthropoids and lily pads and paddlewheels!
I'm developing a Windows desktop app in C#/.NET/WPF, using VS 2008. The app is required to install and run on Vista and XP machines. I'm working on ...
17
votes
3answers
3k views
What does the EXE do in the Visual Studio setup project output
We are working on a winforms app in Visual Studio 2005 and the setup project we created output both an MSI and an EXE. We aren't sure what the EXE file is used for because we are able to install ...
16
votes
5answers
11k views
Gitosis requires password even though the public key is given
I'm confronted with some problems when trying to configure gitosis on my Archlinux
http://wiki.archlinux.org/index.php/Setting_Up_Git_ACL_Using_gitosis
I referred to this wiki article and ...
16
votes
3answers
558 views
Why do so many programs have both a setup.exe and a setup.msi?
I have always wondered about this. So many application setups have a zip file that you unzip, and in it are a bunch of files, among other things an exe and an msi. What is the difference? They are ...
15
votes
12answers
1k views
How do you set up your virtual machines?
Recently the buzz of virtualization has reached my workplace where developers trying out virtual machines on their computers. Earlier I've been hearing from several different developers about setting ...
14
votes
6answers
18k views
where can I get the latest JRE / JDK as a zip file, I mean, no exe installer
You may call me a maniac, but I like to be sure that just by copying the contents of the java folder and setting the environment variables, everything will work fine.
So I usually run the installer ...
14
votes
3answers
6k views
How do I launch an application after install in a Visual Studio Setup Project
I have created a setup project using Visual Studio 2008. After the application is finished installing, I would like to have it start up immediately. Any thoughts on how this can be done?
13
votes
4answers
451 views
What is the best way to auto update a windows application?
Google Chrome auto updates itself every five hours. I want to clone this exact functionality in my own application. What is the best way to implement this functionality on Windows?
13
votes
3answers
4k views
Make an Installation program for C# applications and include .NET Framework installer into the setup
I've finished my C# application, but I have a little problem :
When I try to run my application in another PC, I need always to Install .NET Framework 4.0
Is there something to do to make it work ...
13
votes
5answers
15k views
In a Visual Studio setup project, How do I generate an uninstall script?
I have a Visual Studio setup project.
Upon installation, it creates an uninstall batch file in the application folder. IF the user wants to uninstall the product, he can go to "Add/Remove Programs", ...
13
votes
3answers
6k views
“This program might not have installed correctly” message in Windows 7 RC
I have an installer that works perfectly under NT 5.x, Vista, and Windows 7. It contains the proper manifest for UAC on NT 6.x.
But starting with Windows 7 RC, every time the setup program closes, ...
13
votes
6answers
7k views
How to run executable at end of Setup Project?
I have a Visual Studio Setup Project that I use to install a fairly simple WinForms application. At the end of the install I have a custom user interface page that shows a single check box which asks ...
11
votes
4answers
819 views
Rails: How to set up MiniTest?
I'm a fairly novice tester, but have been trying to get better at TDD in Rails.
RSpec works great, but my tests are pretty slow. I've heard that MiniTest is a lot faster, and the MiniTest/Spec DSL ...
11
votes
4answers
3k views
WiX: Prevent 32-bit installer from running on 64-bit Windows
Due to user confusion, our app requires separate installers for 32-bit and 64-bit versions of Windows. While the 32-bit installer runs fine on win64, it has the potential to create support headaches ...
11
votes
2answers
5k views
Adding Custom prerequsites to visual studio setup project
I have a setup project that I need to install a redistributable that is not available in the default prerequisite list. Is it possible to add this redistributable to the bootstrapper that the setup ...
11
votes
2answers
7k views
What accounts to use when installing SQL Server 2008 Developer
I am installing SQL Server 2008 Developer here, and on the Server Configuration step of the installation it asks me about Service Accounts. What do I choose here?
I can see the available ones in the ...
10
votes
3answers
9k views
Running unit tests on Team Foundation Server (TFS) builds
What are the steps to get Team Foundation Server running unit tests when a given build runs?
What are the caveats / pitfalls / workarounds a dev or sysadmin should be aware of when setting up a TFS ...
10
votes
2answers
5k views
Setting the manufacturer in a VS 2008 Setup Project
I have a windows setup project that installs a service. All works well except for one thing: The default directory offered to the user during install is of the form "C:\Program ...
10
votes
4answers
4k views
VS2008 Setup Project always requires .NET 3.5 at install time but I don't need it!
1, Create and build a default Windows Forms project and look at the project properties. It says that the project is targetting .NET Framework 2.0.
2, Create a Setup project that installs just the ...
9
votes
2answers
2k views
ALTER TABLE in Magento setup script without using SQL
Jonathon Day says
"updates SHOULD NOT be in the form of
SQL commands". I haven't come across
any DDL or DML statments that cannot
be executed via Magento's config
structures.
(In the ...
9
votes
3answers
2k views
emacs plugins for web development
What are the best plugins for emacs if you want to use it for web development?
9
votes
4answers
6k views
Setup targeting both x86 and x64?
I have a program that requires both x64 and x86 dlls (it figures out which ones it needs at run time), but when trying to create a setup, it complains:
File AlphaVSS.WinXP.x64.dll' targeting ...
8
votes
2answers
1k views
python distutils does not include data_files
I am new to distutils.. I am trying to include few data files along with the package.. here is my code..
from distutils.core import setup
setup(name='Scrapper',
version='1.0',
...
8
votes
3answers
4k views
How to detect whether I need to install VCRedist?
I have a question very similar to this one but the answer does not work for me.
Software I am maintaining the setup for depends on VC++ 2008 (SP1, precisely), thus I need to find a solution to ...
8
votes
3answers
3k views
.NET setup projects using Visual Studio 2008
When you create a Setup project for a Windows/Console application, you find that there are two outputs.
Setup.exe
.msi
What does setup.exe and .MSI do? Which one should be used for installation?
...
8
votes
1answer
4k views
How to create a multi-level subfolder in Start menu using Wix
How do I create sub folders (several levels deep) in the Windows Start menu, using Wix? Currently I am able to put my shortcut in the Start menu, but only in a folder immediately under Programs (Start ...
7
votes
3answers
217 views
How to create a proper website?
Web developing isn't what it used to be. It used to consist of hacking together a few PHP scripts (I have nothing against PHP, actually it's currently my main programming language), uploading them via ...
7
votes
1answer
3k views
What are “Content Files” (in Visual Studio : Setup Project : File System
In the context of a Visual Studio 2008 Setup Project, what are "Content Files". In other words, when creating a setup project and defining the File System settings and choosing: Add Project Output > ...
7
votes
4answers
1k views
How should I create a good environment for .Net development for Sharepoint?
My company have used external companies for all software development and infrastructure but now we want to move it inhouse. The company uses Microsoft products where applicable to standardize the ...
7
votes
7answers
935 views
Tool (or combination of tools) for reproducible environments in Python
I used to be a java developer and we used tools like ant or maven to manage our development/testing/UAT environments in a standardized way. This allowed us to handle library dependencies, setting OS ...
7
votes
6answers
400 views
What's the best method for setting up a new .NET project?
So I'm newly in charge of projects at my company (We're still only 2 guys, but we're growing) and I want to set up my projects the right way.
All my projects are in an SVN repo already, I've got bug ...
7
votes
3answers
7k views
How to add uninstall option in .NET Setup Project?
The .NET Setup project seems to have a lot of options, but I don't see an "Uninstall" option.
I'd prefer if people could "uninstall" from the standard "start menu" folder rather than send them to ...
6
votes
4answers
171 views
AjaxSetup never execute the success function
I have a simple registration page that validates if a user is already taken.
I use ajaxSetup for all my ajax calls and for some reason the "success" is never called. When I look at my console ...
6
votes
1answer
110 views
Use resource files instead of satellite assemblies
We are using a .NET component that uses satellite assemblies for localization. However, if we want to create our own translations, we would have to send our translations or pay for the source code in ...
6
votes
3answers
285 views
What order are the Junit @Before/@After called?
I have an Integration Test Suite. I have a IntegrationTestBase class for all my tests to extend. This base class has a @Before (public void setUp()) and @After (public void tearDown()) method to ...
6
votes
1answer
508 views
How does Burn in WiX 3.6 bundle MSI files into an .exe
I've been digging in the WiX source code for a few hours, but since I'm not much of a C++ programmer, I figured I would save some time and ask here.
I'm interested in knowing how WiX is bundling the ...
6
votes
1answer
1k views
How to run a file before setup with Inno Setup
Is it possible to run a file with Inno Setup, before the setup beginns?
Documentation
6
votes
3answers
924 views
Settings up a Mercurial server on IIS 6
I've set up a Mercurial server on a Windows 2003 / IIS 6 machine and when I try to pull the repository I get the following sequence
requesting all changes
adding changesets
adding manifests
adding ...
6
votes
2answers
2k views
Why is the size of .NET Framework 4.0 installer smaller than 3.0/3.5?
As I can see, beta2 of .Net Framework 4.0 installation program is only 55MB, and it was 200+MB for .Net 3.5, What's happening?
6
votes
2answers
2k views
Build NSIS script as a MSI package
Is there any way how to compile the Nullsoft Installer Script (NSI) setup as a MSI package instead of an EXE?
6
votes
7answers
1k views
How do I setup FitNesse for use with .NET?
I'm trying to get started with FitNesse for .NET on Windows Vista. In all tutorials I find on the web I'm told to execute the run.bat file, but all i get when downloading the latest release is a ...
6
votes
6answers
1k views
Apple Push Notifications - When Registering for Notifications no Callbacks are received at all
I've gone through all the steps as specified, am using a dev certificate with APN enabled and am calling registerForRemoteNotificationTypes: with the right flags in my app delegate.
Still, neither ...
6
votes
2answers
1k views
How to automatically start my application when my setup is done in C# setup project
I want that my application start after my setup is finished. I try to launch a cmd file in the custom actions but the VS setup project doesn't want to take the cmd file, this is an invalid custom ...