Skip to content
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

POC for Winget Depends Launcher needs winget removed too #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

freeload101
Copy link

I can simplify the winget dependencies for you. After checking the Installer.bat and moving to Launcher.bat, I noticed it's installing about 10 other apps with winget... The colors are off and it installs get every time but you get the point.

Love the .bat colors it's a lot easier to do all that in powershell ... took me like 5+ years to stop using .bat so I know how it feels. I still use .bat to call powershell sometimes to bypass EDR ...

Other items need winget depends removed:

1833: winget install -e --id 7zip.7zip # https://github.com/freeload101/Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy/blob/c4ea1a3b309a41e43386eb2b8ee18459118f8465/JAMBOREE.ps1#L1531
Line 1940: winget install -e --id OpenJS.NodeJS # wait ..
Line 1948: winget install -e --id MikeFarah.yq # IDK ..
Line 2488: winget uninstall --id 7zip.7zip # https://github.com/freeload101/Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy/blob/c4ea1a3b309a41e43386eb2b8ee18459118f8465/JAMBOREE.ps1#L1531
Line 2504: winget uninstall --id OpenJS.NodeJS # wait again ? I think the dupe code can be conbined by using call and exit codes Referernce https://github.com/freeload101/Bloodhound-Portable/blob/fb3db2dad0b182a86683acf56310d29a41ba7e62/BloodHound_Portable.bat#L53
Line 2513: winget uninstall --id MikeFarah.yq # no idea on this one
Line 2522: winget uninstall --id Nvidia.CUDA ## IDK how to know what ver of cuda to install ?!
Line 2530: winget uninstall --id Microsoft.VisualStudio.2022.BuildTools # fixed in installer.bat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant