chocolatey: internetten ve yerel sabit diskten program yükleyin


0

Package.config dosyasını bir dahaki sefere hazırlamak istiyorum.

Paketlerimin çoğu, chocolatey yazılım grubunda, ancak bazıları değil. Böylece chocolatey olmayan yazılımı indirdim ve böylece chocolatey'in yerel bir sürücüye * .exe programları yükleyip yükleyemeyeceğini görmek için aşağıdaki test yapılandırma dosyasını hazırladım:

<?xml version="1.0" encoding="utf-8"?>
<packages>
    <package id="clipx-1.0.3.8-setup.exe" source="D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-1.0.3.8-setup.exe" />
    <package id="clipx-autoupdate-1.6-x86.exe" source="D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-autoupdate-1.6-x86.exe" />
    <package id="clipx-disklog-1.2-x86.exe" source="D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-disklog-1.2-x86.exe" />
    <package id="clipx-limits-1.2-x86.exe" source="D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-limits-1.2-x86.exe" />
    <package id="clipx-stickies-1.9-x86.exe" source="D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-stickies-1.9-x86.exe" />
</packages>

Ayrıca, yukarıdaki * w / o yolunun * .exe bölümünü de denedim, ancak hangi chocolatey'nin yüklenemediğine bakılmaksızın, 5 programın da yüklenemediğini, özellikle de bildirildiğini:

Error serializing type chocolatey.infrastructure.app.configuration.ConfigFileSettings:
Access to the path 'C:\ProgramData\chocolatey\config\chocolatey.config' is denied.
Error updating 'C:\ProgramData\chocolatey\config\chocolatey.config'. Please ensure you have permissions to do so:
Access to the path 'C:\ProgramData\chocolatey\config\chocolatey.config' is denied.
Chocolatey v0.9.9.4
Installing the following packages:
packages0426.config
By installing you accept licenses for the packages.
clipx-1.0.3.8-setup.exe not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not.
Version: ""
Source(s):     "D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-1.0.3.8-setup.exe"
clipx-autoupdate-1.6-x86.exe not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not.
Version: ""
Source(s): "D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-autoupdate-1.6-x86.exe"
clipx-disklog-1.2-x86.exe not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not.
Version: ""
Source(s): "D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-disklog-1.2-x86.exe"
clipx-limits-1.2-x86.exe not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not.
Version: ""
Source(s): "D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-limits-1.2-x86.exe"
clipx-stickies-1.9-x86.exe not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not.
Version: ""
Source(s): "D:\AC\bckup\Install\3_Windows\04_PROGRAM_INSTALL_Manual\ClipX\clipx-stickies-1.9-x86.exe"

Chocolatey installed 0/5 package(s). 5 package(s) failed.
See the log for details.
Failures:
 - clipx-1.0.3.8-setup.exe
 - clipx-stickies-1.9-x86.exe
 - clipx-disklog-1.2-x86.exe
 - clipx-autoupdate-1.6-x86.exe
 - clipx-limits-1.2-x86.exe

Ve evet, bunu kesinlikle yönetici olarak açılan bir cmd'den yaptım.

Chocolatey * .exe programlarını yerel olarak kurabilir mi?

Andrew

Yanıtlar:


0

Sorunuzu yanıtlamak için, YES , Chocolatey *.exeprogramları yerel olarak yükleyebilir , ancak yine de bu yerel yerel yükleyicilere ( *.exedosyalar) işaret eden bir Chocolatey paketine ihtiyacınız var .

Chocolatey doğrudan yerel bir yükleyiciden yükleme yeteneğine sahiptir , ancak yalnızca Doğrudan Yükleyici'yi kullanarak (Chocolatey for Business'ta bulunur).

Bu yüzden hala .nupkgyerel yerel kurucularınızı gösteren talimatların bulunduğu bir pakete (aka dosyaya) ihtiyacınız var setup.exe.

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.