Commit graph

69 commits

Author SHA1 Message Date
blue
d2e5319176 Simplify selecting which ESD to download
No need to pick newest manually, just sort the list by date.

Also builds a hash table of package's properties rather than just
looking for a string ending in '.pkg'
2019-06-15 18:53:31 +01:00
nathanmcnulty
e0d3a79951 Merge in changes from Get-Bootcamp script in #24
A version of the script is in a comment on #24, merge in differences.
https://github.com/timsutton/brigadier/issues/24#issuecomment-295011284
2019-06-15 14:24:32 +01:00
blue
43592ade61 Remove Install-Bootcamp.ps1
Redundant file, replaced by Get-BootCamp.ps1; commits kept for history.
(see a3291851eef98ee247194b1ddd1126fe92ae012a)
2019-06-09 19:42:03 +01:00
nathanmcnulty
acbe9c2a1e Initial commit of working script
Changed from the previous Install-Bootcamp.ps1 file as the default behavior now follows Tim's script in more areas. By default, this will now download the Bootcamp installer to the desktop rather than installing by default (hence Get- instead of Install-). It now requires the -Install argument to actually perform the installation.
2019-06-09 19:41:46 +01:00
nathanmcnulty
33c77bdb7b First revision of working script
Changed to BITS transfer for performance, removed dmg2img dependency,
fixed a couple of errors, and moved BootCamp extract to root of drive to
fix issues with DISM commands that Apple hardcoded to use
C:\$WinPEDriver$ as source for WinRE injection
2019-06-09 19:41:46 +01:00
nathanmcnulty
4def8e51dc Finish basic code
This should be functioning. Still need to test and validate on a Mac.
Once working, will add in additional params.
2019-06-09 19:41:46 +01:00
nathanmcnulty
b4ef22bd98 Initial commit
Left off on parsing the sucatalog and dist files to select the right PKG
2019-06-09 19:41:46 +01:00
Timothy Sutton
c38e1beb71 Update docs and declare 0.2.4 2016-03-24 11:17:20 -04:00
Timothy Sutton
61ff50be83 No more dmg2iso 2016-03-19 00:37:13 -04:00
Timothy Sutton
70e0f8443b Update CHANGELIST 2016-03-07 16:02:09 -05:00
Timothy Sutton
acc7e64964 Bump to version 0.2.3 2016-03-07 15:57:13 -05:00
Timothy Sutton
6e856bada5 Update 7-Zip to 15.14 2016-03-07 15:55:48 -05:00
Timothy Sutton
6aad8ecf6d Update default sucatalog to El Cap 2016-03-07 15:55:05 -05:00
Timothy Sutton
ffef49cd0c Merge pull request #14 from macjustice/master
Change msiexec flag to prevent modal dialog
2016-03-07 11:26:14 -05:00
Timothy Sutton
5255c88ef4 README update about the broken state of things 2015-09-28 14:33:06 +02:00
Timothy Sutton
5451ce920d Merge pull request #18 from flammable/master
Changes example plist to 10.10 catalog.
2015-08-27 19:01:28 -04:00
Mike Solin
80cbc3458b Changes example plist to 10.10 catalog. 2015-08-27 17:32:53 -04:00
Mac Justice
b99e987d7e Change msiexec flag to prevent modal dialog
In testing Brigadier with W8.1, we found that the modal created by msiexec was halting execution. Following TechNet's msiexec docs (linked below), we found that /qb or another UI level that didn't include a modal dialog would complete successfully.

https://technet.microsoft.com/en-us/library/cc759262(v=ws.10).aspx#BKMK_SetUI
2015-07-07 17:48:37 -07:00
Timothy Sutton
db28598889 Prettier changelog 2015-06-04 11:13:56 -04:00
Timothy Sutton
f99af638ea Fix wrong date for 0.2.2 2015-06-04 09:10:31 -04:00
Timothy Sutton
b9d81e51f7 version 0.2.2 2015-06-03 15:56:54 -04:00
Timothy Sutton
49e4aa6a11 -p/--product-id option for manually selecting a product when multiples are available 2015-06-03 15:56:37 -04:00
Timothy Sutton
3334fcaaf7 Update default search catalog to Yosemite 2015-06-03 15:53:21 -04:00
Timothy Sutton
9e8ae38fcb Basic download progress indicator borrowed from aamporter via @hansen-m 2015-04-08 11:29:17 -04:00
Timothy Sutton
0ffa7aed00 Release 0.2.1 2014-10-03 11:52:48 -04:00
Timothy Sutton
1ab31989ab Update Copyright dates 2014-10-03 11:52:32 -04:00
Timothy Sutton
9feb467d60 Update CHANGELIST 2014-10-03 11:50:56 -04:00
Timothy Sutton
f8991844a0 Tab fix 2014-10-03 11:40:41 -04:00
Timothy Sutton
af7ec5ee38 7-Zip may see only one of Payload or Payload~, don't assume both exist 2014-10-03 11:40:15 -04:00
Timothy Sutton
74b3d38cca Update default SUS catalog to 10.9 2014-10-03 11:39:39 -04:00
Timothy Sutton
697599f17b Update 7-Zip to 9.34 alpha 2014-10-03 11:39:25 -04:00
Timothy Sutton
aaca3c484d Windows build script support for PyInstaller 2.1 2014-03-03 12:00:02 -05:00
Timothy Sutton
7412efcfc2 Fix ever-growing supported models list for multiple ESD matches
- fixes #7
2014-01-17 14:55:36 -05:00
Timothy Sutton
343d95b6ee Merge branch 'master' of https://github.com/timsutton/brigadier 2013-09-24 20:12:44 -04:00
Timothy Sutton
25ea29d812 Update CHANGELIST 2013-09-24 20:12:31 -04:00
Timothy Sutton
845a8d72c3 '--model' option can now be given multiple times 2013-09-24 20:12:19 -04:00
Timothy Sutton
81aae5a4e8 Escape MDSN link weirdness 2013-09-24 19:58:46 -04:00
Timothy Sutton
ca5d10895d Fix leftover options from --leave-files name change 2013-09-24 19:53:07 -04:00
Timothy Sutton
065e60f6f9 --leave-files is now --keep-files 2013-09-18 10:08:23 -04:00
Timothy Sutton
05f44e5de6 Update dmg2iso to 1.6.5 2013-09-18 10:02:19 -04:00
Timothy Sutton
6310f1f75f Bump version to 0.2.1 2013-09-18 10:02:08 -04:00
Timothy Sutton
286b335fd5 Create LICENSE.md 2013-09-16 10:41:40 -04:00
Timothy Sutton
17e34ee9f3 Update README.md 2013-08-27 15:42:09 -04:00
Timothy Sutton
ce985d02d0 Final changelog for 0.2.0 2013-08-04 07:23:48 -04:00
Timothy Sutton
93f7ce5c39 Call Boot Camp MSI with /qr option, fixes issues with some components not getting installed
- particularly nVidia drivers
2013-08-01 12:07:01 -04:00
Timothy Sutton
cb8b62b26d Bump version for development 2013-08-01 12:06:03 -04:00
Timothy Sutton
81d8fbf0a7 Use platform.system() for detecting OS for consistency. 2013-08-01 12:05:15 -04:00
Timothy Sutton
3c9a832a1d Use platform.machine() to detect 64-bit Windows
- fixes detecting Windows as 32-bit on older CPUs
2013-08-01 11:37:36 -04:00
Timothy Sutton
02dc0d7a2e Several small README updates 2013-07-04 07:14:48 -04:00
Timothy Sutton
6c586be880 Update README with notes about ESDs available in Apple support downloads. 2013-06-05 15:07:21 -03:00