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
How to install prerequisites using msi file in vb.net
i have create a vb.net project for this project i have create setup project ,when i create the setup it create two files those are Setup.exe and Myproject.msi.In this project i want run the prerequisites (when target machine doesn't have…

Victor Athoti.
- 829
- 9
- 22
- 49
0
votes
0 answers
Install 4.5 .Net Framework When Execting A Program (if not already installed)
Let's get right to it, is there a way to deploy 4.5 .Net Framework when running a program?
A little background info should be added...I need to a way to zip a bunch of PDFs. Right now, I'm creating a process that calls 7zip but realized that this…

Muhnamana
- 1,014
- 13
- 34
- 57
0
votes
1 answer
Visual Studio Invalid Bootstrapper
I have a bunch of programs set up as prerequisites in the VS bootstrapper. Recently, everytime I build on my machine and try to run setup.exe, I get an error ".....msi has either changed or been corrupted since the package was originally…

mrK
- 2,208
- 4
- 32
- 46
0
votes
0 answers
How do I bootstrap C++ 2010 Redistributable with C++/CLI ClickOnce App?
I have an old C++ application that I have recently added CLR support to. This was so that I could use mage.exe to generate the manifest files necessary to create the app as a ClickOnce app. After some frustrating work, I was able to get the…

iCode
- 1,254
- 1
- 13
- 16
0
votes
1 answer
grammar about Makefile
WINCONFS = WindowsDebugMinGW WindowsReleaseMinGW
$(WINCONFS) : WINTOOLS=CC=gcc.exe CCC=g++.exe CXX=g++.exe AS=as.exe CND_PLATFORM=Cygwin-Windows
WindowsDebugMinGW : BUILDCONF=WindowsDebugMinGW
WindowsReleaseMinGW :…

GONGDOL
- 11
- 1
0
votes
1 answer
Prerequisite could not be found for bootstrapping (All listed)
Like with Wallys Post I cannot seem to fix the problem with broken links in my prerequisites list. I am deploying a vb.net desktop application using clickonce but the required prerequisites are showing an exclamation warning icon. I have checked…

Keyth
- 11
- 1
0
votes
1 answer
can the facebook LIKE be used as a condition to perform some other action on my website?
My website contains a link to a facebook page, and users who have pressed the LIKE button on that facebook page are allowed to gain some points on my website. I'd like to know if there is an easy way to check if the user trying to earn points on my…

Oram Gold
- 5
- 1
-1
votes
1 answer
How to add custom prerequisite for ClickOnce?
I have a WPF application which is distributed by ClickOnce. ClickOnce handles well prerequisite like LocalDb and .Net Desktop Runtime. I started to use Identity in the program so now I need ASP.NET Core Runtime as well, but it is not in the list.
I…

Istvan Heckl
- 864
- 10
- 22
-1
votes
1 answer
iOS UIViewController won't run in fullscreen
iOS application (for example: just created from iOS template "Game") won't use fullscreen regardless you use storyboard or create all stuff at runtime. Also it doesn't matter that you changed the "Status bar style" (in project settings) or added any…

slavik
- 1,341
- 2
- 11
- 16
-1
votes
2 answers
Referenced dll set as prerequisite in ClickOnce manifest
I have a solution that references a dll on our network. When I build the solution to a .exe everything works fine.
When I publish the solution as a ClickOnce application I get an error telling me that the dll is not installed in the GAC. When I look…

Dewey823
- 133
- 7
-1
votes
1 answer
How to add a new prerequisites in InstallShield Setup Project?
I am building a setup project for windows desktop application using Visual Studio 2013 and Instal Shield 2015 Limted Edition.
This application has two dependent run time environment
SQL Server 2012 LocalDB
Adobe Flash Player ActiveX
The option 1…

Pranesh Janarthanan
- 1,134
- 17
- 26
-1
votes
1 answer
error while trying to publish c# windows forms with .net framework 4.5 prerequisite
in the prerequisites part of my publish i have checked "Create setup program to install prerequisite components" and "Microsoft .NET Framework 4.5 (x86 and x64)" and selected "Download prerequisites from the same location as my application".
when i…

raven
- 775
- 6
- 22
-1
votes
1 answer
How reliable are Microsoft redistributable download links?
How reliable are download links for Microsoft redistributables?
Should they be used when coding prerequisites for installation packages?
For example, should I use the download links found on this page when making a prerequisite for an installation…

CJ7
- 22,579
- 65
- 193
- 321