Tagged Questions
The programs for creating program installer are setup project.
23
votes
9answers
13k views
Run exe after msi installation?
Using Visual Studio 2008 to create an msi to deploy my program with a setup project. I need to know how to make the msi run the exe it just installed. A custom action? If so please explain where/how. ...
13
votes
5answers
15k views
In a Visual Studio setup project, How do I generate an uninstall script?
I have a Visual Studio setup project.
Upon installation, it creates an uninstall batch file in the application folder. IF the user wants to uninstall the product, he can go to "Add/Remove Programs", ...
12
votes
1answer
3k views
Setup Project in Visual Studio 2010 Requires .NET 4.0
When setting up a Setup Project in Visual Studio 2010 and even to I removing all the prerequistes .NET 4.0 is still required on the computer that runs the Installation. Deploying with ClickOnce works ...
8
votes
2answers
4k views
Visual Studio Installer > How To Launch App at End of Installer
This is probably a stupid question and my Googling just is not functioning today.
I have an application I added a Visual Studio Installer > Setup Wizard project to. I am wondering how to add a button ...
8
votes
4answers
2k views
Best tool to create MSI
I am new to setup project creation. Now I am using Visual studio 2008 to create setup file (msi) for my project. I am quit uncomfortable in creating my own custom forms in the installation wizard as ...
8
votes
1answer
3k views
Specify Windows Service Name on install with Setup Project
Objective: In support of a Windows Service that may have multiple instances on a single machine, use a Setup Project to create an MSI capable of:
Receiving user input for Service Name
Installing ...
8
votes
3answers
3k views
How Add a COM-Exposed .NET Project to the VB6 (or VBA) References Dialog?
I have created a .NET assembly that is exposed to COM according to the exceptional article Build and Deploy a .NET COM Assembly by Phil Wilson.
And everything works fine in the sense that the .NET ...
7
votes
2answers
984 views
“Unable to update dependencies of the project” after commiting to Subversion
I have a setup project in .NET. When I save the project and the other projects to subversion, the setup project no longer compiles. I get the error "Unable to update dependencies of the project."
Any ...
7
votes
4answers
2k views
How to run a “.bat” file during installation?
In a Setup project the executable files such as ".exe , .dll , .js , .vbs" are acceptable and there is no way to run a .bat file in a Custom Action.
The question is how to run the "xxxxxx.bat" during ...
7
votes
1answer
2k views
How do I add a EULA to a VS2008 setup project?
This is a very simple question with a simple answer, but it is not quite so simple to find the answer on the internet.
I have a simple Setup (deployment) project in Visual Studio 2008, and I have the ...
6
votes
1answer
2k views
How do I fix 'Setup project with custom action file not found' exception?
I am trying to create a setup project for a Windows Service. I've followed the directions at http://support.microsoft.com/kb/816169 to create the setup project with no trouble.
I want to be able to ...
6
votes
2answers
780 views
Correct way to uninstall a Windows service?
I've got a windows service, built using C#, that is installed via a VS2008 setup project, and am having a couple of problems occurring with the uninstall process:
Service is not stopped prior to ...
6
votes
1answer
6k views
Use Visual Studio Setup Project to automatically register and GAC a COM Interop DLL
I've created a .NET assembly for COM interop and it is working well on my development machine. I'm currently trying to figure out how to deploy the DLL to a target machine using Visual Studio's ...
5
votes
1answer
232 views
Setup Project is not correctly registering assembly in GAC
I have created a custom Rewrite Provider for IIS 7 following instructions in this article: Developing a Custom Rewrite Provider for URL Rewrite Module
To simplify deployment, I have created a VS2010 ...
5
votes
2answers
1k views
Custom Action not working - Visual Studio Setup Project
In the past we have used Advanced Installer to build our .msi installers for a particular project. Our yearly license for Advanced Installer has expired, so to avoid the renewal cost, and because I ...
5
votes
2answers
2k views
Setup project with custom form
I’m currently working on a Visual Studio 2010 setup Project and would like to know if the following is possible:
1) Run the setup project in a way that the default forms don’t show, instead I’d show ...
5
votes
1answer
659 views
How to use the final {project}.exe.config file when creating a setup project
I have created a console application (blah.exe) with specific app.config's for dev and prod. These are named dev_app.config and prod_app.config. I have hooked up an AfterBuild target in my csproj ...
5
votes
1answer
194 views
How do I create a shortcut with the name set to [PRODUCTNAME] in a VS Setup and Deployment project?
In my VS Setup & Deployment project, I want to create a desktop shortcut whose name is set to the [ProductName] property. Instead of using the property, the setup program simply treats ...
5
votes
1answer
194 views
Why does my Visual Studio Setup Project launch IE when installation is complete?
I have this Visual Studio 2010 Setup Project for installing my application. On (clean) Windows 7 32bit installations, it starts Internet Explorer after installing my application.
On my own machine ...
5
votes
2answers
2k views
How to include version number in VS Setup Project output filename
Is there a way to include the version number as part of the output.msi filename in a VS2008 Setup Project?
I'd like for example an output file called: "myinstaller-1.0.13.msi" where the version ...
5
votes
2answers
4k views
Visual Studio: Conditionally Create Shortcuts in Setup Project?
I am working on a Setup Project in Visual Studio, and I would like the user to be able to specify whether to create a Desktop Shortcut and/or a Start Menu shortcut to the program by using checkboxes.
...
4
votes
1answer
461 views
Visual C++ 2010 Runtime Libraries prerequisite keeps popping up on a VS 2010 created installer
I created an installer with Visual Studio 2010 Version 10.0.40.219.1 SP1 Rel. My application is built/compiled for x86 and requires VC++ runtime libraries. Thus, the setup project is configured with ...
4
votes
3answers
85 views
Ensure required install actions for a dll are executed without duplicating code
I have a c# solution with two regular projects and a setup project. One of the regular projects is an executable, while the other is a dll, that I also use in other solutions. The dll project relies ...
4
votes
1answer
98 views
Cabal to setup a new Haskell project?
Is it possible to (ab)use Cabal to have it create a generic Haskell project with a simple command, similar to what you can do in the Scala world with Sbt or Maven?
e.g.
> cabal create ...
4
votes
1answer
787 views
difference between windows installer 3.1 and 4.5 While creating SetUP Project Whic one to select when
I am Creating SetUp Project for Win App. in VS2010 Framework 4.0
Now While selecting Prerequisites ( from Project properties win )
I have Microsoft .NET Framework 4 (x86 and x64) as per my project ...
4
votes
1answer
565 views
Auto-increment Visual Studio Setup Project version number
I use Visual Studio Setup projects to create MSI's for my .Net Applications. It would be nice if I could have my version numbers auto-increment. Even better would be an option to set the installer ...
4
votes
2answers
899 views
How can I create a windows installer MSI that does not require admin access
I've created an MSI windows installer that installs a plug-in which I wrote for a piece of software used at my office. However, a number of users here don't have admin rights to their computers, and ...
4
votes
3answers
2k views
Set write permissions for all users for my program folder
I have build a program in Visual Studio. The program creates a logfile and writes into it while the program is running. Therefore I constructed an installer (setup-project), that should set write ...
4
votes
1answer
2k views
Specifying c:\ProgramData folder in Setup project?
I am using a Windows Installer deployment project in VS 2010 to create an installer for a small demo project. The demo needs to install a SQL Compact database file (MyData.sdf). The demo can't install ...
4
votes
1answer
933 views
Setup Project in Visual Studio 2010 : Unknown Publisher?
I have a VS 2008 Setup Project created. I am trying to install this on a Windows 7 machine as a Standard User. I am getting a warning during install about an unknown publisher. I have used makecert ...
4
votes
1answer
101 views
Close Office applications (Word, Excel, Outlook) before install an Office 2007 Add-in
How can I close any Office 2007 running application like Word,Excel,Outlook before installing an Office 2007 Add-in in a Visual Studio 2008 Setup Project?
Thanks!
Martin
4
votes
1answer
4k views
How to make a System.Configuration.Install.Installer to get a variable from the Setup project?
I have 2 projects in my solution
A Windows service
Its Setup project
I need that my ProjectInstaller : System.Configuration.Install.Installer's method called OnAfterInstall to get the ProductName ...
4
votes
2answers
1k views
Upgrade individual feature in WIX feature-tree without uninstalling/upgrading other feature(s)
I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which is independent of the other ...
4
votes
1answer
1k views
Force overwrite of App.config during installation
We currently have 4 installers for our client software:
ClientSetupTest
ClientSetupProduction
ClientUpdateTest
ClientUpdateProduction
The only differences between them are that Setup contains the ...
4
votes
6answers
3k views
Setup project error: “An error occurred while validating. HRESULT = '80004005'”
When building my setup project I get the following error :
An error occurred while validating. HRESULT = '80004005'
Anyone know about this issue?
4
votes
5answers
479 views
What's the easiest way to install 100s of files in a Visual Studio setup project
I have a standard c# application that acts as a GUI front end for a an "R" statistics engine. "R" consists of approx 600 files in approx 50 different folders and can be "installed" on a machine ...
4
votes
3answers
10k views
Setup App.Config As Custom Action in Setup Project
I have a custom application with a simple app.config specifying SQL Server name and Database, I want to prompt the user on application install for application configuration items and then update the ...
3
votes
1answer
31 views
How I can create installer which can run ONLY with administrative rights? (Visual Studio 2010)
I have project written in C#. I create install project for this project, and I really want that this setup can run only if user has administrative rights. How I can do this?
I tried to add "Launch ...
3
votes
1answer
37 views
Why does Visual Studio 2008 always build a setup project even when it is up to date?
For normal source code projects, when you ask Visual Studio to build the project it will only build it if it is considered out of date. (The documentation for the /build command line switch confirms ...
3
votes
1answer
60 views
VS2010 Setup Project Upgrade and Shortcuts
I have a VS2010 Setup project for a C# Winforms solution. Deployment of updates using incremental assembly versions and incremental setup version works great.
The problem lies within the msi launch ...
3
votes
1answer
92 views
Visual Studio Setup Project MSI without Add/Remove entry
I am using a Visual Studio Setup Project for deployment. This may sound like a no-no but I have a specific requirement for the uninstaller not to register in the Add/Remove Programs. Is there ...
3
votes
2answers
160 views
Setup/Deployment project: Prevent modified files from being removed when uninstalling
I have a setup project. If the user modifies one of the installed files and then un-installs the application, I'd like the file to NOT get deleted by the uninstall (so that when the user re-installs ...
3
votes
1answer
48 views
VS Web Setup Project alternatives?
Can anyone recommend a better installer for web-applications? What do you use to deploy/install your web-apps?
PS. What I personally dislike about "Web Setup Project" is that it requires the "IIS 6.0 ...
3
votes
3answers
115 views
New MVC project
I just need some guidance. I'm fairly new to MVC3 and to web development in general. I want to create my own project that will involve data storage/access (SQL server db) and user log in ...
3
votes
1answer
33 views
Why does .NET Framework prerequisite not run from same location of my setup file?
I have created a setup project in c# and i had choose dot net framework 3.5 as it's prerequisites and i set the option "Download from the same location as my application". But while it assumed to be ...
3
votes
1answer
145 views
How to remove “Welcome to the Setup Wizard” text from Visual Studio Installer project
I have a Visual Studio Installer Project that I'm making in Visual Studio 2010 and am unable to figure out how to remove the "Welcome to the [Product Name] Setup Wizard" text from the wizard's dialog ...
3
votes
2answers
140 views
Copying files to remote server with a Setup Project
I am trying to create a setup package that not only installs our app but also copies files to a remote app server and installs a service there. I thought that I would just override the install method ...
3
votes
1answer
314 views
how to detect Adobe Acrobat Reader installation in computer (not just browser) during Setup?
im creating a VS setup installer for my C# project. I need the client's machine to first install Adobe Acrobat Reader X before proceeding to the actual installation.
How do i do this? Thanks!
3
votes
1answer
47 views
Bringing several .net webapps together into a suite
I'm in a project where we're going to build a number of related but yet different webapplications. Most likely there will be different teams working on the different web apps.
There will be a number ...
3
votes
4answers
927 views
How to deploy SharePoint BDC model package using VS setup project (or at all!)
Background: We have a ClickOnce-deployed WPF app, that talks to WCF Services, which in turn both talk to our own SQL database and also to SharePoint via the Client OM. To set up the WCF and the ...