Argument | Description |
-d | Enter this argument, then enter the directory path to your program files (all the separate files, not the .EXE or .DLL.) |
-f | Enter this argument, then enter a name for the INF file, including the INF suffix. If you do not use the -f argument, the default file name will be the same as the name of the directory specified in the -d argument.
The INF name must match the compressed EXE or .DLL file name. For example, if the EXE file is N_MYCUSTOM.EXE, specify N_MYCUSTOM here to produce N_MYCUSTOM.INF. |
-v | Enter this argument, then specify a version number. If you do not use this argument, the default version number is 0.0. This version number is compared against any existing custom programs previously downloaded.
The new program is not downloaded if a program with a higher version number exists on the user's machine. |
-h | Enter this argument to output help. |
Examples | DOLMKINF -d project\myfiles
DOLMKINF -d project\myfiles -f project\n_mycustom
DOLMKINF -d project\myfiles -f project\n_mycustom -v 1.0 |