Searched refs:AppID (Results 1 – 6 of 6) sorted by relevance
3 NoRemove AppID6 BITS { val AppID = s '{69AD4AEE-51BE-439B-A92C-86AE490E8B30}' }12 val AppID = s '{69AD4AEE-51BE-439B-A92C-86AE490E8B30}'
3 NoRemove AppID19 val AppID = s '{0010890E-8789-413C-ADBC-48F5B511B3AF}'
62 val AppID = s '{06622D85-6856-4460-8DE1-A81921B41C4B}'69 NoRemove AppID
56 appid->AppID = msi_dup_record_field( row, 1 ); in load_appid()57 TRACE("loading appid %s\n", debugstr_w( appid->AppID )); in load_appid()85 if (!wcsicmp( appid->AppID, name )) in load_given_appid()225 cls->AppID = load_given_appid(package, buffer); in load_class()664 RegCreateKeyW( hkey2, appid->AppID, &hkey3 ); in register_appid()803 if (cls->AppID) in ACTION_RegisterClassInfo()805 MSIAPPID *appid = cls->AppID; in ACTION_RegisterClassInfo()806 msi_reg_set_val_str( hkey2, L"AppID", appid->AppID ); in ACTION_RegisterClassInfo()916 if (cls->AppID) in ACTION_UnregisterClassInfo()921 res = RegDeleteKeyW( hkey2, cls->AppID->AppID ); in ACTION_UnregisterClassInfo()
638 LPWSTR AppID; /* Primary key */ member658 MSIAPPID *AppID; member
260 free( appid->AppID ); in free_package_structures()