sgur
8/10/2016 - 7:30 AM

Chocolatey PackagesConfig (see. https://github.com/chocolatey/choco/wiki/CommandsInstall#packagesconfig)

<?xml version="1.0" encoding="utf-8"?>
<packages>
    <package id="7zip" />
    <package id="clink" />
    <package id="corvusskk" />
    <package id="ctags" />
    <package id="curl" />
    <package id="ditto" />
    <package id="FiraCode" />
    <package id="git" packageParameters="/GitOnlyOnPath /NoAutoCrlf /NoShellIntegration "/>
    <package id="global" />
    <package id="greenshot" />
    <package id="hackfont" />
    <package id="keepass" />
    <package id="keepass-plugin-favicon" />
    <package id="keepass-plugin-keepasshttp" />
    <package id="linkshellextension" />
    <package id="listary" />
    <package id="nodejs" />
    <package id="p4merge" />
    <package id="postman" />
    <package id="ripgrep" />
    <package id="screentogif" />
    <package id="sumatrapdf.install" />
    <package id="visualstudiocode" packageParameters="/NoDesktopIcon /NoContextMenuFiles /NoContextMenuFolders"/>
</packages>
<?xml version="1.0" encoding="utf-8"?>
<packages>
    <package id="Firefox" />
    <package id="GoogleChrome" />
    <package id="dnspy" />
    <package id="filezilla" />
    <package id="golang" />
    <package id="nodejs" />
    <package id="putty" />
    <package id="tailblazer" />
    <package id="reshack" />
</packages>

README

目的別 Chocolatey インストール (Package.config)

Chocolatey インストール後の処理

choco feature enable --name=useRememberedArgumentsForUpgrades

個別インストールするパッケージ

デバイスドライバー

  • NVidia Display Driver (nvidia-display-driver)
  • Geforce Game Ready Driver (geforce-game-ready-driver)

開発言語・実行環境

  • Go (golang)
  • JRE (jre8 --params '"/exclude:32"')
  • Node.JS
    • Current (nodejs)
    • LTS (nodejs-lts)
  • Python3 (python3 --params '"/InstallDir:C:\tools\python3"')

ブラウザ

  • Chrome (GoogleChrome)
  • Firefox (Firefox)

開発ツール

  • CodeTrack (codetrack)
  • Dependency Walker (dependencywalker)
  • dnSpy (dnspy)
  • FileZilla (filezilla)
  • FontForge (fontforge)
  • ilSpy (ilspy)
  • Inno Setup (innosetup)
  • LinqPad (linqpad)
  • Putty (putty)
  • ReSharper (resharper)
  • Resource Hacker (reshack)
  • Selenium
    • Chrome Driver (selenium-chrome-driver)
    • IE Driver (selenium-ie-driver)
  • SQL Server Management Studio (sql-server-management-studio)
  • TailBlazer (tailblazer)
  • Yarn (yarn)

ユーティリティ

  • OptiPNG (OptiPNG)
  • Adobe Reader (adobereader)
  • Google Play Music Desktop Player(gpmdp)
  • procman (procman)
  • Rapid Environment Editor (rapidee)
  • ScreenPresso (screenpresso)
  • SharpKeys (sharpkeys)
  • USBDeview (usbdeview)

スクリプト類

アップデート用バッチファイル

C:\ProgramData\chocolatey\bin\cup.exe ALL -y -PackageParameters="/exclude:32 /NoDesktopIcon /NoContextMenuFiles /NoContextMenuFolders /NoAutoCrlf /NoShellIntegration"

パラメータについて

  • /exclude:32 : jre8, jdk8
  • /NoDesktopIcon /NoContextMenuFiles /NoContextMenuFolders : VisualStudioCode
  • /NoAutoCrlf /NoShellIntegration /NoShellIntegration : Gti

注意事項