Make Windows notes more generic, since special steps have to be handled for Google Chrome users wanting to use stepmania:// URIs.

This commit is contained in:
AJ Kelly
2010-12-20 23:44:24 -06:00
parent e01fab250f
commit 7dc05476b1
3 changed files with 19 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
If you are using Windows Vista or Windows 7, please do not install StepMania SSC into the Program Files directory.
+17
View File
@@ -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\<USERNAME>\Local Settings\Application Data\Google\Chrome\User Data
Windows Vista/7: C:\Users\<USERNAME>\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.
+2 -3
View File
@@ -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