├── .gitattributes ├── .gitignore ├── 7ZipLicense.txt ├── 7za.exe ├── CMPackager.prefs.template ├── CMPackager.ps1 ├── Disabled ├── 7-Zip.xml ├── AWSWorkDocsDrive.xml ├── ActivDriver.xml ├── ActivInspire.xml ├── AdobeBrackets.xml ├── AdobeReader.xml ├── AdobeRemoteUpdateManager.xml ├── AgentRansack.xml ├── AmazonCorretto11.xml ├── AmazonCorretto8.xml ├── AmazonWorkspacesClient.xml ├── AppleBootcampDriversRecipe.xml ├── Audacity.XML ├── AutoDeskFusion360Lab.xml ├── AzureDataStudio.xml ├── BirdBrainRobotServer.xml ├── Blender.xml ├── CitrixWorkspaceApp.xml ├── Dax Studio.xml ├── DellBIOSProvider.xml ├── DellCommandMonitor.xml ├── DotNet46.xml ├── Dropbox.xml ├── FileZilla.xml ├── FlashPlayerActiveX.xml ├── FlashPlayerNPAPI.xml ├── FlashPlayerPPAPI.xml ├── FoxitPDFReader.xml ├── GamADVXTD3.xml ├── GeoDa.xml ├── Git.xml ├── Glimpse.xml ├── Google Earth Pro.xml ├── GoogleBackupandSync.xml ├── GoogleChrome.xml ├── GoogleHangoutsChat.xml ├── HipChatClient.xml ├── Jabber.xml ├── JetBrains-Toolbox.xml ├── KoduGameLab.xml ├── MakerBotPrint.xml ├── MicrosoftConfigMgrConsole.xml ├── MicrosoftConfigMgrSupportCenter.xml ├── MicrosoftLAPS.xml ├── MicrosoftPowerBI.xml ├── MicrosoftPowerBIRS.xml ├── MicrosoftPowerToys.xml ├── MicrosoftSetupDiagTool.xml ├── MicrosoftSurfaceDriversRecipe.xml ├── MicrosoftTeams.xml ├── MozillaFirefox.xml ├── MozillaFirefoxDevEdition.xml ├── MozillaFirefoxESR.xml ├── MySQLWorkbench.xml ├── NPPwithDependencies.xml ├── NessusAgent.xml ├── Notepad++.xml ├── Opera.xml ├── PowerShell.xml ├── Python3.xml ├── R.xml ├── RStudio.xml ├── RoyalTS.xml ├── Scratch.xml ├── Shotcut.xml ├── Skype.xml ├── Slack.xml ├── Stellarium.xml ├── TortoiseSVN.xml ├── VLC.xml ├── VMwareRemoteConsole.xml ├── VMwareTools.xml ├── VernierSpectralAnalysis.xml ├── VisualStudioCode.xml ├── Watchguard Mobile VPN.xml ├── Watchguard Single Sign-On Client.xml ├── WebexApp.xml ├── WebexPlugin.xml ├── WinMerge.xml ├── WinSCP.xml ├── Wireshark.xml ├── XiboPlayer.xml ├── Zoom Outlook Plugin.xml ├── Zoom.xml ├── Zotero.xml ├── _Application Requirements Template - LEGACY.xml ├── _RecipeSchema.xsd ├── dbeaver.xml ├── dotnet31sdk.xml ├── dotnet50sdk.xml ├── dotnet60desktopruntime.xml ├── dotnet60sdk.xml ├── dotnet70sdk.xml ├── dotnet80sdk.xml ├── iTunes.xml ├── jGrasp.xml ├── mRemoteNG.xml ├── putty.xml ├── sysmon.xml └── vcxsrv.xml ├── ExtraFiles ├── AppleBootCamp │ ├── BootCamp.mst │ └── Install.ps1 ├── Fusion360 │ └── install.ps1 ├── R │ ├── InstallRPackages.R │ └── install.ps1 ├── Scripts │ ├── AppleDriverRecipeTemplate.txt │ ├── CMPackagerSetup.xaml │ ├── CreateAppleDriverRecipes.ps1 │ ├── CreateMicrosoftDriverRecipes.ps1 │ ├── Get-RedirectedURL.ps1 │ ├── GetLatestBootCamp.ps1 │ ├── MicrosoftDriverRecipeTemplate.txt │ └── MicrosoftDrivers.csv ├── SetupDiag │ ├── cleanup.ps1 │ └── runSetupDiag.ps1 ├── WireShark │ ├── install.ps1 │ └── winpcap-nmap-4.13.exe ├── iTunes │ ├── install.ps1 │ └── uninstall.ps1 └── icons │ ├── 7Zip.ico │ ├── AWS.ico │ ├── ActivInspire.png │ ├── AdobeBrackets.png │ ├── AdobeCC.ico │ ├── AdobeReader.ico │ ├── AmazonWorkspaces.ico │ ├── AppleBootCamp.ico │ ├── Audacity.png │ ├── BirdBrainRobotServer.ico │ ├── CMSupportCenter.png │ ├── CitrixWorkspaceApp.ico │ ├── ConfigMgr.png │ ├── DellBIOSProvider.png │ ├── DotNet.ico │ ├── Dropbox.ico │ ├── Flash.ico │ ├── Fusion360.ico │ ├── GeoDa.ico │ ├── Glimpse.png │ ├── Google Chrome.ico │ ├── GoogleDriveFileStream.ico │ ├── Jabber.png │ ├── Java.ico │ ├── MakerBotPrint.ico │ ├── MicrosoftPowerToys.png │ ├── MicrosoftSQLServerMobileReportPublisher.ico │ ├── NessusAgent.png │ ├── NodeJS.png │ ├── PowerBIDesktop.ico │ ├── PowerBIDesktopRS.ico │ ├── PowerShell.png │ ├── PuTTY.ico │ ├── Python.png │ ├── R.ico │ ├── Scratch.png │ ├── SetupDiag.ico │ ├── Shotcut.png │ ├── Skype.ico │ ├── SpectralAnalysis.ico │ ├── SurfaceDriver.ico │ ├── VLC.ico │ ├── VMware-Tools.ico │ ├── VSCode.ico │ ├── VcXsrv.png │ ├── WebexMeetings.png │ ├── WebexProductivityTools.png │ ├── WinSCP.ico │ ├── Wireshark.ico │ ├── XiboPlayer.png │ ├── Zoom.ico │ ├── Zotero.ico │ ├── azuredatastudio.png │ ├── daxstudio.ico │ ├── dbeaver.ico │ ├── dotnet.png │ ├── filezilla.png │ ├── firefox.ico │ ├── firefoxQ.ico │ ├── firefoxdev.ico │ ├── gam.png │ ├── git.ico │ ├── googleearth_201.ico │ ├── gsync.ico │ ├── iTunes.ico │ ├── jgrasp.png │ ├── mRemoteNG.ico │ ├── mysqlworkbench.ico │ ├── notepad++.ico │ ├── opera.ico │ ├── rstudio.ico │ ├── slack.ico │ ├── stellarium.ico │ └── vmrc.png ├── GlobalConditions.xml ├── LICENSE.MD ├── README.md └── Recipes └── Template.xml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/.gitignore -------------------------------------------------------------------------------- /7ZipLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/7ZipLicense.txt -------------------------------------------------------------------------------- /7za.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/7za.exe -------------------------------------------------------------------------------- /CMPackager.prefs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/CMPackager.prefs.template -------------------------------------------------------------------------------- /CMPackager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/CMPackager.ps1 -------------------------------------------------------------------------------- /Disabled/7-Zip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/7-Zip.xml -------------------------------------------------------------------------------- /Disabled/AWSWorkDocsDrive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AWSWorkDocsDrive.xml -------------------------------------------------------------------------------- /Disabled/ActivDriver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/ActivDriver.xml -------------------------------------------------------------------------------- /Disabled/ActivInspire.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/ActivInspire.xml -------------------------------------------------------------------------------- /Disabled/AdobeBrackets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AdobeBrackets.xml -------------------------------------------------------------------------------- /Disabled/AdobeReader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AdobeReader.xml -------------------------------------------------------------------------------- /Disabled/AdobeRemoteUpdateManager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AdobeRemoteUpdateManager.xml -------------------------------------------------------------------------------- /Disabled/AgentRansack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AgentRansack.xml -------------------------------------------------------------------------------- /Disabled/AmazonCorretto11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AmazonCorretto11.xml -------------------------------------------------------------------------------- /Disabled/AmazonCorretto8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AmazonCorretto8.xml -------------------------------------------------------------------------------- /Disabled/AmazonWorkspacesClient.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AmazonWorkspacesClient.xml -------------------------------------------------------------------------------- /Disabled/AppleBootcampDriversRecipe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AppleBootcampDriversRecipe.xml -------------------------------------------------------------------------------- /Disabled/Audacity.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Audacity.XML -------------------------------------------------------------------------------- /Disabled/AutoDeskFusion360Lab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AutoDeskFusion360Lab.xml -------------------------------------------------------------------------------- /Disabled/AzureDataStudio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/AzureDataStudio.xml -------------------------------------------------------------------------------- /Disabled/BirdBrainRobotServer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/BirdBrainRobotServer.xml -------------------------------------------------------------------------------- /Disabled/Blender.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Blender.xml -------------------------------------------------------------------------------- /Disabled/CitrixWorkspaceApp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/CitrixWorkspaceApp.xml -------------------------------------------------------------------------------- /Disabled/Dax Studio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Dax Studio.xml -------------------------------------------------------------------------------- /Disabled/DellBIOSProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/DellBIOSProvider.xml -------------------------------------------------------------------------------- /Disabled/DellCommandMonitor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/DellCommandMonitor.xml -------------------------------------------------------------------------------- /Disabled/DotNet46.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/DotNet46.xml -------------------------------------------------------------------------------- /Disabled/Dropbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Dropbox.xml -------------------------------------------------------------------------------- /Disabled/FileZilla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/FileZilla.xml -------------------------------------------------------------------------------- /Disabled/FlashPlayerActiveX.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/FlashPlayerActiveX.xml -------------------------------------------------------------------------------- /Disabled/FlashPlayerNPAPI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/FlashPlayerNPAPI.xml -------------------------------------------------------------------------------- /Disabled/FlashPlayerPPAPI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/FlashPlayerPPAPI.xml -------------------------------------------------------------------------------- /Disabled/FoxitPDFReader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/FoxitPDFReader.xml -------------------------------------------------------------------------------- /Disabled/GamADVXTD3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/GamADVXTD3.xml -------------------------------------------------------------------------------- /Disabled/GeoDa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/GeoDa.xml -------------------------------------------------------------------------------- /Disabled/Git.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Git.xml -------------------------------------------------------------------------------- /Disabled/Glimpse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Glimpse.xml -------------------------------------------------------------------------------- /Disabled/Google Earth Pro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Google Earth Pro.xml -------------------------------------------------------------------------------- /Disabled/GoogleBackupandSync.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/GoogleBackupandSync.xml -------------------------------------------------------------------------------- /Disabled/GoogleChrome.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/GoogleChrome.xml -------------------------------------------------------------------------------- /Disabled/GoogleHangoutsChat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/GoogleHangoutsChat.xml -------------------------------------------------------------------------------- /Disabled/HipChatClient.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/HipChatClient.xml -------------------------------------------------------------------------------- /Disabled/Jabber.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Jabber.xml -------------------------------------------------------------------------------- /Disabled/JetBrains-Toolbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/JetBrains-Toolbox.xml -------------------------------------------------------------------------------- /Disabled/KoduGameLab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/KoduGameLab.xml -------------------------------------------------------------------------------- /Disabled/MakerBotPrint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MakerBotPrint.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftConfigMgrConsole.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftConfigMgrConsole.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftConfigMgrSupportCenter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftConfigMgrSupportCenter.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftLAPS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftLAPS.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftPowerBI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftPowerBI.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftPowerBIRS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftPowerBIRS.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftPowerToys.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftPowerToys.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftSetupDiagTool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftSetupDiagTool.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftSurfaceDriversRecipe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftSurfaceDriversRecipe.xml -------------------------------------------------------------------------------- /Disabled/MicrosoftTeams.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MicrosoftTeams.xml -------------------------------------------------------------------------------- /Disabled/MozillaFirefox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MozillaFirefox.xml -------------------------------------------------------------------------------- /Disabled/MozillaFirefoxDevEdition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MozillaFirefoxDevEdition.xml -------------------------------------------------------------------------------- /Disabled/MozillaFirefoxESR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MozillaFirefoxESR.xml -------------------------------------------------------------------------------- /Disabled/MySQLWorkbench.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/MySQLWorkbench.xml -------------------------------------------------------------------------------- /Disabled/NPPwithDependencies.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/NPPwithDependencies.xml -------------------------------------------------------------------------------- /Disabled/NessusAgent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/NessusAgent.xml -------------------------------------------------------------------------------- /Disabled/Notepad++.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Notepad++.xml -------------------------------------------------------------------------------- /Disabled/Opera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Opera.xml -------------------------------------------------------------------------------- /Disabled/PowerShell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/PowerShell.xml -------------------------------------------------------------------------------- /Disabled/Python3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Python3.xml -------------------------------------------------------------------------------- /Disabled/R.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/R.xml -------------------------------------------------------------------------------- /Disabled/RStudio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/RStudio.xml -------------------------------------------------------------------------------- /Disabled/RoyalTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/RoyalTS.xml -------------------------------------------------------------------------------- /Disabled/Scratch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Scratch.xml -------------------------------------------------------------------------------- /Disabled/Shotcut.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Shotcut.xml -------------------------------------------------------------------------------- /Disabled/Skype.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Skype.xml -------------------------------------------------------------------------------- /Disabled/Slack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Slack.xml -------------------------------------------------------------------------------- /Disabled/Stellarium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Stellarium.xml -------------------------------------------------------------------------------- /Disabled/TortoiseSVN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/TortoiseSVN.xml -------------------------------------------------------------------------------- /Disabled/VLC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/VLC.xml -------------------------------------------------------------------------------- /Disabled/VMwareRemoteConsole.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/VMwareRemoteConsole.xml -------------------------------------------------------------------------------- /Disabled/VMwareTools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/VMwareTools.xml -------------------------------------------------------------------------------- /Disabled/VernierSpectralAnalysis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/VernierSpectralAnalysis.xml -------------------------------------------------------------------------------- /Disabled/VisualStudioCode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/VisualStudioCode.xml -------------------------------------------------------------------------------- /Disabled/Watchguard Mobile VPN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Watchguard Mobile VPN.xml -------------------------------------------------------------------------------- /Disabled/Watchguard Single Sign-On Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Watchguard Single Sign-On Client.xml -------------------------------------------------------------------------------- /Disabled/WebexApp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/WebexApp.xml -------------------------------------------------------------------------------- /Disabled/WebexPlugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/WebexPlugin.xml -------------------------------------------------------------------------------- /Disabled/WinMerge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/WinMerge.xml -------------------------------------------------------------------------------- /Disabled/WinSCP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/WinSCP.xml -------------------------------------------------------------------------------- /Disabled/Wireshark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Wireshark.xml -------------------------------------------------------------------------------- /Disabled/XiboPlayer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/XiboPlayer.xml -------------------------------------------------------------------------------- /Disabled/Zoom Outlook Plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Zoom Outlook Plugin.xml -------------------------------------------------------------------------------- /Disabled/Zoom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Zoom.xml -------------------------------------------------------------------------------- /Disabled/Zotero.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/Zotero.xml -------------------------------------------------------------------------------- /Disabled/_Application Requirements Template - LEGACY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/_Application Requirements Template - LEGACY.xml -------------------------------------------------------------------------------- /Disabled/_RecipeSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/_RecipeSchema.xsd -------------------------------------------------------------------------------- /Disabled/dbeaver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/dbeaver.xml -------------------------------------------------------------------------------- /Disabled/dotnet31sdk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/dotnet31sdk.xml -------------------------------------------------------------------------------- /Disabled/dotnet50sdk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/dotnet50sdk.xml -------------------------------------------------------------------------------- /Disabled/dotnet60desktopruntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/dotnet60desktopruntime.xml -------------------------------------------------------------------------------- /Disabled/dotnet60sdk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/dotnet60sdk.xml -------------------------------------------------------------------------------- /Disabled/dotnet70sdk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/dotnet70sdk.xml -------------------------------------------------------------------------------- /Disabled/dotnet80sdk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/dotnet80sdk.xml -------------------------------------------------------------------------------- /Disabled/iTunes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/iTunes.xml -------------------------------------------------------------------------------- /Disabled/jGrasp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/jGrasp.xml -------------------------------------------------------------------------------- /Disabled/mRemoteNG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/mRemoteNG.xml -------------------------------------------------------------------------------- /Disabled/putty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/putty.xml -------------------------------------------------------------------------------- /Disabled/sysmon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/sysmon.xml -------------------------------------------------------------------------------- /Disabled/vcxsrv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Disabled/vcxsrv.xml -------------------------------------------------------------------------------- /ExtraFiles/AppleBootCamp/BootCamp.mst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/AppleBootCamp/BootCamp.mst -------------------------------------------------------------------------------- /ExtraFiles/AppleBootCamp/Install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/AppleBootCamp/Install.ps1 -------------------------------------------------------------------------------- /ExtraFiles/Fusion360/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Fusion360/install.ps1 -------------------------------------------------------------------------------- /ExtraFiles/R/InstallRPackages.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/R/InstallRPackages.R -------------------------------------------------------------------------------- /ExtraFiles/R/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/R/install.ps1 -------------------------------------------------------------------------------- /ExtraFiles/Scripts/AppleDriverRecipeTemplate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/AppleDriverRecipeTemplate.txt -------------------------------------------------------------------------------- /ExtraFiles/Scripts/CMPackagerSetup.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/CMPackagerSetup.xaml -------------------------------------------------------------------------------- /ExtraFiles/Scripts/CreateAppleDriverRecipes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/CreateAppleDriverRecipes.ps1 -------------------------------------------------------------------------------- /ExtraFiles/Scripts/CreateMicrosoftDriverRecipes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/CreateMicrosoftDriverRecipes.ps1 -------------------------------------------------------------------------------- /ExtraFiles/Scripts/Get-RedirectedURL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/Get-RedirectedURL.ps1 -------------------------------------------------------------------------------- /ExtraFiles/Scripts/GetLatestBootCamp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/GetLatestBootCamp.ps1 -------------------------------------------------------------------------------- /ExtraFiles/Scripts/MicrosoftDriverRecipeTemplate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/MicrosoftDriverRecipeTemplate.txt -------------------------------------------------------------------------------- /ExtraFiles/Scripts/MicrosoftDrivers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/Scripts/MicrosoftDrivers.csv -------------------------------------------------------------------------------- /ExtraFiles/SetupDiag/cleanup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/SetupDiag/cleanup.ps1 -------------------------------------------------------------------------------- /ExtraFiles/SetupDiag/runSetupDiag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/SetupDiag/runSetupDiag.ps1 -------------------------------------------------------------------------------- /ExtraFiles/WireShark/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/WireShark/install.ps1 -------------------------------------------------------------------------------- /ExtraFiles/WireShark/winpcap-nmap-4.13.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/WireShark/winpcap-nmap-4.13.exe -------------------------------------------------------------------------------- /ExtraFiles/iTunes/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/iTunes/install.ps1 -------------------------------------------------------------------------------- /ExtraFiles/iTunes/uninstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/iTunes/uninstall.ps1 -------------------------------------------------------------------------------- /ExtraFiles/icons/7Zip.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/7Zip.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/AWS.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/AWS.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/ActivInspire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/ActivInspire.png -------------------------------------------------------------------------------- /ExtraFiles/icons/AdobeBrackets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/AdobeBrackets.png -------------------------------------------------------------------------------- /ExtraFiles/icons/AdobeCC.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/AdobeCC.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/AdobeReader.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/AdobeReader.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/AmazonWorkspaces.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/AmazonWorkspaces.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/AppleBootCamp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/AppleBootCamp.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Audacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Audacity.png -------------------------------------------------------------------------------- /ExtraFiles/icons/BirdBrainRobotServer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/BirdBrainRobotServer.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/CMSupportCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/CMSupportCenter.png -------------------------------------------------------------------------------- /ExtraFiles/icons/CitrixWorkspaceApp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/CitrixWorkspaceApp.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/ConfigMgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/ConfigMgr.png -------------------------------------------------------------------------------- /ExtraFiles/icons/DellBIOSProvider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/DellBIOSProvider.png -------------------------------------------------------------------------------- /ExtraFiles/icons/DotNet.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/DotNet.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Dropbox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Dropbox.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Flash.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Flash.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Fusion360.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Fusion360.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/GeoDa.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/GeoDa.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Glimpse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Glimpse.png -------------------------------------------------------------------------------- /ExtraFiles/icons/Google Chrome.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Google Chrome.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/GoogleDriveFileStream.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/GoogleDriveFileStream.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Jabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Jabber.png -------------------------------------------------------------------------------- /ExtraFiles/icons/Java.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Java.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/MakerBotPrint.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/MakerBotPrint.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/MicrosoftPowerToys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/MicrosoftPowerToys.png -------------------------------------------------------------------------------- /ExtraFiles/icons/MicrosoftSQLServerMobileReportPublisher.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/MicrosoftSQLServerMobileReportPublisher.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/NessusAgent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/NessusAgent.png -------------------------------------------------------------------------------- /ExtraFiles/icons/NodeJS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/NodeJS.png -------------------------------------------------------------------------------- /ExtraFiles/icons/PowerBIDesktop.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/PowerBIDesktop.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/PowerBIDesktopRS.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/PowerBIDesktopRS.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/PowerShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/PowerShell.png -------------------------------------------------------------------------------- /ExtraFiles/icons/PuTTY.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/PuTTY.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Python.png -------------------------------------------------------------------------------- /ExtraFiles/icons/R.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/R.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Scratch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Scratch.png -------------------------------------------------------------------------------- /ExtraFiles/icons/SetupDiag.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/SetupDiag.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Shotcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Shotcut.png -------------------------------------------------------------------------------- /ExtraFiles/icons/Skype.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Skype.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/SpectralAnalysis.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/SpectralAnalysis.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/SurfaceDriver.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/SurfaceDriver.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/VLC.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/VLC.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/VMware-Tools.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/VMware-Tools.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/VSCode.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/VSCode.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/VcXsrv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/VcXsrv.png -------------------------------------------------------------------------------- /ExtraFiles/icons/WebexMeetings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/WebexMeetings.png -------------------------------------------------------------------------------- /ExtraFiles/icons/WebexProductivityTools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/WebexProductivityTools.png -------------------------------------------------------------------------------- /ExtraFiles/icons/WinSCP.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/WinSCP.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Wireshark.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Wireshark.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/XiboPlayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/XiboPlayer.png -------------------------------------------------------------------------------- /ExtraFiles/icons/Zoom.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Zoom.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/Zotero.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/Zotero.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/azuredatastudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/azuredatastudio.png -------------------------------------------------------------------------------- /ExtraFiles/icons/daxstudio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/daxstudio.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/dbeaver.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/dbeaver.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/dotnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/dotnet.png -------------------------------------------------------------------------------- /ExtraFiles/icons/filezilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/filezilla.png -------------------------------------------------------------------------------- /ExtraFiles/icons/firefox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/firefox.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/firefoxQ.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/firefoxQ.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/firefoxdev.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/firefoxdev.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/gam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/gam.png -------------------------------------------------------------------------------- /ExtraFiles/icons/git.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/git.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/googleearth_201.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/googleearth_201.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/gsync.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/gsync.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/iTunes.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/iTunes.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/jgrasp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/jgrasp.png -------------------------------------------------------------------------------- /ExtraFiles/icons/mRemoteNG.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/mRemoteNG.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/mysqlworkbench.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/mysqlworkbench.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/notepad++.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/notepad++.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/opera.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/opera.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/rstudio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/rstudio.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/slack.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/slack.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/stellarium.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/stellarium.ico -------------------------------------------------------------------------------- /ExtraFiles/icons/vmrc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/ExtraFiles/icons/vmrc.png -------------------------------------------------------------------------------- /GlobalConditions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/GlobalConditions.xml -------------------------------------------------------------------------------- /LICENSE.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/LICENSE.MD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/README.md -------------------------------------------------------------------------------- /Recipes/Template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asjimene/CMPackager/HEAD/Recipes/Template.xml --------------------------------------------------------------------------------