ReactOS 0.4.15-dev-6680-g8c76870
|
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <msiquery.h>
#include <msidefs.h>
#include <msi.h>
#include <fci.h>
#include <srrestoreptapi.h>
#include <wtypes.h>
#include <shellapi.h>
#include <winsvc.h>
#include <odbcinst.h>
#include <sddl.h>
#include "wine/test.h"
#include "utils.h"
#include "typelib.h"
Go to the source code of this file.
Macros | |
#define | _WIN32_MSI 300 |
#define | COBJMACROS |
#define | MEDIA_SIZE 0x7FFFFFFF |
#define | GET_PROC(mod, func) |
#define | CHECK_REG_STR(prodkey, name, expected) check_reg_str(prodkey, name, expected, TRUE, FALSE, __LINE__); |
#define | CHECK_DEL_REG_STR(prodkey, name, expected) |
#define | CHECK_DEL_REG_STR_TODO(prodkey, name, expected) |
#define | CHECK_REG_ISTR(prodkey, name, expected) check_reg_str(prodkey, name, expected, FALSE, FALSE, __LINE__); |
#define | CHECK_DEL_REG_ISTR(prodkey, name, expected) |
#define | CHECK_REG_MULTI(key, name, expect) check_reg_multi(key, name, expect, __LINE__); |
#define | CHECK_DEL_REG_MULTI(key, name, expect) |
#define | CHECK_REG_DWORD(prodkey, name, expected) check_reg_dword(prodkey, name, expected, FALSE, __LINE__); |
#define | CHECK_REG_DWORD_TODO(prodkey, name, expected) check_reg_dword(prodkey, name, expected, TRUE, __LINE__); |
#define | CHECK_DEL_REG_DWORD(prodkey, name, expected) |
#define | CHECK_DEL_REG_DWORD_TODO(prodkey, name, expected) |
|
static |
Definition at line 2550 of file action.c.
|
static |
|
static |
Definition at line 2424 of file action.c.
Referenced by test_create_remove_shortcut(), test_delete_services(), test_find_related_products(), test_ini_values(), test_install_remove_odbc(), test_install_services(), test_publish_assemblies(), test_publish_components(), test_register_class_info(), test_register_extension_info(), test_register_font(), test_register_mime_info(), test_register_progid_info(), test_register_typelib(), test_remove_duplicate_files(), test_remove_existing_products(), test_self_registration(), test_start_stop_services(), and test_validate_product_id().
Definition at line 2488 of file action.c.
Referenced by test_publish(), and test_publish_sourcelist().
Definition at line 2445 of file action.c.
Referenced by test_create_remove_shortcut(), test_delete_services(), test_find_related_products(), test_ini_values(), test_install_remove_odbc(), test_install_services(), test_publish_assemblies(), test_publish_components(), test_register_class_info(), test_register_extension_info(), test_register_font(), test_register_mime_info(), test_register_progid_info(), test_register_typelib(), test_remove_duplicate_files(), test_remove_existing_products(), test_self_registration(), test_start_stop_services(), and test_validate_product_id().
Definition at line 5246 of file action.c.
Referenced by test_delete_services(), and test_install_services().
Definition at line 2639 of file action.c.
Referenced by test_register_typelib(), and test_self_registration().
Definition at line 2614 of file action.c.
Referenced by test_publish(), and test_register_product().
Definition at line 2624 of file action.c.
Referenced by test_publish(), and test_register_product().
Definition at line 3411 of file action.c.
Referenced by test_register_user().
Definition at line 2405 of file action.c.
Referenced by test_process_components(), test_publish_features(), test_publish_product(), test_register_product(), and test_register_user().
Definition at line 2378 of file action.c.
Referenced by START_TEST().
|
static |
|
static |
|
static |
Definition at line 2460 of file action.c.
Referenced by START_TEST().
Definition at line 3393 of file action.c.
Referenced by get_owner_company().
Definition at line 2472 of file action.c.
Referenced by START_TEST().
START_TEST | ( | action | ) |
Definition at line 6533 of file action.c.
Definition at line 5095 of file action.c.
Referenced by START_TEST().
Definition at line 5703 of file action.c.
Referenced by START_TEST().
Definition at line 5265 of file action.c.
Referenced by START_TEST().
Definition at line 4769 of file action.c.
Referenced by START_TEST().
Definition at line 4977 of file action.c.
Referenced by START_TEST().
Definition at line 5886 of file action.c.
Referenced by START_TEST().
Definition at line 5926 of file action.c.
Referenced by START_TEST().
Definition at line 5567 of file action.c.
Referenced by START_TEST().
Definition at line 5337 of file action.c.
Referenced by START_TEST().
Definition at line 4622 of file action.c.
Referenced by START_TEST().
Definition at line 3553 of file action.c.
Referenced by START_TEST().
Definition at line 3688 of file action.c.
Referenced by START_TEST().
Definition at line 6277 of file action.c.
Referenced by START_TEST().
Definition at line 5743 of file action.c.