Questions tagged [prerequisites]

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

283 questions
29
votes
5 answers

Wix and .NET Framework (prerequisites)

How can I have my Wix package to download the required .NET Framework when it's not yet installed in the client's machine? I already have the condition to check for the installed .NET version but I'm not sure how to have it downloaded and installed…
Leon Tayson
  • 4,741
  • 7
  • 37
  • 36
23
votes
12 answers

How to "enable 'Download prerequisites from the same location as my application'"

tl;dr Visual Studio 2013 Creating a plain installer, project template: Other Project Types > Visual Studio Installer > Setup Project There's gotta be something simple I'm missing. I've got the installers (i.e NDP451-KB2858728-x86-x64-AllOS-ENU.exe)…
Greylander
  • 1,766
  • 3
  • 19
  • 22
22
votes
1 answer

WiX - Install Prerequisites and 3rd party applications

I have a wix Windows Installer for my C# application. Things are working, I am able to install and uninstall the application. But I have few Prerequisites and other 3rd party applications that I want to install with my…
Django Anonymous
  • 2,987
  • 16
  • 58
  • 106
18
votes
6 answers

ClickOnce deployment issues

I'm working on a project deployed with ClickOnce, and I'm running through several issues. There are two components in my software solution: a desktop client which needs .NET framework 3.5 to run, and a server (ASP.NET application) which lists…
alfred barthand
  • 338
  • 3
  • 11
16
votes
2 answers

.NET Framework 4.5 operating system requirements (no Vista and XP)

Currently, the .NET Framework 4.5 runs only on Windows 7 and above: Operating system Version 4.5 Beta -------------------------------------------------------- Windows 8 Consumer Preview √ (see notes) Windows 7,…
Heinzi
  • 167,459
  • 57
  • 363
  • 519
16
votes
4 answers

ClickOnce Prerequisites: where is SQL Server Express 2014 LocalDB?

I am creating a clickonce installer for my wpf application from within Visual Studio 2013 Community edition. This application uses a localdb. It works fine on the target machines if I manually install sqlserver express 2014 LocalDB. But I would like…
14
votes
3 answers

ClickOnce Prerequisite : Error: published installer may be corrupt

I've created a custom setup package to install some fonts on a client machine and deployed it to the prerequisites folder under C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\FontsInstaller. Everything is fine with…
12
votes
5 answers

What is the prerequisite when try to learn the spring or struts framework?

I think these technologies are really prior to java industry
LockOn
  • 313
  • 2
  • 6
  • 16
12
votes
6 answers

Visual Studio 2012 InstallShield LE .NET Framework 4.5 Prerequisites

We have an application that was built using Visual Studio 2010 targeting the .NET Framework 4.0. We are upgrading the application to use .NET Framework 4.5 and is being written with Visual Studio 2012. Microsoft no longer provides a setup project…
Ristogod
  • 905
  • 4
  • 14
  • 29
10
votes
1 answer

What is the best practice to create MSI with some other child MSI as prerequisite?

Currently we are using Inno Setup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found the Burn tool which may help us to resolve this issue by having a single setup to install whatever we need. I…
sankar
  • 1,724
  • 1
  • 22
  • 37
9
votes
4 answers

chained msi's/Bootstrapper/prerequisite?

I have a few component MSI packages that need to installed together to form the end application. The problem is: the components that make up the package can be updated and the component relaunched on the http file server. What approach should I…
8
votes
1 answer

How can I programmatically determine if the Visual C++ Runtime 8.0 is installed?

I have an InstallShield installation that uses custom actions that depends on the Visual C++ Runtime 8.0 sp1. In the past, I was able to install the runtime using the merge module provided by Microsoft with Visual Studio. Based on the way the Visual…
Kevin Kibler
  • 13,357
  • 8
  • 38
  • 61
8
votes
2 answers

'.NET Framework 3.5 SP1 Client Profile' prerequisites

I have a .Net Setup Project and set the install location for prerequisites to 'download from same location as my application'. I downloaded the 'Microsoft .NET Framework Client Profile Offline Installer' from…
8
votes
1 answer

Error downloading prerequisites after publishing ClickOnce application from VS 2012

I published a ClickOnce application from Visual Studio 2012, and selected the .NET 4.0 runtime and Microsoft Report Viewer 2012 as prerequisites. I also selected to download the prerequisites from the vendor's website. When I try to install the…
DCNYAM
  • 11,966
  • 8
  • 53
  • 70
8
votes
3 answers

Specifying a VC++ Redistributable version for ClickOnce prerequisite

My ClickOnce application uses a third party tool that requires the Visual C++ 2005 redistributable. The third party tool will not work if only the VC++ 2008 redistributable is installed. However, in Visual Studio 2008, the ClickOnce prerequisites do…
Tarsier
  • 2,329
  • 24
  • 17
1
2 3
18 19