mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[MSIEXEC] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66630
This commit is contained in:
parent
ca2dfb03a3
commit
c6589cc426
3 changed files with 6 additions and 6 deletions
|
@ -866,7 +866,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||
ExitProcess(1);
|
||||
}
|
||||
}
|
||||
else if(msi_option_equal(argvW[i], "p"))
|
||||
else if(msi_option_equal(argvW[i], "p") || msi_option_equal(argvW[i], "update"))
|
||||
{
|
||||
FunctionPatch = TRUE;
|
||||
i++;
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
#define WINE_FILEDESCRIPTION_STR "Wine Installer"
|
||||
#define WINE_FILENAME_STR "msiexec.exe"
|
||||
#define WINE_FILETYPE VFT_APP
|
||||
#define WINE_FILEVERSION 4,5,6001,22299
|
||||
#define WINE_FILEVERSION_STR "4.5.6001.22299"
|
||||
#define WINE_PRODUCTVERSION 4,5,6001,22299
|
||||
#define WINE_PRODUCTVERSION_STR "4.5.6001.22299"
|
||||
#define WINE_FILEVERSION 4,5,6001,22308
|
||||
#define WINE_FILEVERSION_STR "4.5.6001.22308"
|
||||
#define WINE_PRODUCTVERSION 4,5,6001,22308
|
||||
#define WINE_PRODUCTVERSION_STR "4.5.6001.22308"
|
||||
#define WINE_PRODUCTNAME_STR "Wine Installer"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
|
@ -251,7 +251,7 @@ reactos/base/applications/winhlp32 # Synced to Wine-1.7.27
|
|||
reactos/base/applications/wordpad # Synced to Wine-1.7.27
|
||||
reactos/base/services/rpcss # Synced to Wine-1.7.27
|
||||
reactos/base/system/expand # Synced to Wine-1.7.27
|
||||
reactos/base/system/msiexec # Synced to Wine-1.7.27
|
||||
reactos/base/system/msiexec # Synced to WineStaging-1.7.37
|
||||
reactos/modules/rosapps/winfile # Autosync
|
||||
|
||||
In addition the following libs, dlls and source files are mostly based on code ported
|
||||
|
|
Loading…
Reference in a new issue