mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Move Tautulli to Program Files x64
This commit is contained in:
parent
a029d6a931
commit
52ebc9a908
2 changed files with 5 additions and 2 deletions
|
@ -32,6 +32,7 @@ VIAddVersionKey "FileVersion" "${VERSION}"
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
Unicode True
|
||||||
SetCompressor ZLIB
|
SetCompressor ZLIB
|
||||||
Name "${APP_NAME}"
|
Name "${APP_NAME}"
|
||||||
Caption "${APP_NAME}"
|
Caption "${APP_NAME}"
|
||||||
|
@ -39,7 +40,7 @@ OutFile "${INSTALLER_NAME}"
|
||||||
BrandingText "${APP_NAME}"
|
BrandingText "${APP_NAME}"
|
||||||
XPStyle on
|
XPStyle on
|
||||||
InstallDirRegKey "${REG_ROOT}" "${REG_APP_PATH}" ""
|
InstallDirRegKey "${REG_ROOT}" "${REG_APP_PATH}" ""
|
||||||
InstallDir "$PROGRAMFILES\${APP_NAME}"
|
InstallDir "$PROGRAMFILES64\${APP_NAME}"
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
@ -103,6 +104,7 @@ Var /GLOBAL nolaunch
|
||||||
!insertmacro MUI_PAGE_STARTMENU Application $SM_Folder
|
!insertmacro MUI_PAGE_STARTMENU Application $SM_Folder
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
!insertmacro MUI_PAGE_INSTFILES
|
!insertmacro MUI_PAGE_INSTFILES
|
||||||
|
|
||||||
!define MUI_FINISHPAGE_RUN "$INSTDIR\${MAIN_APP_EXE}"
|
!define MUI_FINISHPAGE_RUN "$INSTDIR\${MAIN_APP_EXE}"
|
||||||
|
@ -123,10 +125,11 @@ Section -MainProgram
|
||||||
Call UninstallPrevious
|
Call UninstallPrevious
|
||||||
|
|
||||||
${INSTALL_TYPE}
|
${INSTALL_TYPE}
|
||||||
SetOverwrite ifnewer
|
SetOverwrite on
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
File /nonfatal /a /r "..\dist\${APP_NAME}\"
|
File /nonfatal /a /r "..\dist\${APP_NAME}\"
|
||||||
|
|
||||||
|
nsExec::Exec "$INSTDIR\updater.exe --xml"
|
||||||
nsExec::Exec '$SYSDIR\SCHTASKS /Create /TN TautulliUpdateTask /XML "$INSTDIR\TautulliUpdateTask.xml" /F'
|
nsExec::Exec '$SYSDIR\SCHTASKS /Create /TN TautulliUpdateTask /XML "$INSTDIR\TautulliUpdateTask.xml" /F'
|
||||||
|
|
||||||
StrCmp $norun 1 +3 0
|
StrCmp $norun 1 +3 0
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue