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:
@@ -1 +0,0 @@
|
|||||||
If you are using Windows Vista or Windows 7, please do not install StepMania SSC into the Program Files directory.
|
|
||||||
@@ -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
@@ -78,9 +78,8 @@
|
|||||||
|
|
||||||
!insertmacro MUI_PAGE_WELCOME
|
!insertmacro MUI_PAGE_WELCOME
|
||||||
|
|
||||||
; we need to warn people on Windows Vista and 7 not to install in
|
; include various Windows-only notices
|
||||||
; Program Files
|
!insertmacro MUI_PAGE_LICENSE ".\Docs\WindowsNotes.txt"
|
||||||
!insertmacro MUI_PAGE_LICENSE ".\Docs\Windows7.txt"
|
|
||||||
|
|
||||||
;!insertmacro MUI_PAGE_COMPONENTS
|
;!insertmacro MUI_PAGE_COMPONENTS
|
||||||
!insertmacro MUI_PAGE_DIRECTORY
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
|
|||||||
Reference in New Issue
Block a user