Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>What you're after is kind-of-sort-of-maybe-but-not-really documented here: <a href="http://lists.apple.com/archives/installer-dev/2006/Aug/msg00029.html" rel="nofollow noreferrer">http://lists.apple.com/archives/installer-dev/2006/Aug/msg00029.html</a> and implemented here: <a href="http://glimmerblocker.org/browser/trunk/NotificationApp/src/NotificationApp.m?rev=390#L311" rel="nofollow noreferrer">http://glimmerblocker.org/browser/trunk/NotificationApp/src/NotificationApp.m?rev=390#L311</a></p> <p>These searches will probably give you lots of sample text, if you need it: </p> <ul> <li><a href="http://www.google.com/search?q=%22installer:phase%22+%22installer:status%22+%22installer:%25%22" rel="nofollow noreferrer">google:"installer:phase" "installer:status" "installer:%"</a> </li> <li><a href="http://www.google.com/search?q=%22installer%3A+The+install+failed%22" rel="nofollow noreferrer">google:"installer: The install failed"</a> </li> <li><a href="http://www.google.com/search?q=%22installer%3A+The+install+was+successful%22" rel="nofollow noreferrer">google:"installer: The install was successful"</a> and</li> <li><a href="http://www.google.com/search?q=%22The+following+install+step+failed%22" rel="nofollow noreferrer">google:"The following install step failed"</a> and</li> </ul> <p><a href="http://lists.apple.com/archives/installer-dev/2006/Aug/msg00031.html" rel="nofollow noreferrer">http://lists.apple.com/archives/installer-dev/2006/Aug/msg00031.html</a> suggests that there might be some "official" documentation on the bugtracker, but you need an ADC membership to find that...</p> <p>What I've found out: </p> <ul> <li><p>lines beginning <strong><code>installer:PHASE</code></strong> start a new phase. The text can be displayed as a heading to the user, and the percentage completion is set to 0.</p></li> <li><p>lines beginning <strong><code>installer:STATUS</code></strong> are progress notifications, and contain text which can be displayed to the user. No indication of completion is given.</p></li> <li><p>lines beginning <strong><code>installer:%</code></strong> indicate the degree of completion: they indicate the FRACTION of the work done, not the PERCENTAGE. (1.000000 == complete, 0.500000 == halfway)</p></li> <li><p>a successful completion is indicated by the line: <strong><code>installer: The install was successful.</code></strong></p></li> <li><p>a failed installation is indicated by the line: <strong><code>installer: The install failed</code></strong> at any time.</p></li> <li><p>if the previous line contains bracketed text (typically something like: <strong><code>installer: The install failed (The following install step failed: run &lt;...&gt;)</code></strong> then the bracketed text can be displayed to the user as a failure reason.</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload