[gitg] win32 intaller: only execute actions at installation time



commit 9e3b849730bdd110055826c3590a752bd863f946
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 26 13:44:01 2016 +0100

    win32 intaller: only execute actions at installation time

 win32/installer/gitg.wxs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/win32/installer/gitg.wxs b/win32/installer/gitg.wxs
index 8ae2645..46d22ff 100644
--- a/win32/installer/gitg.wxs
+++ b/win32/installer/gitg.wxs
@@ -36,12 +36,12 @@
 
     <InstallExecuteSequence>
       <RemoveExistingProducts Before="InstallInitialize" />
-      <Custom Action="SetCompileSchemasCommand" After="InstallFiles" />
-      <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" />
+      <Custom Action="SetCompileSchemasCommand" After="InstallFiles">Not Installed</Custom>
+      <Custom Action="CompileSchemas" After="SetCompileSchemasCommand">Not Installed</Custom>
+      <Custom Action="SetUpdateIconCacheCommand" After="CompileSchemas">Not Installed</Custom>
+      <Custom Action="UpdateIconCache" After="SetUpdateIconCacheCommand">Not Installed</Custom>
+      <Custom Action="SetUpdatePixbufLoadersCommand" After="UpdateIconCache">Not Installed</Custom>
+      <Custom Action="UpdatePixbufLoaders" After="SetUpdatePixbufLoadersCommand">Not Installed</Custom>
     </InstallExecuteSequence>
 
   </Product>


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