|
|
@ -7,12 +7,12 @@ |
|
|
|
priority="10"> |
|
|
|
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%" /> |
|
|
|
<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 |
|
|
|
<!-- 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 |
|
|
|
les droits de modifications qu'à l'utilisateur système |
|
|
|
Changement nécessaire que sur les Vista / 7--> |
|
|
|
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' /> |
|
|
|
<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--> |
|
|
|
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 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' /> |
|
|
|
<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 --> |
|
|
|
<!-- 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' /> |
|
|
|
<install cmd='%COMSPEC% /C reg add "HKLM\Software\iPasserelle" /v "SettingsRevision" /t REG_SZ /d "%PKG_VERSION%" /f' /> |
|
|
|