StartOSInstall + swiftDialog Progress Bar

McAwesome
Valued Contributor

I've started to play around with the extremely versatile swiftDialog tool.  One of the things that I'm finding most interesting is the ability to provide a progress bar based on contents of a command file.  I've started to think through how this could be used for a scripted macOS upgrade.  It should be easy enough to read from the startosinstall.log file into whatever command file is being used, and the text is fairly predictable throughout.  That said, I'm still new to it and learning how to make best use of it.

Has anyone already built out a script to display the startosinstall progress via swiftDialog?

1 ACCEPTED SOLUTION

jtrant
Valued Contributor

Check out erase-install: https://github.com/grahampugh/erase-install

Despite what the name suggests, it can be used for in-place OS upgrades.

View solution in original post

4 REPLIES 4

jtrant
Valued Contributor

Check out erase-install: https://github.com/grahampugh/erase-install

Despite what the name suggests, it can be used for in-place OS upgrades.

McAwesome
Valued Contributor

It does, but it doesn't.  My core goal here is to learn how to use swiftDialog's more advanced features by studying examples of them in use.  That workflow doesn't help me accomplish that.

sdagley
Esteemed Contributor II

@McAwesome There is a beta branch of erase-install that utilizes swiftDialog

jtrant
Valued Contributor

Sorry, I should have been clearer on the beta part.