msi: Don't publish package name as part of product properties.

This value does not exist directly under the product key on Windows.
This commit is contained in:
Hans Leidekker 2009-03-31 11:31:01 +02:00 committed by Alexandre Julliard
parent 612d47d3b5
commit 965698cd28
1 changed files with 0 additions and 3 deletions

View File

@ -3559,9 +3559,6 @@ static UINT msi_publish_product_properties(MSIPACKAGE *package, HKEY hkey)
langid = msi_get_property_int(package, szProductLanguage, 0);
msi_reg_set_val_dword(hkey, INSTALLPROPERTY_LANGUAGEW, langid);
ptr = strrchrW(package->PackagePath, '\\' ) + 1;
msi_reg_set_val_str(hkey, INSTALLPROPERTY_PACKAGENAMEW, ptr);
/* FIXME */
msi_reg_set_val_dword(hkey, INSTALLPROPERTY_AUTHORIZED_LUA_APPW, 0);