Unable to download a package from a specific URL

  • Thread starter Thread starter Ganesh Kumar Pandithurai
  • Start date Start date
G

Ganesh Kumar Pandithurai

Guest
We are trying to use .appinstaller to wrap our packages and dependencies so users can use it to install our applications and its dependencies. Here is the sample file:<?xml version="1.0" encoding="utf-8"?><AppInstaller Uri=http://xxx/a/b/c/package.appinstaller" Version="x.x.x.x" xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2"> <MainBundle Name="CompanyName" Version="x.x.x.x" Publisher="publishername" Uri="http://xxx/a/b/c/package.msixbundle" /> <Dependencies>

Continue reading...
 
Back
Top