Home
last modified time | relevance | path

Searched refs:FullKeypath (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/msi/
H A Dclasses.c1138 size = lstrlenW(component->FullKeypath); in register_verb()
1145 swprintf(command, size, L"\"%s\" %s", component->FullKeypath, verb->Argument); in register_verb()
1147 swprintf(command, size, L"\"%s\"", component->FullKeypath); in register_verb()
H A Daction.c3209 if (RegQueryValueExW( hkey, comp->FullKeypath, NULL, &type, (BYTE *)&count, &sz )) count = 0; in get_shared_dlls_count()
3291 write_shared_dlls_count( comp, comp->FullKeypath, comp->RefCount ); in refcount_component()
3337 free( comp->FullKeypath ); in ACTION_ProcessComponents()
3338 comp->FullKeypath = build_full_keypath( package, comp ); in ACTION_ProcessComponents()
3347 … debugstr_w(comp->FullKeypath), comp->RefCount, comp->num_clients, action); in ACTION_ProcessComponents()
3361 msi_reg_set_val_str(hkey, L"00000000000000000000000000000000", comp->FullKeypath); in ACTION_ProcessComponents()
3364 msi_reg_set_val_str( hkey, squashed_pc, comp->FullKeypath ); in ACTION_ProcessComponents()
3433 MSI_RecordSetStringW(uirow,3,comp->FullKeypath); in ACTION_ProcessComponents()
H A Dmsipriv.h538 LPWSTR FullKeypath; member
H A Dpackage.c193 free( comp->FullKeypath ); in free_package_structures()