/reactos/dll/win32/msi/ |
H A D | msi.c | 2903 static UINT query_feature_state( const WCHAR *product, const WCHAR *squashed, const WCHAR *usersid, in query_feature_state() argument 2964 path = msi_reg_get_val_str( hkey, squashed ); in query_feature_state() 3015 WCHAR squashed[33]; in MsiQueryFeatureStateExW() local 3016 if (!squash_guid( product, squashed )) return ERROR_INVALID_PARAMETER; in MsiQueryFeatureStateExW() 3017 return query_feature_state( product, squashed, usersid, ctx, feature, state ); in MsiQueryFeatureStateExW() 3066 WCHAR squashed[33]; in MsiQueryFeatureStateW() local 3070 if (!szProduct || !szFeature || !squash_guid( szProduct, squashed )) in MsiQueryFeatureStateW() 3073 …r = query_feature_state( szProduct, squashed, NULL, MSIINSTALLCONTEXT_USERMANAGED, szFeature, &sta… in MsiQueryFeatureStateW() 3076 …r = query_feature_state( szProduct, squashed, NULL, MSIINSTALLCONTEXT_USERUNMANAGED, szFeature, &s… in MsiQueryFeatureStateW() 3079 …r = query_feature_state( szProduct, squashed, NULL, MSIINSTALLCONTEXT_MACHINE, szFeature, &state ); in MsiQueryFeatureStateW()
|
H A D | action.c | 5661 WCHAR squashed[GUID_SIZE], keypath[MAX_PATH]; in ITERATE_UnpublishComponent() local 5684 squash_guid( compgroupid, squashed ); in ITERATE_UnpublishComponent() 5686 lstrcatW( keypath, squashed ); in ITERATE_UnpublishComponent()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 154 static void create_test_guid(LPSTR prodcode, LPSTR squashed) in create_test_guid() argument 170 WideCharToMultiByte(CP_ACP, 0, squashedW, -1, squashed, MAX_PATH, NULL, NULL); in create_test_guid() 178 CHAR squashed[MAX_PATH]; in set_component_path() local 191 WideCharToMultiByte(CP_ACP, 0, squashedW, -1, squashed, MAX_PATH, NULL, NULL); in set_component_path() 198 "Installer\\UserData\\S-1-5-18\\Components\\%s", squashed); in set_component_path() 208 "Installer\\UserData\\%s\\Components\\%s", usersid, squashed); in set_component_path() 219 "Installer\\UserData\\%s\\Components\\%s", usersid, squashed); in set_component_path() 244 CHAR squashed[MAX_PATH]; in delete_component_path() local 260 "Installer\\UserData\\S-1-5-18\\Components\\%s", squashed); in delete_component_path() 269 "Installer\\UserData\\%s\\Components\\%s", usersid, squashed); in delete_component_path() [all …]
|
H A D | source.c | 71 static void create_test_guid(LPSTR prodcode, LPSTR squashed) in create_test_guid() argument 87 WideCharToMultiByte(CP_ACP, 0, squashedW, -1, squashed, MAX_PATH, NULL, NULL); in create_test_guid()
|
H A D | msi.c | 1132 static void create_test_guid(LPSTR prodcode, LPSTR squashed) in create_test_guid() argument 1147 if (squashed) in create_test_guid() 1150 WideCharToMultiByte(CP_ACP, 0, squashedW, -1, squashed, SQUASHED_GUID_SIZE, NULL, NULL); in create_test_guid() 1495 static void compose_base85_guid(LPSTR component, LPSTR comp_base85, LPSTR squashed) in compose_base85_guid() argument 1514 WideCharToMultiByte(CP_ACP, 0, squashedW, -1, squashed, MAX_PATH, NULL, NULL); in compose_base85_guid()
|