nicolasdb / nicolasdb.github.io

My portfolio website as a maker and fabmanager
https://nicolasdb.github.io/
Other
1 stars 4 forks source link

automated install with chocolatey #107

Open nicolasdb opened 5 years ago

nicolasdb commented 5 years ago

install choco

https://chocolatey.org/install

Install with PowerShell.exe

Run the following command in powershell as admin

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

package list

https://chocolatey.org/packages

javaruntime
firefox
7zip.install
notepadplusplus
nodejs
inkscape
gimp
autodesk-fusion360
slack
googledrive
dropbox
atom
github
lenovo-thinkvantage-system-update
f.lux
arduino
fritzing
mpc-hc
openscad
ghostscript - sauf si cutepdf (come with)

Note: To confirm automatically next time, use '-y' or consider: choco feature enable -n allowGlobalConfirmation

Installing Multiple Applications

  1. just use everything in one line : choco install atom arduino googledrive slack etc...

  2. or create xml called packages.config like:

<?xml version="1.0" encoding="utf-8"?>
    <packages>
      <package id="atom" />
      <package id="arduino" version="1.1" />
      <package id="iisexpress" version="8.0" source="webpi" />
      <package id="arubygem" source="ruby" />
      <package id="cruisecontrol.net" />
    </packages>

Then To have chocolatey install the packages listed in packages.config, you just point cinst at packages.config:

c:\> cinst ..\setup\packages.config And maybe this should work also.... `choco install ..\setup\packages.config

`source: https://www.developerfusion.com/article/145913/apt-windows-lets-get-chocolatey-part-2-multiple-installs-and-package-creation/

nicolasdb commented 5 years ago

it's workiiiing

capture

nicolasdb commented 5 years ago

image

nicolasdb commented 5 years ago

ok, je devais être attentif pour ceux là.

  1. Openscad: L'autoconfirmation n'a pas fonctionné.
  2. Fritzing: Error - hashes do not match.
  3. autodesk-fusion360: Error - hashes do not match.
  4. Github: Error - hashes do not match.
nicolasdb commented 5 years ago

https://www.windowscentral.com/15-tips-increase-performance-windows-10