startosinstall 10.12.0

tcam
Contributor

When I try to install using

/Applications/Install macOS Sierra.app/Contents/Resources/startosinstall --applicationpath "/Applications/Install macOS Sierra.app" --volume "/Volumes/Macintosh HD" --nointeraction

it returns

Error: could not find OSInstallerSetup.framework...

has anyone figured out how to get startosinstall to work with 10.12.0?

3 REPLIES 3

Nix4Life
Valued Contributor

Hi @tcam

started this before I left today will follow up in the morning to let you know if it installed. Double Check your syntax

Larry

crigby
New Contributor

Hi @tcam

It looks like you have the spaces in the installer application path escaped AND quotes around the path, but it should only be one or the other!

bradtchapman
Valued Contributor II

@tcam to echo what @crigby said, either escape the path with backslashes, or use quotes, but not both.

/Applications/Install macOS Sierra.app/Contents/Resources/startosinstall --applicationpath "/Applications/Install macOS Sierra.app" --volume "/Volumes/Macintosh HD" --nointeraction

edit: a typo.