Quantcast
Channel: PowerShell App Deployment Toolkit
Viewing all articles
Browse latest Browse all 2341

New Post: installTitle not working in StatusMessage?

$
0
0
Show-InstallationProgress -StatusMessage 'Uninstalling application [$installTitle]. Please Wait...'

above line should had shown me thi

Variables: Application

[string]$appVendor = 'Igor Pavlov'
[string]$appName = '7-Zip'
[string]$appVersion = '9.35 beta'
[string]$installTitle = "$appVendor $appName $appVersion"

but i getting the this:

'Uninstalling application [$installTitle]. Please Wait...'

What wrong with the string since it doesnt show this:

'Uninstalling application Igor Parlov 7-Zip 9.35 Beta. Please Wait...'

Viewing all articles
Browse latest Browse all 2341


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>