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