mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +02: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"'
|
ExecWait '"$ChosenInstallDir\dde-installer.exe" /q:a /t:"$ChosenInstallDir\dde"'
|
||||||
SectionEnd
|
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"
|
Section "Registry Entries and Procotol Handler" "REGISTRY"
|
||||||
SetRegView 64
|
SetRegView 64
|
||||||
SectionIn RO
|
SectionIn RO
|
||||||
|
@ -205,8 +212,9 @@ FunctionEnd
|
||||||
|
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${DDE} "DDE enables facial gesture recognition using a standard 2D webcam"
|
!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 ${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_DESCRIPTION_TEXT ${SERVER} "The High Fidelity Server - run your own home domain"
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
!insertmacro MUI_LANGUAGE "English"
|
||||||
|
|
Loading…
Reference in a new issue