From 7dc05476b124359489d96d4217d4fb69da354db0 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 20 Dec 2010 23:44:24 -0600 Subject: [PATCH] Make Windows notes more generic, since special steps have to be handled for Google Chrome users wanting to use stepmania:// URIs. --- Docs/Windows7.txt | 1 - Docs/WindowsNotes.txt | 17 +++++++++++++++++ sm-ssc.nsi | 5 ++--- 3 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Docs/Windows7.txt create mode 100644 Docs/WindowsNotes.txt diff --git a/Docs/Windows7.txt b/Docs/Windows7.txt deleted file mode 100644 index eefe4e833d..0000000000 --- a/Docs/Windows7.txt +++ /dev/null @@ -1 +0,0 @@ -If you are using Windows Vista or Windows 7, please do not install StepMania SSC into the Program Files directory. \ No newline at end of file diff --git a/Docs/WindowsNotes.txt b/Docs/WindowsNotes.txt new file mode 100644 index 0000000000..5134a35843 --- /dev/null +++ b/Docs/WindowsNotes.txt @@ -0,0 +1,17 @@ +[Using Google Chrome?] +If you are using Google Chrome as your primary web browser, you will have to perform some extra steps to get stepmania:// URI handling to work: + +Find yout user data +Windows XP: C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data +Windows Vista/7: C:\Users\\AppData\Local\Google\Chrome\User Data + +Add your protocol to the 'Local State' file under the 'protocol_handler' section, as such: +"protocol_handler": { + "excluded_schemes": { + ... + "stepmania": false, + ... + } + +[IMPORTANT INSTALL NOTE] +If you are using Windows Vista or Windows 7, please do not install StepMania SSC into the Program Files directory. \ No newline at end of file diff --git a/sm-ssc.nsi b/sm-ssc.nsi index fcf4aadd2a..13f8d46bcb 100644 --- a/sm-ssc.nsi +++ b/sm-ssc.nsi @@ -78,9 +78,8 @@ !insertmacro MUI_PAGE_WELCOME - ; we need to warn people on Windows Vista and 7 not to install in - ; Program Files - !insertmacro MUI_PAGE_LICENSE ".\Docs\Windows7.txt" + ; include various Windows-only notices + !insertmacro MUI_PAGE_LICENSE ".\Docs\WindowsNotes.txt" ;!insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_DIRECTORY