I add .Net framework to the deploying to be requirement, but when I try to setup my software, it is Chinese in the explanation(Maybe is I'm in Taiwan). Like the picture:
I want the explanation (like the area of red eclipse in the picture) to be…
I have winforms applicaton. I created a setup using click once. My applicaton is build in .NET 4.0 and x86 as platform target. It works on my .NET 4.5 Win 7 64 bit machine but on a .NET 4.0 64 bit Win Server 2003 machine it gives the exception…
I want to create one application which created Setup file for Window Desktop application runtime with all resource file which application needed.
Is this possible? If yes then how I can do this?
I created a windows service basically its just creates a report and then exports it to pdf and emails.
I ran the whole application in debug mode and it works perfectly fine.
Now i created an installer for the windows service which installs it and it…
In my workplace, we are now in a process of migrating from VS 2010 to VS 2012.
Everything seemed to be working smoothly until I started testing the deployment of our application.
As some of you probably know, the setup projects were discontinued in…
I'm creating a set up poject using VS 2010. One of the third party exe should be installed through the custom action. I have done this and works fine. But requirement is to
1) First time when MSI is installed this exe should also be installed in…
I made a setup file for c#.net application and installed it now when I restart the setup it is showing me the following error:
Another version of this product is already being installed. Installation of this version can not continue.
I want to…
I have created an installer with Visual Studio Deployment project to install a windows service. I need to add more feature like:
1] Recovery methods like, Restart the service on first failure, restart the service on second failure.
2] Stop the…
I have a windows service deployment project that could start the service automatically once i installed the setup file. I have passed the argument as -i in Custom Actions - Install.
And then in in Custom Actions - Commit, I have put argument as…
Am having a windows service exe that starts xxx.exe. After i created a setup file, I cant able to launch the service automatically
So I wrote a batch file having commands ( service.exe -i ).
Can anyone tell me how to run a .bat file after…
In control panel> Add or remove programs it is showing microsoft framework 2.0 service pack 2 but when i create setup then in prerequisites it is not showing me the option to select framework 2.0.
I also tried installing framework 2.0 again but it…
Our team started a solution which consists of 4 projects - a desktop app, 2 web app, a win- and a web-services.
We decided to use TeamCity as a CI server and decided to use it as for building setup packages (nightly builds). Google shows me a lot of…
I am not a full time programmer, but have to do a little bit to build tools to support my job. I have finished writing my application which I now need to deploy.
I do not want to use "ClickOnce" as I need to alter files in the 'local' folder at…
I am using Msbuild Extension Pack to install windows service remotely. Every time i try to deploy my application i get this wired error:
Install Service failed with code: 'StatusInvalidServiceAccount'
The account in remote server is set to log on…
As you know, when creating a Visual Studio Setup project (with a msi file as output). In the User Interface window, there is a dialog named "Installation Folder". I want to decorate this dialog (such as use an Office 2007-styled form instead)... I…