Skip to content

Commit f74eb87

Browse files
updated screenshot and README
1 parent 0bd455e commit f74eb87

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

AutoGetIt.png

22.6 KB
Loading

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# AutoGetIt
22
The idea with this small Delphi program is to automate the [GetIt package manager](http://docwiki.embarcadero.com/RADStudio/Sydney/en/Installing_a_Package_Using_GetIt_Package_Manager) for RAD Studio (Delphi) by calling the GetIt command-line tool that comes with Delphi. Every time there's an update or a need to reinstall, it's a pain to tediously and manually go through all the GetIt packages and reinstall them. Wouldn't it be nice if there was a saved checklist?
33

4+
Now there is!
5+
46
This Delphi program uses the DosCommand component (available on GetIt) to shell out to the GetItCmd.exe and show all the packages in a CheckListBox. You then simply check off all the packages you want to install, click the Install button, and sit back and watch them all get installed (some require authorization so it's not completely unattended). You can also right+click on this list to select all or none, or uninstall the checked packages instead, or install/uninstall just one package at a time.
57

6-
_Written in Delphi 10.4.1, tested on the update to Delphi 10.4.2: installed over 75 packages in less than 30 mintues!_
8+
_Originally Written in Delphi 10.4.1, tested on the update to Delphi 10.4.2: installed over 75 packages in less than 30 mintues!_
79

810
## Batch files
911

@@ -15,6 +17,7 @@ To run the batch files, start a DOS Prompt as Administrator, run the `rsvars.bat
1517

1618
- [Enabling GetIt Install Logs](https://blog.marcocantu.com/blog/2018-july-getit-install-logs.html)
1719
- [Delphi 10.4.2 Release Notes](http://docwiki.embarcadero.com/RADStudio/Sydney/en/Release_Notes)
20+
- [Delphi 11 Release Notes](https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Release_Notes)
1821

1922
## Screenshot
2023

0 commit comments

Comments
 (0)