Update local WPKG database after fwsupdates upgrade

So you won't get bogus update notice
master
Daniel Berteaud 9 years ago
parent eadb80c26b
commit 77432ed7f0
  1. 3
      packages/fwsupdates.xml

@ -6,7 +6,7 @@
reboot="false"
priority="95">
<variable name="PKG_VERSION" value="1.6" />
<variable name="PKG_VERSION" value="1.7" />
<check type="registry" condition="equals" path="HKLM\Software\FWS\Updates\ClientVersion" value="%PKG_VERSION%" />
@ -38,6 +38,7 @@
<install cmd='schtasks.exe /Create /tn "sync_wpkg" /sc hourly /mo 3 /ru "SYSTEM" /tr "%SystemDrive%\FWSUpdates\bin\delayed_sync.bat" /f' />
<install cmd='reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v WPKGUpgrade /t REG_SZ /d "cmd.exe /c \"%SystemDrive%\FWSUpdates\offline_upgrade.bat\"" /f' />
<install cmd='%COMSPEC% /C echo reg add "HKLM\Software\FWS\Updates" /v "ClientVersion" /t REG_SZ /d "%PKG_VERSION%" /f &gt;&gt; %SystemDrive%\FWSUpdates\offline_upgrade.bat' />
<install cmd='%COMSPEC% /C echo cscript "%SOFTWARE%\fwsupdates\repository\wpkg.js" /nonotify /upgrade:fwsupdates &gt;&gt; %SystemDrive%\FWSUpdates\offline_upgrade.bat' />
<upgrade include='install' />

Loading…
Cancel
Save