[MSI] Really silence DllRegisterServer MessageBoxes. Addendum to r71483. Spotted by Peter Hater. CORE-11244

svn path=/trunk/; revision=71497
This commit is contained in:
Amine Khaldi 2016-06-02 08:55:58 +00:00
parent 5141cdee91
commit 31406b0c21

View file

@ -4769,7 +4769,7 @@ static UINT ACTION_RemoveIniValues( MSIPACKAGE *package )
static void register_dll( const WCHAR *dll, BOOL unregister )
{
#ifdef __REACTOS_
#ifdef __REACTOS__
static const WCHAR regW[] =
{'r','e','g','s','v','r','3','2','.','e','x','e',' ','/','s',' ','\"','%','s','\"',0};
static const WCHAR unregW[] =