January 2007
Proper library deployment in Delphi
Submitted by Administrator on Thu, 2007-01-11 20:05In these days I'm starting to move some projects from Delphi 7 to Delphi 2006. Therefore I started to install all the required libraries in Delphi 2006. And I found out that many libraries don't use packages properly. Beyond the runtime/designtime issue, many libraries don't set the options properly to share the same code among different versions of Delphi. Once I was used to keep different copies of each library in each Delphi folders, in a folder named "3rd".
- Administrator's blog
- Login to post comments
- Read more
Innosetup script to manage services
Submitted by ldsandon on Thu, 2007-01-11 16:01An InnoSetup 5.x library to control services. It gives access to the Service Control Manager functions to query/start/stop/install/uninstall services, and implements some higher level functions (simpleXXXX) to perform standard tasks easily.
NB: this version won't work with the Unicode version of Inno Setup. I am testing an update that works.
