diff --git a/installer/win/Assets/Banner.jpg b/installer/win/Assets/Banner.jpg deleted file mode 100755 index 167a368e..00000000 Binary files a/installer/win/Assets/Banner.jpg and /dev/null differ diff --git a/installer/win/Assets/Banner.png b/installer/win/Assets/Banner.png deleted file mode 100644 index 833c828c..00000000 Binary files a/installer/win/Assets/Banner.png and /dev/null differ diff --git a/installer/win/Assets/Tabloid.jpg b/installer/win/Assets/Tabloid.jpg deleted file mode 100755 index 7471d780..00000000 Binary files a/installer/win/Assets/Tabloid.jpg and /dev/null differ diff --git a/installer/win/Assets/Tabloid.png b/installer/win/Assets/Tabloid.png deleted file mode 100644 index 72e8058d..00000000 Binary files a/installer/win/Assets/Tabloid.png and /dev/null differ diff --git a/installer/win/README.md b/installer/win/README.md deleted file mode 100644 index 3e44a941..00000000 --- a/installer/win/README.md +++ /dev/null @@ -1,2 +0,0 @@ -The .aip file located here is produced by 'Advanced Installer' (http://www.advancedinstaller.com/). -Running this file through advanced installer will generate a Microsoft Windows MSI file. diff --git a/installer/win/Symphony-FullSandbox.bat b/installer/win/Symphony-FullSandbox.bat deleted file mode 100644 index 5961063a..00000000 --- a/installer/win/Symphony-FullSandbox.bat +++ /dev/null @@ -1,20 +0,0 @@ -@ECHO OFF -REM BFCPEOPTIONSTART -REM Advanced BAT to EXE Converter www.BatToExeConverter.com -REM BFCPEEXE= -REM BFCPEICON= -REM BFCPEICONINDEX=-1 -REM BFCPEEMBEDDISPLAY=0 -REM BFCPEEMBEDDELETE=1 -REM BFCPEADMINEXE=0 -REM BFCPEINVISEXE=0 -REM BFCPEVERINCLUDE=0 -REM BFCPEVERVERSION=1.0.0 -REM BFCPEVERPRODUCT=Symphony Electron -REM BFCPEVERDESC=Symphony desktop app (Foundation ODP) -REM BFCPEVERCOMPANY=Symphony -REM BFCPEVERCOPYRIGHT=© 2016 Symphony Software Foundation -REM BFCPEOPTIONEND -@ECHO ON -@echo off -start "" "%~dp0\Symphony-Electron.exe" --enable-sandbox diff --git a/installer/win/Symphony-x64.aip b/installer/win/Symphony-x64.aip deleted file mode 100644 index 8e80acff..00000000 --- a/installer/win/Symphony-x64.aip +++ /dev/null @@ -1,710 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scripts/build-win64.bat b/scripts/build-win64.bat index 23b7ea2f..55ee12ea 100644 --- a/scripts/build-win64.bat +++ b/scripts/build-win64.bat @@ -62,29 +62,9 @@ IF "%EXPIRY_PERIOD%"=="" ( echo "Running tests, code coverage, linting and building..." call npm run unpacked-win -echo "Updating 64 bit installer file with hashed passwd..." - -set hashedPasswdFile=%HASHED_PASSWORD_FILE_PATH% - -if NOT EXIST %hashedPasswdFile% ( - echo "can not find hashed password file in: " %hashedPasswdFile% - exit /b -1 -) - -set /p hashedPasswd=<%hashedPasswdFile% - -set installerFile=installer\win\Symphony-x64.aip -if NOT EXIST %installerFile% ( - echo "can not find installer file in: " %installerFile% - exit /b -1 -) - -call powershell -Command "(get-content %installerFile%) | foreach-object {$_ -replace '4A99BAA4D493EE030480AF53BA42EA11CCFB627AB1800400DA9692073D68C522A10A4FD0B5F78525294E51AC7194D55B5EE1D31F', '%hashedPasswd%'} | set-content %installerFile%" - echo "creating 64 bit msi..." -rem add AdvancedInstaller.com to PATH -set PATH="%PATH%";C:\Program Files\nodejs\;C:\Program Files (x86)\Caphyon\Advanced Installer 15.9\bin\x86 +set PATH="%PATH%";C:\Program Files\nodejs\ echo %PATH% call node -e "console.log(require('./package.json').version);" > version.txt @@ -120,38 +100,6 @@ copy /y "%PFX_DIR%\%PFX_FILE%" "%installerDir%\%PFX_FILE%" cd %installerDir% -set AIP=Symphony-x64 - -if EXIST %AIP%-cache ( - echo "remove old msi cache file" - rmdir /q /s %AIP%-cache -) -if EXIST %AIP%-SetupFiles ( - echo "remove old msi setup files" - rmdir /q /s %AIP%-SetupFiles -) - -echo "Running Advanced Installer to build MSI" - -call AdvancedInstaller.com /edit %AIP%.aip /SetVersion %SYMVER% -IF %errorlevel% neq 0 ( - echo "failed to set advanced installer build version" - exit /b -1 -) - -call AdvancedInstaller.com /build %AIP%.aip -IF %errorlevel% neq 0 ( - echo "error returned from advanced installer:" %errorlevel% - exit /b -1 -) - -if NOT EXIST %AIP%-SetupFiles/%AIP%.msi ( - echo "Failure - Did not produce MSI" - exit /b -1 -) - -echo "Copying Legacy MSI installer to target dir" -copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\Legacy-%archiveName%.msi" if NOT EXIST %SIGNING_FILE_PATH% ( echo Signing failed, 'signing.bat' not found.