Tagged Questions
The visual-studio-setup-proje tag has no wiki summary.
11
votes
2answers
5k views
Adding Custom prerequsites to visual studio setup project
I have a setup project that I need to install a redistributable that is not available in the default prerequisite list. Is it possible to add this redistributable to the bootstrapper that the setup ...
6
votes
2answers
4k views
Set InstallPath registry key using Visual Studio Setup project
I am deploying my application using an msi installer designed with a Visual Studio Setup Project. How do I set a registry key to the application's install path?
4
votes
1answer
777 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
866 views
How do I stop SQL Server 2008 R2 trying to install some package when I build my setup project?
I have a WPF Linq-to-SQL project which I have been developing using MS Visual Studio 2008. I was running SQL Server 2008, and recently upgraded it to version R2. Now, whenever I build my SETUP project ...
2
votes
1answer
31 views
ASP.Net Machine.Config Transformations
I am creating a strongly signed class library that contains an ASP.Net HttpModule and HttpHandler.
I have created a visual studio setup project for my library that installs the library in the GAC, ...
2
votes
1answer
76 views
Visual Studio Setup Project - can you configure projects to install transitive dependencies in the correct order?
I'm using Visual Studio 2010 to create an installer for my project. My installer includes my dependencies, such as .NET 3.5, and the 2007 Microsoft Office Primary Interop Assemblies (PIA). ...
2
votes
2answers
534 views
how can get the path from installer and how set in my app?
i am writing a win app and now i want to make setup for my app,my code is:
Microsoft.Win32.RegistryKey rk = ...
2
votes
2answers
1k views
How to deploy database files with Visual Studio Setup Project?
I have to find a suitable location to deploy my SDF (database) file.
The file must be the same to all users
Windows applications can't write to the ProgramFiles folder.
One user can't access other ...
1
vote
1answer
127 views
How to Expose Install Directory as a Public Property in Visual Studio Setup Project
My Windows Forms Application should be installed quietly using msiexec. I'd like to expose the Install Directory as a Public Property to enable the system administrator to change it using the command ...
1
vote
1answer
100 views
Adding folder navigation to an msi
I am creating an MSI package for a windows service, untill recently i have always just performed the minimum using the installer class and then manually edited the app.config file afterwards. However, ...
1
vote
2answers
547 views
Customizing Repair option in MSI
I have a Visual Studio Setup Project that is very basic except for one modification. I have two different libraries that I would like installed based on the user's selection. I added a checkbox ...
0
votes
1answer
19 views
visual studio 2010 setup project - why can't create empty folder?
Im trying to create empty folder in application folder. I created a folder in Setup project, but when im installing, the folder is not being created. I assume its because its empty. Is there a way to ...
0
votes
0answers
18 views
Visual Studio Setup and Deployment Project: Want “File System” to have files that aren't physically there sometimes
my situation is I have numerous versions of our product which only differ in different files missing or added in folders.
Is there a way where I can have my "File System" have worse case scenario(all ...
0
votes
0answers
20 views
Visual Studio Setup and Deployment Project: Treat File not present as Warning and not as error
My company has created a multi-language software. We want to give only those language database files in MSI file for which customer has opted for. The contents of the Folder that holds language file ...
0
votes
1answer
174 views
How do I force a Visual Studio setup project generated msi installer to only run in administrative mode?
I have a Visual Studio setup project that generates an msi installer. The installer works fine if I run it as an administrator. If it is not run as an administrator my updates to ...
0
votes
0answers
35 views
How to ask user for file type association during install in a Visual Studio Setup Project
I am working on a Windows WPF application, with a main C# project and a Visual Studio Setup project for deployment.
My application should associate with .acsm (Adobe Content Server Message files) ...
0
votes
1answer
263 views
Visual Studio Setup Project - Retrieving a string from a TextBox Dialog
I am trying to get a value from one of the text box dialogs in Visual Studio Setup Project into a custom action installer class. It seems that it doesn't like it when someone enters a string with a ...
0
votes
1answer
839 views
VS2010 Setup Project force overwrite of files
Looked everywhere and it seems like in VS2010 all options have been removed to do this.
I have a Setup Project that has Application Files that get copied over to the Application folder. What I want ...
0
votes
0answers
344 views
Create Event Log Source as part of installation - windows forms app, vs deployment project
I have a vb.net windows form app that I am deploying as using the visual studio deployment project. The app needs to write event logs to the application log in the event viewer. For reasons ...
0
votes
2answers
99 views
Is it possible to have a setup project create a registry value without overwriting an existing one?
I know it can be done with a custom action, but can it be done without it?
0
votes
1answer
584 views
Visual Studio Setup Project Localization of System Controls
I'm trying to create a Setup using Visual Studio Setup Project. A mistake, but there's legacy work to consider here.
Generally speaking, these projects do not support localization. However, almost ...
0
votes
1answer
214 views
msi Installer Uninstall
I have an msi installer (VS2008 set-up project). What I would like to happen, is for the installer to initially detect if the software is already installed on the machine. If it is, then to ...
0
votes
3answers
953 views
Visual Studio Web Setup Project - deploy outside of web root (wwwroot)
I am working with Visual Studio setup projects to install web application. I am looking for a way to change the default physical file installation path. The end result I would like is a Virtual ...