setup

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 Windows using msysgit be like? There is a comment in the tutorial above suggesting it can't be done with msysgit because gitosis requires t...

Setting up Dev environment for Java development (Q.1)

Hi, 1st part Never worked on team who uses different IDE for one project.. (But our team right now does that) Never tweaked Ant Script of IDE, or wrote any Ant script.. I am Netbeans user, (since last 2 years) and ultimately want to become independent of IDEs (except for coding and code completion) .. like deploying, building So I ...

Error with Visual Studio 2008 setup

Every time I run the Visual Studio setup I encounter the following error message "A problem has been encountered while loading the setup components. Canceling setup.". I also tried running the setup via the control panel, which results in a ever-so-meaningful "path not found" (but the setup did execute further). I did try removing sever...

Microsoft Setup Projects for services and automated removal previous versions.

I have an application that runs as a service. I have altered the services installer object so that I can pass setup data to it from a user input screen on the installation/setup project. This all appears to work well apart from the following points: Installation is error free UNLESS there is a copy of my service already installed on ...

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 application:didRegisterForRemoteNotificationsWithDeviceToken: nor application:didFailToRegisterForRemoteNotificationsWithError: are being cal...

Extract MSI from EXE

Dear all I want to extract MSI of an EXE setup to publish over network!!!! There is some ways. for example using universal extractor...... but doesn't work for JAVA Run-time environment.... Is there any idea? Thanks ...

VS Setup Project - Change install language

Hi, How do I change the localization of a setup project in VS2008 to be other than the defined languages in the dropdown (i.e. not English or France but Hebrew or Dutch) Thanks, Yoni. ...

Linux Setup Creator

I'm looking for a tool that's able to create "setup" packages for Linux, just like the Windows install creators do (NSIS, InstallShield, etc.). I want it to be able to present a graphical interface to the user (or ncurses based), where he can select some options and install the package. Any ideas of such a tool? I'm aware of autopackage...

bundle product shows price as 0

Hi guys, I've been reading a lot about this problem but I get nothing that suggests a way out. I am working with version 1.3.2.4 and after creating a bundle product, Magento displays it as price as zero, but gives the "current composition" as the correct value. I already tried to refresh the cache, rebuild the catalog index, and noth...

Problem with windows setup project (c#, winforms)

Hi, I've created a windows application in c# now i added a new setup project to this application and i build it. It is executing successfully. When i try to add project output to user desktop. There are two files adding in the desktop one is exe file and another one is xml file (configuration file). Why it is happening. How can i add onl...

setup for multi platform app

Let's say you have an app in Mono .net implementation. Now you want to create a setup - that targets multiple platforms(mac,linux, windows). What would you use to create such setup? Are out there any oss projects? Targeting only windows is easy - i would use WiX... ...

C# - Windows Service installer fails in custom action

We install a windows service from a custom action as described here: CodeProject Every so often, when uninstalling our application, it does not properly uninstall the service. Instead it "marks the service for deletion". You can see this message by running installutil.exe /u on our executable, when it is supposedly uninstalled. Has a...

Fast IO Disallowed and SQLite.

I have a windows service which uses the SQLite database backend. I can run the service fine under my account, however when I run it under the Local System account it runs into issues. I used process monitor and found out it encounters a FAST IO DISALLOWED when attempting to use the database.db-journal file. The actual line is below: 10:...

How to can I upgrade my Outlook 2007 VSTO addin to a new version

I created a setup project (not ClickOnce) for VSTO addin for Outlook. I installed setup.exe. Then I build the setup project with increased version, and I installed this version. In Add/Remove programs I see the latest version, but in Outlook I see the previous version of the addin. How can I upgrade the addin in Outlook? Thanks ...

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 in a virtual machine, zip the \java folder contents, go back to a snapshot of the virtual machine, and then unzip the compressed file. I co...

Problem with shortcut in C# setup project

I have a setup project with a custom installer class which launch the application at the end of the installation. In the setup, I create a shortcut to the output of the application. The installation goes fine. But when I click on the shortcut, the installer restart and the application launch at the same time? Why? No, the code of my cus...

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

Inno Setup uninstall executable location and name

Can I configure it to be placed in the same location (C:\windows\something) that .msi files produced by windows installer are hidden in, instead of in C:\Porgram Files\MyAppFolder\? Also can I change the name to something more obvious in intent than unins000.exe? ...

VS 2005 professional edition x86

I am trying to install vs 2005 professional editon x86 on vista. My machine and operating system both are 64 bit. When I start setup it shows .net framework for 64 bit. I exit from the installation. can anybody help me out? Is it normal that 32 bit application become 64 bit on 64 bit vista and machine. ...

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 UI, which the pure msi doesn't support. Firstly, we are using pure msi to provide the installation GUI, but then we found it's not support the frameless GUI....