cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
CodespringsMike
Level 4

Bootstrapping .NET Framework in InstallScript project

Hello All,

I have an issue that I imagine is very common. We have a .NET application that we use for installing/uninstalling/upgrading our applications SQL Server database. This utility gets called during the UI sequence in an InstallScript project.

So the problem we are having is - on a machine that does not have the .NET framework, the database application crashes (no .NET framework).

So if this were an MSI project, we could simply set the .NET Framework as a Pre-requisite, however I am unclear as to how to accomplish this same functionality in an InstallScript project.

Any help would be greatly appreciated.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

If you haven't yet, please see the InstallShield help topic "Adding .NET Framework Redistributables to Projects".
0 Kudos