<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:01:17 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-22736] Build a Burn Bundle for VS 2015 based installer</title>
                <link>https://jira.mongodb.org/browse/SERVER-22736</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Beginning with VS 2015, there is no longer a merge module to install the VC++ redist. This means that we need to use &lt;tt&gt;vcredist_x64.exe&lt;/tt&gt; to install the VS 2015 CRT and Universal CRT on any machine as part of the installation process. The only way to do this is to use Wix Burn.&lt;/p&gt;

&lt;p&gt;As a result of this, the default download links for the MSIs for the Enterprise Build, and SSL builds will need to point to an EXE. This EXE will first install the redist if needed before running the MSI installer. We should still offer the MSI though for customers who want to manage the redist installation themselves, and want the flexibility of the MSI installation procedure.&lt;/p&gt;

&lt;p&gt;See for more details:&lt;br/&gt;
&lt;a href=&quot;https://blogs.msdn.microsoft.com/vcblog/2015/03/03/introducing-the-universal-crt/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://blogs.msdn.microsoft.com/vcblog/2015/03/03/introducing-the-universal-crt/&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="266564">SERVER-22736</key>
            <summary>Build a Burn Bundle for VS 2015 based installer</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="12300">Won&apos;t Do</resolution>
                                        <assignee username="backlog-server-devplatform">[DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP)</assignee>
                                    <reporter username="mark.benvenuto@mongodb.com">Mark Benvenuto</reporter>
                        <labels>
                            <label>sdp-backlog-purge</label>
                    </labels>
                <created>Thu, 18 Feb 2016 19:57:26 +0000</created>
                <updated>Mon, 6 Feb 2023 17:02:17 +0000</updated>
                            <resolved>Mon, 6 Feb 2023 17:02:17 +0000</resolved>
                                                                    <component>Packaging</component>
                                        <votes>1</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4987295" author="JIRAUSER1257562" created="Wed, 16 Nov 2022 17:09:30 +0000"  >&lt;p&gt;After a careful backlog refinement, the team decided to close this ticket because of its low priority and limited resource capacity. If you believe that this ticket requires additional attention from the team and should be re-opened, feel free to change the status to &quot;Needs Scheduling&quot; and ping me or @alexander.neben&lt;/p&gt;</comment>
                            <comment id="1244186" author="mark.benvenuto" created="Fri, 22 Apr 2016 18:29:03 +0000"  >&lt;p&gt;I had considered an alternate for simply checking if &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;Windows 10 Universal C Runtime MSU&amp;#93;&lt;/span&gt;https://www.microsoft.com/en-us/download/details.aspx?id=48234] was installed, but there is not a builtin way into WiX to do this check. This would mean we would need to write our own Custom Action or just assume users have it installed.&lt;/p&gt;</comment>
                            <comment id="1179319" author="mark.benvenuto" created="Fri, 19 Feb 2016 20:23:34 +0000"  >&lt;p&gt;General Wix Docs:&lt;br/&gt;
&lt;a href=&quot;http://wixtoolset.org/documentation/manual/v3/bundle/wixstdba/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wixtoolset.org/documentation/manual/v3/bundle/wixstdba/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://www.firegiant.com/wix/tutorial/net-and-net/bootstrapping/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.firegiant.com/wix/tutorial/net-and-net/bootstrapping/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An incorrect way to add vcredist: &lt;a href=&quot;http://stackoverflow.com/questions/34815579/wix-run-vcredist-x64-exe-on-install&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://stackoverflow.com/questions/34815579/wix-run-vcredist-x64-exe-on-install&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If we do not use this burn based solution. we get this error:&lt;br/&gt;
---------------------------&lt;br/&gt;
mongod.exe - System Error&lt;br/&gt;
---------------------------&lt;br/&gt;
The program can&apos;t start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem. &lt;br/&gt;
---------------------------&lt;br/&gt;
OK   &lt;br/&gt;
---------------------------&lt;br/&gt;
See reply here: &lt;a href=&quot;https://connect.microsoft.com/VisualStudio/feedback/details/1735513/installation-of-merge-module-fails-partly&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://connect.microsoft.com/VisualStudio/feedback/details/1735513/installation-of-merge-module-fails-partly&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Users can work around this by installing &lt;a href=&quot;https://www.microsoft.com/en-us/download/details.aspx?id=48234&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.microsoft.com/en-us/download/details.aspx?id=48234&lt;/a&gt; though. We could block the install on the presence or lack of this dll though.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25130"><![CDATA[Server Development Platform]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 16 Nov 2022 17:09:30 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 12 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-353</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>iryna.zhuravlova@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 12 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-devplatform</customfieldvalue>
            <customfieldvalue>iryna.zhuravlova@mongodb.com</customfieldvalue>
            <customfieldvalue>mark.benvenuto@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkfsn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr9h0v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlbgv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>