Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
8k views

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 ...
10
votes
6answers
3k views

clickonce deployment issues

I'm working on a project deployed with clickonce, and i'm running through several issues. There are 2 components in my software solution : a desktop client which needs .Net framework 3.5 to run, and ...
7
votes
5answers
215 views

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 ...
7
votes
1answer
442 views

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

Currently we are using Innosetup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found that burn tool which may help us to resolve this issue by ...
6
votes
5answers
4k views

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 ...
5
votes
1answer
1k views

'.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 ...
4
votes
2answers
192 views

.NET framework pre requisite

Hello friends i need an explanation regarding .NET framework pre-requisite while installing the published application in the target machine. As java is downward compatible, by which i mean that if i ...
3
votes
4answers
852 views

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

I think these technologies are really prior to java industry
3
votes
3answers
3k views

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.
3
votes
3answers
839 views

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 ...
3
votes
2answers
3k views

Deploying Visual Studio Tools For Office 3.0 Runtime (EXE) in an MSI Package without using a Bootstrapper

I have created a Word Addin and created the MSI package to distribute it. Using the information found in http://msdn.microsoft.com/en-us/library/cc563937.aspx ... I have tested the Setup.exe and the ...
3
votes
3answers
358 views

.Net 2.0 Prerequisite Installer

What is the best way to ensure that a user who wants to install my application has .Net 2.0 installed on their computer? I don't really want to use a normal setup project created using Visual Studio, ...
3
votes
2answers
8k views

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 ...
3
votes
2answers
3k views

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... This options ...
2
votes
0answers
25 views

How can I deploy a multi-file ClickOnce custom prerequisite?

I have created a ClickOnce application in which I need a prerequisite to be installed, which I have also created. The prerequisite needs to download two2 files-- an executable and an additional file. ...
2
votes
1answer
66 views

How to change the download and installation order of the prerequisites in ClickOnce

I need to postpone the download of some prerequisite in ClickOnce to be downloaded and installed at the last of the other prerequisites?
2
votes
2answers
98 views

Setup project: Adding .NET and Windows Installer prerequisites results in large installer

I've created my program successfully. Now, I want to publish it. I've created a Setup Project in order to make an installation file. I've added .NET 4.0 Client and Windows Installer as project ...
2
votes
1answer
232 views

Prerequisites validation and installation C#

I developed a custom installer application because the Visual Studio Setup Projects is not sufficient customizable to fit my needs. I developed a validator and an Installer for Prerequisites like .NET ...
2
votes
1answer
99 views

How to have a “dynamic” Click Once prerequisite

Specifically, SQL Express. I have an internal winform app that, if they have a laptop, needs to install SQL Express to enable certain functionality. Right now I am installing it for everyone as it ...
2
votes
1answer
581 views

Wix: How to define conditional bootstrapper pre-requisites?

I am using WIX 3.0 Toolset and VS2008. In my ".wixproj" file I have added the following code (which works fine). I want to add a condition so that it will only install PIA if office 2007 is installed. ...
2
votes
2answers
390 views

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 := ...
2
votes
11answers
1k views

Do i have a future in java programming although i'm not that good in math? [closed]

Well, im not good in algebra and trig, could that be a problem when i get into higher years? But i do have the determination to study java programming. at this particular moment I'm only a first year ...
2
votes
1answer
2k views

.NET Framework 3.5 SP1 Language Pack ClickOnce package

Visual Studio 2008 SP1 doesn't provide any language pack prerequisite for the .NET Framework 3.5 SP1. My research results are: it should be easy to create a custom bootstrapper package that installs ...
2
votes
4answers
2k views

Installing .NET Framework with my app using MSI

I have created a setup project in VS2008. My WinForms app uses .NET 2.0, so I chose .NET 2.0 Prerequisity and built the setup project. When I run my Setup.msi on a clean PC, it correctly detects that ...
2
votes
2answers
1k views

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 ...
1
vote
1answer
47 views

Add Kinect SDK as prerequisite to my application

My application needs Kinect SDK (http://www.microsoft.com/download/en/details.aspx?id=27876) installed in the user machine. So I need to verify if Kinect SDK is already installed on the machine. If ...
1
vote
3answers
31 views

how do i install all requirments to run asp.net and IIS on windows 7?

I am new to the asp.net environment coming from a Lamp background with php where i just install a package and everything gets installed. How does it work with asp.net ? is there one package that i ...
1
vote
0answers
54 views

Prequations to install android app in the LG optimus p500

i have developed android application. Now i am going to install it in the LG Optimus p500 but it gives me error "Application unexpectadly close". My application runs fine in the emulator. So please ...
1
vote
2answers
236 views

How to merge Setup.exe, Setup.msi and .NetFramework prerequisite in a single installer?

How can the setup files and prerequisite files from a vs2010 setup project be merged together? ..in my release directory there are 3 files: setup.exe Setup1.msi ...
1
vote
2answers
104 views

How can I make an installer that silently downloads and installs prerequisites?

I have to make a rather complex installer for a C# add-in for Word. I've been researching this for almost two days now and I still haven't found something that can do everything needed. The main ...
1
vote
1answer
86 views

Visual Studio setup project: bundle prerequisites into one installer

When creating a Visual Studio setup project, is it possible to bundle the MSI file and setup.exe into one executable? I know the setup.exe checks for prerequisites and then runs the MSI file ...
1
vote
0answers
258 views

Adding prerequisites to setup project VS2010

I want to add new prerequisites to my visual studio setup project. Searching, I found the "bootstrapper manifest generator" that looks very nice, but the problem is that it doesn't work well on 64bits ...
1
vote
2answers
160 views

ASP.Net MVC 3 : Production environnement

I've developed a small site with ASP.NET MVC3, I will have to deploy in the next few days, and I would like to know which prerequisite the server should have(like this I can contact their IT service ...
1
vote
2answers
86 views

How can I properly publish my Windows desktop application in such a way that will ensure the end user has the right files needed to run it?

I have created a small desktop application using .NET 4 for generating an authentication string. It runs fine on my Windows 7 computer, however when I deployed it to our QA guy on his Vista machine, ...
1
vote
1answer
123 views

Install Shiled 2008 - how to add a MSU (MSI?) as a prerequisite and install by condition

i have Install Shield 2008 Express Edition and a Setup project which create's a exe and and msi installer. Now as our application uses HLP files as a help system and HLP files are not supported ...
1
vote
1answer
75 views

How to download the prerequiste from a particular remote URL location?

I have a setup project created for a C# application. I want to add a prerequiste flash player to this application such that it is downloaded from the remote "adobe website". The location of the ...
1
vote
1answer
356 views

How to use the “File Check” option of BMG(BOOTSTRAPPER MANIFEST GENERATOR) tool to check if the preRequisite is already installed on the system?

Hi I am using BMG (Bootstrpper Manifest Generator) tool to package a custom "PREREQUISITE" application, which can be installed prior to installation of a set up project application. But I ...
1
vote
2answers
887 views

How can InstallShield check if SQL Server 2005 (3.1) Compact Edition (CE) is installed

I am developing a Windows desktop application which requires the SQL Server 2005 Compact Edition (SQLServerCE31-EN.msi) to be installed. I am using InstallShield 2011 to install this as a ...
1
vote
1answer
84 views

Change clickonce prereq's

So I migrated from VS2008 to VS2010 with my clickonce application. I use to have the 2008 C++ redist as a prereq for my application. Upon moving to VS2010 that option no longer exists and the 2010 ...
1
vote
2answers
175 views

Do .Net 4 Framework WinForms Applications Need Previous Versions?

.NET 4 has a new CLR. If I install the V4 framework on a PC will it install if there are NO earlier framework versions on that PC? Also, will my WinForms applications, targeted at .NET 4 run smoothly ...
1
vote
1answer
314 views

Custom prerequsites to visual studio setup project

I have a Visual Studio Setup project and have followed the steps mentioned in this link to load the Shared Add-in Support Update for the Microsoft .NET Framework 2.0 (KB908002) to the prerequisites ...
1
vote
1answer
374 views

Make clients to download InstallShield PreRequisites from Internet

My installshield project uses custom prerequisites to install .Net Framework 4.0 Client Profile and Microsoft Sync Framework 2.0 client package. I want to let clients to donwload .Net Framework and ...
1
vote
2answers
85 views

How make decides to build target

One sign is that target does not exist, understand this. Another is by comparing modification timestamp of target and prerequisites. How it works in more details? What is the logic of comparing ...
1
vote
3answers
484 views

Is there a way to require .NET 3.5 SP1 as a prerequisite for ClickOnce applications?

I have a ClickOnce application that won't run unless the client machine has .NET 3.5 SP1. When Stop() gets called on the Storyboard I'm running it crashes. After I installed SP1 on my client virtual ...
1
vote
2answers
261 views

Mathematics textbook for program analysis

Im going to do a course on program analyis (dataflow analysis, abstract interpretation etc). What mathematics textbook will cover all the prerequisite math for this topic?
1
vote
3answers
2k views

Pre-requisite and Launch condition

Iam having a small problem regarding pre-requisites and launch condition for setup. Example, my setup is having one launch condition for "Software1" and one pre-requisite for "Software2". So, if a ...
0
votes
2answers
83 views

Prerequisites for understanding algorithms? [closed]

What areas of math are prerequisite for learning algorithms?
0
votes
1answer
44 views

Installshield - Install prerequisite while uninstalling application

I created an application in Installshield 2012 using the BASIC MSI as a project type. I have four prerequisites in this setup. All is working fine. But in case I uninstall any of the prerequisites ...
0
votes
1answer
49 views

What programming language and prerequisites would I need for this program? [closed]

For my sophomore year science project, I have decided to do something relating to computer science. I was planning on making a program that could detect the pitch of any sound input, have the user ...
0
votes
1answer
58 views

.NET Framework 3.0 ClickOnce deployment

How can I specify .NET Framework 3.0 (without SP2) as a prerequisite? I can't seem find the bootstrapper package anywhere. I've built an app that uses .NET Framework 3.0. I'm deploying it using ...

1 2