Hello,
there is no PackageWizard (among other things) in delphi 2005.
But I found a way for a standalone PackageWizard. After compiling the following source with runtime pacakages I have a programm that I can install under tools of delphi 2005.
program PackageWizard;
uses
Forms...