Put dotNet Install Package Locally with WPF Program

Eric Yin

I have a WPF program, a standalone one, copy from "Release" directory. So its a green software without installation.

BUT it requires .net 4.0 installed. So I have "dotNetFx40_Full_x86_x64.exe" on the distribution USB disk.

Problem is, when my program run on XP (without .net 4.0), it will say it needs .net 4.0 and ask user if they want to go online to download it even I have a local copy on the disk.

My question is, is there anyway let the program install the .net locally without go online to download.

Ming Slogar

I had exactly the same problem.

Eventually I bit the bullet and created a native C++ bootstrapper (no .NET required to execute) which checked if .NET was installed, and if not, installed it. The bootstrapper then started up the .NET program.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Install package locally

From Dev

Install Python package locally

From Dev

Install NodeJS package locally

From Dev

How to install package locally in bower?

From Dev

How to install program locally without sudo privileges?

From Dev

Install a locally developed npm package globally

From Dev

How to install a pip package locally in Dockerfile?

From Dev

Unable to install locally built python package

From Dev

npm install package in absolute path (Locally and package.json)

From Java

How do I install a NuGet package .nupkg file locally?

From Dev

How should I install this program? Which package type is better?

From Dev

How do I install and test a Haskell package that I'm developing locally?

From Dev

What RPM package do I need to install to have GObject documentaion available locally on RHEL 7

From Dev

Unable to install the package EntityFrameworkCore.Tools.DotNet version 1.1.0-preview4-final

From Dev

Android: Install ADT locally

From Dev

Locally install a man page

From Dev

How to run an npm package locally?

From Dev

Uninstall package locally installed with checkinstall

From Dev

Locally modify package from pip

From Dev

Package install

From Dev

debug a dotnet core program in terminal

From Dev

Install Wikipedia and its API Locally

From Dev

How to install homebrew packages locally

From Dev

NPM install fails on VSTS not locally

From Dev

How can I package or install an entire program to run in an AWS Lambda function

From Dev

Call Dotnet Core Aspnet Rest with Put and curl

From Dev

Unable to start process c:\Program Files\dotnet\dotnet.exe

From Dev

asp core net C:\Program Files\dotnet\dotnet.exe

From Dev

Java Process Builder Run locally installed program

Related Related

HotTag

Archive