[gitg] win32 intaller: only execute actions at installation time
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] win32 intaller: only execute actions at installation time
- Date: Tue, 26 Jan 2016 12:44:23 +0000 (UTC)
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]