<div dir="ltr">Works fine on Windows for my limited tests. The installer directory issue is resolved.<div><br></div><div>I have two issues, the first of which wouldn't require changes to the RC (phew!). The second issue would require a new RC to resolve but could be considered optional.</div>

<div><br></div><div><br></div><div>First issue:</div><div><br></div><div>As part of the installer revamp I took out D1 and DMC and made separate installer scripts for them which the revamped installer will optionally download and install if the user asks for them. This requires installers for D1 and DMC to be built. It's as simple downloading the latest D1 and DMC zips, extracting them, then running:</div>

<div><br></div><div>    makensis /DEmbedD1Dir=<d1dir> /DVersion1=<d1ver> d1-installer.nsi</div><div><br></div><div>and</div><div><br></div><div>    makensis /DEmbedDmcDir=<dmcdir> /DVersionDmc=<dmcver> dmc-installer.nsi<br>

</div><div><br></div><div>And uploading the result to the DigitalMars FTP (at least) and the D download site (ideally). The URLs the D2 installer expects are shown here: <a href="https://github.com/D-Programming-Language/installer/blob/master/windows/d2-installer.nsi#L66">https://github.com/D-Programming-Language/installer/blob/master/windows/d2-installer.nsi#L66</a></div>

<div><br></div><div>This would only need to be done once and for every new release of D1 and DMC (which are few and far between).</div><div><br></div><div>I could do this for you and give you a link to download for you to reupload but I think it's probably more appropriate to have it generated by someone with more official standing. If you'd rather I do it just let me know.</div>

<div><br></div><div><br></div><div>Second issue:</div><div><br></div><div>I removed the downloading of Curl from the installer with the goal that we switch to just having it embedded with the rest. The release builder script makes use of Nick's localextras zip. If my understanding is correct we could just add curl to that zip and it'd get included in the release. It's up to you whether to fix this for 2.066 or to just include it in 2.067. In the meantime, end users could just do what they used to do to get curl: download and extract the curl zip on the download page into the installation folder.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 31, 2014 at 6:51 AM, Andrew Edwards via dmd-beta <span dir="ltr"><<a href="mailto:dmd-beta@puremagic.com" target="_blank">dmd-beta@puremagic.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">DMD v2.066.0-rc1 binaries are available for testing:<br>
<br>
    <a href="http://wiki.dlang.org/Beta_Testing" target="_blank">http://wiki.dlang.org/Beta_<u></u>Testing</a><br>
______________________________<u></u>_________________<br>
dmd-beta mailing list<br>
<a href="mailto:dmd-beta@puremagic.com" target="_blank">dmd-beta@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/dmd-beta" target="_blank">http://lists.puremagic.com/<u></u>mailman/listinfo/dmd-beta</a></blockquote></div><br></div>