From 195fa858a770a3fc4b25756ebd712eaa9e2b2a9c Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Thu, 10 Oct 2013 19:48:40 +0100 Subject: [PATCH] Launch html page with software dependencies after install. --- doc/Dependencies.html | 38 ++++++++++++++++++++++++++++ src/Setup/Files.wxs | 3 +++ src/Setup/Setup.wxs | 20 ++++++++++++++- src/Setup/SharpDevelop.Setup.wixproj | 1 + 4 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 doc/Dependencies.html diff --git a/doc/Dependencies.html b/doc/Dependencies.html new file mode 100644 index 0000000000..39f88335a9 --- /dev/null +++ b/doc/Dependencies.html @@ -0,0 +1,38 @@ + + + SharpDevelop Dependencies + + + +

+ SharpDevelop can take advantage of the following software if you install it: +

+ + + + \ No newline at end of file diff --git a/src/Setup/Files.wxs b/src/Setup/Files.wxs index 7f05ac4604..ff56668848 100644 --- a/src/Setup/Files.wxs +++ b/src/Setup/Files.wxs @@ -340,6 +340,9 @@ + + + diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index abcb902c49..9d71300a7c 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -176,6 +176,7 @@ + @@ -687,7 +688,24 @@ INSTALLDIR - + + + WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed + + + + + + +