setup

Doxygen dependencies to manage during install

Hi, i am supposed to document my code with doxygen for a homework assignment, but i have problems getting doxygen to run. I have a Doxyfile provided, and have just installed doxygen on my machine. When i enter the command to run doxygen, "doxygen Doxyfile" I get the following error: failed to run html help compiler on index.hhp ...

how does the setup of the program is created

Hello, I want to create the setup of my own program .Is i possible to create the setup of any program including the window and gui based program . i want to know how the setup of the program is created in the c# .. plz help . ...

Visual studio deployment project error when writing to registry

Hello I have a setup for an application that was recently converted to be a framework 4.0 project (don't know if it's relevant). The setup has to write to registry (Local Machine) and until now this has always worked perfectly, however now it fails to write to registry on a clean machine (running Windows 7, 64 bit). The setup does not ...

Grails beginner problem "Failed to invoke Servlet 2.5"

[UPDATE] Apparently I'm not the only one with this problem - http://grails.1312388.n4.nabble.com/Beginner-ERROR-Failed-to-invoke-Servlet-2-5-getContextPath-method-td2222279.html . It has also appeared on a Windows machine and in the Netbeans IDE on OS X. At this point, the part that has me particularly perplexed, is I can run my Gra...

Providing an application data update from a website

I need to provide an update to application data as a download from a website. The update would actually just be the replacing of some data files with some updated ones. The update, which I assume would be some sort of setup package type program, would need to be able to do the following: access the file system and registry to determi...

Could not locate compojure in classpath

I am trying the various Getting started examples and I can get a basic hello world example working with basic HTML in the route as such (ns hello-world (:use compojure.core ring.adapter.jetty) (:require [compojure.route :as route])) (defroutes example (GET "/" [] "<h1>Hello World Wide Web!</h1>")) (run-jetty example {:port 8080}...

What should be DefaultLocation property of VS2010 setup to install application in C:\Users\[username]\AppData\Local folder?

I have to install windows service using Visual Studio. Target location for the install is handled by “DefaultLocation” property in Visual Studio setup project. I had used [AppDataFolder] tag to install the application. As the result, it has been installed in “C:\Users[username]\AppData*Roaming*” folder. I can not figure out how to modif...

best way to handle prebuild and post build events while making a setup

hi i have many prebuild and postbuild events in different projects. i want to write these events in a single batch file and then call this script in the main project please tell me this is the correct way or any other best way of handlling these events while making a setup thanks please tell me how to handle prebuild and postbuild ev...

How is your Mac set up for Windows development?

Hi Guys, I'm looking at buying a MacBook Pro to replace my tiring laptop. My day to day job is as a .NET web developer so I am looking to use VMware Fusion to run VS and SQL server etc. As I've not run my dev environment in a VM before, I would like to know how others are setup. What apps to you have installed? In which environment? Wh...

DotNetOpenId openIdRelyingParty Setup

Hi all, I'm new to .Net and am trying to setup dotNetOpenID. I'm simply trying to get the following line to build ok without getting any errors: var openIdRelyingParty = new OpenIdRelyingParty(); Currently when I build, I get the following error: The tpe or namspace name'OpenIdrelyingParty' could not be found (are you missing a usin...

Office Trusted locations

I'm curious how to best approach this situation. I have an old VBA workbook that works just fine as is. Unfortunately with the new security measures in Office 2007/2010 you get the "Security Warning Some active content has been disabled" message. I know that I can click on the message and select enable content or add it to a trusted l...

Create a Setup File Windows.Net C#

I have created a windows application setup program, it needs to have a text file in the application folder. The file is also included while creating the setup. Once the setup successfully completes and my program tries to modify the file based on user input, its simple throwing an exception. I am using Windows 7 Home Premium OS. Any s...

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', description='Scrapper', packages=['app', 'db', 'model', 'util'], data_files=[('app', ['app/scrapper.db'])] ) The zip f...

Step by step(screen shots) setup of nhibernate with asp.net mvc...

I am interested in looking for Step by step(screen shots) setup of nhibernate with asp.net mvc.... Any good links would be really useful... ...

Shortcuts and MSI updates

We have an installer for application that is compiled using WiX and each version is updated using a new setup package. The installer creates advertised shortcut in Start menu and users often copy this shortcut to desktop or other location. During an application update a major upgrade is performed and the old shortcuts are removed, which ...

How to install vcredist_x86.exe during .NET deployment setup

Hello everyone, I'm trying to install the "VC++ Redistributable 9.0" during my deployment but it always failed. The problem is that this exe (vcredist_x86.exe) is also an installation process and windows does not support nested installation (or I don't know how to make it support it). I'm using a .NET setup project with C#. There is no ...

Cassandra replication system - how it works

Does cassandra replicates only on write procedure (with choosen consistency level)? Is there any auto-replicate option for absent nodes, if i want symetric data in every node? If I plug in new node to cluster there is no auto replication - how to sync data from others nodes with new one? If I want replication like multimaster (2 nodes)...

How do I read a file from a package - something like a resource bundle in Java

I have a words.txt file that I have put in a particular java package and would need to read it from that same location. I do not control the deployment, so I don't know where the packages will be deployed. Example location: com/example/files/words.txt . I know how to use the ResourceBundle class to read properties file from the packag...

UnauthorizedAccessException app.config c#

First I create a setup from a project, and I install it. When the program reads and writes from app.config, I get an UnauthorizedAccessException. This works perfect in visual studio, but with creating a setup and installing it, it always crashes at this point. Someone who knows how to solve this? Thanks ...

How to create a setup for a web application with Web Platform Installer

I have a large Web Application ( ErPwith 11 subsystem) and I want tocreate a setup for itwith Microsoft WebPI. Currently We send our application for customers once a week (for weekly updates). We usefollowing tools in this application, So How to create a setup for out project toconfigure it in client IIS automatically List item .netF...