|
1- You can use an exe compressor (like UPX) to decrease the size of the executable. You do not need to decompress the compressed file before running.
2- Project|Options then Packages tab. Check 'Build with runtime packages'. Build your application. Then, Project|Information for <application_name>. On the right of shown window you will see a list box placed in a group box. Do not forget to deploy those bpl files with your application. Borland packages much much more than this. For more information please read 'Deploying Applications' and 'Deploying Packages' topics in Delphi Help.
|