Thank you for your answer.

Ok, after compile a package using the following commands:

delphi32.exe /ns /b  VirtualTreesD5.dpk
delphi32.exe /ns /b VirtualTreesD5D.dpk

Is it enough to add the following entry to the registry to consider it as
installed :
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Known Packages]
  "$(DELPHI)\\Projects\\Bpl\\VirtualTreesD5D.bpl"="Virtual Treeview (design
time)"

Monir

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Rob Kennedy
Sent: Saturday, September 22, 2007 7:19 PM
To: Borland's Delphi Discussion List
Subject: Re: Install package via command line

Monir-SitesPower wrote:
> Via a command line or batch file I can compile a package using the 
> following
> command:
> delphi32.exe /ns /b VirtualTreesD5.dpk
> 
> How can I install a packege (VirtualTreesD5D.dpk) using a command line 
> as above?

Delphi provides no facility for that. You'll have to create the appropriate
registry entries yourself.

--
Rob
_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi

Reply via email to