Questions tagged [setup-project]

Programs used to create installers are generically called setup projects. In most cases you are probably using a tool (on Windows examples are Visual Studio, InnoSetup, WiX, Advanced Installer, Wise, InstallShield) to create the setup, so a more accurate and useful tag would be one for that specific tool.

Because the requisite process varies for each program and each computer, many programs (including operating systems) come with a general-purpose or dedicated installation program called an installer–a specialized program which automates most of the work required for their installation.

The program which create installer are setup project.

1630 questions
0
votes
1 answer

How to code for Custom Dialog in Setup Project?

I have created a Setup Project for my .net application. I want to add another dialog after installation folder selection. I have added that dialog from User Interface panel. It is showing me correctly. Now, I want to write some code as per…
Shell
  • 6,818
  • 11
  • 39
  • 70
0
votes
3 answers

Create a setup file in Visual Studio 2012

I have a windows form project and I want to create an installation package for this project. How can I create a setup file in Visual Studio 2012 ? My project is without data base. How to create a Setup package using Visual Studio 2012.NET?
0
votes
1 answer

Windows Form Project(C#) is moving file to User's Directory

I have a Windows Form project and created a Setup Wizard Project so I users can install it in Next Next Finish way. This project uses Microsoft Access as database and I properly added the database file to SetupWizard and everything was ok. HOWEVER,…
0
votes
2 answers

Msi installer does not add the Outlook Addin

I've created an Outlook 2010 addin and a setup project to create and msi that would install the addin. On right-click and Install on the Setup project, I see the addIn in Outlook, but on clicking the XXX.msi file I fail to see the addIn in…
Deefa
  • 199
  • 1
  • 3
  • 12
0
votes
1 answer

Visual studio setup project permission

I'm creating an installation package using visual studio setup project. it all went well and the installation package actually installs my windows app and it runs but when the app attempts to write to a settings.xml file (inside the installation…
Amin
  • 101
  • 5
0
votes
2 answers

Skip A Dialog In Visual Studio Setup Project

I've created a Visual Studio Setup Project (VS 2010) in which one dialog (4 textboxes) is optional. It depends upon a checkbox selection by user in previous dialog. Is there any way I can skip the optional dialog ?
Yogee
  • 1,412
  • 14
  • 22
0
votes
1 answer

InstallShield LE is not working in vs2013 in windows 8.1

I am working in Visual Studio 2013 on Windows 8.1 . I have windows service project, for that i want to create a setup project. I am trying to add install shield limited edition project. When i am clicking on OK button. Nothing happend, nnly setup1…
0
votes
1 answer

error while setting up an existing Ruby On Rails project to local machine

I am setting up an existing 'Ruby On Rails' project to my local Machine after database setup terminal command 'rails server' executes successfully but when I hit localhost:3000 in browser I get following response.... Started GET "/" for 127.0.0.1 at…
Brij Patel
  • 74
  • 7
0
votes
1 answer

Making an obfuscated exe Primary Output of a WinForm Setup project

I'm using DotFuscator to obfuscate my source code. How do I make the obfuscated file, which lives in a separate directory, the primary output of my Setup project? If I overwrite file in obj and release folders with obfuscated file, it just gets…
Charlie
  • 1
  • 2
0
votes
2 answers

How do I Create a link to an executable Installed by Visual Studio Setup Project

I am working on a visual studio setup project. I want the setup project to install the executable for a windows forms project, and then put a link to that executable in the Programs Menu on the target machine. In the Setup Project I clicked 'Add'->…
PICyourBrain
  • 9,976
  • 26
  • 91
  • 136
0
votes
0 answers

how to create ClickOnce type setup in Visual Studio

Please tell me how to Deploy application, which installs all it's dependencies like .net framework, MSSQL, etc. itself. I have added all the dependencies in my setup Project, but when I install my setup it show message like .net Framework 4.0 is not…
Varinder
  • 1,780
  • 2
  • 11
  • 18
0
votes
2 answers

.Net: Adding files and folders to SETUP Project programmatically

So, here is the scenario: I want to create a installer which would just dump few files and folders at a location specified by user. But the problem is these files are required to be picked up from a fixed source folder and then the…
Manish
  • 6,106
  • 19
  • 64
  • 90
0
votes
1 answer

Laravel running on a remote host

I am looking at learning Laravel, it looks great but my one concern is how to get it running on a remote host where I have limited (non root) access. Is it just a case of uploading the files via ftp or are there any other tricky config things that…
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
0
votes
2 answers

Can a Visual Studio Installer remove a program installed by a non Visual Studio Installer?

I released a beta version of a dll driver a while ago that used a script based installer called Inno Setup, which did three things. 1) copied the dll file to a specific directory on the target file system 2) performed COM registration 3) executed a…
0
votes
2 answers

How can I lift the requirement to uninstall before installation of a .NET application built with Visual Studio?

Is it possible to build an installer in Visual Studio that will not require the application to be uninstalled prior to installation? (Assuming the application was already installed.) I use a Setup project in Visual Studio to create an installer for…
Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131