You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
500 B
15 lines
500 B
#ifndef _K2SUITE_H_
|
|
#define _K2SUITE_H_
|
|
|
|
#define IIS_SETUPMODE_UPGRADEONLY SETUPMODE_UPGRADEONLY
|
|
#define IIS_SETUPMODE_ADDEXTRACOMPS SETUPMODE_ADDEXTRACOMPS
|
|
|
|
#define IIS_SETUPMODE_ADDREMOVE SETUPMODE_ADDREMOVE
|
|
#define IIS_SETUPMODE_REINSTALL SETUPMODE_REINSTALL
|
|
#define IIS_SETUPMODE_REMOVEALL SETUPMODE_REMOVEALL
|
|
|
|
#define IIS_SETUPMODE_MINIMUM SETUPMODE_MINIMAL
|
|
#define IIS_SETUPMODE_TYPICAL SETUPMODE_TYPICAL
|
|
#define IIS_SETUPMODE_CUSTOM SETUPMODE_CUSTOM
|
|
|
|
#endif //_K2SUITE_H_
|