Questions tagged [prerequisites]

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

283 questions
7
votes
5 answers

General function question (C++ / Java / C#)

This question is probably language-agnostic, but I'll focus on the specified languages. While working with some legacy code, I often saw examples of the functions, which (to my mind, obviously) are doing too much work inside them. I'm talking not…
Yippie-Ki-Yay
  • 22,026
  • 26
  • 90
  • 148
7
votes
2 answers

Makefile: ignore prerequisite if does not exist

Is there any way to say that if prerequisite for the given target doesn't exist then ignore that target? For instance, I have the following set of folders chrome_src_folders := $(chrome_src_folder)/content/* \ …
Pablo
  • 28,133
  • 34
  • 125
  • 215
7
votes
2 answers

Should I put core modules in the PREREQ_PM section of a Makefile.PL?

Should I put only non-core modules in the PREREQ_PM section of a Makefile.PL or should I put there the core modules too?
sid_com
  • 24,137
  • 26
  • 96
  • 187
7
votes
4 answers

Enabling Download prerequisites from the same location as my application

I currently have a winforms app that is deployed via clickonce deployment. When I try to deploy it from 1 machine it throws the following error: To enable 'Download prerequisites from the same location as my application' in the Prerequisites…
7
votes
2 answers

Missing prerequisites for Visual C++ in Visual Studio 2012

I've recently installed vs2012 and I've updated my ClickOnce application. To be more precise, the first time I've opened my C++ project (on which depends my primary c# project) I've not updated it and everything worked fine. VS 2012 was still able…
6
votes
2 answers

Visual studio does not include the prerequisites that I specify

I have a visual studio solution that consists of a wpf application (project1) and a setup project. I need this prerequisite: when I deploy Project1 by itself everything works fine: that is the prerequisite that I told visual studio to…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
5
votes
1 answer

Visual Studio Setup & Deployment: Adding Pre Requisits

How can I add into Setup & Deployment project that I want to the client has more components, like: Microsoft Chart Controls Microsoft SQL 2008 Express Edition (not 2005) etc... alt text http://img55.imageshack.us/img55/2586/200902021225eu9.png This…
balexandre
  • 73,608
  • 45
  • 233
  • 342
5
votes
1 answer

Add prerequisites to visual studio 2015

I want to add new prerequisites to visual studio 2015 but can not find out the solution: As you can see, the visual studio 2015 lack of Prerequisites Visual C++ 2010 Runtime Library (x86) and Windows Installer 3.1. I'm using windows 8.1 so i can…
Black2910
  • 133
  • 3
  • 9
5
votes
2 answers

How to install CRM 2016 Required Components without internet access

I am installing Microsoft Dynamics CRM 2016 (Full Server Role) on an isolated Windows Server 2012 R2 which doesn't have internet access. This is a constraint I have to deal with so it is not even possible for me to 'temporay enable internet'. MSSQL…
5
votes
2 answers

How to add .NET Framework 3.5 and other prerequisites to InstallShield project

I can create setup file in InstallShield 2009 I don't know how to add the .NET Framework 3.5 and other prerequisites to the InstallShield project. i creae installscript project in instalshield2009 it has not "Redistributables view."
saman
  • 455
  • 2
  • 6
  • 12
5
votes
5 answers

Prerequisites for learning Assembly Language

I decided to learn assembly language because I came to know that learning it has many benefits, we can directly interact with the hardware, we can learn how computers better, and much more. When I started to learn it first, I came to know that it…
Tanay Karnik
  • 424
  • 6
  • 19
5
votes
3 answers

Do I need to know good javascript in order to use jquery?

I do not know javascript right now but I am planning on learning it. My question is do I need to have a good understanding of javascript in order to use jquery? I already know actionscript and php which are quite similar. Should I study javascript…
Eric Gates
  • 897
  • 1
  • 9
  • 7
5
votes
1 answer

ClickOnce Installer Prerequisites: How to auto-detect required version of Visual C++ Runtime

I have written a C# application that requires the Visual C++ 2010 redistributable to be installed, and I'm using the built-in "Publish" mechanism in Visual Studio to distribute the app -- which uses Microsoft's "ClickOnce" installer technology. I…
Daniel Bigham
  • 187
  • 3
  • 8
4
votes
1 answer

How To Deploy .NET Web Project in IIS

I am developing a .NET Web application in Visual Studio 2010. It is in preliminary stage and so far I have implemented the ASP.NET authentication. I have a database ASPNETDB attached with the Solution of the Visual Studio(it appears when I did…
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
4
votes
2 answers

Prerequisites for understanding algorithms?

What areas of math are prerequisite for learning algorithms?
user731914
1
2
3
18 19