Skip to content

Commit 1ead472

Browse files
Merge pull request #17 from DeveloppeurPascal/master
minor changes
2 parents 4b0035a + 3a3d5e4 commit 1ead472

File tree

2 files changed

+70
-2
lines changed

2 files changed

+70
-2
lines changed

AutoGetItVCL.dproj

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,56 @@
188188
<DeployFile LocalName="AutoGetItOrb.png" Configuration="Debug" Class="ProjectFile">
189189
<Platform Name="Win32">
190190
<RemoteDir>.\</RemoteDir>
191+
<Enabled>false</Enabled>
192+
<Overwrite>true</Overwrite>
193+
</Platform>
194+
</DeployFile>
195+
<DeployFile LocalName="AutoGetItOrb.png" Configuration="Debug" Class="ProjectFile">
196+
<Platform Name="Win64">
197+
<RemoteDir>.\</RemoteDir>
198+
<Enabled>false</Enabled>
199+
<Overwrite>true</Overwrite>
200+
</Platform>
201+
</DeployFile>
202+
<DeployFile LocalName="AutoGetItOrb.png" Configuration="Release" Class="ProjectFile">
203+
<Platform Name="Win32">
204+
<RemoteDir>.\</RemoteDir>
205+
<Enabled>false</Enabled>
206+
<Overwrite>true</Overwrite>
207+
</Platform>
208+
</DeployFile>
209+
<DeployFile LocalName="AutoGetItOrb.png" Configuration="Release" Class="ProjectFile">
210+
<Platform Name="Win64">
211+
<RemoteDir>.\</RemoteDir>
212+
<Enabled>false</Enabled>
191213
<Overwrite>true</Overwrite>
192214
</Platform>
193215
</DeployFile>
194216
<DeployFile LocalName="README.md" Configuration="Debug" Class="ProjectFile">
195217
<Platform Name="Win32">
196218
<RemoteDir>.\</RemoteDir>
219+
<Enabled>false</Enabled>
220+
<Overwrite>true</Overwrite>
221+
</Platform>
222+
</DeployFile>
223+
<DeployFile LocalName="README.md" Configuration="Debug" Class="ProjectFile">
224+
<Platform Name="Win64">
225+
<RemoteDir>.\</RemoteDir>
226+
<Enabled>false</Enabled>
227+
<Overwrite>true</Overwrite>
228+
</Platform>
229+
</DeployFile>
230+
<DeployFile LocalName="README.md" Configuration="Release" Class="ProjectFile">
231+
<Platform Name="Win32">
232+
<RemoteDir>.\</RemoteDir>
233+
<Enabled>false</Enabled>
234+
<Overwrite>true</Overwrite>
235+
</Platform>
236+
</DeployFile>
237+
<DeployFile LocalName="README.md" Configuration="Release" Class="ProjectFile">
238+
<Platform Name="Win64">
239+
<RemoteDir>.\</RemoteDir>
240+
<Enabled>false</Enabled>
197241
<Overwrite>true</Overwrite>
198242
</Platform>
199243
</DeployFile>
@@ -204,6 +248,30 @@
204248
<Overwrite>true</Overwrite>
205249
</Platform>
206250
</DeployFile>
251+
<DeployFile LocalName="Win32\Release\AutoGetItVCL.exe" Configuration="Release" Class="ProjectOutput">
252+
<Platform Name="Win32">
253+
<RemoteName>AutoGetItVCL.exe</RemoteName>
254+
<Overwrite>true</Overwrite>
255+
</Platform>
256+
</DeployFile>
257+
<DeployFile LocalName="Win64\Debug\AutoGetItVCL.exe" Configuration="Debug" Class="ProjectOutput">
258+
<Platform Name="Win64">
259+
<RemoteName>AutoGetItVCL.exe</RemoteName>
260+
<Overwrite>true</Overwrite>
261+
</Platform>
262+
</DeployFile>
263+
<DeployFile LocalName="Win64\Debug\AutoGetItVCL.rsm" Configuration="Debug" Class="DebugSymbols">
264+
<Platform Name="Win64">
265+
<RemoteName>AutoGetItVCL.rsm</RemoteName>
266+
<Overwrite>true</Overwrite>
267+
</Platform>
268+
</DeployFile>
269+
<DeployFile LocalName="Win64\Release\AutoGetItVCL.exe" Configuration="Release" Class="ProjectOutput">
270+
<Platform Name="Win64">
271+
<RemoteName>AutoGetItVCL.exe</RemoteName>
272+
<Overwrite>true</Overwrite>
273+
</Platform>
274+
</DeployFile>
207275
<DeployClass Name="AdditionalDebugSymbols">
208276
<Platform Name="iOSSimulator">
209277
<Operation>1</Operation>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AutoGetIt
2-
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?
2+
The idea with this small Delphi program is to automate the [GetIt package manager](http://docwiki.embarcadero.com/RADStudio/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

44
Now there is!
55

66
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.
77

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!_
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 minutes!_
99

1010
## Batch files
1111

0 commit comments

Comments
 (0)