Hi,
```
Execute-MSI -Action Install -Path $Itemvar_MSI_Name[0] -Parameters $Itemvar_MSI_Name[2]`
-LogName "test.log"
```
In that scenario, I will get test.log_install.log this should be wrong
```
Execute-MSI -Action Install -Path $Itemvar_MSI_Name[0] -Parameters $Itemvar_MSI_Name[2]`
-LogName "test"
```
In that scenario, I will get test_install.log this is correct.
And a log call test.
In the log call test, I see:
```
<![LOG[[Installation] :: Get properties from MSI file [C:\Temp\Vcredist2005_Frv1\Sources\ActivePerl-5.14.3.1404-MSWin32-296513.msi] in table [Property]]LOG]!><time="23:20:11.274-300" date="01-03-2015" component="Get-MsiTableProperty" context="W7SDJ\Client" type="1" thread="34" file="Vcredist2005_Frv1.ps1">
<![LOG[[Installation] :: Get information for installed Product Code [{2B1EE128-27B8-4420-A048-A31E48718779}]...]LOG]!><time="23:20:11.362-300" date="01-03-2015" component="Get-InstalledApplication" context="W7SDJ\Client" type="1" thread="34" file="Vcredist2005_Frv1.ps1">
```
Comments: The 3.6 solved at least 3 issues on my side :)