mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Adding default content set as optional installer component
This commit is contained in:
parent
379cdf1d5d
commit
2bad5437a9
1 changed files with 9 additions and 1 deletions
|
@ -69,6 +69,13 @@ Section /o "DDE Face Recognition" "DDE"
|
|||
ExecWait '"$ChosenInstallDir\dde-installer.exe" /q:a /t:"$ChosenInstallDir\dde"'
|
||||
SectionEnd
|
||||
|
||||
Section /o "Default Content Set" "CONTENT"
|
||||
SetOutPath "$ChosenInstallDir/resources"
|
||||
NSISdl::download "https://s3-us-west-1.amazonaws.com/hifi-production/content/temp.exe" "$ChosenInstallDir\content.exe"
|
||||
ExecWait '"$ChosenInstallDir\content.exe" /S'
|
||||
Delete "$ChosenInstallDir\content.exe"
|
||||
SectionEnd
|
||||
|
||||
Section "Registry Entries and Procotol Handler" "REGISTRY"
|
||||
SetRegView 64
|
||||
SectionIn RO
|
||||
|
@ -205,8 +212,9 @@ FunctionEnd
|
|||
|
||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${DDE} "DDE enables facial gesture recognition using a standard 2D webcam"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${CONTENT} "Demo content set for your home server"
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${CLIENT} "The High Fidelity Interface Client for connection to domains in the metaverse."
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${SERVER} "The High Fidelity Server - run your own home domain"
|
||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
||||
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
|
|
Loading…
Reference in a new issue