Hello,
We are created one Bootstrapper package in which we have using "Run PowerShell Inline Script" Custom action to retrieve value of APPDIR property (i.e. APPLICATION FOLDER). Please suggest command to retrieve this using this custom action.
we have tried below command,
$APPValue = [Environment]::GetEnvironmentVariable('APPDIR','Machine ')
But this command not returning the actual value.
So please help us to achieve this,
Thanks
Akshay