Commit Graph

12 Commits

Author SHA1 Message Date
Pete Batard
5f246fc1c1 Use our GUID for the session-id and remove the need for initial JS execution
* Credits go to whatever127 for the suggestion
* Also ensure that the "Please wait..." message displays for all server queries
* Closes #6
2019-03-16 17:13:05 +00:00
Pete Batard
6f8c9cb6ed Improve localization handling
* Fix XML conversion error when localized language data contains escaped characters
* Fix connection error when requested locale is not handled by Microsoft's servers
* Also simplify Arch detection and return codes
* Closes #2
* Closes #3
2019-03-13 00:40:47 +00:00
Pete Batard
4cebdef31a Use translated messages for the PS 3.0 prompt
* Also use "Close" instead of "Cancel" for the initial 'Back' button
2019-03-12 13:58:06 +00:00
Pete Batard
bd9475773c Improve compatibility with vanilla Windows platforms
* Add a notice about PowerShell 3.0 being required.
* Enable script to run on platforms without Microsoft.mshtml assembly.
* Add a -DisableFirstRunCustomize option to prevent an exception when
  the script is run on a platform where IE has never been launched.
* Also display a notice about Microsoft anti bulk download
2019-03-11 17:24:22 +00:00
Pete Batard
c6ac4acc4a Fix dialog not appearing on top when launched
* For ye who might be looking for this important piece of information:
  In System.Windows.Windows, the equivalent of System.Windows.Forms.Add_Shown()
  is System.Windows.Windows.Add_Loaded(). You can thank me later...
2019-03-06 18:11:12 +00:00
Pete Batard
ef9e43d1eb Remove testing/debug options and simplify parameter handling
* Also let external app close cookie prompt when a pipe is provided
  and use a more explicit Continue/Back scheme for button labels.
* Also add signature script
2019-03-05 12:19:30 +00:00
Pete Batard
efb7e7f03a Add an option to download with browser 2019-02-28 11:59:45 +00:00
Pete Batard
0482b66e3d Finalize script 2019-02-21 19:02:46 +01:00
Pete Batard
167569c043 Don't display special Korean/Chinese versions by default
* Also simplify some of the script
2019-02-20 16:08:57 +01:00
Pete Batard
3e56db88fa Add change button and improve localization handling 2019-02-19 12:21:11 +01:00
Pete Batard
39ea6dacf9 Add more products and clean things up 2019-02-11 17:19:46 +01:00
Pete Batard
b90569a1eb Rename to Fido and improve default dropdown selection 2019-01-16 01:37:24 +00:00