reactos/dll/win32/msi/rsrc.rc

85 lines
1.6 KiB
Plaintext
Raw Normal View History

[MSI] Sync with Wine Staging 2.16. CORE-13762 cb4c1dc msi: Always return MSIDBSTATE_ERROR when MsiGetDatabaseState is called from a custom action. 04d242d msi: Create dummy thread to initialize COM for custom actions. 52fbaeb msi: Add support for ActionText table. 700ebc8 msi: Return the correct values from dialogs. a3dd99c msi: Return the current date and time. 4ccc82a msi: Use the Error table for more messages. 77e3d33 msi: Use MsiProcessMessage() to send error messages. 3ca2dfe msi: Avoid uninitialized pointer access on error path (Coverity). d631714 msi: Add a trailing linefeed to a FIXME() trace. 39c2ff0 msi: Send the dialog created message in dialog_create(). 14f865e msi: Don't queue a parent dialog to be shown in EndDialog. 8826584 msi: Process ShowDialog/EndDialog after all other control events. 44fb23d msi: Don't set _BrowseProperty. b4c39f4 msi: Avoid a null pointer dereference. 51bd884 msi: Properly parse empty format strings. 16f0dff msi: Return the correct values from custom actions. f348c7c msi: Rewrite dump_record(). f9c68df msi: Use the given record for INSTALLMESSAGE_ACTIONDATA. c788ed85 msi: Provide the result of the last action. 1505912 msi: Allow setting NULL in MsiSetInteger(). f9f53fe msi: Correctly format the template field for MsiProcessMessage(). 3033dae msi: Implement UI messages for dialogs. 5da9250 msi: Don't increment the refcount when creating dialogs. 48237e2 msi: Add a basic internal UI implementation. 39b841d msi: Fix a buffer overrun. 9032279 msi: Implement UI messages in MsiOpenPackage(). bcc4a04 msi: Implement INSTALLMESSAGE_INITIALIZE and INSTALLMESSAGE_TERMINATE. a388906 msi: Send the correct UI messages upon calling MsiDoAction(). de5246a msi: Don't reimplement record formatting. 4e49ae3cc msi: Pass the given record to the callback. df31a7c msi: Store string and record callback data separately. cef6799 msi: Use an external UI record handler before a string handler.
2017-10-08 08:14:40 +00:00
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_BG_BG
#include "lang/msi_Bg.rc"
#endif
#ifdef LANGUAGE_DA_DK
#include "lang/msi_Da.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "lang/msi_De.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/msi_En.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "lang/msi_Es.rc"
#endif
#ifdef LANGUAGE_FI_FI
#include "lang/msi_Fi.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "lang/msi_Fr.rc"
#endif
#ifdef LANGUAGE_HE_IL
#include "lang/msi_He.rc"
#endif
#ifdef LANGUAGE_HU_HU
#include "lang/msi_Hu.rc"
#endif
#ifdef LANGUAGE_ID_ID
#include "lang/msi_Id.rc"
#endif
[MSI] Sync with Wine Staging 2.16. CORE-13762 cb4c1dc msi: Always return MSIDBSTATE_ERROR when MsiGetDatabaseState is called from a custom action. 04d242d msi: Create dummy thread to initialize COM for custom actions. 52fbaeb msi: Add support for ActionText table. 700ebc8 msi: Return the correct values from dialogs. a3dd99c msi: Return the current date and time. 4ccc82a msi: Use the Error table for more messages. 77e3d33 msi: Use MsiProcessMessage() to send error messages. 3ca2dfe msi: Avoid uninitialized pointer access on error path (Coverity). d631714 msi: Add a trailing linefeed to a FIXME() trace. 39c2ff0 msi: Send the dialog created message in dialog_create(). 14f865e msi: Don't queue a parent dialog to be shown in EndDialog. 8826584 msi: Process ShowDialog/EndDialog after all other control events. 44fb23d msi: Don't set _BrowseProperty. b4c39f4 msi: Avoid a null pointer dereference. 51bd884 msi: Properly parse empty format strings. 16f0dff msi: Return the correct values from custom actions. f348c7c msi: Rewrite dump_record(). f9c68df msi: Use the given record for INSTALLMESSAGE_ACTIONDATA. c788ed85 msi: Provide the result of the last action. 1505912 msi: Allow setting NULL in MsiSetInteger(). f9f53fe msi: Correctly format the template field for MsiProcessMessage(). 3033dae msi: Implement UI messages for dialogs. 5da9250 msi: Don't increment the refcount when creating dialogs. 48237e2 msi: Add a basic internal UI implementation. 39b841d msi: Fix a buffer overrun. 9032279 msi: Implement UI messages in MsiOpenPackage(). bcc4a04 msi: Implement INSTALLMESSAGE_INITIALIZE and INSTALLMESSAGE_TERMINATE. a388906 msi: Send the correct UI messages upon calling MsiDoAction(). de5246a msi: Don't reimplement record formatting. 4e49ae3cc msi: Pass the given record to the callback. df31a7c msi: Store string and record callback data separately. cef6799 msi: Use an external UI record handler before a string handler.
2017-10-08 08:14:40 +00:00
#ifdef LANGUAGE_IT_IT
#include "lang/msi_It.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "lang/msi_Ja.rc"
#endif
#ifdef LANGUAGE_KO_KR
#include "lang/msi_Ko.rc"
#endif
#ifdef LANGUAGE_LT_LT
#include "lang/msi_Lt.rc"
#endif
#ifdef LANGUAGE_NL_NL
#include "lang/msi_Nl.rc"
#endif
#ifdef LANGUAGE_NO_NO
#include "lang/msi_No.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/msi_Pl.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "lang/msi_Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/msi_Ro.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/msi_Ru.rc"
#endif
#ifdef LANGUAGE_SL_SI
#include "lang/msi_Si.rc"
#endif
#ifdef LANGUAGE_SQ_AL
#include "lang/msi_Sq.rc"
#endif
#ifdef LANGUAGE_SR_SP
#include "lang/msi_Sr.rc"
#endif
#ifdef LANGUAGE_SV_SE
#include "lang/msi_Sv.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/msi_Tr.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "lang/msi_Uk.rc"
#endif
#ifdef LANGUAGE_ZH_CN
#include "lang/msi_Zh.rc"
#endif