<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>PowerShell Installer for DSL Tools</title><link>http://code.msdn.microsoft.com/psdsl/Project/ProjectRss.aspx</link><description>This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer ...</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/psdsl/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
PowerShell Installer for DSL Tools
&lt;/h1&gt;This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer script.
&lt;br /&gt; &lt;br /&gt;MSI installers for DSL Tools have lengthy execution times.  As an alternative to the MSIs, the PowerShell scripts can be linked together into a larger script that can be run on a more frequent basis because the execution time is much faster.  The installer script is useful for enterprise teams that have several DSLs which are frequently updated.  &lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
Usage:
&lt;/h3&gt;The text template download consists of a T4 text template named PowerShellDeployer.tt.  Add the template to a DSL Tools setup project and make sure that the Custom Tool property of the file in Visual Studio is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Update the environment-specific settings at the top of the template file and save the file, which will cause the custom tool to run and generate the PowerShell installer script.&lt;br /&gt; &lt;br /&gt;A sample DSL is included as a separate download.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Detailed Steps:&lt;/b&gt;&lt;br /&gt;1. Create a new DSL Tools project (or open an existing project.) &lt;br /&gt; &lt;br /&gt;2. Add a Domain-Specific Language Setup project to the solution.&lt;br /&gt; &lt;br /&gt;Your solution should look like this:&lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2943" alt="PSD_03.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;3. Add the PowerShellDeployer.tt file to the setup project.  Make sure the Custom Tool property of the file is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Your solution will look like this (the file is highlighted): &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2944" alt="PSD_04.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;4. Four environment-specific settings are required to run the template.  You will find them at the top of the PowerShellDeployer.tt file.  You must set them before the text template will run without errors.  They are: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Debug setting &lt;/li&gt;&lt;li&gt;DSL Location &lt;/li&gt;&lt;li&gt;Visual Studio Templates Location &lt;/li&gt;&lt;li&gt;Resource Merge Setting &lt;/li&gt;
&lt;/ul&gt;See the comments in the template for a detailed explanation of each setting.&lt;br /&gt; &lt;br /&gt;5. Run the text template by saving the file or right clicking on the file in Solution Explorer and selecting &amp;quot;Run Custom Tool&amp;quot;.  The output of the template will be a file named &amp;quot;PowerShellDeployer.ps1&amp;quot;.  You can now execute that script in PowerShell to install your DSL. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Disclaimer&lt;/b&gt;&lt;br /&gt;The PowerShellDeployer.tt text template is intended as an example.  It has been only been tested with the sample project.  If you have any problems with the script please create a thread on the Discussions List or submit an issue on the Issue Tracker.&lt;br /&gt;
&lt;/div&gt;</description><author>Bruk</author><pubDate>Tue, 09 Sep 2008 03:56:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080909A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/psdsl/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
PowerShell Installer for DSL Tools
&lt;/h1&gt;This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer script.
&lt;br /&gt; &lt;br /&gt;MSI installers for DSL Tools have lengthy execution times.  As an alternative to the MSIs, the PowerShell scripts can be linked together into a larger script that can be run on a more frequent basis because the execution time is much faster.  The installer script is useful for an enterprise teams that have several DSLs which are frequently updated.  &lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
Usage:
&lt;/h3&gt;The text template download consists of a T4 text template named PowerShellDeployer.tt.  Add the template to a DSL Tools setup project and make sure that the Custom Tool property of the file in Visual Studio is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Update the environment-specific settings at the top of the template file and save the file, which will cause the custom tool to run and generate the PowerShell installer script.&lt;br /&gt; &lt;br /&gt;A sample DSL is included as a separate download.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Detailed Steps:&lt;/b&gt;&lt;br /&gt;1. Create a new DSL Tools project (or open an existing project.) &lt;br /&gt; &lt;br /&gt;2. Add a Domain-Specific Language Setup project to the solution.&lt;br /&gt; &lt;br /&gt;Your solution should look like this:&lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2943" alt="PSD_03.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;3. Add the PowerShellDeployer.tt file to the setup project.  Make sure the Custom Tool property of the file is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Your solution will look like this (the file is highlighted): &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2944" alt="PSD_04.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;4. Four environment-specific settings are required to run the template.  You will find them at the top of the PowerShellDeployer.tt file.  You must set them before the text template will run without errors.  They are: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Debug setting &lt;/li&gt;&lt;li&gt;DSL Location &lt;/li&gt;&lt;li&gt;Visual Studio Templates Location &lt;/li&gt;&lt;li&gt;Resource Merge Setting &lt;/li&gt;
&lt;/ul&gt;See the comments in the template for a detailed explanation of each setting.&lt;br /&gt; &lt;br /&gt;5. Run the text template by saving the file or right clicking on the file in Solution Explorer and selecting &amp;quot;Run Custom Tool&amp;quot;.  The output of the template will be a file named &amp;quot;PowerShellDeployer.ps1&amp;quot;.  You can now execute that script in PowerShell to install your DSL. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Disclaimer&lt;/b&gt;&lt;br /&gt;The PowerShellDeployer.tt text template is intended as an example.  It has been only been tested with the sample project.  If you have any problems with the script please create a thread on the Discussions List or submit an issue on the Issue Tracker.&lt;br /&gt;
&lt;/div&gt;</description><author>Bruk</author><pubDate>Tue, 02 Sep 2008 05:06:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080902A</guid></item><item><title>CREATED RELEASE: Version 1.0 (Aug 31, 2008)</title><link>http://code.msdn.microsoft.com/psdsl/Release/ProjectReleases.aspx?ReleaseId=1478</link><description></description><author></author><pubDate>Mon, 01 Sep 2008 05:51:44 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Version 1.0 (Aug 31, 2008) 20080901A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/psdsl/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
PowerShell Installer for DSL Tools
&lt;/h1&gt;This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer script.
&lt;br /&gt; &lt;br /&gt;MSI installers for DSL Tools have lengthy execution times.  As an alternative to the MSIs, the PowerShell scripts can be linked together into a larger script that can be run on a more frequent basis because the execution time is much faster.  The installer script is useful for an enterprise teams that have several DSLs which are frequently updated.  &lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
Usage:
&lt;/h3&gt;The text template download consists of a T4 text template named PowerShellDeployer.tt.  Add the template to a DSL Tools setup project and make sure that the Custom Tool property of the file in Visual Studio is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Update the environment-specific settings at the top of the template file and save the file, which will cause the custom tool to run and generate the PowerShell installer script.&lt;br /&gt; &lt;br /&gt;A sample DSL is included as a separate download.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Detailed Steps:&lt;/b&gt;&lt;br /&gt;1. Create a new DSL Tools project (or open an existing project.) &lt;br /&gt; &lt;br /&gt;2. Add a Domain-Specific Language Setup project to the solution.&lt;br /&gt; &lt;br /&gt;Your solution should look like this:&lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2943" alt="PSD_03.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;3. Add the PowerShellDeployer.tt file to the setup project.  Make sure the Custom Tool property of the file is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Your solution will look like this (the file is highlighted): &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2944" alt="PSD_04.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;4. Four environment-specific settings are required to run the template.  You will find them at the top of the PowerShellDeployer.tt file.  You must set them before the text template will run without errors.  They are: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Debug setting &lt;/li&gt;&lt;li&gt;DSL Location &lt;/li&gt;&lt;li&gt;Visual Studio Templates Location &lt;/li&gt;&lt;li&gt;Resource Merge Setting &lt;/li&gt;
&lt;/ul&gt;See the comments in the template for a detailed explanation of each setting.&lt;br /&gt; &lt;br /&gt;5. Run the text template by saving the file or right clicking on the file in Solution Explorer and selecting &amp;quot;Run Custom Tool&amp;quot;.  The output of the template will be a file named &amp;quot;PowerShellDeployer.ps1&amp;quot;.  You can now execute that script in PowerShell to install your DSL. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Disclaimer&lt;/b&gt;&lt;br /&gt;The PowerShellDeployer.tt text template is intended as an example.  It has been only been tested with the sample project.  If you have any problems with the script please create a thread on the Discussions List.&lt;br /&gt;
&lt;/div&gt;</description><author>Bruk</author><pubDate>Mon, 01 Sep 2008 05:38:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/psdsl/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;PowerShell Installer for DSL Tools&lt;/b&gt;&lt;br /&gt;This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer script.
&lt;br /&gt; &lt;br /&gt;MSI installers for DSL Tools have lengthy execution times.  As an alternative to the MSIs, the PowerShell scripts can be linked together into a larger script that can be run on a more frequent basis because the execution time is much faster.  The installer script is useful for an enterprise teams that have several DSLs which are frequently updated.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The text template download consists of a T4 text template named PowerShellDeployer.tt.  Add the template to a DSL Tools setup project and make sure that the Custom Tool property of the file in Visual Studio is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Update the environment-specific settings at the top of the template file and save the file, which will cause the custom tool to run and generate the PowerShell installer script.&lt;br /&gt; &lt;br /&gt;A sample DSL is included as a separate download.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Detailed Steps:&lt;/b&gt;&lt;br /&gt;1. Create a new DSL Tools project (or open an existing project.) &lt;br /&gt; &lt;br /&gt;2. Add a Domain-Specific Language Setup project to the solution.&lt;br /&gt; &lt;br /&gt;Your solution should look like this:&lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2943" alt="PSD_03.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;3. Add the PowerShellDeployer.tt file to the setup project.  Make sure the Custom Tool property of the file is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Your solution will look like this (the file is highlighted): &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2944" alt="PSD_04.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;4. Four environment-specific settings are required to run the template.  You will find them at the top of the PowerShellDeployer.tt file.  You must set them before the text template will run without errors.  They are: &lt;br /&gt;    a. Debug setting &lt;br /&gt;    b. DSL Location &lt;br /&gt;    c. Visual Studio Templates Location &lt;br /&gt;    d. Resource Merge Setting &lt;br /&gt;See the comments in the template for a detailed explanation of each setting.&lt;br /&gt; &lt;br /&gt;5. Run the text template by saving the file or right clicking on the file in Solution Explorer and selecting &amp;quot;Run Custom Tool&amp;quot;.  The output of the template will be a file named &amp;quot;PowerShellDeployer.ps1&amp;quot;.  You can now execute that script in PowerShell to install your DSL. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Disclaimer&lt;/b&gt;&lt;br /&gt;The PowerShellDeployer.tt text template is intended as an example.  It has been only been tested with the sample project.  If you have any problems with the script please create a thread on the Discussions List.&lt;br /&gt;
&lt;/div&gt;</description><author>Bruk</author><pubDate>Mon, 01 Sep 2008 05:30:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/psdsl/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;PowerShell Installer for DSL Tools&lt;/b&gt;&lt;br /&gt;This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer script.
&lt;br /&gt; &lt;br /&gt;MSI installers for DSL Tools have lengthy execution times.  As an alternative to the MSIs, the PowerShell scripts can be linked together into a larger script that can be run on a more frequent basis because the execution time is much faster.  The installer script is useful for an enterprise teams that have several DSLs which are frequently updated.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The text template download consists of a T4 text template named PowerShellDeployer.tt.  Add the template to a DSL Tools setup project and make sure that the Custom Tool property of the file in Visual Studio is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Update the environment-specific settings at the top of the template file and save the file, which will cause the custom tool to run and generate the PowerShell installer script.&lt;br /&gt; &lt;br /&gt;A sample DSL is included as a separate download.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Detailed Steps:&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Create a new DSL Tools project (or open an existing project.) &lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add a Domain-Specific Language Setup project to the solution.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Your solution should look like this:&lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2943" alt="PSD_03.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li&gt;Add the PowerShellDeployer.tt file to the setup project.  Make sure the Custom Tool property of the file is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Your solution will look like this (the file is highlighted): &lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2944" alt="PSD_04.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li&gt;Four environment-specific settings are required to run the template.  You will find them at the top of the PowerShellDeployer.tt file.  You must set them before the text template will run without errors.  They are: &lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;a. Debug setting &lt;br /&gt;b. DSL Location &lt;br /&gt;c. Visual Studio Templates Location &lt;br /&gt;d. Resource Merge Setting &lt;br /&gt;See the comments in the template for a detailed explanation of each setting.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li&gt;Run the text template by saving the file or right clicking on the file in Solution Explorer and selecting &amp;quot;Run Custom Tool&amp;quot;.  The output of the template will be a file named &amp;quot;PowerShellDeployer.ps1&amp;quot;.  You can now execute that script in PowerShell to install your DSL. &lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Disclaimer&lt;/b&gt;&lt;br /&gt;The PowerShellDeployer.tt text template is intended as an example.  It has been only been tested with the sample project.  If you have any problems with the script please create a thread on the Discussions List.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Bruk</author><pubDate>Mon, 01 Sep 2008 05:29:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/psdsl/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;PowerShell Installer for DSL Tools&lt;/b&gt;&lt;br /&gt;This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer script.
&lt;br /&gt; &lt;br /&gt;MSI installers for DSL Tools have lengthy execution times.  As an alternative to the MSIs, the PowerShell scripts can be linked together into a larger script that can be run on a more frequent basis because the execution time is much faster.  The installer script is useful for an enterprise teams that have several DSLs which are frequently updated.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The text template download consists of a T4 text template named PowerShellDeployer.tt.  Add the template to a DSL Tools setup project and make sure that the Custom Tool property of the file in Visual Studio is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Update the environment-specific settings at the top of the template file and save the file, which will cause the custom tool to run and generate the PowerShell installer script.&lt;br /&gt; &lt;br /&gt;A sample DSL is included as a separate download.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Detailed Steps:&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Create a new DSL Tools project (or open an existing project.) &lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;ol&gt;
&lt;ol&gt;
&lt;li&gt;Add a Domain-Specific Language Setup project to the solution.&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt; &lt;br /&gt;Your solution should look like this:&lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2943" alt="PSD_03.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li&gt;Add the PowerShellDeployer.tt file to the setup project.  Make sure the Custom Tool property of the file is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Your solution will look like this (the file is highlighted): &lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2944" alt="PSD_04.PNG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li&gt;Four environment-specific settings are required to run the template.  You will find them at the top of the PowerShellDeployer.tt file.  You must set them before the text template will run without errors.  They are: &lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;a. Debug setting &lt;br /&gt;b. DSL Location &lt;br /&gt;c. Visual Studio Templates Location &lt;br /&gt;d. Resource Merge Setting &lt;br /&gt;See the comments in the template for a detailed explanation of each setting.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li&gt;Run the text template by saving the file or right clicking on the file in Solution Explorer and selecting &amp;quot;Run Custom Tool&amp;quot;.  The output of the template will be a file named &amp;quot;PowerShellDeployer.ps1&amp;quot;.  You can now execute that script in PowerShell to install your DSL. &lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Disclaimer&lt;/b&gt;&lt;br /&gt;The PowerShellDeployer.tt text template is intended as an example.  It has been only been tested with the sample project.  If you have any problems with the script please create a thread on the Discussions List.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Bruk</author><pubDate>Mon, 01 Sep 2008 05:28:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/psdsl/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;PowerShell Installer for DSL Tools&lt;/b&gt;&lt;br /&gt;This sample shows how to generate a PowerShell script for installing a domain specific language created with DSL Tools.  It consists of a T4 text template that will generate a PowerShell installer script.
&lt;br /&gt; &lt;br /&gt;MSI installers for DSL Tools have lengthy execution times.  As an alternative to the MSIs, the PowerShell scripts can be linked together into a larger script that can be run on a more frequent basis because the execution time is much faster.  The installer script is useful for an enterprise teams that have several DSLs which are frequently updated.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The text template download consists of a T4 text template named PowerShellDeployer.tt.  Add the template to a DSL Tools setup project and make sure that the Custom Tool property of the file in Visual Studio is set to &amp;quot;TextTemplatingFileGenerator&amp;quot;.  Update the environment-specific settings at the top of the template file and save the file, which will cause the custom tool to run and generate the PowerShell installer script.&lt;br /&gt; &lt;br /&gt;A sample DSL is included as a separate download.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Detailed Steps:&lt;/b&gt;&lt;br /&gt;#Create a new DSL Tools project (or open an existing project.) &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=psdsl&amp;amp;DownloadId=2942" alt="PSD_01.png" /&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Bruk</author><pubDate>Mon, 01 Sep 2008 05:22:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901A</guid></item></channel></rss>