Hi,
Would it be wrong replacing
Thanks,
François
Would it be wrong replacing
[string]$logName = $installName + '_' + $appDeployToolkitName + '_' + $deploymentType + '.log'
withIf (-not $logName) [string]$logName = $installName + '_' + $appDeployToolkitName + '_' + $deploymentType + '.log'
By doing so, it would be possible to define a custom log previously.Thanks,
François