mkevenaar / chocolatey-packages

My chocolatey packages
https://mkevenaar.github.io/chocolatey-packages/
Apache License 2.0
42 stars 66 forks source link

googledrive: add /NoGsuiteIcons option to disable creation of google suite shortcuts #195

Closed soredake closed 1 year ago

soredake commented 1 year ago

Description

With this option google drive installer will not create create this shortcuts on desktop: Screenshot 2023-04-15 204202

Motivation and Context

Some users (like me) will not need this icons.

How Has this Been Tested?

choco pack sudo choco install -y --force --params "/NoGsuiteIcons" --verbose googledrive --version 73.0.4.0 --source .

Screenshot (if appropriate, usually isn't needed):

GUI installer have option to stop creating this icons. Screenshot 2023-04-15 204119

Types of changes

Checklist:

AppVeyorBot commented 1 year ago

:white_check_mark: Package verification completed without issues. PR is now pending human review

soredake commented 1 year ago

@mkevenaar