[gedit] win32: update pixbuf loaders after installation



commit 36315323bc99526fc5b08d273fa19ea9589123ef
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 12 15:52:56 2016 +0100

    win32: update pixbuf loaders after installation

 win32/installer/gedit.wxs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/win32/installer/gedit.wxs b/win32/installer/gedit.wxs
index 820f719..f9d7efa 100644
--- a/win32/installer/gedit.wxs
+++ b/win32/installer/gedit.wxs
@@ -30,6 +30,8 @@
     <CustomAction Id="CompileSchemas" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
     <CustomAction Id="SetUpdateIconCacheCommand" Property="UpdateIconCache" 
Value="&quot;[INSTALLDIR]bin\gtk-update-icon-cache-3.0.exe&quot; 
&quot;[INSTALLDIR]share\icons\hicolor&quot;"/>
     <CustomAction Id="UpdateIconCache" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
+    <CustomAction Id="SetUpdatePixbufLoadersCommand" Property="UpdatePixbufLoaders" 
Value="&quot;[INSTALLDIR]bin\gdk-pixbuf-query-loaders.exe&quot; --update-cache"/>
+    <CustomAction Id="UpdatePixbufLoaders" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
 
     <InstallExecuteSequence>
       <RemoveExistingProducts Before="InstallInitialize" />
@@ -37,6 +39,8 @@
       <Custom Action="CompileSchemas" After="SetCompileSchemasCommand" />
       <Custom Action="SetUpdateIconCacheCommand" After="CompileSchemas" />
       <Custom Action="UpdateIconCache" After="SetUpdateIconCacheCommand" />
+      <Custom Action="SetUpdatePixbufLoadersCommand" After="UpdateIconCache" />
+      <Custom Action="UpdatePixbufLoaders" After="SetUpdatePixbufLoadersCommand" />
     </InstallExecuteSequence>
 
   </Product>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]