Properties Reference
Below is an list of all the properties available in GImageX.
Property | Read/Write | Datatype | Description |
Abort | Write | BOOL | Setting this to TRUE will abort an imaging operation during a Progress event. |
BootIndex | Read | LONG | The image index of the bootable image in a WIM file as returned by GetWIMInfo. 0 if none. |
Bootable | Write | BOOL | Sets the image that is captured will be the bootable image in a WIM file. |
Check | Write | BOOL | Adds integrity check information to a WIM file. |
Compression | Write | LONG | Sets the compression level for a capture operation. 0=none, 1=fast, 2=highest. |
Config | Write | STRING | The filename of a wimscript.ini file to use during a CaptureImage or AppendImage operation. |
Description | Read/Write | STRING | Description of a WIM image. |
Destination | Read/Write | STRING | The destination file/folder for a imaging operation. |
DirCount | Read | LONG | Number of directories in a WIM image as returned by GetImageInfo. |
DisplayDescription | Read/Write | STRING | Display description of a WIM image. |
DisplayName | Read/Write | STRING | Display name of a WIM image (only usually seen during Vista setup when you choose an image). |
FileCount | Read | LONG | Number of files in a WIM image as returned by GetImageInfo. |
FileName | Read | LONG | The filename returned by GetOpenFileName and GetSaveFileName. |
Flags | Read/Write | STRING | The flags to use in a CaptureImage operation, or as returned by GetImageInfo. |
ImageIndex | Write | LONG | The image index for a ApplyImage or GetImageInfo operation. |
ImageCount | Read | LONG | Number of directories in a WIM image as returned by GetWIMInfo. |
ImageName | Read/Write | STRING | Name of a WIM image. |
Source | Read/Write | STRING | The source file/folder for a imaging operation. |
Temp | Write | STRING | The temporary folder to use during a CaptureImage or AppendImage operation. |
Verify | Write | BOOL | Verify during imaging operations. |
XML | Read | STRING | The raw XML information as returned by GetImageInfo or GetWIMInfo. |