-3
votes
0answers
47 views

deliver the project to the client [closed]

I have already finished a project, the idea of it its to store and view a profile passed on the stored data, I use ADO.NET and SQL Server 2005 Express, my connection string is look like that Initial ...
2
votes
4answers
76 views

How To make setup file that contains C# application and sql server

I want to build a setup file that contain windows form application that is connected to sql server how can I do that? I want to put the .net framework and sql server in the setup package how can I do ...
1
vote
1answer
120 views

Visual Studio SetUp Project — How to package .rpt files for my application to be installed along with the main app

I am new to Crystal reports installing. I have an application that contains Crystal reports *rpt files. I have a setUp project that correctly builds *.msi file that install the dlls and exe files for ...
0
votes
1answer
81 views

Replace the Installation Folder dialog in Visual Studio Setup Project with my own Installation Folder dialog?

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 ...
1
vote
1answer
110 views

There is no entry in Add/Remove Programs after installing my application (I used Setup project)

I'm very new to Setup project in Visual Studio, I've just tried creating a one, it deployed my files as I configured in the setup project. But after testing the install file (.msi), there was ...
1
vote
0answers
98 views

How to Include third party exe in setup project and install it using installer class?

I have created a setup project in visual studio 2010. Before installing it i have to install a third party exe every time. How should i merge the third party exe with my setup project and it get ...
0
votes
2answers
96 views

VS2010 Setup Project with C++ 2008 Redistributables?

Here is the situation: I have a Visual Studio 2010 Setup project which installs a C# executable The installation includes a C# dll that references a C++ dll The C++ dll requires the C++ 2008 ...
0
votes
2answers
211 views

silent uninstall msi package command WITHOUT administrative rights

I am trying to uninstall a program from my visual studio project but that seems to requiere me to run vs as an admin....so i tried doing this from the cmd to debug it . I have managed to uninstall a ...
0
votes
0answers
100 views

MSI Installer Setup Project :Error 1001.An exception occured in the OnBeforeInstall Event handler

I have c# winform application and i have added setup project to that one for creating MSI Installer. I would like to provide "Custom Error " messages to end users while installing the software but ...
0
votes
1answer
132 views

Setup project and IIS

I am creating a new Setup project using Visual Studio 2010. I have an existing application which has a few .aspx files along with few other directories. The application has lots of other non-ASP.Net ...
0
votes
1answer
136 views

How to use setup project resource in installer class?

I wrote a method in C# installer class which explicitly use abcd.txt. Everytime my users have to put abcd.txt in System32 folder at the time of installation. So that installer class can use it. Now i ...
2
votes
0answers
44 views

Stop installation based on criteria

I am trying to check if a computer has the VC++ redistributable installed and the best way I have found to check for it is by running the following code: bool CheckForVCRedist() { bool install = ...
0
votes
1answer
77 views

Setup project globalization

I created a windows forms project and a setup project to handle the installation process. The application it self is multilingual (English & Arabic),but the setup project is only in English. I ...
0
votes
1answer
349 views

Where does visual studio setup project get the primary output file?

I am trying to create a setup project for my C#-application in VS 2010. I am using an post built event during the creation of the c#-application. This event appends data to the binary of the ...
4
votes
1answer
360 views

Visual Studio setup project: run CustomActions/process as current user not system account

I'm using a setup project in visual studio 2010 for a c# outlook add-in (Office 2010/2013) and an other standalone tool. During the installation I kill all instances of outlook, afterwards I want to ...

1 2 3 4 5 16
15 30 50 per page