prerequisites Questions
12
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 ins...
Aland asked 25/2, 2015 at 1:12
4
Solved
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 inst...
Deflation asked 23/4, 2015 at 19:13
1
Can anyone point me to a good introduction on creating prerequisite packages that can be used in WiX? Are these the same thing as "bootstrapper packages"?
This will be for a C# Windows desktop app...
Pettiford asked 31/7, 2019 at 22:9
6
Solved
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 2...
Abscissa asked 22/8, 2012 at 14:33
5
Solved
I think these technologies are really prior to java industry
Instead asked 31/5, 2010 at 11:7
5
Solved
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. W...
Corvine asked 30/10, 2014 at 16:14
4
Solved
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 l...
Insubstantial asked 31/5, 2013 at 19:49
2
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 ...
Cotto asked 24/1, 2013 at 9:0
3
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\Pack...
Autograft asked 25/10, 2012 at 17:22
3
Solved
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, i...
Emulation asked 23/9, 2008 at 17:28
2
Solved
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?
Bilocular asked 3/1, 2014 at 14:3
1
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 wa...
Demetri asked 7/11, 2013 at 15:17
4
Solved
I'm trying to combine my package in a single setup EXE file and upload it to the Internet.
I have created a Microsoft bootstrapper that contains Setup.exe with project MSI output, and pre-requisit...
Balcke asked 4/7, 2013 at 12:11
1
Solved
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 ...
Rhoea asked 25/4, 2013 at 18:31
2
Solved
The Publish feature stopped working once I installed Visual Studio 2012. Publish cannot find the prerequisite Microsoft .Net Framework 4 Client Profile (x86 and x64). Previously in Visual Studio 20...
Solicitude asked 15/3, 2013 at 16:5
5
Solved
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...
Bohemianism asked 9/1, 2009 at 11:37
2
Solved
Currently, the .NET Framework 4.5 runs only on Windows 7 and above:
Operating system Version 4.5 Beta
--------------------------------------------------------
Windows 8 Consumer Preview √ (s...
Cento asked 3/4, 2012 at 8:43
2
Solved
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 Ins...
Arianism asked 17/1, 2011 at 15:34
2
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...
Niggardly asked 6/2, 2012 at 8:48
5
Solved
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) ar...
Lipolysis asked 15/3, 2011 at 22:31
6
Solved
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, ...
Bemire asked 22/6, 2009 at 9:42
4
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 relaunche...
Disintegration asked 17/11, 2008 at 5:42
2
Solved
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_folde...
Blancheblanchette asked 7/5, 2010 at 13:11
1
Solved
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 ha...
Prune asked 25/2, 2010 at 15:44
1
Solved
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 htt...
Embolic asked 2/2, 2009 at 11:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.