<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>App-Deployment-Toolkit on Anything About IT</title><link>https://www.verboon.info/tags/app-deployment-toolkit/</link><description>Recent content in App-Deployment-Toolkit on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 22 Nov 2013 14:32:33 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/app-deployment-toolkit/index.xml" rel="self" type="application/rss+xml"/><item><title>PowerShell App Deployment Toolkit&amp;ndash; How to make the message Font size larger</title><link>https://www.verboon.info/2013/11/powershell-app-deployment-toolkit-how-to-make-the-message-font-size-larger/</link><pubDate>Fri, 22 Nov 2013 14:32:33 +0000</pubDate><guid>https://www.verboon.info/2013/11/powershell-app-deployment-toolkit-how-to-make-the-message-font-size-larger/</guid><description>&lt;p&gt;I have had a request this week to make the font size of the Message text displayed by the PowerShell App Deployment Tookit function **Show-InstallationPrompt **a bit larger.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/SNAGHTML173a21f_thumb.png" alt="SNAGHTML173a21f"&gt;

&lt;/p&gt;
&lt;p&gt;To make the font of the message larger, all you need to do is adding 2 lines of code to the &lt;strong&gt;Function&lt;/strong&gt;
&lt;strong&gt;Show-InstallationPrompt&lt;/strong&gt; that is embedded within the &lt;strong&gt;AppDeployToolkitMain.ps1&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;Add the following code just above the “#button left” section.&lt;/p&gt;
&lt;p&gt;#custom - Bigger text size
$Font = New-Object System.Drawing.Font(&amp;ldquo;Arial&amp;rdquo;,14,[System.Drawing.FontStyle]::Regular)
$labelText.Font = $Font
#custom - Bigger Text Size&lt;/p&gt;</description></item></channel></rss>