Tagged Questions

2
votes
5answers
70 views

How do you distribute an HTML/Javascript web app?

I've built a web page using HTML and Javascript that acts like a desktop app. I'd like to distribute it to users in the methods they are most familiar with. For Windows users, I …
0
votes
1answer
18 views

Set registry key through ClickOnce installation

I need to add my application to the startup and hence, need to set the Registry Key with the Installation path. I have got this working through the Visual Studio Setup project but …
2
votes
1answer
81 views

Visual Studio Setup Projects: Cleartype

I use a Visual Studio Setup project to create an installer for some assemblies. However, the fonts the installer uses are always aliased, and don't appear to be the Windows standar …
0
votes
2answers
49 views

Setup Requires .NET Framework Version 3.5

Hello, I have a C# Winforms application I'm looking to deploy on an XP Laptop with the .NET Framework 1.1 installed. The solution contains three projects, all with a target frame …
2
votes
1answer
55 views

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I've released the code as a Google Code project. It's easy for a developer to ge …
1
vote
2answers
25 views

VS 2005 Setup - HKCU

I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for …
2
votes
3answers
21 views

Can I rely on MSXML4 being present?

We test the setup of our software on "clean install" images of windows XP, Vista and windows 7 before release. Some old code in the software still relies on MSXML4. Until now, I h …
4
votes
6answers
194 views

How to create a standalone, self-contained setup program written in C#?

I have an application with complex setup requirements. I'm well familiar with some of the tools out there for creating setup programs such as Wix, Visual Studio Setup project, Inn …
1
vote
1answer
47 views

Windows Service setup project - run service as administrator

Hi, I've got a setup project for a Windows Service (.net 3.5, visual studio 2008). The Windows Service needs to be run under the Administrator account, does anyone know how I can …
1
vote
2answers
30 views

setup the search in sharepoint

Hi everyone, for some reason my serach in the sharepoint site does not work, I have set up the SSP, the scopes, the crawls, everything but it still does not work, can someone expla …
1
vote
2answers
46 views

WIX: Howto set the name of the msi output file dynamically

I want to include some dynamic part in the filename of the msi file my wix projects produce. This dynamic part should be controlled by variables which are part of my wix project an …
0
votes
1answer
74 views

Python on windows7 intel 64bit

I've been messing around with Python over the weekend and find myself pretty much back at where I started. I've specifically been having issues with easy_install and nltk giving …
1
vote
3answers
49 views

Enable ASP.NET in IIS6 Programatically

Is there a way to enable the ASP.NET Web Service Extension in IIS6 via C#? I'm trying to simplify a website setup program for people who haven't used IIS before.
0
votes
1answer
46 views

How to embedded msi into a setup.exe and execute it silently?

Here's the requirement: 1. One single installation file. (aka. setup.exe) All the other files include the required dlls and msi itself must embedded in this setup.exe. 2. Frameless …
0
votes
0answers
21 views

.net Setup project force new file replacement on reinstall

Hello, I have a setup project that install a couple of projects and a couple of external files (one of which is a SQLite Database) - everything worked fine until i've recently mod …

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