Add KB2642357 MSU to fix broken and unused shortcuts removal

tags/0.5 0.5
Daniel Berteaud 12 years ago
parent e5d6f997e6
commit 46d5cf2337
  1. 5
      packages/settings.xml
  2. BIN
      softwares/hotfix/Windows6.1-KB2642357-x64.msu
  3. BIN
      softwares/hotfix/Windows6.1-KB2642357-x86.msu
  4. 4
      wpkg-settings.spec

@ -7,7 +7,7 @@
priority="10"> priority="10">
<variable name="PKG_VERSION" value="4" /> <variable name="PKG_VERSION" value="5" />
<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%" />
@ -76,6 +76,9 @@
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% 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' />
<!-- 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' />

@ -30,8 +30,8 @@ unix2dos packages/*
%install %install
/bin/rm -rf %{buildroot} /bin/rm -rf %{buildroot}
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages
#mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package} mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/
#cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/ cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/ cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
%files %files

Loading…
Cancel
Save