Jinsu
Jinsu

Reputation: 1

How to install Nuget package (.nupkg file) in Delphi IDE without using the GetIt Package Manager?

I am trying to use the TEdgeBrowser component in RAD Studio 10.2.

I want to apply that component by following the guide document below:

Using TEdgeBrowser Component and Changes to the TWebBrowser Component

The document uses the component after installing the package through Edge search in Getit Package Manager.

RAD Studio 10.2 GetIt was unable to find TEdgeBrowser:

No Result Found Image

I downloaded the package from the Nuget site, and try to install the package manually.

So I downloaded the nupkg file from the Nuget download link:

Microsoft.Web.WebView2 Download Link

In the document, the description of the component and package installation is completed by adding the downloaded DLL file to the executable file path.

How do I manually install packages and use components in the Delphi IDE using nupkg files?

I tried to install it using GetItCmd.exe, Nuget.exe, etc, but there aren't enough guides on how to do this, so I'm asking the question.

I downloaded Microsoft.Web.WebView2 0.9.488 package from the Nuget site, but it doesn't matter if I use the latest version.

Upvotes: 0

Views: 1223

Answers (1)

Robert Lo
Robert Lo

Reputation: 1

I can use the edgebrowser in Delphi 10/11. Use the import component / dll it can work well. enter image description here

Upvotes: 0

Related Questions