diff --git a/create-msi-installer-from-folder.ps1 b/create-msi-installer-from-folder.ps1 index a181f75..89751cd 100644 --- a/create-msi-installer-from-folder.ps1 +++ b/create-msi-installer-from-folder.ps1 @@ -13,7 +13,7 @@ param( [string]$HelpLink = "http://www.example.com", [string]$AboutLink = "http://www.example.com", [string]$DownloadLink = "http://www.example.com", - [switch]$Desktop = $False, + [switch]$Desktop = $True, [string]$FileType = "" ) @@ -172,4 +172,4 @@ step -message "Complete!" Write-Host "Your MSI Has been built." Write-Host "Find it at $PSScriptRoot\build\Deploy\Release\$Product ($Version).msi" -Write-Host "Your Upgrade GUID is $UpgradeGUID" \ No newline at end of file +Write-Host "Your Upgrade GUID is $UpgradeGUID"