From c9db4e4e441cfc3d7014d0837a02e3fa8d040952 Mon Sep 17 00:00:00 2001 From: friflaj Date: Fri, 17 Aug 2012 00:33:50 +0200 Subject: [PATCH] Offers to start sparkleshare after install, registers protocol handler, stops sparkleshare on uninstall --- SparkleShare/Windows/SparkleShare.wxs | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 4172945a..906f4dd6 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -1,5 +1,5 @@ - + @@ -39,6 +39,17 @@ + + + + + + + + + + + @@ -47,6 +58,7 @@ + @@ -55,8 +67,16 @@ + WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed - + + + + + + + +