Remove KB2642357, fails on ost system

tags/0.7_el5 0.7_el5
Daniel Berteaud 8 years ago
parent 361747d147
commit cf94772e45
  1. 15
      packages/settings.xml
  2. BIN
      softwares/hotfix/Windows6.1-KB2642357-x64.msu
  3. BIN
      softwares/hotfix/Windows6.1-KB2642357-x86.msu

@ -7,12 +7,12 @@
priority="10">
<variable name="PKG_VERSION" value="6" />
<variable name="PKG_VERSION" value="7" />
<check type="registry" condition="equals" path="HKLM\Software\iPasserelle\SettingsRevision" value="%PKG_VERSION%" />
<!-- Le timeout par défaut de 15min est trop juste pour certains déploiement
Ce réglage devrait se faire normalement à l'installation, mais les permissions sur cette clef de registre ne laisse
Ce réglage devrait se faire normalement à l'installation, mais les permissions sur cette clef de registre ne laissent
les droits de modifications qu'à l'utilisateur système
Changement nécessaire que sur les Vista / 7-->
<install os='6\..*' cmd='%COMSPEC% /C reg add "HKLM\SYSTEM\CurrentControlSet\services\gpsvc" /v PreshutdownTimeout /t REG_DWORD /d "1800000" /f' />
@ -76,17 +76,6 @@
Uniquement pour Windows 7-->
<install os='6\.1.*' cmd='%COMSPEC% /C reg add "HKLM\SOFTWARE\Microsoft\Windows\ScheduledDiagnostics" /v IsUnusedDesktopIconsTSEnabled /t REG_DWORD /d "00000000" /f' />
<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% /C wusa.exe "%SOFTWARE%\hotfix\Windows6.1-KB2642357-x86.msu" /quiet /norestart'>
<exit code='0' />
<!-- déjà installé -->
<exit code='2359302' />
</install>
<install os='6\.1.*' architecture='x64' cmd='%COMSPEC% /C wusa.exe "%SOFTWARE%\hotfix\Windows6.1-KB2642357-x64.msu" /quiet /norestart'>
<exit code='0' />
<!-- déjà installé -->
<exit code='2359302' />
</install>
<!-- 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