Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Apr 5, 2023
1 parent 2e5d241 commit fba5dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Powershell scripts to install Winget Packages with SCCM/Intune (or similar) or e
- Put this command line as Install Cmd (Must call 64 bits powershell in order to work):
`"%systemroot%\sysnative\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -File winget-install.ps1 -AppIDs Notepad++.Notepad++`

> You can also use **WingetIntunePackager** tool to package apps from a GUI: https://github.com/Romanitho/WingetIntunePackager
### Use Winget native parameters
You can add custom parameter in your `AppIDs` argument. Don't forget to escape the quote:
`powershell.exe -Executionpolicy Bypass -File winget-install.ps1 -AppIDs "Citrix.Workspace --override \"/silent /noreboot /includeSSON /forceinstall\""`
Expand Down

0 comments on commit fba5dc9

Please sign in to comment.