|
|
 |
Preview of WmiSet for Delphi 2005, Win32 edition |
 |
|
This preview of WmiSet 1.6.5 is for Delphi 2005 only. There is no need to download it unless
you plan to migrate to Delphi 2005 soon. Most of the changes in the source
code are to ensure the compatibility with a new compiler. The preview is available
in the form of source code, therefore it is only for registered customers of version 1.6
|
|
1. What is included?
|
The following items are included
- Common source code that is shared between NTSet and WmiSet collections
- WmiSet source code
- Example projects
- Help files
The code is fully unit-tested. We do not expect it to change between now and
the date of the official release.
|
|
2. How to install WmiSet into Delphi 2005 IDE?
|
-
Login to our protected download area. Download and unzip wmiset2005_1_65.zip archive.
Only the registered customers of WmiSet 1.6 can download it. The following instructions
use the identifier {INSTALL_ROOT} as a reference to the folder where
WmiSet is installed. The default folder is c:\SystemComponents
-
Open project {INSTALL_ROOT}\common\VclCommon2005.dpk
Compile and install it.
-
Open project {INSTALL_ROOT}\wmiset\wmiset2005.dpk
Compile and install it.
-
Add these two paths into Win32 library path of your IDE:
{INSTALL_ROOT}\common
{INSTALL_ROOT}\wmiset
-
5) Open project group {INSTALL_ROOT}\wmiset\examples\delphi\wmiset.bpg
Compile all projects.
|
|
3. What will change between now and the date of the official release?
|
- WmiSet will come in a form of self-installing application
- Help file format will change to HTML help
- TWmiProcessControl component will be extended to return information
about threads within processes
|
|