Sunteți pe pagina 1din 27

[Parameter(Mandatory=$true)]

[string]$relname,

[Parameter(Mandatory=$true)]
[string]$flavor

)
$key = 'HKLM:\SOFTWARE\WOW6432Node\Wizards of the Coast\' + $relname
Write-Host "Checking Key $key"
if (test-path $key) {
$pathProperty = "Path"

$path = (Get-ItemProperty -Path $key -Name $pathProperty)


$arr = $path -split (";")
foreach ($line in $arr) {
if ($line -like "*{$pathProperty=*") {
$pathstring = $line -split("=",2)
$appdir = $pathstring | % {$_.trim(" ","`t")}
$appdir = $appdir[1] -replace '[}]',''
}
}

$rootdir = $appdir.split(":").Get(0)
$rootdir = $rootdir + ":\"
if ($rootdir -eq $appdir) {
AI_SetMsiProperty ROOT_ERROR "true"
}
elseif (($appdir -notlike "*MTGA*") -and ($appdir -no
Action start 17:11:46: AI_DATA_SETTER_3.
MSI (s) (1C:A4) [17:11:46:364]: Doing action: SetTargetDirIfInstalled
Action ended 17:11:46: AI_DATA_SETTER_3. Return value 1.
MSI (s) (1C:24) [17:11:46:384]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIA31F.tmp, Entrypoint: RunPowerShellFileScript
MSI (s) (1C!88) [17:11:47:130]: PROPERTY CHANGE: Adding APPDIR property. Its value
is 'F:\Juegos\MTGArena\'.
MSI (s) (1C!88) [17:11:47:130]: PROPERTY CHANGE: Modifying TARGETLOCKED property.
Its current value is 'FALSE'. Its new value: 'TRUE'.
Action start 17:11:46: SetTargetDirIfInstalled.
Dumping PowerShell invoke log ...
--> Found PowerShell path:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
--> PowerShell Script Execution Result Code: 0
MSI (s) (1C!88) [17:11:47:131]: PROPERTY CHANGE: Adding POWERSHELL_EXECUTION_LOG
property. Its value is 'Checking Key HKLM:\SOFTWARE\WOW6432Node\Wizards of the
Coast\MTGArena
appDir: F:\Juegos\MTGArena\
'.
--> PowerShell Script Execution log:
Checking Key HKLM:\SOFTWARE\WOW6432Node\Wizards of the Coast\MTGArena
appDir: F:\Juegos\MTGArena\

MSI (s) (1C:A4) [17:11:47:133]: Doing action: AI_DATA_SETTER_4


Action ended 17:11:47: SetTargetDirIfInstalled. Return value 1.
MSI (s) (1C:A4) [17:11:47:133]: PROPERTY CHANGE: Modifying CustomActionData
property. Its current value is 'Flags#1#Script#function Set-TargetDirIfInstalled {
Param(
[Parameter(Mandatory=$true)]
[string]$relname,
[Parameter(Mandatory=$true)]
[string]$flavor

)
$key = 'HKLM:\SOFTWARE\WOW6432Node\Wizards of the Coast\' + $relname
Write-Host "Checking Key $key"
if (test-path $key) {
$pathProperty = "Path"

$path = (Get-ItemProperty -Path $key -Name $pathProperty)


$arr = $path -split (";")
foreach ($line in $arr) {
if ($line -like "*{$pathProperty=*") {
$pathstring = $line -split("=",2)
$appdir = $pathstring | % {$_.trim(" ","`t")}
$appdir = $appdir[1] -replace '[}]',''
}
}

$rootdir = $appdir.split(":").Get(0)
$rootdir = $rootdir + ":\"
if ($rootdir -eq $appdir) {
AI_SetMsiProperty ROOT_ERROR "true"
}
elseif (($appdir -notlike "*MTGA*") -and (
Action start 17:11:47: AI_DATA_SETTER_4.
MSI (s) (1C:A4) [17:11:47:133]: Doing action: VerifyTargetDir
Action ended 17:11:47: AI_DATA_SETTER_4. Return value 1.
MSI (s) (1C:E8) [17:11:47:152]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIA61D.tmp, Entrypoint: RunPowerShellFileScript
MSI (s) (1C!48) [17:11:47:172]: PROPERTY CHANGE: Deleting POWERSHELL_EXECUTION_LOG
property. Its current value is 'Checking Key HKLM:\SOFTWARE\WOW6432Node\Wizards of
the Coast\MTGArena
appDir: F:\Juegos\MTGArena\
'.
Action start 17:11:47: VerifyTargetDir.
Dumping PowerShell invoke log ...
--> Found PowerShell path:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
--> PowerShell Script Execution Result Code: 0
--> PowerShell Script Execution log:

MSI (s) (1C:A4) [17:11:47:710]: Doing action: AI_DATA_SETTER_9


Action ended 17:11:47: VerifyTargetDir. Return value 1.
MSI (s) (1C:A4) [17:11:47:710]: PROPERTY CHANGE: Modifying CustomActionData
property. Its current value is 'Flags#1#Script#function Verify-TargetDir {
Param(
$appdir,
$flavor
)

if ($appdir -notlike "*MTGA*" -and $appdir -ne "" ) {


if (($flavor -like "Live") -or ($flavor -like "Alpha")) {
$appdir = $appdir.TrimEnd('\') + '\' + 'MTGA\'
} else {
$appdir = $appdir.TrimEnd('\') + '\' + 'MTGA' + $flavor + '\'
}
AI_SetMsiProperty APPDIR $appdir
}
}

$flavor = AI_GetMsiProperty FLAVOR


$appdir = AI_GetMsiProperty APPDIR

Verify-TargetDIr -appdir $appdir -flavor $flavor'. Its new value:


'Flags#1#Script#function Delete-DuplicateDesktopIcon
{
Param(
$shortcutName
)

try
{

$commonDesktop = "$env:Public\Desktop"
$commonFile=$commonDesktop + '\' + $shortcutName + '.lnk'
Write-Host "Testing Path for shortcut $file"

$userDesktop = [environment]::GetFolderPath("DesktopDirectory")
$file=$userDesktop + '\' + $shortcutName + '.lnk'
Write-H
Action start 17:11:47: AI_DATA_SETTER_9.
MSI (s) (1C:A4) [17:11:47:710]: Doing action: AI_DATA_SETTER_8
Action ended 17:11:47: AI_DATA_SETTER_9. Return value 1.
MSI (s) (1C:A4) [17:11:47:711]: PROPERTY CHANGE: Modifying CustomActionData
property. Its current value is 'Flags#1#Script#function Delete-DuplicateDesktopIcon
{
Param(
$shortcutName
)

try
{

$commonDesktop = "$env:Public\Desktop"
$commonFile=$commonDesktop + '\' + $shortcutName + '.lnk'
Write-Host "Testing Path for shortcut $file"

$userDesktop = [environment]::GetFolderPath("DesktopDirectory")
$file=$userDesktop + '\' + $shortcutName + '.lnk'
Write-Host "Testing Path for shortcut $file"

if (Test-Path ($commonFile) )
{
if (Test-Path ($file) )
{
Write-Host "Removing duplicate shortcut $file"
Remove-Item $file
}
}
}
catch
{
Write-Host "FAILED TO Delete Duplicate desktop Icon"
}

}
$shortcutName = AI_GetMsiProperty ShortcutName
Write-Host "Checking for Duplicate ShortcutName: $shortcutName"

Delete-DuplicateDesktopIcon -shortcutName $shortcutName'. Its new value:


'Flags#1#Script#function Update-IconLocation {
Param()

$appDir = AI_GetMsiProperty APPDIR


$shortCut = AI
Action start 17:11:47: AI_DATA_SETTER_8.
MSI (s) (1C:A4) [17:11:47:711]: Doing action: UpdateIconLocation_1
Action ended 17:11:47: AI_DATA_SETTER_8. Return value 1.
MSI (s) (1C:D8) [17:11:47:729]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIA861.tmp, Entrypoint: RunPowerShellFileScript
Action start 17:11:47: UpdateIconLocation_1.
Dumping PowerShell invoke log ...
--> Found PowerShell path:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
--> PowerShell Script Execution Result Code: 0
MSI (s) (1C!80) [17:11:48:294]: PROPERTY CHANGE: Adding POWERSHELL_EXECUTION_LOG
property. Its value is 'Icon location:
F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
AppDir: F:\Juegos\MTGArena\
ShortCut: MTG Arena
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for commonDesktop Shortcut at: C:\Users\Public\Desktop\MTG Arena.lnk
Updating commonDesktop Icon Location for C:\Users\Public\Desktop\MTG Arena.lnk
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for userDesktopShortcut Shortcut at: C:\Users\Wharrgarble\Desktop\MTG
Arena.lnk
Checking for programsDesktopShortcut Shortcut at:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\MTG
Arena\MTG Arena.lnk
Failed to Set CommonPrograms Icon Location

'.
--> PowerShell Script Execution log:
Icon location: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
AppDir: F:\Juegos\MTGArena\
ShortCut: MTG Arena
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for commonDesktop Shortcut at: C:\Users\Public\Desktop\MTG Arena.lnk
Updating commonDesktop Icon Location for C:\Users\Public\Desktop\MTG Arena.lnk
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for userDesktopShortcut Shortcut at: C:\Users\Wharrgarble\Desktop\MTG
Arena.lnk
Checking for programsDesktopShortcut Shortcut at:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\MTG
Arena\MTG Arena.lnk
Failed to Set CommonPrograms Icon Location

MSI (s) (1C:A4) [17:11:48:296]: Doing action: RemoveDuplicateDesktopIcon


Action ended 17:11:48: UpdateIconLocation_1. Return value 1.
MSI (s) (1C:0C) [17:11:48:314]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIAAB3.tmp, Entrypoint: RunPowerShellFileScript
MSI (s) (1C!D8) [17:11:48:333]: PROPERTY CHANGE: Deleting POWERSHELL_EXECUTION_LOG
property. Its current value is 'Icon location:
F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
AppDir: F:\Juegos\MTGArena\
ShortCut: MTG Arena
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for commonDesktop Shortcut at: C:\Users\Public\Desktop\MTG Arena.lnk
Updating commonDesktop Icon Location for C:\Users\Public\Desktop\MTG Arena.lnk
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for userDesktopShortcut Shortcut at: C:\Users\Wharrgarble\Desktop\MTG
Arena.lnk
Checking for programsDesktopShortcut Shortcut at:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\MTG
Arena\MTG Arena.lnk
Failed to Set CommonPrograms Icon Location

'.
Action start 17:11:48: RemoveDuplicateDesktopIcon.
Dumping PowerShell invoke log ...
--> Found PowerShell path:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
--> PowerShell Script Execution Result Code: 0
MSI (s) (1C!D8) [17:11:48:948]: PROPERTY CHANGE: Adding POWERSHELL_EXECUTION_LOG
property. Its value is 'Icon location:
F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
AppDir: F:\Juegos\MTGArena\
ShortCut: MTG Arena
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for commonDesktop Shortcut at: C:\Users\Public\Desktop\MTG Arena.lnk
Updating commonDesktop Icon Location for C:\Users\Public\Desktop\MTG Arena.lnk
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for userDesktopShortcut Shortcut at: C:\Users\Wharrgarble\Desktop\MTG
Arena.lnk
Checking for programsDesktopShortcut Shortcut at:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\MTG
Arena\MTG Arena.lnk
Failed to Set CommonPrograms Icon Location

'.
--> PowerShell Script Execution log:
Icon location: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
AppDir: F:\Juegos\MTGArena\
ShortCut: MTG Arena
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for commonDesktop Shortcut at: C:\Users\Public\Desktop\MTG Arena.lnk
Updating commonDesktop Icon Location for C:\Users\Public\Desktop\MTG Arena.lnk
New Icon: F:\Juegos\MTGArena\MTGALauncher\MTGALauncher.exe
Checking for userDesktopShortcut Shortcut at: C:\Users\Wharrgarble\Desktop\MTG
Arena.lnk
Checking for programsDesktopShortcut Shortcut at:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\MTG
Arena\MTG Arena.lnk
Failed to Set CommonPrograms Icon Location

MSI (s) (1C:A4) [17:11:48:950]: Doing action: LaunchConditions


Action ended 17:11:48: RemoveDuplicateDesktopIcon. Return value 1.
Action start 17:11:48: LaunchConditions.
MSI (s) (1C:A4) [17:11:48:950]: Doing action: ValidateProductID
Action ended 17:11:48: LaunchConditions. Return value 1.
Action start 17:11:48: ValidateProductID.
MSI (s) (1C:A4) [17:11:48:951]: Doing action: AI_SETMIXINSTLOCATION
Action ended 17:11:48: ValidateProductID. Return value 1.
MSI (s) (1C:B0) [17:11:48:968]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIAD35.tmp, Entrypoint: MixedAllUsersInstallLocation
MSI (s) (1C!90) [17:11:48:997]: PROPERTY CHANGE: Adding AI_UserProgramFiles
property. Its value is 'C:\Program Files (x86)\'.
Action start 17:11:48: AI_SETMIXINSTLOCATION.
MSI (s) (1C:A4) [17:11:48:999]: Skipping action: AI_RESTORE_LOCATION (condition is
false)
MSI (s) (1C:A4) [17:11:48:999]: Skipping action: SET_APPDIR (condition is false)
MSI (s) (1C:A4) [17:11:48:999]: Doing action: SET_SHORTCUTDIR
Action ended 17:11:48: AI_SETMIXINSTLOCATION. Return value 1.
MSI (s) (1C:A4) [17:11:49:000]: PROPERTY CHANGE: Adding SHORTCUTDIR property. Its
value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MTG Arena'.
Action start 17:11:48: SET_SHORTCUTDIR.
MSI (s) (1C:A4) [17:11:49:000]: Doing action: SET_TARGETDIR_TO_APPDIR
Action ended 17:11:49: SET_SHORTCUTDIR. Return value 1.
MSI (s) (1C:A4) [17:11:49:000]: PROPERTY CHANGE: Adding TARGETDIR property. Its
value is 'F:\Juegos\MTGArena\'.
Action start 17:11:49: SET_TARGETDIR_TO_APPDIR.
MSI (s) (1C:A4) [17:11:49:000]: Doing action: CostInitialize
Action ended 17:11:49: SET_TARGETDIR_TO_APPDIR. Return value 1.
MSI (s) (1C:A4) [17:11:49:000]: Machine policy value 'MaxPatchCacheSize' is 10
Action start 17:11:49: CostInitialize.
MSI (s) (1C:A4) [17:11:49:005]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its
value is 'C:\'.
MSI (s) (1C:A4) [17:11:49:005]: PROPERTY CHANGE: Adding CostingComplete property.
Its value is '0'.
MSI (s) (1C:A4) [17:11:49:006]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (1C:A4) [17:11:49:006]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (1C:A4) [17:11:49:006]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (1C:A4) [17:11:49:006]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (1C:A4) [17:11:49:010]: Doing action: FileCost
Action ended 17:11:49: CostInitialize. Return value 1.
MSI (s) (1C:A4) [17:11:49:011]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (1C:A4) [17:11:49:011]: Note: 1: 2205 2: 3: Class
MSI (s) (1C:A4) [17:11:49:011]: Note: 1: 2205 2: 3: Extension
MSI (s) (1C:A4) [17:11:49:011]: Note: 1: 2205 2: 3: TypeLib
Action start 17:11:49: FileCost.
MSI (s) (1C:A4) [17:11:49:011]: Doing action: IsolateComponents
Action ended 17:11:49: FileCost. Return value 1.
Action start 17:11:49: IsolateComponents.
MSI (s) (1C:A4) [17:11:49:012]: Doing action: CostFinalize
Action ended 17:11:49: IsolateComponents. Return value 0.
MSI (s) (1C:A4) [17:11:49:012]: PROPERTY CHANGE: Adding OutOfDiskSpace property.
Its value is '0'.
MSI (s) (1C:A4) [17:11:49:012]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace
property. Its value is '0'.
MSI (s) (1C:A4) [17:11:49:012]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable
property. Its value is '0'.
MSI (s) (1C:A4) [17:11:49:012]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired
property. Its value is '0'.
MSI (s) (1C:A4) [17:11:49:012]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining
property. Its value is '0'.
MSI (s) (1C:A4) [17:11:49:013]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Modifying SHORTCUTDIR property.
Its current value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MTG
Arena'. Its new value: 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MTG
Arena\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Windows32_Dir property. Its
value is 'F:\Juegos\MTGArena\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding MTGA_Data_Dir property. Its
value is 'F:\Juegos\MTGArena\MTGA_Data\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding StreamingAssets_Dir
property. Its value is 'F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Audio_Dir property. Its
value is 'F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\Audio\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding GeneratedSoundBanks_Dir
property. Its value is
'F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\Audio\GeneratedSoundBanks\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Windows_Dir property. Its
value is
'F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\Audio\GeneratedSoundBanks\Windows\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding AssetBundles_Dir property.
Its value is 'F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\AssetBundles\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Resources_Dir property. Its
value is 'F:\Juegos\MTGArena\MTGA_Data\Resources\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Plugins_Dir property. Its
value is 'F:\Juegos\MTGArena\MTGA_Data\Plugins\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding locales_Dir property. Its
value is 'F:\Juegos\MTGArena\MTGA_Data\Plugins\locales\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Managed_Dir property. Its
value is 'F:\Juegos\MTGArena\MTGA_Data\Managed\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding MonoBleedingEdge_Dir
property. Its value is 'F:\Juegos\MTGArena\MonoBleedingEdge\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding etc_Dir property. Its value
is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding mono_Dir property. Its
value is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding mconfig_Dir property. Its
value is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\mconfig\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding __2_Dir property. Its value
is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.5\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Browsers_2_Dir property.
Its value is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.5\Browsers\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding __1_Dir property. Its value
is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.0\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Browsers_1_Dir property.
Its value is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.0\Browsers\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding __Dir property. Its value
is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\2.0\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding Browsers_Dir property. Its
value is 'F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\2.0\Browsers\'.
MSI (s) (1C:A4) [17:11:49:014]: PROPERTY CHANGE: Adding EmbedRuntime_Dir property.
Its value is 'F:\Juegos\MTGArena\MonoBleedingEdge\EmbedRuntime\'.
MSI (s) (1C:A4) [17:11:49:014]: Target path resolution complete. Dumping Directory
table...
MSI (s) (1C:A4) [17:11:49:014]: Note: target paths subject to change (via custom
actions or browsing)
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: TARGETDIR , Object:
F:\Juegos\MTGArena\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: WindowsFolder , Object:
C:\Windows\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: SHORTCUTDIR , Object:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MTG Arena\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: APPDIR , Object:
F:\Juegos\MTGArena\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Windows32_Dir , Object:
F:\Juegos\MTGArena\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: MTGA_Data_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: StreamingAssets_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Audio_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\Audio\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: GeneratedSoundBanks_Dir ,
Object: F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\Audio\GeneratedSoundBanks\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Windows_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\Audio\GeneratedSoundBanks\Windows\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: AssetBundles_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\StreamingAssets\AssetBundles\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Resources_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\Resources\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Plugins_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\Plugins\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: locales_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\Plugins\locales\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Managed_Dir , Object:
F:\Juegos\MTGArena\MTGA_Data\Managed\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: MonoBleedingEdge_Dir ,
Object: F:\Juegos\MTGArena\MonoBleedingEdge\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: etc_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: mono_Dir, Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: mconfig_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\mconfig\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: __2_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.5\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Browsers_2_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.5\Browsers\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: __1_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.0\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Browsers_1_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\4.0\Browsers\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: __Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\2.0\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: Browsers_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\etc\mono\2.0\Browsers\
MSI (s) (1C:A4) [17:11:49:014]: Dir (target): Key: EmbedRuntime_Dir , Object:
F:\Juegos\MTGArena\MonoBleedingEdge\EmbedRuntime\
MSI (s) (1C:A4) [17:11:49:014]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (1C:A4) [17:11:49:014]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT
`MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`,
`MsiAssembly`.`File_Manifest`, `Component`.`KeyPath` FROM `MsiAssembly`,
`Component` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND
`MsiAssembly`.`Component_` = ?
Action start 17:11:49: CostFinalize.
MSI (s) (1C:A4) [17:11:51:620]: Doing action: MigrateFeatureStates
Action ended 17:11:51: CostFinalize. Return value 1.
MSI (s) (1C:A4) [17:11:51:620]: Migrating feature settings from product(s) '{Oh oh
OO!}'
MSI (s) (1C:A4) [17:11:51:625]: MigrateFeatureStates: based on existing product,
setting feature 'MainFeature' to 'Local' state.
Action start 17:11:51: MigrateFeatureStates.
MSI (s) (1C:A4) [17:11:51:708]: Skipping action: SetODBCFolders (condition is
false)
MSI (s) (1C:A4) [17:11:51:708]: Skipping action: AI_PREPARE_UPGRADE (condition is
false)
MSI (s) (1C:A4) [17:11:51:708]: Doing action: InstallValidate
Action ended 17:11:51: MigrateFeatureStates. Return value 1.
MSI (s) (1C:A4) [17:11:51:708]: PROPERTY CHANGE: Deleting
MsiRestartManagerSessionKey property. Its current value is
'7f66220b654fda46934a3f0349ad0385'.
MSI (s) (1C:A4) [17:11:51:708]: Feature: MainFeature; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: APPDIR; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: FullVersion; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: FullVersion_1; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: New_Key; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Path; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductCode; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductCode_1; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductCode_3; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductCode_5; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductCode_6; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductCode_8; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductInformation; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductLanguage; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductLanguage_1; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductName; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductNameProductVersion; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductNameProductVersion_2; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: ProductName_1; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: RelName; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: RelName_1; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: RelName_2; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: RelName_3; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: SHORTCUTDIR; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Version; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Wow6432Node; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Windows32; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: build.changelist; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: MonoBleedingEdge; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: EmbedRuntime; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: mono2.0bdwgc.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: MonoPosixHelper.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: etc; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: mono; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: _; Installed: Absent; Request: Local;
Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Browsers; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Compat.browser; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: DefaultWsdlHelpGenerator.aspx;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: __1; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Browsers_1; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Compat.browser_1; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: DefaultWsdlHelpGenerator.aspx_1;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: __2; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Browsers_2; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Compat.browser_2; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: DefaultWsdlHelpGenerator.aspx_2;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: browscap.ini; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: mconfig; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: config.xml; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: MTGA.exe; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: MTGA_Data; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: app.info; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Managed; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Accessibility.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: AssemblyCSharpfirstpass.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: AssemblyCSharp.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: BouncyCastle.Crypto.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: BouncyCastle.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: DOTween.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: DOTween43.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: DOTween46.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: DOTween50.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: GlobalUtils.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Google.Protobuf.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: JsonFx.Json.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: MarkerMetro.Unity.WinLegacy.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Mono.Data.Sqlite.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Mono.Posix.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Mono.Security.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Mono.WebBrowser.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: mscorlib.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: netstandard.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Newtonsoft.Json.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Novell.Directory.Ldap.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: RSG.Promise.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Collections.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.ComponentModel.Composition.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component:
System.ComponentModel.DataAnnotations.dll; Installed: Absent; Request: Local;
Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Configuration.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Core.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Data.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Design.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Diagnostics.Debug.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Diagnostics.StackTrace.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.DirectoryServices.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Drawing.Design.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Drawing.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.EnterpriseServices.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Globalization.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Globalization.Extensions.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.IO.Compression.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.IO.Compression.FileSystem.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.IO.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.IO.FileSystem.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.IO.FileSystem.Primitives.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Linq.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Net.Http.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Numerics.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Reflection.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Reflection.Extensions.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Resources.ResourceManager.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Runtime.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Runtime.Extensions.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Runtime.Serialization.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component:
System.Runtime.Serialization.Formatters.Soap.dll; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Runtime.Serialization.Xml.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Security.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.ServiceModel.Internals.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Text.Encoding.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Threading.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Threading.Tasks.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Transactions.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Web.ApplicationServices.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Web.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Web.Services.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Windows.Forms.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Xml.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Xml.Linq.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: System.Xml.XPath.XDocument.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Unity.MemoryProfiler.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Unity.Postprocessing.Runtime.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: Unity.TextMeshPro.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.AccessibilityModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.AccessibilityModule.xml;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.AIModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.AnimationModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ARModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.AssetBundleModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.AudioModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.BaselibModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ClothModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ClusterInputModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ClusterRendererModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.CoreModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.CrashReportingModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.DirectorModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.FileSystemHttpModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.GameCenterModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.GridModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.HotReloadModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ImageConversionModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.IMGUIModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.InputModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.JSONSerializeModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.LocalizationModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.Networking.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ParticleSystemModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component:
UnityEngine.PerformanceReportingModule.dll; Installed: Absent; Request: Local;
Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.Physics2DModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.PhysicsModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ProfilerModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:708]: Component: UnityEngine.ScreenCaptureModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.SharedInternalsModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.SpatialTracking.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.SpriteMaskModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.SpriteShapeModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.StreamingModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.StyleSheetsModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.SubstanceModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.TerrainModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.TerrainPhysicsModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.TextCoreModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.TextRenderingModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.TilemapModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.Timeline.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.TimelineModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.TLSModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UI.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UIElementsModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UIModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UmbraModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UNETModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UnityAnalyticsModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UnityConnectModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UnityTestProtocolModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component:
UnityEngine.UnityWebRequestAssetBundleModule.dll; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component:
UnityEngine.UnityWebRequestAudioModule.dll; Installed: Absent; Request: Local;
Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.UnityWebRequestModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component:
UnityEngine.UnityWebRequestTextureModule.dll; Installed: Absent; Request: Local;
Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component:
UnityEngine.UnityWebRequestWWWModule.dll; Installed: Absent; Request: Local;
Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.VehiclesModule.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.VFXModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.VideoModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.VRModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.WindModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityEngine.XRModule.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: Windows.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: Wizards.MDN.GreProtobuf.Unity.dll;
Installed: Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: Wizards.Platform.Sdk.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: ZFBrowserDemo.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: ZFBrowser.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: Plugins; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: AkHarmonizer.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: AkSoundEngine.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: AkStereoDelay.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: AkTremolo.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: cef.pak; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: chrome_elf.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: d3dcompiler_43.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: d3dcompiler_47.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: EOSSDKWin32Shipping.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: libEGL.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: libGLESv2.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: locales; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: am.pak; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: widevinecdmadapter.dll; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: ZFGameBrowser.exe; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: ZFProxyWeb.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: zf_cef.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: Resources; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: browser_assets; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: StreamingAssets; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: AssetBundles; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: BundleConfig.txt; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: Audio; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: GeneratedSoundBanks; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: Windows; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: wem; Installed: Absent; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityCrashHandler32.exe; Installed:
Absent; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: UnityPlayer.dll; Installed: Absent;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __APPDIR65; Installed: Null; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductInformation65; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __FullVersion65; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __FullVersion_165; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __New_Key65; Installed: Null; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductInformation66; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductCode65; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductCode_165; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductCode_665; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductCode_865; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductLanguage65; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductLanguage_165; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductName65; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductNameProductVersion65;
Installed: Null; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductName_165; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __RelName_165; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __RelName_265; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __RelName65; Installed: Null; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __RelName_365; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __Wow6432Node65; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductCode_365; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __Path65; Installed: Null; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductCode_565; Installed: Null;
Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __ProductNameProductVersion_265;
Installed: Null; Request: Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Component: __Version65; Installed: Null; Request:
Local; Action: Local
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: BindImage
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: ProgId
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: Extension
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: Font
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: Class
MSI (s) (1C:A4) [17:11:51:709]: Note: 1: 2205 2: 3: TypeLib
Action start 17:11:51: InstallValidate.
MSI (s) (1C:A4) [17:11:51:712]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (1C:A4) [17:11:51:712]: Note: 1: 2205 2: 3: MsiFileHash
MSI (s) (1C:A4) [17:11:54:136]: PROPERTY CHANGE: Modifying CostingComplete
property. Its current value is '0'. Its new value: '1'.
MSI (s) (1C:A4) [17:11:54:136]: Note: 1: 2205 2: 3: BindImage
MSI (s) (1C:A4) [17:11:54:136]: Note: 1: 2205 2: 3: ProgId
MSI (s) (1C:A4) [17:11:54:136]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (1C:A4) [17:11:54:136]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (1C:A4) [17:11:54:136]: Note: 1: 2205 2: 3: Extension
MSI (s) (1C:A4) [17:11:54:136]: Note: 1: 2205 2: 3: Font
MSI (s) (1C:A4) [17:11:54:136]: Note: 1: 2205 2: 3: Class
MSI (s) (1C:A4) [17:11:54:137]: Note: 1: 2205 2: 3: TypeLib
MSI (s) (1C:A4) [17:11:54:137]: Note: 1: 2727 2:
MSI (s) (1C:A4) [17:11:54:137]: Note: 1: 2205 2: 3: FilesInUse
MSI (s) (1C:A4) [17:11:54:144]: Note: 1: 2727 2:
MSI (s) (1C:A4) [17:11:54:145]: Doing action: RemoveExistingProducts
Action ended 17:11:54: InstallValidate. Return value 1.
Action start 17:11:54: RemoveExistingProducts.
MSI (s) (1C:1C) [17:11:54:147]: Resetting cached policy values
MSI (s) (1C:1C) [17:11:54:147]: Machine policy value 'Debug' is 0
MSI (s) (1C:1C) [17:11:54:147]: ******* RunEngine:
******* Product: {Oh oh OO!}
******* Action:
******* CommandLine: **********
MSI (s) (1C:1C) [17:11:54:242]: SRSetRestorePoint skipped for this transaction.
MSI (s) (1C:1C) [17:11:54:242]: End dialog not enabled
MSI (s) (1C:1C) [17:11:54:242]: Original package ==>
C:\Windows\Installer\411876.msi
MSI (s) (1C:1C) [17:11:54:242]: Package we're running from ==>
C:\Windows\Installer\411876.msi
MSI (s) (1C:1C) [17:11:54:244]: APPCOMPAT: Uninstall Flags override found.
MSI (s) (1C:1C) [17:11:54:244]: APPCOMPAT: Uninstall VersionNT override found.
MSI (s) (1C:1C) [17:11:54:244]: APPCOMPAT: Uninstall ServicePackLevel override
found.
MSI (s) (1C:1C) [17:11:54:244]: APPCOMPAT: looking for appcompat database entry
with ProductCode '{F62E5477-A813-448F-AD6C-34FB7C31E360}'.
MSI (s) (1C:1C) [17:11:54:244]: APPCOMPAT: no matching ProductCode found in
database.
MSI (s) (1C:1C) [17:11:54:250]: Note: 1: 2205 2: 3: MsiFileHash
MSI (s) (1C:1C) [17:11:54:250]: Machine policy value 'DisablePatch' is 0
MSI (s) (1C:1C) [17:11:54:250]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (1C:1C) [17:11:54:250]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (1C:1C) [17:11:54:250]: Machine policy value 'DisableFlyWeightPatching' is
0
MSI (s) (1C:1C) [17:11:54:250]: APPCOMPAT: looking for appcompat database entry
with ProductCode '{F62E5477-A813-448F-AD6C-34FB7C31E360}'.
MSI (s) (1C:1C) [17:11:54:250]: APPCOMPAT: no matching ProductCode found in
database.
MSI (s) (1C:1C) [17:11:54:250]: Transforms are not secure.
MSI (s) (1C:1C) [17:11:54:250]: Command Line: UPGRADINGPRODUCTCODE={dance for me
dance for me dance for me ooo oo} CLIENTUILEVEL=3 REMOVE=ALL
MSI (s) (1C:1C) [17:11:54:250]: PROPERTY CHANGE: Adding PackageCode property. Its
value is '{3D1C1970-F3C2-449C-B562-2122C74790A1}'.
MSI (s) (1C:1C) [17:11:54:250]: Product Code passed to Engine.Initialize:
'{Oh oh OO!}'
MSI (s) (1C:1C) [17:11:54:250]: Product Code from property table before transforms:
'{Oh oh OO!}'
MSI (s) (1C:1C) [17:11:54:250]: Product Code from property table after transforms:
'{Oh oh OO!}'
MSI (s) (1C:1C) [17:11:54:250]: Product registered: entering maintenance mode
MSI (s) (1C:1C) [17:11:54:250]: Determined that existing product (either this
product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (1C:1C) [17:11:54:250]: PROPERTY CHANGE: Modifying ALLUSERS property. Its
current value is '2'. Its new value: '1'.
MSI (s) (1C:1C) [17:11:54:250]: MSI_LUA: Nested installation UAC elevation tracks
that of parent (is not elevated)
MSI (s) (1C:1C) [17:11:54:250]: Product {Oh oh OO!} is admin assigned: LocalSystem
owns the publish key.
MSI (s) (1C:1C) [17:11:54:250]: Product {Oh oh OO!} is managed.
MSI (s) (1C:1C) [17:11:54:250]: MSI_LUA: Credential prompt not required, user is an
admin
MSI (s) (1C:1C) [17:11:54:250]: PROPERTY CHANGE: Adding ProductState property. Its
value is '5'.
MSI (s) (1C:1C) [17:11:54:250]: PROPERTY CHANGE: Adding ProductToBeRegistered
property. Its value is '1'.
MSI (s) (1C:1C) [17:11:54:250]: Package name retrieved from configuration data:
'MTGAInstaller_0.1.1790.733462.msi'
MSI (s) (1C:1C) [17:11:54:250]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (1C:1C) [17:11:54:250]: Machine policy value 'DisableMsi' is 0
MSI (s) (1C:1C) [17:11:54:250]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (1C:1C) [17:11:54:250]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (1C:1C) [17:11:54:251]: Product {Oh oh OO!} is admin assigned: LocalSystem
owns the publish key.
MSI (s) (1C:1C) [17:11:54:251]: Product {Oh oh OO!} is managed.
MSI (s) (1C:1C) [17:11:54:251]: Running product '{Oh oh OO!}' with elevated
privileges: Product is assigned.
MSI (s) (1C:1C) [17:11:54:251]: PROPERTY CHANGE: Adding UPGRADINGPRODUCTCODE
property. Its value is '{dance for me dance for me dance for me ooo oo}'.
MSI (s) (1C:1C) [17:11:54:251]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its
value is '3'.
MSI (s) (1C:1C) [17:11:54:251]: PROPERTY CHANGE: Adding REMOVE property. Its value
is 'ALL'.
MSI (s) (1C:1C) [17:11:54:251]: Machine policy value
'DisableAutomaticApplicationShutdown' is 0
MSI (s) (1C:1C) [17:11:54:251]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey
property. Its value is 'fcd0d1a2f7004e469b5cd6e8c3f8dce9'.
MSI (s) (1C:1C) [17:11:54:251]: RESTART MANAGER: Session opened.
MSI (s) (1C:1C) [17:11:54:251]: TRANSFORMS property is now:
MSI (s) (1C:1C) [17:11:54:251]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property.
Its value is '1033'.
MSI (s) (1C:1C) [17:11:54:252]: PROPERTY CHANGE: Adding VersionDatabase property.
Its value is '200'.
MSI (s) (1C:1C) [17:11:54:253]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming
MSI (s) (1C:1C) [17:11:54:254]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\Favorites
MSI (s) (1C:1C) [17:11:54:255]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (1C:1C) [17:11:54:256]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\Documents
MSI (s) (1C:1C) [17:11:54:258]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (1C:1C) [17:11:54:259]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (1C:1C) [17:11:54:260]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (1C:1C) [17:11:54:262]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (1C:1C) [17:11:54:262]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (1C:1C) [17:11:54:263]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Local
MSI (s) (1C:1C) [17:11:54:264]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\Pictures
MSI (s) (1C:1C) [17:11:54:266]: SHELL32::SHGetFolderPath returned:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (1C:1C) [17:11:54:267]: SHELL32::SHGetFolderPath returned:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (1C:1C) [17:11:54:268]: SHELL32::SHGetFolderPath returned:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (1C:1C) [17:11:54:269]: SHELL32::SHGetFolderPath returned:
C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (1C:1C) [17:11:54:271]: SHELL32::SHGetFolderPath returned:
C:\Users\Public\Desktop
MSI (s) (1C:1C) [17:11:54:273]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Administrative Tools
MSI (s) (1C:1C) [17:11:54:281]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (1C:1C) [17:11:54:291]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (1C:1C) [17:11:54:295]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (1C:1C) [17:11:54:296]: SHELL32::SHGetFolderPath returned:
C:\Users\Wharrgarble\Desktop
MSI (s) (1C:1C) [17:11:54:298]: SHELL32::SHGetFolderPath returned:
C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (1C:1C) [17:11:54:298]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
MSI (s) (1C:1C) [17:11:54:298]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4:
0 5: 16
MSI (s) (1C:1C) [17:11:54:304]: MSI_LUA: Setting AdminUser property to 1 because
the product is already installed managed and per-machine
MSI (s) (1C:1C) [17:11:54:304]: MSI_LUA: Setting MsiRunningElevated property to 1
because the install is already running elevated.
MSI (s) (1C:1C) [17:11:54:304]: PROPERTY CHANGE: Adding MsiRunningElevated
property. Its value is '1'.
MSI (s) (1C:1C) [17:11:54:304]: PROPERTY CHANGE: Adding Privileged property. Its
value is '1'.
MSI (s) (1C:1C) [17:11:54:305]: Note: 1: 1402 2:
HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (1C:1C) [17:11:54:305]: PROPERTY CHANGE: Adding USERNAME property. Its
value is 'Wharrgarble'.
MSI (s) (1C:1C) [17:11:54:305]: Note: 1: 1402 2:
HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (1C:1C) [17:11:54:305]: PROPERTY CHANGE: Adding Installed property. Its
value is '2009/12/11 08:47:46'.
MSI (s) (1C:1C) [17:11:54:305]: PROPERTY CHANGE: Adding DATABASE property. Its
value is 'C:\Windows\Installer\411876.msi'.
MSI (s) (1C:1C) [17:11:54:305]: PROPERTY CHANGE: Adding OriginalDatabase property.
Its value is 'C:\Windows\Installer\411876.msi'.
MSI (s) (1C:1C) [17:11:54:305]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (1C:1C) [17:11:54:305]: EEUI - Disabling MsiEmbeddedUI for service because
it's not a quiet/basic install
MSI (s) (1C:1C) [17:11:54:305]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (1C:1C) [17:11:54:305]: Machine policy value 'DisableRollback' is 0
MSI (s) (1C:1C) [17:11:54:305]: User policy value 'DisableRollback' is 0
MSI (s) (1C:1C) [17:11:54:305]: PROPERTY CHANGE: Adding UILevel property. Its value
is '2'.
MSI (s) (1C:1C) [17:11:54:305]: PROPERTY CHANGE: Adding Preselected property. Its
value is '1'.
MSI (s) (1C:1C) [17:11:54:305]: PROPERTY CHANGE: Adding ACTION property. Its value
is 'INSTALL'.
MSI (s) (1C:1C) [17:11:54:305]: Doing action: INSTALL
Action start 17:11:54: INSTALL.
MSI (s) (1C:1C) [17:11:54:306]: Running ExecuteSequence
MSI (s) (1C:1C) [17:11:54:306]: Doing action: AI_ResolveLocalizedCredentials
MSI (s) (1C:74) [17:11:54:323]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIC225.tmp, Entrypoint: GetLocalizedCredentials
Action start 17:11:54: AI_ResolveLocalizedCredentials.
Getting localized credentials and storing them in properties...
LookupUserGroupFromRid: 500 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-500
LookupAccountSidW returned 1
Freeing buffers..
MSI (s) (1C!D4) [17:11:54:348]: PROPERTY CHANGE: Adding USR_ADMINISTRATOR property.
Its value is 'Administrator'.
Buffers freed.
LookupUserGroupFromRid: 501 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-501
LookupAccountSidW returned 1
Freeing buffers..
MSI (s) (1C!D4) [17:11:54:351]: PROPERTY CHANGE: Adding USR_GUEST property. Its
value is 'Guest'.
Buffers freed.
LookupUserGroupFromRid: 502 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-502
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 512 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-512
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 513 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-513
LookupAccountSidW returned 1
Freeing buffers..
MSI (s) (1C!D4) [17:11:54:365]: PROPERTY CHANGE: Adding GRP_DOMAIN_USERS property.
Its value is 'None'.
Buffers freed.
LookupUserGroupFromRid: 514 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-514
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 515 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-515
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 516 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-516
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 519 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-519
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 498 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for SID: Oh oh OO!
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 520 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-520
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRid: 518 257
NetUserModalsGet will use empty target computer name.
subAuthorityCount: 4
Initialized Sid successfully
Copying subauthorities...
Copying subauthorities done.
Appending Rid to new Sid...
Appending Rid to new Sid done.
resolving for Oh oh OO!-2461159117-518
LookupAccountSidW returned 0
Freeing buffers..
Buffers freed.
LookupUserGroupFromRid failed
LookupUserGroupFromRidSDDL: AU None 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:394]: PROPERTY CHANGE: Adding GRP_AUTHENTICATED_USERS
property. Its value is 'Authenticated Users'.
Freeing sid done.
LookupUserGroupFromRidSDDL: WD Authenticated Users 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:396]: PROPERTY CHANGE: Adding GRP_EVERYONE property. Its
value is 'Everyone'.
Freeing sid done.
LookupUserGroupFromRidSDDL: AN Everyone 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:398]: PROPERTY CHANGE: Adding USR_ANONYMOUS property. Its
value is 'ANONYMOUS LOGON'.
Freeing sid done.
LookupUserGroupFromRidSDDL: NS ANONYMOUS LOGON 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:399]: PROPERTY CHANGE: Adding USR_NETWORK_SERVICE
property. Its value is 'NETWORK SERVICE'.
Freeing sid done.
LookupUserGroupFromRidSDDL: LS NETWORK SERVICE 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:401]: PROPERTY CHANGE: Adding USR_LOCAL_SERVICE property.
Its value is 'LOCAL SERVICE'.
Freeing sid done.
LookupUserGroupFromRidSDDL: AO LOCAL SERVICE 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 0
Freeing sid..
Freeing sid done.
LookupUserGroupFromRidSDDL failed
LookupUserGroupFromRidSDDL: SO LOCAL SERVICE 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 0
Freeing sid..
Freeing sid done.
LookupUserGroupFromRidSDDL failed
LookupUserGroupFromRidSDDL: PO LOCAL SERVICE 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 0
Freeing sid..
Freeing sid done.
LookupUserGroupFromRidSDDL failed
LookupUserGroupFromRidSDDL: BO LOCAL SERVICE 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:408]: PROPERTY CHANGE: Adding GRP_BACKUP_OPS property.
Its value is 'Backup Operators'.
Freeing sid done.
LookupUserGroupFromRidSDDL: CY Backup Operators 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:409]: PROPERTY CHANGE: Adding GRP_CRYPTO_OPS property.
Its value is 'Cryptographic Operators'.
Freeing sid done.
LookupUserGroupFromRidSDDL: IS Cryptographic Operators 257
ConvertStringSidToSid successful!
LookupAccountSidW returned 1
Freeing sid..
MSI (s) (1C!D4) [17:11:54:411]: PROPERTY CHANGE: Adding GRP_IIS_USERS property. Its
value is 'IIS_IUSRS'.
Freeing sid done.
LookupAliasFromRid: 544 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:412]: PROPERTY CHANGE: Adding GRP_ADMINISTRATORS
property. Its value is 'Administrators'.
LookupAccountSidW returned 1
LookupAliasFromRid: 545 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:413]: PROPERTY CHANGE: Adding GRP_USERS property. Its
value is 'Users'.
LookupAccountSidW returned 1
LookupAliasFromRid: 546 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:414]: PROPERTY CHANGE: Adding GRP_GUESTS property. Its
value is 'Guests'.
LookupAccountSidW returned 1
LookupAliasFromRid: 547 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:415]: PROPERTY CHANGE: Adding GRP_POWER_USERS property.
Its value is 'Power Users'.
LookupAccountSidW returned 1
LookupAliasFromRid: 552 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:416]: PROPERTY CHANGE: Adding GRP_REPLICATOR property.
Its value is 'Replicator'.
LookupAccountSidW returned 1
LookupAliasFromRid: 553 257
Target empty, so account name translation begins on the local system.
LookupAccountSidW returned 0
LookupAliasFromRid failed
LookupAliasFromRid: 554 257
Target empty, so account name translation begins on the local system.
LookupAccountSidW returned 0
LookupAliasFromRid failed
LookupAliasFromRid: 555 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:418]: PROPERTY CHANGE: Adding GRP_REMOTE_DESKTOP_USERS
property. Its value is 'Remote Desktop Users'.
LookupAccountSidW returned 1
LookupAliasFromRid: 556 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:419]: PROPERTY CHANGE: Adding
GRP_NETWORK_CONFIGURATION_OPS property. Its value is 'Network Configuration
Operators'.
LookupAccountSidW returned 1
LookupAliasFromRid: 557 257
Target empty, so account name translation begins on the local system.
LookupAccountSidW returned 0
LookupAliasFromRid failed
LookupAliasFromRid: 558 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:425]: PROPERTY CHANGE: Adding GRP_MONITORING_USERS
property. Its value is 'Performance Monitor Users'.
LookupAccountSidW returned 1
LookupAliasFromRid: 559 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:426]: PROPERTY CHANGE: Adding GRP_LOGGING_USERS property.
Its value is 'Performance Log Users'.
LookupAccountSidW returned 1
LookupAliasFromRid: 562 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:427]: PROPERTY CHANGE: Adding GRP_DCOM_USERS property.
Its value is 'Distributed COM Users'.
LookupAccountSidW returned 1
LookupAliasFromRid: 573 257
Target empty, so account name translation begins on the local system.
MSI (s) (1C!D4) [17:11:54:428]: PROPERTY CHANGE: Adding GRP_EVENT_LOG_READERS
property. Its value is 'Event Log Readers'.
LookupAccountSidW returned 1
LookupAliasFromRid: 561 257
Target empty, so account name translation begins on the local system.
LookupAccountSidW returned 0
LookupAliasFromRid failed
LookupAliasFromRid: 560 257
Target empty, so account name translation begins on the local system.
LookupAccountSidW returned 0
LookupAliasFromRid failed
LookupAliasFromRid: 574 257
Target empty, so account name translation begins on the local system.
LookupAccountSidW returned 0
LookupAliasFromRid failed
LookupUserGroupFromSid: S-1-5-32-578 257
Target empty, so account name translation begins on the local system.
ConvertStringSidToSid succeeded!
LookupAccountSidW returned 0
Freeing sid...
Freeing sid done.
LookupUserGroupFromSid failed
LookupUserGroupFromSid: S-1-5-32-579 257
Target empty, so account name translation begins on the local system.
ConvertStringSidToSid succeeded!
LookupAccountSidW returned 0
Freeing sid...
Freeing sid done.
LookupUserGroupFromSid failed
LookupUserGroupFromSid: S-1-5-32-580 257
Target empty, so account name translation begins on the local system.
ConvertStringSidToSid succeeded!
LookupAccountSidW returned 0
Freeing sid...
Freeing sid done.
LookupUserGroupFromSid failed
LookupUserGroupFromSid: S-1-5-32-581 257
Target empty, so account name translation begins on the local system.
ConvertStringSidToSid succeeded!
LookupAccountSidW returned 0
Freeing sid...
Freeing sid done.
LookupUserGroupFromSid failed
MSI (s) (1C:1C) [17:11:54:441]: Doing action: AI_EnableDebugLog
Action ended 17:11:54: AI_ResolveLocalizedCredentials. Return value 1.
MSI (s) (1C:58) [17:11:54:455]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIC2B3.tmp, Entrypoint: EnableDebugLog
Action start 17:11:54: AI_EnableDebugLog.
AI_EnableDebugLog: Log disabled
MSI (s) (1C:1C) [17:11:54:478]: Skipping action: AI_DETECT_MODERNWIN (condition is
false)
MSI (s) (1C:1C) [17:11:54:478]: Doing action: AI_ResolveKnownFolders
Action ended 17:11:54: AI_EnableDebugLog. Return value 1.
MSI (s) (1C:84) [17:11:54:494]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSIC2D3.tmp, Entrypoint: AI_ResolveKnownFolders
MSI (s) (1C!CC) [17:11:54:514]: PROPERTY CHANGE: Adding SavedGamesFolder property.
Its value is 'C:\Users\Wharrgarble\Saved Games\'.
MSI (s) (1C!CC) [17:11:54:514]: PROPERTY CHANGE: Adding WindowsLibrariesFolder
property. Its value is
'C:\Users\Wharrgarble\AppData\Roaming\Microsoft\Windows\Libraries\'.
MSI (s) (1C!CC) [17:11:54:514]: PROPERTY CHANGE: Adding PublicDocumentsFolder
property. Its value is 'C:\Users\Public\Documents\'.
MSI (s) (1C!CC) [17:11:54:515]: PROPERTY CHANGE: Adding PublicFolder property. Its
value is 'C:\Users\Public\'.
Action start 17:11:54: AI_ResolveKnownFolders.
MSI (s) (1C:1C) [17:11:54:516]: Doing action: AppSearch
Action ended 17:11:54: AI_ResolveKnownFolders. Return value 1.
MSI (s) (1C:1C) [17:11:54:516]: Note: 1: 2205 2: 3: AppSearch
MSI (s) (1C:1C) [17:11:54:516]: Note: 1: 2228 2: 3: AppSearch 4: SELECT
`Property`, `Signature_` FROM `AppSearch`
Action start 17:11:54: AppSearch.
MSI (s) (1C:1C) [17:11:54:516]: Doing action: FindRelatedProducts
Action ended 17:11:54: AppSearch. Return value 0.
MSI (s) (1C:1C) [17:11:54:517]: Skipping FindRelatedProducts action: not run in
maintenance mode
Action start 17:11:54: FindRelatedProducts.
MSI (s) (1C:1C) [17:11:54:517]: Skipping action: AI_DOWNGRADE (condition is false)
MSI (s) (1C:1C) [17:11:54:517]: Doing action: AI_DATA_SETTER_3
Action ended 17:11:54: FindRelatedProducts. Return value 0.
MSI (s) (1C:1C) [17:11:54:517]: PROPERTY CHANGE: Adding CustomActionData property.
Its value is 'Flags#1#Script#function Set-TargetDirIfInstalled {
Param(
[Parameter(Mandatory=$true)]
[string]$relname,

[Parameter(Mandatory=$true)]
[string]$flavor
)
$key = 'HKLM:\SOFTWARE\WOW6432Node\Wizards of the Coast\' + $relname
Write-Host "Checking Key $key"
if (test-path $key) {
$path = (Get-ItemProperty -Path $key -Name "Path")
$arr = $path -split (";")

S-ar putea să vă placă și