Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit fba5dc9

Browse files
authored
Update README.md
1 parent 2e5d241 commit fba5dc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Powershell scripts to install Winget Packages with SCCM/Intune (or similar) or e
1515
- Put this command line as Install Cmd (Must call 64 bits powershell in order to work):
1616
`"%systemroot%\sysnative\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -File winget-install.ps1 -AppIDs Notepad++.Notepad++`
1717

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

0 commit comments

Comments
 (0)