Tagged Questions
0
votes
0answers
20 views
Setup Project with SqlLocalDB as Prerequisite
I need to include SqlLocalDB.MSI as a prerequisite of my project setup. With Visual Studio 2010. How can i do this?
1
vote
1answer
702 views
WiX Bundle ExePackage DetectCondition always false
This is my first question to Stack Overflow! :-D
I am trying to create a WiX Bundle that installs the .NET Framework 4.0 before my .msi installer. I inspected the log file for my bootstrapper using ...
0
votes
1answer
481 views
MSI reference a custom bootstrapper package from another location
I am using the Visual Studio 2010 MSI Web Setup and Setup Projects as well as a custom bootstrapper required for these installers.
These projects will need to be built by other developers in the ...
6
votes
1answer
4k views
General failure building bootstrapper
while doing the build of my dontnet 4.0 project setup i'm getting following errors
An error occurred generating a bootstrapper: Unable to finish updating resource for E:\project\Setup\Debug\setup.exe ...
2
votes
0answers
213 views
The bootstrapper does not detect whether any of the prerequisites are already installed
I have created a setup project in VS 2010 and added as a Prerequisite Visual C++ 2010 Runtine Libraries (x86). Then I compile the project and I get two files (test.msi and setup.exe).
If I run ...
4
votes
1answer
1k views
Windows Installer Bootstrappers - permissions
I have custom bootstrappers for SQL Server 2008 R2, .NET Framework 3.5, .NET Framework 4, etc. I am using Visual STudio 2010's Deployment project to deploy a .NET 4 application. I know these are going ...
13
votes
1answer
6k 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 ...
2
votes
0answers
562 views
Adding prerequisites to setup project VS2010
I want to add new prerequisites to my visual studio setup project. Searching, I found the "bootstrapper manifest generator" that looks very nice, but the problem is that it doesn't work well on 64bits ...
0
votes
2answers
2k views
Bootstrapper Package not showing in Prerequisites Menu
I am trying to add a custom bootstrapper package to a clickonce install in Visual Studio 2010, but the package is not showing up in the Prerequisites menu. I have added a folder in the "C:\Program ...
5
votes
2answers
4k views
How to bootstrap .NET 3.5 SP1 with msbuild? following found instructions doesn't work
I'm trying to use msbuild GenerateBootstrapper task to distribute a .net application with the framework, without the need of internet connection to install it.
I've found many posts that all lead to ...