Questions tagged [prerequisites]

A prerequisite is something, normally a piece of software, that is required to perform another task

283 questions
0
votes
0 answers

Web Setup Project Prerequisites CLR Types

I am trying to create a Web Setup Project using this. The web application is being developed using MVC5 and Entity Framework. My application can work with SQL Server 2012 also. But, when I tried to set prerequisites it shows me CLR Types only for…
iamraviraj
  • 191
  • 3
  • 19
0
votes
1 answer

Visual Studio Prerequisites installs already installed packages

I am using VS 2015 where there is no prerequisite for Visual C++ Redistributable for visual studio 2012. So I created a custom bootstrapper and stored in the VS bootstrapping folder. package.xml
Janitha Tennakoon
  • 856
  • 11
  • 40
0
votes
1 answer

Installshield pre-requisites required for dacpac deployment

What are the install shield prerequisites required for dacpac deployment? I can add the DLLs individually but would be nice if there was a built in MSI installer that includes the required SQL server files.
TrustyCoder
  • 4,749
  • 10
  • 66
  • 119
0
votes
1 answer

How to check for pre-requisite before bootstrappers are run within wix

I have defined a SQL server bootstrapper in the .wixproj file: Sql Server Express And the pre-requisite check in the .wxs…
jonmiddleton
  • 1,122
  • 14
  • 16
0
votes
1 answer

Create a program to install the prerequisites first?

Well here is the problem :) I have a system in c# .net framework 4.0 and program is stored in the server. Client access a web page and there is download button to install the system. But according to the client's requirements I can't give them the…
0
votes
1 answer

How can I determine the prerequisites for my program to run on a new, "fresh" system?

I've completed work on a project that is all ready to go except for one problem : Upon installation, it fails to run on a fresh system (that is, one that has never been updated, had anything installed to it, or anything else). The system installs…
Will
  • 3,413
  • 7
  • 50
  • 107
0
votes
1 answer

How to add prerequisites with a ClickOnce Application or Setup Project

I've included .NET 4.5 as a prerequisite but when I have built the setup project, I got an error message saying: Error 1 To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must…
chaosifier
  • 2,666
  • 25
  • 39
0
votes
1 answer

Which version of .NET, if any, must the user install to run my WPF app?

I'm making a setup program for an app I wrote. I'm using the Visual Studio setup template, using InstallShield. The wizard (not Merlin, unless it's Olsen, maybe) asks me about required software: My app is built on a machine with both Windows 7 and…
0
votes
0 answers

Installing prerequisites after setup ended(inno setup)

How should i do this? I found many answers but they're not for inno,and probably are not for my problem. If someone knows how to do this,post the solution here
0
votes
1 answer

Questions about how to Prerequisite my application properly in Visual Studio 2013?

I know there are other questions, but they have not helped me. I have some specific questions. 1) When I Prerequisite my application, I use The same location as my application option. I have downloaded the Package from the Package.xml but I was…
user3963711
0
votes
1 answer

VC++ prerequisite according to paltform target into single installer

I am having an .NET 4.0 application which needs VC++ 2010 Redistributable Package installed. While creating Setup Project using Visual Studio Installer project I have selected Visual c++ 2010 Runtime Libraries (x64) and Visual c++ 2010 Runtime…
Amogh
  • 4,453
  • 11
  • 45
  • 106
0
votes
1 answer

SAP Crystal Report Pre-Requiste when installing windows set up project

We have a windows application with pre-requisite SAP crystal report for .NET framework 4 . I selected: "Download prerequisites from the component vendor's website" for the install location . In few machines, setup gets installed properly. But…
Mey
  • 25
  • 7
0
votes
1 answer

prerequesties software with condition is possible?

I have created wpf window application setup with prerequisites software adobe reader 11.0 and flash 14.0 and K-Lite Codec Pack and WMP(Windows Media Player) 11.0 using bootsrapper.Its working fine when i install my wpf setup. But my question is,…
MMMMS
  • 2,179
  • 9
  • 43
  • 83
0
votes
1 answer

Dynamically exclude target file from prerequisites to avoid circular dependency

I am attempting to build a target file (with GNU make) if any of its surrounding files (files of the same type in the same directory) have changed. It seems simple enough but a solution has eluded me. Here is the key line of this makefile: dir/%.Rd:…
Stu Field
  • 255
  • 2
  • 10
0
votes
1 answer

WiX - How to link an ExePackage element into a Product

I am trying to include the VC++ Redistributable 2013 prerequisites installation in my MSI installer. I have modified the Fragment written by this guy to quietly download and install the vcredist_x86.exe package after performing a registry check…
Elist
  • 5,313
  • 3
  • 35
  • 73