Exemplo n.º 1
0
bool tm_winsparkle::checkInBackground ()
{
  // WinSparkle docs state that configuration must be finished before the first
  // call to win_sparkle_init(), so we block any further attempts to change it.
  if (running) return false;
  running = true;
  win_sparkle_init();
#if WIN_SPARKLE_CHECK_VERSION(0,4,0)
  win_sparkle_check_update_without_ui();
#endif
  return true;
}
Exemplo n.º 2
0
void Updater::checkUpdatesSilently() {
	win_sparkle_check_update_without_ui();
}