Fix x64 command

tags/0.6
Daniel Berteaud 11 years ago
parent 46d5cf2337
commit adb94885b9
  1. 4
      packages/settings.xml

@ -7,7 +7,7 @@
priority="10">
<variable name="PKG_VERSION" value="5" />
<variable name="PKG_VERSION" value="6" />
<check type="registry" condition="equals" path="HKLM\Software\iPasserelle\SettingsRevision" value="%PKG_VERSION%" />
@ -78,7 +78,7 @@
<install os='6\.1.*' cmd='%COMSPEC% /C reg add "HKLM\SOFTWARE\Microsoft\Windows\ScheduledDiagnostics" /v IsBrokenShortcutsTSEnabled /t REG_DWORD /d "00000000" /f' />
<!-- Il faut ensuite appliquer le correctif, voir http://support.microsoft.com/kb/2642357 -->
<install os='6\.1.*' architecture='x86' cmd='%COMSPEC% wusa.exe "%SOFTWARES%\hotfix\Windows6.1-KB2642357-x64.msu" /quiet /norestart' />
<install os='6\.1.*' architecture='x86' cmd='%COMSPEC% wusa.exe "%SOFTWARES%\hotfix\Windows6.1-KB2642357-x86.msu" /quiet /norestart' />
<install os='6\.1.*' architecture='x64' cmd='%COMSPEC% wusa.exe "%SOFTWARES%\hotfix\Windows6.1-KB2642357-x86.msu" /quiet /norestart' />
<!-- On incrit la révision dans le registre, pour savoir quand relancer le tout -->
<install cmd='%COMSPEC% /C reg add "HKLM\Software\iPasserelle" /v "SettingsRevision" /t REG_SZ /d "%PKG_VERSION%" /f' />

Loading…
Cancel
Save