You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageBox(NULL, __T("Unable to find installer for the requested plugin, please download it manually from the MediaInfo download page."), __T("Error"), MB_OK);
209
+
if (!Update)
210
+
MessageBox(NULL, __T("Unable to find installer for the requested plugin, please download it manually from the MediaInfo download page."), __T("Error"), MB_OK);
MessageBox(NULL, __T("Unable to find installer for the requested plugin, please download it manually from the MediaInfo download page."), __T("Error"), MB_OK);
231
+
if (!Update)
232
+
MessageBox(NULL, __T("Unable to find installer for the requested plugin, please download it manually from the MediaInfo download page."), __T("Error"), MB_OK);
MessageBox(NULL, __T("Unable to find installer for the requested plugin, please download it manually from the MediaInfo download page."), __T("Error"), MB_OK);
241
+
if (!Update)
242
+
MessageBox(NULL, __T("Unable to find installer for the requested plugin, please download it manually from the MediaInfo download page."), __T("Error"), MB_OK);
240
243
returnfalse;
241
244
}
242
245
243
246
TempPath = Ztring(TempFileName) + __T(".exe");
244
247
File::Move(Ztring(TempFileName), TempPath);
245
248
249
+
if (Update)
250
+
{
251
+
InfoLabel->Caption = __T("A new version of this plugin is available:");
252
+
AskLabel->Caption = __T("Would you like to update this plugin?");
0 commit comments