<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW " title="NEW --- - Windows build cannot be installed silently or to a specific directory" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24310&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=Zj78us_Vt-qcX9pzNs2jMWlQZ0b_jBaMI4L8_r4wqNk&s=M1uydV5b-n73C7BFq4AMzZDNKvCMtsVFFjNgx1Inwhs&e=">24310</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Windows build cannot be installed silently or to a specific directory
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Build scripts
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>autoconf
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alexchandel@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The LLVM Windows installer (currently LLVM-3.6.2-win32.exe) cannot be installed
silently or locally, and accepts no command line arguments (including `/?`,
`/h`, `-h`, `--help`, or `-?`). Nor is there any way to obtain LLVM on Windows
without modifying the registry.

This is an especially an issue for Windows package managers like Chocolatey,
which want to distribute zip/7z/tar.gz/tar.xz archives (or even MSI) of
"portable" Windows binaries, and to install them to a sandboxed location (like
C:/ProgramData/chocolatey/lib/llvm/) and symlink them into a common folder in
the PATH (like C:/ProgramData/chocolatey/bin).

The build scripts should be modified to produce either a
zip/7z/tar.gz/tar.xz/msi archive of the Windows binaries, or if all else fails
to add options to ".exe" installer to enable silent, local installation.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>