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



commit 43b48e8f9f18d9d5ec2d56052a878ae475c80273
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 26 13:42:47 2016 +0100

    win32 intaller: only execute actions at installation time

 win32/installer/gedit.wxs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/win32/installer/gedit.wxs b/win32/installer/gedit.wxs
index f9d7efa..8eb548d 100644
--- a/win32/installer/gedit.wxs
+++ b/win32/installer/gedit.wxs
@@ -35,12 +35,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]