<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>BoxStarter Issue Tracker Rss Feed</title><link>https://boxstarter.codeplex.com/workitem/list/basic</link><description>BoxStarter Issue Tracker Rss Description</description><item><title>Commented Issue: Create One Click app Bootstrapper [7]</title><link>http://boxstarter.codeplex.com/workitem/7</link><description>Never written one so i dont know all the constraints. Thinking of a command like&amp;#58;&lt;br /&gt;&lt;br /&gt;Start http&amp;#58;&amp;#47;&amp;#47;boxstarter.org&amp;#47;&amp;#123;user&amp;#125;&amp;#47;&amp;#123;package&amp;#125;&lt;br /&gt;&lt;br /&gt;This downloads the BoxStarter module and away you go.&lt;br /&gt;Comments: I saw a link to this one from issue http&amp;#58;&amp;#47;&amp;#47;boxstarter.codeplex.com&amp;#47;workitem&amp;#47;10 but looking now, I don&amp;#39;t think this really addresses this issue, though it may help with the other.</description><author>Jmiller76</author><pubDate>Wed, 27 Mar 2013 21:09:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Create One Click app Bootstrapper [7] 20130327090940P</guid></item><item><title>Commented Issue: Create One Click app Bootstrapper [7]</title><link>http://boxstarter.codeplex.com/workitem/7</link><description>Never written one so i dont know all the constraints. Thinking of a command like&amp;#58;&lt;br /&gt;&lt;br /&gt;Start http&amp;#58;&amp;#47;&amp;#47;boxstarter.org&amp;#47;&amp;#123;user&amp;#125;&amp;#47;&amp;#123;package&amp;#125;&lt;br /&gt;&lt;br /&gt;This downloads the BoxStarter module and away you go.&lt;br /&gt;Comments: I put the attached together for a PowerShell user group Proof of Concept a while back.&amp;#13;&amp;#10;What it does is create a self running Zip file that then executes one of the PowerShell files inside of it.  This may be a good hack to get your installer from EXE or URL going.</description><author>Jmiller76</author><pubDate>Wed, 27 Mar 2013 18:44:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Create One Click app Bootstrapper [7] 20130327064439P</guid></item><item><title>Created Issue: Install Finish Message not seen when run from Explorer.exe click [12]</title><link>http://boxstarter.codeplex.com/workitem/12</link><description>It looks like your intent is for the install BAT to be run from a CMD or PowerShell console.&lt;br /&gt;If you insert something like&amp;#58;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#36;ParrentProcess &amp;#61; GWmi Win32_Process -filter &amp;#34;processid &amp;#61; &amp;#36;PID&amp;#34; &amp;#124; &amp;#37; &amp;#123; Get-Process -id &amp;#36;_.ParentProcessId &amp;#125;&lt;br /&gt;if &amp;#40;&amp;#36;ParrentProcess.ProcessName -eq &amp;#34;explorer&amp;#34;&amp;#41; &amp;#123;&lt;br /&gt;    Read-Host &amp;#39;Press Enter to continue...&amp;#39; &amp;#124; Out-Null&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Then you can pause after &amp;#36;successMsg is echoed.&lt;br /&gt;</description><author>Jmiller76</author><pubDate>Wed, 27 Mar 2013 18:40:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Install Finish Message not seen when run from Explorer.exe click [12] 20130327064013P</guid></item><item><title>Commented Issue: RFE: make a simplified installed like http://chocolatey.org/install.ps1 [10]</title><link>http://boxstarter.codeplex.com/workitem/10</link><description>Chocolatey has a command available at &amp;#91;http&amp;#58;&amp;#47;&amp;#47;chocolatey.org&amp;#47;&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;chocolatey.org&amp;#47;&amp;#41; that a user can run from both cmd and powershell to get chocolatey installed&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#64;powershell -NoProfile -ExecutionPolicy unrestricted -Command &amp;#34;iex &amp;#40;&amp;#40;new-object net.webclient&amp;#41;.DownloadString&amp;#40;&amp;#39;http&amp;#58;&amp;#47;&amp;#47;chocolatey.org&amp;#47;install.ps1&amp;#39;&amp;#41;&amp;#41;&amp;#34; &amp;#38;&amp;#38; SET PATH&amp;#61;&amp;#37;PATH&amp;#37;&amp;#59;&amp;#37;systemdrive&amp;#37;&amp;#92;chocolatey&amp;#92;bin&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;It seems like http&amp;#58;&amp;#47;&amp;#47;boxstarter.org&amp;#47; could include a similar kind of script that would enable a &amp;#39;fresh install&amp;#39; experience.&lt;br /&gt;&lt;br /&gt;Even better would be if a person could include &amp;#40;as a replacement or as a parameter&amp;#41; a pointer to their own package and then it would install Boxstarter and run the steps&amp;#47;package pointed to by the parameter.&lt;br /&gt;&lt;br /&gt;Currently I&amp;#39;m doing something similar, albeit much more manual, via a powershell script I keep in a public github repo - I&amp;#39;d much rather replace that with a Boxstarter package. &amp;#58;&amp;#41;&lt;br /&gt;Comments: Yes I think I will do this. It will probably just be a wrapper for installing chocolatey if it is not installed and then getting the boxstarter modules via chocolatey and finally loading the modules. Then like you mention it will also begin an install if a package name is passed. I&amp;#39;ll put this same logic in the .zip on codeplex so as I rev new versions, I don&amp;#39;t have to update the codeplex zip since it will just be a proxy for the chocolatey install.&amp;#10;&amp;#10;The Holy Grail that I am really after is http&amp;#58;&amp;#47;&amp;#47;boxstarter.codeplex.com&amp;#47;workitem&amp;#47;7 which is to create a one-click app for the install.&amp;#10;&amp;#10;Thanks a bunch for all your feedback&amp;#33;&amp;#33;&amp;#33;</description><author>mwrock</author><pubDate>Mon, 25 Mar 2013 15:52:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: RFE: make a simplified installed like http://chocolatey.org/install.ps1 [10] 20130325035257P</guid></item><item><title>Closed Issue: setup.bat output gives incorrect Import-Module commands ? [9]</title><link>http://boxstarter.codeplex.com/workitem/9</link><description>This is running on a fresh 32-bit Win7 Enterprise RTM virtual machine - PowerShell is v2.&lt;br /&gt;&lt;br /&gt;The setup.bat output includes these lines&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; To list all available Boxstarter Commands, use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Command -Module Boxstarter.&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#62; To find more info visit http&amp;#58;&amp;#47;&amp;#47;Boxstarter.Codeplex.com or use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Help Boxstarter&lt;br /&gt;&lt;br /&gt;However, Import-Module Boxstarter.&amp;#42; doesn&amp;#39;t work &amp;#40;not sure if that&amp;#39;s a PowerShell v3 feature or not&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#62; Import-Module &amp;#58; The specified module &amp;#39;Boxstarter.&amp;#42;&amp;#39; was not loaded because no valid module file was found in any module directory.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;i.imgur.com&amp;#47;mVVGscw.png&amp;#41;&lt;br /&gt;&lt;br /&gt;The command &amp;#34;Get-Module Boxstarter.&amp;#42; -ListAvailable&amp;#34; __does__ work fine, and shows 4 modules, so AFAICT it isn&amp;#39;t that the modules aren&amp;#39;t available.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42; Should the Import-Module Boxstarter.&amp;#42; be replaced with the Get-Module -ListAvailable command piped into Import-Module&amp;#63;&lt;br /&gt;&amp;#42; Can&amp;#47;should the 4 modules be combined into 1 so &amp;#39;Import-Module Boxstarter&amp;#39; is all that&amp;#39;s needed&amp;#63;&lt;br /&gt;&amp;#42; Alternatively, can a Boxstarter &amp;#39;meta-module&amp;#39; &amp;#40;not sure if such a thing exists in PowerShell&amp;#41; be created that would just include the 4 &amp;#39;real&amp;#39; Boxstarter.&amp;#42; modules &amp;#40;and in the right order, if there&amp;#39;s an import order required&amp;#41; &amp;#63;  Something like require.js in the javascript world, I guess&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>mwrock</author><pubDate>Mon, 25 Mar 2013 07:26:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: setup.bat output gives incorrect Import-Module commands ? [9] 20130325072657A</guid></item><item><title>Commented Issue: setup.bat output gives incorrect Import-Module commands ? [9]</title><link>http://boxstarter.codeplex.com/workitem/9</link><description>This is running on a fresh 32-bit Win7 Enterprise RTM virtual machine - PowerShell is v2.&lt;br /&gt;&lt;br /&gt;The setup.bat output includes these lines&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; To list all available Boxstarter Commands, use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Command -Module Boxstarter.&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#62; To find more info visit http&amp;#58;&amp;#47;&amp;#47;Boxstarter.Codeplex.com or use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Help Boxstarter&lt;br /&gt;&lt;br /&gt;However, Import-Module Boxstarter.&amp;#42; doesn&amp;#39;t work &amp;#40;not sure if that&amp;#39;s a PowerShell v3 feature or not&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#62; Import-Module &amp;#58; The specified module &amp;#39;Boxstarter.&amp;#42;&amp;#39; was not loaded because no valid module file was found in any module directory.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;i.imgur.com&amp;#47;mVVGscw.png&amp;#41;&lt;br /&gt;&lt;br /&gt;The command &amp;#34;Get-Module Boxstarter.&amp;#42; -ListAvailable&amp;#34; __does__ work fine, and shows 4 modules, so AFAICT it isn&amp;#39;t that the modules aren&amp;#39;t available.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42; Should the Import-Module Boxstarter.&amp;#42; be replaced with the Get-Module -ListAvailable command piped into Import-Module&amp;#63;&lt;br /&gt;&amp;#42; Can&amp;#47;should the 4 modules be combined into 1 so &amp;#39;Import-Module Boxstarter&amp;#39; is all that&amp;#39;s needed&amp;#63;&lt;br /&gt;&amp;#42; Alternatively, can a Boxstarter &amp;#39;meta-module&amp;#39; &amp;#40;not sure if such a thing exists in PowerShell&amp;#41; be created that would just include the 4 &amp;#39;real&amp;#39; Boxstarter.&amp;#42; modules &amp;#40;and in the right order, if there&amp;#39;s an import order required&amp;#41; &amp;#63;  Something like require.js in the javascript world, I guess&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: fixed in a54626795a0f95a98251551dbc2b69ca9eb48297&amp;#13;&amp;#10;&amp;#13;&amp;#10;Instruct users to import module being downloaded. All modules will automatically load all dependent modules.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Thanks a bunch for Reporting this&amp;#33; This was a PS 3&amp;#47;2 mis compatibility.</description><author>mwrock</author><pubDate>Mon, 25 Mar 2013 07:26:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: setup.bat output gives incorrect Import-Module commands ? [9] 20130325072651A</guid></item><item><title>Edited Issue: setup.bat output gives incorrect Import-Module commands ? [9]</title><link>http://boxstarter.codeplex.com/workitem/9</link><description>This is running on a fresh 32-bit Win7 Enterprise RTM virtual machine - PowerShell is v2.&lt;br /&gt;&lt;br /&gt;The setup.bat output includes these lines&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; To list all available Boxstarter Commands, use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Command -Module Boxstarter.&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#62; To find more info visit http&amp;#58;&amp;#47;&amp;#47;Boxstarter.Codeplex.com or use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Help Boxstarter&lt;br /&gt;&lt;br /&gt;However, Import-Module Boxstarter.&amp;#42; doesn&amp;#39;t work &amp;#40;not sure if that&amp;#39;s a PowerShell v3 feature or not&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#62; Import-Module &amp;#58; The specified module &amp;#39;Boxstarter.&amp;#42;&amp;#39; was not loaded because no valid module file was found in any module directory.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;i.imgur.com&amp;#47;mVVGscw.png&amp;#41;&lt;br /&gt;&lt;br /&gt;The command &amp;#34;Get-Module Boxstarter.&amp;#42; -ListAvailable&amp;#34; __does__ work fine, and shows 4 modules, so AFAICT it isn&amp;#39;t that the modules aren&amp;#39;t available.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42; Should the Import-Module Boxstarter.&amp;#42; be replaced with the Get-Module -ListAvailable command piped into Import-Module&amp;#63;&lt;br /&gt;&amp;#42; Can&amp;#47;should the 4 modules be combined into 1 so &amp;#39;Import-Module Boxstarter&amp;#39; is all that&amp;#39;s needed&amp;#63;&lt;br /&gt;&amp;#42; Alternatively, can a Boxstarter &amp;#39;meta-module&amp;#39; &amp;#40;not sure if such a thing exists in PowerShell&amp;#41; be created that would just include the 4 &amp;#39;real&amp;#39; Boxstarter.&amp;#42; modules &amp;#40;and in the right order, if there&amp;#39;s an import order required&amp;#41; &amp;#63;  Something like require.js in the javascript world, I guess&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>mwrock</author><pubDate>Mon, 25 Mar 2013 07:26:51 GMT</pubDate><guid isPermaLink="false">Edited Issue: setup.bat output gives incorrect Import-Module commands ? [9] 20130325072651A</guid></item><item><title>Closed Issue: outdated param doc in Install-WindowsUpdate.ps1? [11]</title><link>http://boxstarter.codeplex.com/workitem/11</link><description>In Boxstarter.WinConfig&amp;#92;Install-WindowsUpdate.ps1&lt;br /&gt;&lt;br /&gt;The doc text at the top says&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; .PARAMETER Criteria&lt;br /&gt;The criteria used for searching updates. __The default criteria is &amp;#34;BrowseOnly&amp;#61;0 and IsAssigned&amp;#61;1 and IsHidden&amp;#61;0 and IsInstalled&amp;#61;0 and Type&amp;#61;&amp;#39;Software&amp;#39;&amp;#34; which is effectively just critical updates.__&lt;br /&gt;&lt;br /&gt;But the param block shows the default doesn&amp;#39;t include &amp;#40;AFAICT&amp;#41; the BrowseOnly&amp;#61;0 and IsAssigned&amp;#61;1 parts.&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;        &amp;#91;string&amp;#93;&amp;#36;criteria&amp;#61;&amp;#34;IsHidden&amp;#61;0 and IsInstalled&amp;#61;0 and Type&amp;#61;&amp;#39;Software&amp;#39;&amp;#34;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t know enough about the criteria to say whether this is different or just my lack of knowledge about BrowseOnly&amp;#61;0 and IsAssigned&amp;#61;1 &amp;#58;&amp;#41;&lt;br /&gt;Comments: Thanks for noticing this. I had changed this weeks ago and simply neglected to change the help docs. The one used in the docs broke on some OSs and the current one is reflective of critical updates.&amp;#10;&amp;#10;fixed in 06b38a583aa25528990775b9bbd8b4d0c6548bee</description><author>mwrock</author><pubDate>Mon, 25 Mar 2013 06:07:56 GMT</pubDate><guid isPermaLink="false">Closed Issue: outdated param doc in Install-WindowsUpdate.ps1? [11] 20130325060756A</guid></item><item><title>Closed Issue: A Create-Package method [5]</title><link>http://boxstarter.codeplex.com/workitem/5</link><description>Auto pack and push a file into a nuspec to a feed based on convention. Creating the nuspecs and arranging the file artifacts can be tedious.&lt;br /&gt;Comments: Added to Boxstarter.Chocolatey new-BoxstarterPackage</description><author>mwrock</author><pubDate>Mon, 25 Mar 2013 05:24:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: A Create-Package method [5] 20130325052416A</guid></item><item><title>Closed Issue: Exception calling "Install" [8]</title><link>http://boxstarter.codeplex.com/workitem/8</link><description>Hiya,&lt;br /&gt;Trying to get a custom packate up and working based off &amp;#34;example&amp;#34;.  I&amp;#39;ve taken most of the header, including&amp;#58;&lt;br /&gt;&lt;br /&gt;  Install-WindowsUpdate&lt;br /&gt;&lt;br /&gt;&amp;#40;I&amp;#39;ve got more obviously&amp;#41;.  I packaged up successfully and have been running my package.  After two reboots, I&amp;#39;m seeing the following exception&amp;#58;&lt;br /&gt;&lt;br /&gt;Checking for helper updates...&lt;br /&gt;Chocolatey &amp;#40;v0.9.8.20-alpha2&amp;#41; is installing AppServer and dependencies. By installing you accept the license for AppServer and each dependency you are installing.&lt;br /&gt;______ AppServer v6.6.6 ______&lt;br /&gt;Checking for updates...&lt;br /&gt;2&lt;br /&gt; Updates found&lt;br /&gt; &amp;#42;&lt;br /&gt;Windows Internet Explorer 9 for Windows Server 2008 R2 for x64-based Systems&lt;br /&gt; already downloaded&lt;br /&gt; &amp;#42;&lt;br /&gt;Windows Malicious Software Removal Tool x64 - December 2012 &amp;#40;KB890830&amp;#41;&lt;br /&gt; already downloaded&lt;br /&gt;Downloading complete&lt;br /&gt;Beginning to install&lt;br /&gt;Exception calling &amp;#34;Install&amp;#34; with &amp;#34;0&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Exception from HRESULT&amp;#58; 0x80240023&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;Chocolatey&amp;#92;lib&amp;#92;BoxStarter.Helpers.0.1.9&amp;#92;Install-WindowsUpdate.ps1&amp;#58;40 char&amp;#58;9&lt;br /&gt;&amp;#43;         &amp;#36;result &amp;#61; &amp;#36;Installer.Install&amp;#40;&amp;#41;&lt;br /&gt;&amp;#43;         &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, MethodInvocationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ComMethodTargetInvocation&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Probably related, I then manually ran Windows Update and the dialog indicated that the version of Windows Update needed to be upgraded.  So perhaps the older version has a different API&amp;#63;  &lt;br /&gt;&lt;br /&gt;I manually completed the windows update and removed this Install-WindowsUpdate call from my script  &amp;#40;probably makes more sense to run it after I have installed everything I need&amp;#41;&lt;br /&gt;&lt;br /&gt;Great tool BTW, will save me hours in setting up VMs  &amp;#40;I hope&amp;#33;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Fixed in Boxstarter.WinConfig v1.0. Install-WindowsUpdate now takes a -AcceptEula switch.</description><author>mwrock</author><pubDate>Mon, 25 Mar 2013 05:22:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: Exception calling "Install" [8] 20130325052219A</guid></item><item><title>Created Issue: outdated param doc in Install-WindowsUpdate.ps1? [11]</title><link>http://boxstarter.codeplex.com/workitem/11</link><description>In Boxstarter.WinConfig&amp;#92;Install-WindowsUpdate.ps1&lt;br /&gt;&lt;br /&gt;The doc text at the top says&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; .PARAMETER Criteria&lt;br /&gt;The criteria used for searching updates. __The default criteria is &amp;#34;BrowseOnly&amp;#61;0 and IsAssigned&amp;#61;1 and IsHidden&amp;#61;0 and IsInstalled&amp;#61;0 and Type&amp;#61;&amp;#39;Software&amp;#39;&amp;#34; which is effectively just critical updates.__&lt;br /&gt;&lt;br /&gt;But the param block shows the default doesn&amp;#39;t include &amp;#40;AFAICT&amp;#41; the BrowseOnly&amp;#61;0 and IsAssigned&amp;#61;1 parts.&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;        &amp;#91;string&amp;#93;&amp;#36;criteria&amp;#61;&amp;#34;IsHidden&amp;#61;0 and IsInstalled&amp;#61;0 and Type&amp;#61;&amp;#39;Software&amp;#39;&amp;#34;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t know enough about the criteria to say whether this is different or just my lack of knowledge about BrowseOnly&amp;#61;0 and IsAssigned&amp;#61;1 &amp;#58;&amp;#41;&lt;br /&gt;</description><author>jmanning</author><pubDate>Sun, 24 Mar 2013 23:08:31 GMT</pubDate><guid isPermaLink="false">Created Issue: outdated param doc in Install-WindowsUpdate.ps1? [11] 20130324110831P</guid></item><item><title>Created Issue: RFE: make a simplified installed like http://chocolatey.org/install.ps1 [10]</title><link>http://boxstarter.codeplex.com/workitem/10</link><description>Chocolatey has a command available at &amp;#91;http&amp;#58;&amp;#47;&amp;#47;chocolatey.org&amp;#47;&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;chocolatey.org&amp;#47;&amp;#41; that a user can run from both cmd and powershell to get chocolatey installed&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#64;powershell -NoProfile -ExecutionPolicy unrestricted -Command &amp;#34;iex &amp;#40;&amp;#40;new-object net.webclient&amp;#41;.DownloadString&amp;#40;&amp;#39;http&amp;#58;&amp;#47;&amp;#47;chocolatey.org&amp;#47;install.ps1&amp;#39;&amp;#41;&amp;#41;&amp;#34; &amp;#38;&amp;#38; SET PATH&amp;#61;&amp;#37;PATH&amp;#37;&amp;#59;&amp;#37;systemdrive&amp;#37;&amp;#92;chocolatey&amp;#92;bin&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;It seems like http&amp;#58;&amp;#47;&amp;#47;boxstarter.org&amp;#47; could include a similar kind of script that would enable a &amp;#39;fresh install&amp;#39; experience.&lt;br /&gt;&lt;br /&gt;Even better would be if a person could include &amp;#40;as a replacement or as a parameter&amp;#41; a pointer to their own package and then it would install Boxstarter and run the steps&amp;#47;package pointed to by the parameter.&lt;br /&gt;&lt;br /&gt;Currently I&amp;#39;m doing something similar, albeit much more manual, via a powershell script I keep in a public github repo - I&amp;#39;d much rather replace that with a Boxstarter package. &amp;#58;&amp;#41;&lt;br /&gt;</description><author>jmanning</author><pubDate>Sun, 24 Mar 2013 19:12:23 GMT</pubDate><guid isPermaLink="false">Created Issue: RFE: make a simplified installed like http://chocolatey.org/install.ps1 [10] 20130324071223P</guid></item><item><title>Created Issue: setup.bat output gives incorrect Import-Module commands ? [9]</title><link>http://boxstarter.codeplex.com/workitem/9</link><description>This is running on a fresh 32-bit Win7 Enterprise RTM virtual machine - PowerShell is v2.&lt;br /&gt;&lt;br /&gt;The setup.bat output includes these lines&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#62; To list all available Boxstarter Commands, use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Command -Module Boxstarter.&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#62; To find more info visit http&amp;#58;&amp;#47;&amp;#47;Boxstarter.Codeplex.com or use&amp;#58;&lt;br /&gt;PS&amp;#58;&amp;#62;Import-Module Boxstarter.&amp;#42;&lt;br /&gt;PS&amp;#58;&amp;#62;Get-Help Boxstarter&lt;br /&gt;&lt;br /&gt;However, Import-Module Boxstarter.&amp;#42; doesn&amp;#39;t work &amp;#40;not sure if that&amp;#39;s a PowerShell v3 feature or not&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#62; Import-Module &amp;#58; The specified module &amp;#39;Boxstarter.&amp;#42;&amp;#39; was not loaded because no valid module file was found in any module directory.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;i.imgur.com&amp;#47;mVVGscw.png&amp;#41;&lt;br /&gt;&lt;br /&gt;The command &amp;#34;Get-Module Boxstarter.&amp;#42; -ListAvailable&amp;#34; __does__ work fine, and shows 4 modules, so AFAICT it isn&amp;#39;t that the modules aren&amp;#39;t available.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42; Should the Import-Module Boxstarter.&amp;#42; be replaced with the Get-Module -ListAvailable command piped into Import-Module&amp;#63;&lt;br /&gt;&amp;#42; Can&amp;#47;should the 4 modules be combined into 1 so &amp;#39;Import-Module Boxstarter&amp;#39; is all that&amp;#39;s needed&amp;#63;&lt;br /&gt;&amp;#42; Alternatively, can a Boxstarter &amp;#39;meta-module&amp;#39; &amp;#40;not sure if such a thing exists in PowerShell&amp;#41; be created that would just include the 4 &amp;#39;real&amp;#39; Boxstarter.&amp;#42; modules &amp;#40;and in the right order, if there&amp;#39;s an import order required&amp;#41; &amp;#63;  Something like require.js in the javascript world, I guess&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>jmanning</author><pubDate>Sun, 24 Mar 2013 17:50:19 GMT</pubDate><guid isPermaLink="false">Created Issue: setup.bat output gives incorrect Import-Module commands ? [9] 20130324055019P</guid></item><item><title>Commented Issue: Exception calling "Install" [8]</title><link>http://boxstarter.codeplex.com/workitem/8</link><description>Hiya,&lt;br /&gt;Trying to get a custom packate up and working based off &amp;#34;example&amp;#34;.  I&amp;#39;ve taken most of the header, including&amp;#58;&lt;br /&gt;&lt;br /&gt;  Install-WindowsUpdate&lt;br /&gt;&lt;br /&gt;&amp;#40;I&amp;#39;ve got more obviously&amp;#41;.  I packaged up successfully and have been running my package.  After two reboots, I&amp;#39;m seeing the following exception&amp;#58;&lt;br /&gt;&lt;br /&gt;Checking for helper updates...&lt;br /&gt;Chocolatey &amp;#40;v0.9.8.20-alpha2&amp;#41; is installing AppServer and dependencies. By installing you accept the license for AppServer and each dependency you are installing.&lt;br /&gt;______ AppServer v6.6.6 ______&lt;br /&gt;Checking for updates...&lt;br /&gt;2&lt;br /&gt; Updates found&lt;br /&gt; &amp;#42;&lt;br /&gt;Windows Internet Explorer 9 for Windows Server 2008 R2 for x64-based Systems&lt;br /&gt; already downloaded&lt;br /&gt; &amp;#42;&lt;br /&gt;Windows Malicious Software Removal Tool x64 - December 2012 &amp;#40;KB890830&amp;#41;&lt;br /&gt; already downloaded&lt;br /&gt;Downloading complete&lt;br /&gt;Beginning to install&lt;br /&gt;Exception calling &amp;#34;Install&amp;#34; with &amp;#34;0&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Exception from HRESULT&amp;#58; 0x80240023&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;Chocolatey&amp;#92;lib&amp;#92;BoxStarter.Helpers.0.1.9&amp;#92;Install-WindowsUpdate.ps1&amp;#58;40 char&amp;#58;9&lt;br /&gt;&amp;#43;         &amp;#36;result &amp;#61; &amp;#36;Installer.Install&amp;#40;&amp;#41;&lt;br /&gt;&amp;#43;         &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, MethodInvocationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ComMethodTargetInvocation&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Probably related, I then manually ran Windows Update and the dialog indicated that the version of Windows Update needed to be upgraded.  So perhaps the older version has a different API&amp;#63;  &lt;br /&gt;&lt;br /&gt;I manually completed the windows update and removed this Install-WindowsUpdate call from my script  &amp;#40;probably makes more sense to run it after I have installed everything I need&amp;#41;&lt;br /&gt;&lt;br /&gt;Great tool BTW, will save me hours in setting up VMs  &amp;#40;I hope&amp;#33;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: That error code indicates a eula that has not been accepted. Looks like the API does allow you to accept eulas. I should add a switch argument allowing users to pass -AcceptEulas and then accept these.&amp;#10;&amp;#10;Thanks for reporting&amp;#33;</description><author>mwrock</author><pubDate>Sat, 15 Dec 2012 14:07:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception calling "Install" [8] 20121215020714P</guid></item><item><title>Created Issue: Exception calling "Install" [8]</title><link>http://boxstarter.codeplex.com/workitem/8</link><description>Hiya,&lt;br /&gt;Trying to get a custom packate up and working based off &amp;#34;example&amp;#34;.  I&amp;#39;ve taken most of the header, including&amp;#58;&lt;br /&gt;&lt;br /&gt;  Install-WindowsUpdate&lt;br /&gt;&lt;br /&gt;&amp;#40;I&amp;#39;ve got more obviously&amp;#41;.  I packaged up successfully and have been running my package.  After two reboots, I&amp;#39;m seeing the following exception&amp;#58;&lt;br /&gt;&lt;br /&gt;Checking for helper updates...&lt;br /&gt;Chocolatey &amp;#40;v0.9.8.20-alpha2&amp;#41; is installing AppServer and dependencies. By installing you accept the license for AppServer and each dependency you are installing.&lt;br /&gt;______ AppServer v6.6.6 ______&lt;br /&gt;Checking for updates...&lt;br /&gt;2&lt;br /&gt; Updates found&lt;br /&gt; &amp;#42;&lt;br /&gt;Windows Internet Explorer 9 for Windows Server 2008 R2 for x64-based Systems&lt;br /&gt; already downloaded&lt;br /&gt; &amp;#42;&lt;br /&gt;Windows Malicious Software Removal Tool x64 - December 2012 &amp;#40;KB890830&amp;#41;&lt;br /&gt; already downloaded&lt;br /&gt;Downloading complete&lt;br /&gt;Beginning to install&lt;br /&gt;Exception calling &amp;#34;Install&amp;#34; with &amp;#34;0&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Exception from HRESULT&amp;#58; 0x80240023&amp;#34;&lt;br /&gt;At C&amp;#58;&amp;#92;Chocolatey&amp;#92;lib&amp;#92;BoxStarter.Helpers.0.1.9&amp;#92;Install-WindowsUpdate.ps1&amp;#58;40 char&amp;#58;9&lt;br /&gt;&amp;#43;         &amp;#36;result &amp;#61; &amp;#36;Installer.Install&amp;#40;&amp;#41;&lt;br /&gt;&amp;#43;         &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, MethodInvocationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ComMethodTargetInvocation&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Probably related, I then manually ran Windows Update and the dialog indicated that the version of Windows Update needed to be upgraded.  So perhaps the older version has a different API&amp;#63;  &lt;br /&gt;&lt;br /&gt;I manually completed the windows update and removed this Install-WindowsUpdate call from my script  &amp;#40;probably makes more sense to run it after I have installed everything I need&amp;#41;&lt;br /&gt;&lt;br /&gt;Great tool BTW, will save me hours in setting up VMs  &amp;#40;I hope&amp;#33;&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>pmcevoy</author><pubDate>Wed, 12 Dec 2012 09:01:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Exception calling "Install" [8] 20121212090146A</guid></item><item><title>Commented Feature: Add Chocolatey packages via an array of package names [1]</title><link>http://boxstarter.codeplex.com/workitem/1</link><description>Even cooler&amp;#58; build the dependency graph of all packages and download in parallel.&lt;br /&gt;Comments: This somewhat relates, but you may have a different idea&amp;#47;location for this concept...&amp;#10;&amp;#10;In my own personal powershell developer box setup I have a text string with rows of chocolatey id&amp;#39;s I want to install. You can see the implemenation here. &amp;#10;&amp;#10;https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;staxmanade&amp;#47;Scripts&amp;#47;blob&amp;#47;master&amp;#47;devInstall.ps1&amp;#35;L15-30&amp;#10;&amp;#10;It&amp;#39;s not ideal, but at least gives me the ability to add&amp;#47;remove items to be installed before it starts up...</description><author>staxmanade</author><pubDate>Wed, 07 Nov 2012 22:49:30 GMT</pubDate><guid isPermaLink="false">Commented Feature: Add Chocolatey packages via an array of package names [1] 20121107104930P</guid></item><item><title>Created Issue: Create One Click app Bootstrapper [7]</title><link>http://boxstarter.codeplex.com/workitem/7</link><description>Never written one so i dont know all the constraints. Thinking of a command like&amp;#58;&lt;br /&gt;&lt;br /&gt;Start http&amp;#58;&amp;#47;&amp;#47;boxstarter.org&amp;#47;&amp;#123;user&amp;#125;&amp;#47;&amp;#123;package&amp;#125;&lt;br /&gt;&lt;br /&gt;This downloads the BoxStarter module and away you go.&lt;br /&gt;</description><author>mwrock</author><pubDate>Fri, 03 Aug 2012 10:13:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Create One Click app Bootstrapper [7] 20120803101353A</guid></item><item><title>Created Issue: Add Function to add Choclatey package to BoxStarter Package [6]</title><link>http://boxstarter.codeplex.com/workitem/6</link><description>With tab completion for the choclotey names&lt;br /&gt;</description><author>mwrock</author><pubDate>Fri, 03 Aug 2012 10:08:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Add Function to add Choclatey package to BoxStarter Package [6] 20120803100844A</guid></item><item><title>Created Issue: A Create-Package method [5]</title><link>http://boxstarter.codeplex.com/workitem/5</link><description>Auto pack and push a file into a nuspec to a feed based on convention. Creating the nuspecs and arranging the file artifacts can be tedious.&lt;br /&gt;</description><author>mwrock</author><pubDate>Fri, 03 Aug 2012 10:06:55 GMT</pubDate><guid isPermaLink="false">Created Issue: A Create-Package method [5] 20120803100655A</guid></item><item><title>Created Issue: Better Error Messages/handling [4]</title><link>http://boxstarter.codeplex.com/workitem/4</link><description>Some really suck right now&lt;br /&gt;</description><author>mwrock</author><pubDate>Fri, 03 Aug 2012 10:05:08 GMT</pubDate><guid isPermaLink="false">Created Issue: Better Error Messages/handling [4] 20120803100508A</guid></item></channel></rss>