Following multiple guides and posts and neither is working for me. Included screenshot.
Here is the Parameter values text:
"--productName [ProductName]"
Here is the script code:
Code: Select all
Param($productName)
echo $productName
$appDir1 = AI_GetMsiProperty APPDIR
echo $appDir1
Thanks