Commit Graph

44 Commits

Author SHA1 Message Date
Slava Kim
498bacdb99 Don't use https for the Windows installer
This is a temporary solution to the problem of installing Meteor on Windows Server 2008 and Windows Server 2012.

On Windows Server, the requests using TLS 1.1 and TLS 1.2 are disabled by default.
2015-03-11 17:15:52 -07:00
sashko
79e0faf2d4 Change error dialog to show reason instead of error 2015-03-11 16:38:31 -07:00
Avital Oliver
be4f896675 Remove unhelpful README file 2015-03-10 11:36:22 -07:00
Avital Oliver
da159885f4 Windows installer signup flow
Re-introduced the signup/login page and piped through the HTTP
requests to a fake accounts server. This includes some tweaks
to the signup/login UI.
2015-03-09 20:49:59 -07:00
sashko
2ecbb5b96d Remove top header and background images 2015-03-09 20:30:43 -07:00
Avital Oliver
a656c2cbfb Make Windows installer delete old Meteor versions
Older installers, like the one on http://win.meteor.com
populated the same directory as our new installer, but with
different files. Specifically, meteor.exe which runs before
our meteor.bat. So we delete the contents of the installed
directory before starting the install.
2015-03-04 20:05:03 -08:00
Avital Oliver
405009a2c3 Improve and simplify Windows installer flow
* Always install the the user's local directory
  (skip the dialog asking where to install)

* Skip login/register dialog (it doesn't work yet)

* Improve prose
2015-03-03 23:20:24 -08:00
Avital Oliver
aa32cd1e2e No ToS in Windows installer 2015-03-03 10:09:21 -08:00
Avital Oliver
c4be008a70 Slightly better installer text 2015-03-03 09:56:23 -08:00
Avital Oliver
b53774637d Whitespace 2015-03-02 19:37:34 -08:00
Slava Kim
4de0ef6f61 Allow to override the previously compiled installer binary 2015-03-02 17:54:33 -08:00
Slava Kim
d8a3f9145b Updated installer that has a skip button 2015-03-02 17:42:01 -08:00
Avital Oliver
1d828b5a16 Windows installer: Change a color
The version number on the bottom left corner is now black instead of
white.
2015-02-27 14:33:15 -08:00
Avital Oliver
b587efdab5 Add README for building Windows installer 2015-02-26 14:10:39 -08:00
Avital Oliver
83c65e718f Rename wix-installer/ -> installer/ 2015-02-26 12:09:30 -08:00
Slava Kim
1448770bb0 Edit windows installer script to take the last item from the array, not just the second one 2015-02-24 21:18:47 -08:00
Slava Kim
bf68f0f50e Delete the source of old installer 2015-02-24 21:10:28 -08:00
Slava Kim
798e6c2e8b Move installer to InstallMeteor.exe 2015-02-24 21:09:25 -08:00
Slava Kim
1aba870162 Always create an empty Release folder
otherwise the build fails
2015-02-24 21:06:38 -08:00
Slava Kim
bafde7f94c Remove pauses 2015-02-24 21:02:35 -08:00
Slava Kim
b6f9bf5976 Installer builds 2015-02-24 21:01:13 -08:00
Slava Kim
c8c84f5a9c Adapt the jenkins build script for the new installer. 2015-02-24 20:01:07 -08:00
Slava Kim
d0fc2a386f New installer from Sorin
That actually compiles well with VS2010 express
2015-02-23 17:16:54 -08:00
Slava Kim
ac113d4d6d A newer version of the installer 2015-02-10 17:11:50 -08:00
Slava Kim
4e31c07979 Tweaks to the build process
still didn't manage to make it build on Win7
2015-02-10 11:25:33 -08:00
Slava Kim
8ffa92c654 Uncomment a weirdly commented symbol 2015-02-09 15:19:24 -08:00
Slava Kim
e70193442f Add the new Windows Installer
Developed by Sorin Chitu, from the Elance contract
2015-02-09 11:25:57 -08:00
Slava Kim
8c4925519a /s/dev_bundle/dependency kit in user-facing text on Windows 2015-02-05 16:56:22 -08:00
Slava Kim
b1b303d1c7 Hide the verbose output from 7zip 2015-01-29 12:18:36 -08:00
Slava Kim
400f4a11ee Don't extract files logging every path with 7zip 2015-01-29 11:48:13 -08:00
Slava Kim
1827131655 Construct installer url based on the meteor release 2015-01-20 22:34:23 -08:00
Slava Kim
1e81fc0dbd Update the gitignore for generated windows installer source 2015-01-20 22:34:23 -08:00
Slava Kim
b75ab23e27 Fix the windows installer script 2015-01-20 22:34:23 -08:00
Slava Kim
0f25d9207c Use PS1 script to build installers 2015-01-20 22:34:22 -08:00
Sashko Stubailo
b7fa778ac1 Bump tarball version for installer 2015-01-20 22:34:13 -08:00
Slava Kim
369f2faf49 Check if current dev_bundle matches the dev_bundle required on Windows 2015-01-20 22:08:15 -08:00
Sashko Stubailo
977e3171fd Fix Future import 2015-01-20 22:08:15 -08:00
Sashko Stubailo
15295f9033 Remove extra console.logs 2015-01-20 22:08:15 -08:00
Sashko Stubailo
a4084a9599 Bump version of release and tool 2015-01-20 22:08:14 -08:00
Sashko Stubailo
bb21c1750f Fix path lengths and some symlink issues 2015-01-20 22:08:14 -08:00
Sashko Stubailo
1ba0e1b267 Return a fake newest release 2015-01-20 22:07:35 -08:00
Slava Kim
3ca6ea08dd Automatically download the dev bundle if such is not present on Windows 2015-01-20 22:06:58 -08:00
Slava Kim
a71bff8875 Latest version of the installer 2015-01-20 22:03:23 -08:00
Sashko Stubailo
149121f07f Add installer heavily based on Stephan Darnell's 2015-01-20 22:03:22 -08:00