A prerequisite is something, normally a piece of software, that is required to perform another task
Questions tagged [prerequisites]
283 questions
0
votes
1 answer
Change URL of Prerequisites from ClickOnce Application
I want to know if is possible to change the Update URL of deployed ClickOnce application modifying the deployed files.
I know that the application have two parts:
The compiled files with .application and .deploy files
The setup.exe and the folders…

Asier Cayón
- 43
- 4
0
votes
1 answer
SQL Server 2008 R2 Express Prerequisite Upgrade fails
We have a Visual Studio Installer which has many prerequisites one which is SQL Server Express 2008 R2 (English version)
We have a target computer which has SQL Server Express 2005 in Italian.
The installation fails with the error message as in this…

Ranjith Venkatesh
- 1,322
- 3
- 20
- 57
0
votes
3 answers
I get python errors with installing pre-requisites onto a node.js project
I am installing all the packages needed in a node.js project I downloaded and I am getting a ton of errors that I have no idea how to resolve them. It seems to be involved with getting python to run. I have both 2.7 and 3.3 on my computer.
Here are…

Dibesjr
- 496
- 3
- 12
0
votes
1 answer
GNU make: inheriting another rules' prerequisites
I have a package written by someone else; I can't change the files in that package. In that package there's a Makefile with a rule like this:
$(BIN)/progA:
$(LINK.cc) $^ -o $@
I want to write a GNU make "wrapper"…

William Seligman
- 53
- 4
0
votes
1 answer
Chaining dynamic prereqs in Makefile
I'm trying to figure out a Makefile problem I've got. I start with a lot of files in a telemetry/ directory, and for each one I need to create a corresponding file in a features/ directory.
The list of filenames in the telemetry/ directory is…

Ken Williams
- 22,756
- 10
- 85
- 147
0
votes
1 answer
How to include SqlExpresss 2008 (conveniently)
When I make a setup project in VS 2008, and select , Properties, PreRequisites then i can select SqlExpress2005 to be automatically included.
What I am looking for is a walkthrough of how to get SqlExpress2008 included in the same…

H H
- 263,252
- 30
- 330
- 514
0
votes
2 answers
Need help in installing Microsoft GP 2010 on Windows Server 2012 VM
EDIT: The below installation activity has been tried out in elevated mode (Run as Administrator).
When I am trying to install Microsoft GP 2010 on Windows Server 2012 VM, I am getting the following error
Component Dexterity Shared Components 11.0…
0
votes
1 answer
php form validation using prerequisite
i am trying to validate some fields in my form. I am working with two fields, "address" and "state", initially the "address" and "state" field are not compulsory but if any value is entered into the "address" field the "state" field (which is a…

AJJ
- 899
- 3
- 11
- 16
0
votes
2 answers
Add prerequisite on condition
Is it possible to add a prerequisite if another file is found in the workspace? Or how else could I achieve the following idea? Basically if my workspace has a lcf file in a specific location I need to make another file.. Something like this:
lcf…

Chris
- 538
- 8
- 19
0
votes
0 answers
How do I know which prerequisites my application needs?
So I wrote an application and created an installer. When I tried to install it on other machines, the app simply wouldn't work. After messing around with it for a while, it seemed like I needed to select visual C++ Runtime Libraries as a…

Andi Jay
- 5,882
- 13
- 51
- 61
0
votes
1 answer
Installshield error: "the checksum of vstor40_x86.exe is incorrect"
Whilst trying to download the Microsoft.VisualStudio.Tools.Applications.Runtime, redistributable from inside InstallShield you always get the checksum of vstor40_x86.exe is incorrect.
How can this be fixed?

Dirk Bester
- 1,791
- 19
- 21
0
votes
1 answer
ClickOnce-Prerequisite Download restarts if internet connection is dropped
I have created Clickonce setup for deployment with 4 prerequisites.
On client machine, if internet connection drops while they are running setup.exe, the prerequisite download restarts. So for example they are on 4 of 4, download will start from 1…

Marshal
- 6,551
- 13
- 55
- 91
0
votes
1 answer
VB.Net Crystal Reports Deployment
I am trying to redistribute my visual studio 2010 program to client computers. When I publish the program and execute it from my developping computer, everything works fine (probably because crystal reports is installed). Although, when I try to…

Alex
- 4,821
- 16
- 65
- 106
0
votes
1 answer
Remove prerequisites validation from Windows Installer setup project uninstallation
We are using Setup Project with windows C# and are using launch conditions to validate some prerequisites while installation. But it occurs in UNINSTALL time also. Can any body suggests, how to remove the launch condition validation while uninstall…

Annamalai
- 3
- 4
0
votes
1 answer
SQL Server as Prerequisite in VS Setup Project error in Windows Vista
I'm having problems installing SQL Server as prerequisite on my Visual Studio Setup application on Windows Vista.
I' able to install it if I install Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) and then run the setup, but that's not…

Paulo
- 609
- 1
- 11
- 27