how to make single app msi file for my app with webview 2 runtime (exe) offline installation?

Muthukumar S (ZNX) 1 Reputation point
2021-05-25T12:35:48.777+00:00

Recently I have worked webview 2 application It is working fine.But During the setup , I need to install webview 2 runtime (exe) by manually in my systems. so I want to bundle this exe into my app and make it as single output file (msi) , also when application(msi) is launching need to check whether webview 2 runtime (exe) already installed or not , if no means just install it in offline mode. So the application must standalone with offline installation options. Please note, currently my app output file format is msi (using setup windows installer extentions project).So output file format must be in msi.Kindly give any idea or solutions for this. Thanks.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,771 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,916 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
809 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.