-
Notifications
You must be signed in to change notification settings - Fork 177
Winget-Install with -override.txt and -custom.txt #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winget-Install with -override.txt and -custom.txt #970
Conversation
…cripts - Updated README.md to include deployment examples for SCCM and Intune. - Improved Winget-Install.ps1 to handle mod overrides and custom parameters. - Enhanced Update-App.ps1 to support pre-install checks and improved logging. - Added functionality to skip apps based on running processes in mod templates. - Introduced new functions for process management in _Mods-Functions.ps1. - Implemented winget-detect.ps1 for detecting installed applications.
|
Not sure about winget-detect.ps1. |
|
you have to provide a dedicated PS1 script in the Intune console Exactly the same in SCCM, in the detection choices you add this script |
|
I just reorganized it a bit :) |
Then the README has to be changed too, pointing to the file |
|
Should be good. This way, if we have any extra work that's not included in the MSI, it can go in 'Tools' structure maybe |
…l_mods Winget-Install with -override.txt and -custom.txt
Proposed Changes
Related Issues