Roxanne Skelly
ee3fd81070
Code review fixes from birarda
2018-10-04 11:33:01 -07:00
Roxanne Skelly
113ad3d917
Fixes for OSX
...
App Translocation makes it nearly impossible to find the interface
executable from the running server-console, specifically in downloaded
builds launched from the Finder. To enable OSX detection and and
launch of the interface, the code has been changed to:
* Assume interface is installed on OSX as we don't produce a server-only
build.
* Launch the interface by using 'open' with the appid.
NOTE: This may launch the wrong version of the app if
multiple instances of the app are installed, but this
is the best we can do for now. For most users, the
behavior should be as expected.
Second, polling was happening even if interface couldn't be
detected if it was previously enabled.
2018-09-30 13:11:15 -07:00
Roxanne Skelly
1aaaca4e6c
Code review changes
2018-09-28 10:48:20 -07:00
Roxanne Skelly
308deeaa8d
Refactoring of NSIS setup files with respect to Sandbox vs Console
2018-09-27 19:54:42 -07:00
Roxanne Skelly
6d0996c254
Show "Sandbox" as the server component for server installs, show
...
"Console" for client-only installs
2018-09-27 16:52:03 -07:00
Roxanne Skelly
ba1bae6408
OSX Build fix
2018-09-26 17:43:04 -07:00
Roxanne Skelly
be87773b2c
Checkpoint sysTray Installer
2018-09-26 10:47:33 -07:00
Simon Walton
dc5da4e22b
Add cmake variable BYPASS_SIGNING to control signing-file behaviour
2018-08-01 16:35:14 -07:00
SimonWalton-HiFi
21b2187f66
Merge branch 'master' into check-pfx-file
2018-07-03 13:22:27 -07:00
Stephen Birarda
bbc757a193
Merge pull request #13385 from marko8904/timestampServerUpdate
...
Updated time stamping server for authenticode signatures
2018-06-29 16:46:22 -07:00
Marko Kudjerski
0ac1ea078e
Updated time stamping server for authenticode signatures
...
Symantec's time stamp server seems to be more robust.
2018-06-15 08:20:58 -07:00
Simon Walton
929f6f3059
Only try to sign a Win installer if we have a private key file
2018-06-13 16:42:05 -07:00
Simon Walton
ce7a10c143
Add AppUserModelID to desktop shortcut for Sandbox also
2018-06-13 15:30:35 -07:00
SimonWalton-HiFi
66cad7831e
Merge branch 'master' into snoretoast
2018-06-13 12:10:51 -07:00
Simon Walton
01ef636411
Merge branch 'master' into snoretoast
...
Two simple conflicts fixed.
2018-06-13 11:19:56 -07:00
John Conklin II
99b5835098
Merge pull request #13344 from birarda/feat/new-version-numbers
...
handle semantic version numbers in interface/sandbox update
2018-06-13 11:16:56 -07:00
Stephen Birarda
be64f4bcbf
Merge pull request #12917 from kitely/cmake-fixes
...
CMake fixes
2018-06-11 10:51:49 -07:00
Stephen Birarda
8dd268addb
handle semantic version updates in sandbox
2018-06-08 17:21:06 -07:00
Simon Walton
97613f1f07
Only set app ID on sandbox link
...
Also pass down the app ID from CMake files to installer and
server-console.
2018-06-01 14:13:52 -07:00
Stephen Birarda
33a122c08e
remove short SHA where it should not appear
2018-05-30 12:05:07 -07:00
Simon Walton
ef4d09c5e2
Add app user-model IDs to Sandbox shortcut and use in server-console
2018-05-30 10:21:07 -07:00
Simon Walton
65bb4c218e
Distinguish appIDs for production & nonproduction
2018-05-25 11:02:49 -07:00
Stephen Birarda
2cb7c9cc62
add a BUILD_TYPE to BuildInfo, fix conditional
2018-05-24 12:04:32 -07:00
Stephen Birarda
c3595a3216
pass STABLE_BUILD instead of BUILD_BRANCH through cmake
2018-05-24 12:03:03 -07:00
Simon Walton
f0570557b2
Assign a Win 'appUserModelId' and use it for toaster popups (notifications)
2018-05-24 10:56:17 -07:00
vladest
fee3cc0aca
Implemented backend for About dialog
2018-05-15 15:49:20 +02:00
Stephen Birarda
02c1cd2d50
optionally use campaign serverless content during install
2018-04-23 13:54:47 -07:00
Stephen Birarda
0da51672bb
don't stop image slideshow when install concludes
2018-04-19 18:52:45 -07:00
Stephen Birarda
7ecc279e00
show default or campaigned slideshow during install
2018-04-19 17:58:21 -07:00
Oren Hurvitz
cd06067030
Fixed based on PR review
2018-04-18 10:18:29 +03:00
Oren Hurvitz
5cdcf1c53e
Eliminated spurious "resolved_item" warnings in CMake
...
Previously, building the project produced many warnings with this message:
"resolved_item == resolved_embedded_item - not copying..."
These warnings are distracting as they make it difficult to see actual warnings. This commit changes the warnings to status messages.
This fix was copied from: https://github.com/jherico/OculusMinimalExample/blob/master/cmake/templates/FixupBundlePostBuild.cmake.in
2018-04-17 11:53:37 +03:00
Stephen Birarda
0d237f84b0
remove the installer information file during uninstall
2018-04-10 14:56:47 -07:00
Stephen Birarda
a2250a2a6d
write an install info ini file to the installation dir
2018-04-05 18:52:07 -07:00
Stephen Birarda
16335a3b4b
only remove selected components on clean install, leave wallet
2018-04-05 17:09:38 -07:00
Stephen Birarda
cfdf8c2588
handle launch client option for client only
2018-03-20 14:22:37 -07:00
Stephen Birarda
45d16731c3
fix abort of setup options page for express client
2018-03-20 14:22:37 -07:00
Stephen Birarda
9a664f25dc
setup custom or express label correctly in installer
2018-03-20 14:22:37 -07:00
Stephen Birarda
932c55ca08
handle client section in component-less install
2018-03-20 14:22:37 -07:00
Stephen Birarda
c743bfcf27
templatize conditional for selection of server component
2018-03-20 14:21:52 -07:00
Stephen Birarda
0074c0470d
Merge pull request #12524 from birarda/feat/runtime-beside-exe
...
switch back to app-local VC runtimes and UCRT
2018-03-20 14:07:27 -07:00
Stephen Birarda
283eccd043
remove unneeded ANDROID block, revert removed line in NSIS
2018-03-15 16:21:49 -07:00
Atlante45
bbe98f61a6
Pull GUID storage in Registry for now.
2018-03-15 12:20:19 -07:00
Stephen Birarda
10dd16ae8d
remove VS redist handling from NSIS template
2018-03-14 17:59:04 -07:00
Atlante45
2fe9f6df6f
Add google analytics to installer
2018-03-14 14:17:38 -07:00
Atlante45
97729e8f41
Cleanup bad install
2018-01-30 17:10:06 -08:00
Stephen Birarda
c329a58c14
ignore vcredist when performing fixup_bundle
2017-12-06 11:26:34 -08:00
Brad Davis
2ae61cb96b
Prototype packaging QML and related resources into a QRC
2017-10-14 14:40:46 -07:00
Bradley Austin Davis
2eff3dcbd6
Add additional DLL cleanup
2017-09-19 09:18:40 -07:00
Brad Davis
e595541da0
Remove old versions of the VC Runtime from the installation directory
2017-09-13 17:21:54 -07:00
Brad Hefta-Gaub
ca00349abc
Merge pull request #11248 from birarda/feat/install-remember-custom
...
remember if express or custom was selected for install
2017-09-07 12:43:01 -07:00