Hello, I am new to WIX, and I am using the wix toolset visual studio extension (3.8).
I created a new Wix "Setup Project" I added a reference from the Wix setup project to another project within my solution "CrmAdo" All i want to do is on installation, install the CrmAdo.dll to the GAC and then on uninstallation, have it removed from the GAC. Here is the most simple wix file that demonstrates the problem: <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:VSExtension="http://schemas.microsoft.com/wix/VSExtension"> <Product Id="*" Name="CrmAdo ADO.NET Data Provider" Language="1033" Version="!(bind.FileVersion.CrmAdoAssemblyFile)" Manufacturer="CrmAdo" UpgradeCode="0dcf7b53-5dca-439c-b3a7-adf70da4ac5f"> <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> <UIRef Id="WixUI_Mondo" /> <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> <MediaTemplate EmbedCab="yes" /> <WixVariable Id="WixUILicenseRtf" Value="Eula.rtf" /> <Feature Id="ProductFeature" Title="CrmAdo ADO.NET Data Provider" Level="1"> <ComponentRef Id="CrmAdoAssembly"/> </Feature> </Product> <!-- Step 1: Define the directory structure --> <Fragment> <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder"> <Directory Id="ProductDirectory" Name="CrmAdo"> <Directory Id="GAC" Name="GAC"> <Component Id="CrmAdoAssembly" Guid="2DE124DB-0C50-4D18-AB4F-BE37FCF46215" DiskId="1"> <!-- Registering assembly in GAC --> <File Id="CrmAdoAssemblyFile" LongName="CrmAdo.dll" Source="$(var.CrmAdo.TargetDir)$(var.CrmAdo.TargetFileName)" KeyPath="yes" Assembly=".net"/> </Component> </Directory> </Directory> </Directory> </Directory> </Fragment> </Wix> When I run the installer - it successfully adds the assembly to the gac - and this is the result of gacutil G:\WINDOWS\system32>gacutil.exe /l crmado Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.18020 Copyright (c) Microsoft Corporation. All rights reserved. The Global Assembly Cache contains the following assemblies: crmado, Version=1.2.5.0, Culture=neutral, PublicKeyToken=ba966c247ee8fd34, pro cessorArchitecture=MSIL Number of items = 1 When I uninstall - it doesn't remove the assembly from the gac - GacUtil.exe still shows that the assembly is present. If anyone can lend me some pointers I would be very greatful! Darrell p.s Here is the complete (verbose) msi log file for the uninstallation should it be helpful:- === Verbose logging started: 26/10/2014 15:44:17 Build type: SHIP UNICODE 5.00.9600.00 Calling process: G:\WINDOWS\system32\msiexec.exe === MSI (c) (3C:BC) [15:44:17:088]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (3C:BC) [15:44:17:088]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg MSI (c) (3C:3C) [15:44:17:094]: Resetting cached policy values MSI (c) (3C:3C) [15:44:17:094]: Machine policy value 'Debug' is 0 MSI (c) (3C:3C) [15:44:17:094]: ******* RunEngine: ******* Product: CrmAdo.Setup.msi ******* Action: ******* CommandLine: ********** MSI (c) (3C:3C) [15:44:17:095]: Machine policy value 'DisableUserInstalls' is 0 MSI (c) (3C:3C) [15:44:17:112]: Cloaking enabled. MSI (c) (3C:3C) [15:44:17:112]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (3C:3C) [15:44:17:114]: End dialog not enabled MSI (c) (3C:3C) [15:44:17:114]: Original package ==> G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi MSI (c) (3C:3C) [15:44:17:114]: Package we're running from ==> G:\WINDOWS\Installer\5d4ad21.msi MSI (c) (3C:3C) [15:44:17:114]: APPCOMPAT: Uninstall Flags override found. MSI (c) (3C:3C) [15:44:17:115]: APPCOMPAT: Uninstall VersionNT override found. MSI (c) (3C:3C) [15:44:17:115]: APPCOMPAT: Uninstall ServicePackLevel override found. MSI (c) (3C:3C) [15:44:17:115]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E97931A9-569A-4657-AFF8-21C13415FC89}'. MSI (c) (3C:3C) [15:44:17:115]: APPCOMPAT: no matching ProductCode found in database. MSI (c) (3C:3C) [15:44:17:117]: MSCOREE not loaded loading copy from system32 MSI (c) (3C:3C) [15:44:17:119]: Note: 1: 2205 2: 3: MsiFileHash MSI (c) (3C:3C) [15:44:17:119]: Machine policy value 'DisablePatch' is 0 MSI (c) (3C:3C) [15:44:17:119]: Machine policy value 'AllowLockdownPatch' is 0 MSI (c) (3C:3C) [15:44:17:119]: Machine policy value 'DisableLUAPatching' is 0 MSI (c) (3C:3C) [15:44:17:119]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (c) (3C:3C) [15:44:17:119]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E97931A9-569A-4657-AFF8-21C13415FC89}'. MSI (c) (3C:3C) [15:44:17:119]: APPCOMPAT: no matching ProductCode found in database. MSI (c) (3C:3C) [15:44:17:119]: Transforms are not secure. MSI (c) (3C:3C) [15:44:17:120]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\logfile.txt'. MSI (c) (3C:3C) [15:44:17:120]: Command Line: CURRENTDIRECTORY=G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug CLIENTUILEVEL=0 CLIENTPROCESSID=13372 MSI (c) (3C:3C) [15:44:17:120]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{475FBD1D-F79D-4313-A0A8-6809D20D8A21}'. MSI (c) (3C:3C) [15:44:17:120]: Product Code passed to Engine.Initialize: '{E97931A9-569A-4657-AFF8-21C13415FC89}' MSI (c) (3C:3C) [15:44:17:120]: Product Code from property table before transforms: '{E97931A9-569A-4657-AFF8-21C13415FC89}' MSI (c) (3C:3C) [15:44:17:120]: Product Code from property table after transforms: '{E97931A9-569A-4657-AFF8-21C13415FC89}' MSI (c) (3C:3C) [15:44:17:120]: Product registered: entering maintenance mode MSI (c) (3C:3C) [15:44:17:120]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (c) (3C:3C) [15:44:17:120]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (c) (3C:3C) [15:44:17:120]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (c) (3C:3C) [15:44:17:120]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 MSI (c) (3C:3C) [15:44:17:120]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (c) (3C:3C) [15:44:17:120]: Specifed source is already in a list. MSI (c) (3C:3C) [15:44:17:120]: User policy value 'SearchOrder' is 'nmu' MSI (c) (3C:3C) [15:44:17:120]: Machine policy value 'DisableBrowse' is 0 MSI (c) (3C:3C) [15:44:17:120]: Machine policy value 'AllowLockdownBrowse' is 0 MSI (c) (3C:3C) [15:44:17:120]: Adding new sources is allowed. MSI (c) (3C:3C) [15:44:17:120]: Package name retrieved from configuration data: 'CrmAdo.Setup.msi' MSI (c) (3C:3C) [15:44:17:120]: Note: 1: 2205 2: 3: Error MSI (c) (3C:3C) [15:44:17:121]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (c) (3C:3C) [15:44:17:121]: Machine policy value 'DisableMsi' is 0 MSI (c) (3C:3C) [15:44:17:121]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (c) (3C:3C) [15:44:17:121]: User policy value 'AlwaysInstallElevated' is 0 MSI (c) (3C:3C) [15:44:17:121]: Product {E97931A9-569A-4657-AFF8-21C13415FC89} is admin assigned: LocalSystem owns the publish key. MSI (c) (3C:3C) [15:44:17:121]: Product {E97931A9-569A-4657-AFF8-21C13415FC89} is managed. MSI (c) (3C:3C) [15:44:17:121]: Running product '{E97931A9-569A-4657-AFF8-21C13415FC89}' with elevated privileges: Product is assigned. MSI (c) (3C:3C) [15:44:17:121]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug'. MSI (c) (3C:3C) [15:44:17:121]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (c) (3C:3C) [15:44:17:121]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '13372'. MSI (c) (3C:3C) [15:44:17:121]: TRANSFORMS property is now: MSI (c) (3C:3C) [15:44:17:121]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'. MSI (c) (3C:3C) [15:44:17:121]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (c) (3C:3C) [15:44:17:121]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming MSI (c) (3C:3C) [15:44:17:121]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Favorites MSI (c) (3C:3C) [15:44:17:121]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (c) (3C:3C) [15:44:17:121]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Documents MSI (c) (3C:3C) [15:44:17:121]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Recent MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\SendTo MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Templates MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\ProgramData MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Local MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Pictures MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (3C:3C) [15:44:17:122]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\Users\Public\Desktop MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Desktop MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Templates MSI (c) (3C:3C) [15:44:17:123]: SHELL32::SHGetFolderPath returned: G:\WINDOWS\Fonts MSI (c) (3C:3C) [15:44:17:124]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (c) (3C:3C) [15:44:17:127]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation MSI (c) (3C:3C) [15:44:17:127]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (c) (3C:3C) [15:44:17:127]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (c) (3C:3C) [15:44:17:127]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (c) (3C:3C) [15:44:17:127]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (c) (3C:3C) [15:44:17:127]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'darrel...@ntlworld.com'. MSI (c) (3C:3C) [15:44:17:127]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (c) (3C:3C) [15:44:17:127]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'. MSI (c) (3C:3C) [15:44:17:127]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'G:\WINDOWS\Installer\5d4ad21.msi'. MSI (c) (3C:3C) [15:44:17:127]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi'. MSI (c) (3C:3C) [15:44:17:127]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (c) (3C:BC) [15:44:17:127]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'. === Logging started: 26/10/2014 15:44:17 === MSI (c) (3C:3C) [15:44:17:130]: Note: 1: 2205 2: 3: PatchPackage MSI (c) (3C:3C) [15:44:17:131]: Machine policy value 'DisableRollback' is 0 MSI (c) (3C:3C) [15:44:17:131]: User policy value 'DisableRollback' is 0 MSI (c) (3C:3C) [15:44:17:131]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (c) (3C:3C) [15:44:17:131]: Note: 1: 2203 2: G:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (c) (3C:3C) [15:44:17:131]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (c) (3C:3C) [15:44:17:132]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (c) (3C:3C) [15:44:17:132]: Doing action: INSTALL MSI (c) (3C:3C) [15:44:17:132]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: INSTALL. Action start 15:44:17: INSTALL. MSI (c) (3C:3C) [15:44:17:132]: UI Sequence table 'InstallUISequence' is present and populated. MSI (c) (3C:3C) [15:44:17:132]: Running UISequence MSI (c) (3C:3C) [15:44:17:132]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (c) (3C:3C) [15:44:17:132]: Doing action: FindRelatedProducts MSI (c) (3C:3C) [15:44:17:132]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: FindRelatedProducts. Searching for related applications Action start 15:44:17: FindRelatedProducts. MSI (c) (3C:3C) [15:44:17:132]: Skipping FindRelatedProducts action: not run in maintenance mode Action ended 15:44:17: FindRelatedProducts. Return value 0. MSI (c) (3C:3C) [15:44:17:132]: Doing action: PrepareDlg MSI (c) (3C:3C) [15:44:17:132]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: PrepareDlg. Action start 15:44:17: PrepareDlg. MSI (c) (3C:BC) [15:44:17:134]: Note: 1: 2205 2: 3: Error MSI (c) (3C:BC) [15:44:17:134]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898 Info 2898.For WixUI_Font_Normal textstyle, the system created a 'Tahoma' font, in 0 character set, of 13 pixels height. MSI (c) (3C:BC) [15:44:17:134]: Note: 1: 2205 2: 3: Error MSI (c) (3C:BC) [15:44:17:134]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898 Info 2898.For WixUI_Font_Bigger textstyle, the system created a 'Tahoma' font, in 0 character set, of 19 pixels height. Action 15:44:17: PrepareDlg. Dialog created Action ended 15:44:17: PrepareDlg. Return value 1. MSI (c) (3C:3C) [15:44:17:145]: Doing action: AppSearch MSI (c) (3C:3C) [15:44:17:145]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: AppSearch. Searching for installed applications Action start 15:44:17: AppSearch. MSI (c) (3C:3C) [15:44:17:146]: Note: 1: 2205 2: 3: AppSearch MSI (c) (3C:3C) [15:44:17:146]: Note: 1: 2228 2: 3: AppSearch 4: SELECT `Property`, `Signature_` FROM `AppSearch` Action ended 15:44:17: AppSearch. Return value 0. MSI (c) (3C:3C) [15:44:17:146]: Doing action: LaunchConditions MSI (c) (3C:3C) [15:44:17:146]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: LaunchConditions. Evaluating launch conditions Action start 15:44:17: LaunchConditions. Action ended 15:44:17: LaunchConditions. Return value 1. MSI (c) (3C:3C) [15:44:17:147]: Doing action: ValidateProductID MSI (c) (3C:3C) [15:44:17:147]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: ValidateProductID. Action start 15:44:17: ValidateProductID. Action ended 15:44:17: ValidateProductID. Return value 1. MSI (c) (3C:3C) [15:44:17:147]: Doing action: CostInitialize MSI (c) (3C:3C) [15:44:17:147]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: CostInitialize. Computing space requirements Action start 15:44:17: CostInitialize. MSI (c) (3C:3C) [15:44:17:148]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (c) (3C:3C) [15:44:17:150]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'D:\'. MSI (c) (3C:3C) [15:44:17:150]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. Action ended 15:44:17: CostInitialize. Return value 1. MSI (c) (3C:3C) [15:44:17:150]: Doing action: FileCost MSI (c) (3C:3C) [15:44:17:150]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: FileCost. Computing space requirements Action start 15:44:17: FileCost. MSI (c) (3C:3C) [15:44:17:151]: Note: 1: 2205 2: 3: Registry MSI (c) (3C:3C) [15:44:17:151]: Note: 1: 2205 2: 3: Registry MSI (c) (3C:3C) [15:44:17:151]: Note: 1: 2205 2: 3: Class MSI (c) (3C:3C) [15:44:17:151]: Note: 1: 2205 2: 3: Extension MSI (c) (3C:3C) [15:44:17:151]: Note: 1: 2205 2: 3: TypeLib Action ended 15:44:17: FileCost. Return value 1. MSI (c) (3C:3C) [15:44:17:151]: Doing action: CostFinalize MSI (c) (3C:3C) [15:44:17:151]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: CostFinalize. Computing space requirements Action start 15:44:17: CostFinalize. MSI (c) (3C:3C) [15:44:17:152]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (c) (3C:3C) [15:44:17:152]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (c) (3C:3C) [15:44:17:152]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (c) (3C:3C) [15:44:17:152]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (c) (3C:3C) [15:44:17:152]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (c) (3C:3C) [15:44:17:154]: Note: 1: 2205 2: 3: Patch MSI (c) (3C:3C) [15:44:17:154]: Note: 1: 2205 2: 3: Condition MSI (c) (3C:3C) [15:44:17:154]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'D:\'. MSI (c) (3C:3C) [15:44:17:154]: PROPERTY CHANGE: Adding ProductDirectory property. Its value is 'G:\Program Files (x86)\CrmAdo\'. MSI (c) (3C:3C) [15:44:17:154]: PROPERTY CHANGE: Adding GAC property. Its value is 'G:\Program Files (x86)\CrmAdo\GAC\'. MSI (c) (3C:3C) [15:44:17:154]: Target path resolution complete. Dumping Directory table... MSI (c) (3C:3C) [15:44:17:154]: Note: target paths subject to change (via custom actions or browsing) MSI (c) (3C:3C) [15:44:17:154]: Dir (target): Key: TARGETDIR , Object: D:\ MSI (c) (3C:3C) [15:44:17:154]: Dir (target): Key: WindowsFolder , Object: G:\WINDOWS\ MSI (c) (3C:3C) [15:44:17:154]: Dir (target): Key: ProgramFilesFolder , Object: G:\Program Files (x86)\ MSI (c) (3C:3C) [15:44:17:154]: Dir (target): Key: ProductDirectory , Object: G:\Program Files (x86)\CrmAdo\ MSI (c) (3C:3C) [15:44:17:154]: Dir (target): Key: GAC , Object: G:\Program Files (x86)\CrmAdo\GAC\ MSI (c) (3C:3C) [15:44:17:154]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. Action ended 15:44:17: CostFinalize. Return value 1. MSI (c) (3C:3C) [15:44:17:154]: Doing action: MigrateFeatureStates MSI (c) (3C:3C) [15:44:17:154]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: MigrateFeatureStates. Migrating feature states from related applications Action start 15:44:17: MigrateFeatureStates. MSI (c) (3C:3C) [15:44:17:155]: Skipping MigrateFeatureStates action: not run in maintenance mode Action ended 15:44:17: MigrateFeatureStates. Return value 0. MSI (c) (3C:3C) [15:44:17:155]: Doing action: MaintenanceWelcomeDlg MSI (c) (3C:3C) [15:44:17:155]: Note: 1: 2205 2: 3: ActionText Action 15:44:17: MaintenanceWelcomeDlg. Action start 15:44:17: MaintenanceWelcomeDlg. Action 15:44:17: MaintenanceWelcomeDlg. Dialog created MSI (c) (3C:9C) [15:44:17:164]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: Registry MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: BindImage MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: ProgId MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: PublishComponent MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: SelfReg MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: Extension MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: Font MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: Shortcut MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: Class MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: Icon MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2205 2: 3: TypeLib MSI (c) (3C:9C) [15:44:17:164]: Note: 1: 2727 2: MSI (c) (3C:BC) [15:44:18:266]: Note: 1: 2205 2: 3: Error MSI (c) (3C:BC) [15:44:18:266]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898 Info 2898.For WixUI_Font_Title textstyle, the system created a 'Tahoma' font, in 0 character set, of 14 pixels height. Action 15:44:18: MaintenanceTypeDlg. Dialog created MSI (c) (3C:BC) [15:44:18:975]: PROPERTY CHANGE: Adding WixUI_InstallMode property. Its value is 'Remove'. Action 15:44:18: VerifyReadyDlg. Dialog created MSI (c) (3C:BC) [15:44:19:478]: Note: 1: 2727 2: MSI (c) (3C:BC) [15:44:19:828]: Note: 1: 2727 2: Action ended 15:44:19: MaintenanceWelcomeDlg. Return value 1. MSI (c) (3C:3C) [15:44:19:830]: Skipping action: ResumeDlg (condition is false) MSI (c) (3C:3C) [15:44:19:830]: Skipping action: WelcomeDlg (condition is false) MSI (c) (3C:3C) [15:44:19:830]: Doing action: ProgressDlg MSI (c) (3C:3C) [15:44:19:830]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: ProgressDlg. Action start 15:44:19: ProgressDlg. Action 15:44:19: ProgressDlg. Dialog created Action ended 15:44:19: ProgressDlg. Return value 1. MSI (c) (3C:3C) [15:44:19:840]: Doing action: ExecuteAction MSI (c) (3C:3C) [15:44:19:840]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: ExecuteAction. Action start 15:44:19: ExecuteAction. MSI (c) (3C:3C) [15:44:19:841]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (c) (3C:3C) [15:44:19:841]: Grabbed execution mutex. MSI (c) (3C:3C) [15:44:19:841]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (c) (3C:3C) [15:44:19:841]: Switching to server: GAC="G:\Program Files (x86)\CrmAdo\GAC\" TARGETDIR="D:\" CURRENTDIRECTORY="G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug" CLIENTUILEVEL="0" CLIENTPROCESSID="13372" PRODUCTLANGUAGE="1033" USERNAME="darrel...@ntlworld.com" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="D:\" INSTALLLEVEL="1" SECONDSEQUENCE="1" REMOVE=ProductFeature MSI (s) (E4:D4) [15:44:19:843]: Running installation inside multi-package transaction G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi MSI (s) (E4:D4) [15:44:19:843]: Grabbed execution mutex. MSI (s) (E4:38) [15:44:19:844]: Resetting cached policy values MSI (s) (E4:38) [15:44:19:844]: Machine policy value 'Debug' is 0 MSI (s) (E4:38) [15:44:19:844]: ******* RunEngine: ******* Product: G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi ******* Action: INSTALL ******* CommandLine: ********** MSI (s) (E4:38) [15:44:19:844]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (E4:38) [15:44:19:856]: Note: 1: 2203 2: G:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (E4:38) [15:44:19:857]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0 MSI (s) (E4:38) [15:44:19:857]: SRSetRestorePoint skipped for this transaction. MSI (s) (E4:38) [15:44:19:857]: MSCOREE not loaded loading copy from system32 MSI (s) (E4:38) [15:44:19:859]: End dialog not enabled MSI (s) (E4:38) [15:44:19:859]: Original package ==> G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi MSI (s) (E4:38) [15:44:19:859]: Package we're running from ==> G:\WINDOWS\Installer\5d4ad21.msi MSI (s) (E4:38) [15:44:19:860]: APPCOMPAT: Uninstall Flags override found. MSI (s) (E4:38) [15:44:19:860]: APPCOMPAT: Uninstall VersionNT override found. MSI (s) (E4:38) [15:44:19:860]: APPCOMPAT: Uninstall ServicePackLevel override found. MSI (s) (E4:38) [15:44:19:860]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E97931A9-569A-4657-AFF8-21C13415FC89}'. MSI (s) (E4:38) [15:44:19:860]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (E4:38) [15:44:19:863]: Note: 1: 2205 2: 3: MsiFileHash MSI (s) (E4:38) [15:44:19:863]: Machine policy value 'DisablePatch' is 0 MSI (s) (E4:38) [15:44:19:863]: Machine policy value 'AllowLockdownPatch' is 0 MSI (s) (E4:38) [15:44:19:863]: Machine policy value 'DisableLUAPatching' is 0 MSI (s) (E4:38) [15:44:19:863]: Machine policy value 'DisableFlyWeightPatching' is 0 MSI (s) (E4:38) [15:44:19:863]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E97931A9-569A-4657-AFF8-21C13415FC89}'. MSI (s) (E4:38) [15:44:19:863]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (E4:38) [15:44:19:863]: Transforms are not secure. MSI (s) (E4:38) [15:44:19:863]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\logfile.txt'. MSI (s) (E4:38) [15:44:19:863]: Command Line: GAC=G:\Program Files (x86)\CrmAdo\GAC\ TARGETDIR=D:\ CURRENTDIRECTORY=G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug CLIENTUILEVEL=0 CLIENTPROCESSID=13372 PRODUCTLANGUAGE=1033 USERNAME=darrel...@ntlworld.com ACTION=INSTALL EXECUTEACTION=INSTALL ROOTDRIVE=D:\ INSTALLLEVEL=1 SECONDSEQUENCE=1 REMOVE=ProductFeature ACTION=INSTALL MSI (s) (E4:38) [15:44:19:863]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{475FBD1D-F79D-4313-A0A8-6809D20D8A21}'. MSI (s) (E4:38) [15:44:19:863]: Product Code passed to Engine.Initialize: '{E97931A9-569A-4657-AFF8-21C13415FC89}' MSI (s) (E4:38) [15:44:19:863]: Product Code from property table before transforms: '{E97931A9-569A-4657-AFF8-21C13415FC89}' MSI (s) (E4:38) [15:44:19:863]: Product Code from property table after transforms: '{E97931A9-569A-4657-AFF8-21C13415FC89}' MSI (s) (E4:38) [15:44:19:863]: Product registered: entering maintenance mode MSI (s) (E4:38) [15:44:19:863]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine. MSI (s) (E4:38) [15:44:19:864]: Product {E97931A9-569A-4657-AFF8-21C13415FC89} is admin assigned: LocalSystem owns the publish key. MSI (s) (E4:38) [15:44:19:864]: Product {E97931A9-569A-4657-AFF8-21C13415FC89} is managed. MSI (s) (E4:38) [15:44:19:864]: MSI_LUA: Credential prompt not required, user is an admin MSI (s) (E4:38) [15:44:19:864]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'. MSI (s) (E4:38) [15:44:19:864]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'. MSI (s) (E4:38) [15:44:19:864]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 MSI (s) (E4:38) [15:44:19:864]: Entering CMsiConfigurationManager::SetLastUsedSource. MSI (s) (E4:38) [15:44:19:864]: Specifed source is already in a list. MSI (s) (E4:38) [15:44:19:864]: User policy value 'SearchOrder' is 'nmu' MSI (s) (E4:38) [15:44:19:864]: Machine policy value 'DisableBrowse' is 0 MSI (s) (E4:38) [15:44:19:864]: Machine policy value 'AllowLockdownBrowse' is 0 MSI (s) (E4:38) [15:44:19:864]: Adding new sources is allowed. MSI (s) (E4:38) [15:44:19:864]: Package name retrieved from configuration data: 'CrmAdo.Setup.msi' MSI (s) (E4:38) [15:44:19:864]: Note: 1: 2205 2: 3: Error MSI (s) (E4:38) [15:44:19:865]: Note: 1: 2262 2: AdminProperties 3: -2147287038 MSI (s) (E4:38) [15:44:19:865]: Machine policy value 'DisableMsi' is 0 MSI (s) (E4:38) [15:44:19:865]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (E4:38) [15:44:19:865]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (E4:38) [15:44:19:865]: Product {E97931A9-569A-4657-AFF8-21C13415FC89} is admin assigned: LocalSystem owns the publish key. MSI (s) (E4:38) [15:44:19:865]: Product {E97931A9-569A-4657-AFF8-21C13415FC89} is managed. MSI (s) (E4:38) [15:44:19:865]: Running product '{E97931A9-569A-4657-AFF8-21C13415FC89}' with elevated privileges: Product is assigned. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding GAC property. Its value is 'G:\Program Files (x86)\CrmAdo\GAC\'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'D:\'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '13372'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'darrel...@ntlworld.com'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'D:\'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'. MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ProductFeature'. MSI (s) (E4:38) [15:44:19:865]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0 MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'cce84da8d6e6204098710433fb6f27b7'. MSI (s) (E4:38) [15:44:19:865]: RESTART MANAGER: Session opened. MSI (s) (E4:38) [15:44:19:865]: Engine has iefSecondSequence set to true. MSI (s) (E4:38) [15:44:19:865]: TRANSFORMS property is now: MSI (s) (E4:38) [15:44:19:865]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'. MSI (s) (E4:38) [15:44:19:866]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming MSI (s) (E4:38) [15:44:19:867]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Favorites MSI (s) (E4:38) [15:44:19:867]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Network Shortcuts MSI (s) (E4:38) [15:44:19:868]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Documents MSI (s) (E4:38) [15:44:19:869]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Printer Shortcuts MSI (s) (E4:38) [15:44:19:869]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Recent MSI (s) (E4:38) [15:44:19:870]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\SendTo MSI (s) (E4:38) [15:44:19:870]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Templates MSI (s) (E4:38) [15:44:19:870]: SHELL32::SHGetFolderPath returned: G:\ProgramData MSI (s) (E4:38) [15:44:19:871]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Local MSI (s) (E4:38) [15:44:19:871]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Pictures MSI (s) (E4:38) [15:44:19:872]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (E4:38) [15:44:19:873]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (E4:38) [15:44:19:874]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu\Programs MSI (s) (E4:38) [15:44:19:874]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Start Menu MSI (s) (E4:38) [15:44:19:875]: SHELL32::SHGetFolderPath returned: G:\Users\Public\Desktop MSI (s) (E4:38) [15:44:19:876]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools MSI (s) (E4:38) [15:44:19:876]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup MSI (s) (E4:38) [15:44:19:877]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs MSI (s) (E4:38) [15:44:19:877]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Start Menu MSI (s) (E4:38) [15:44:19:878]: SHELL32::SHGetFolderPath returned: G:\Users\Darrell\Desktop MSI (s) (E4:38) [15:44:19:879]: SHELL32::SHGetFolderPath returned: G:\ProgramData\Microsoft\Windows\Templates MSI (s) (E4:38) [15:44:19:879]: SHELL32::SHGetFolderPath returned: G:\WINDOWS\Fonts MSI (s) (E4:38) [15:44:19:879]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 MSI (s) (E4:38) [15:44:19:881]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine MSI (s) (E4:38) [15:44:19:881]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated. MSI (s) (E4:38) [15:44:19:881]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'. MSI (s) (E4:38) [15:44:19:881]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'. MSI (s) (E4:38) [15:44:19:882]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 MSI (s) (E4:38) [15:44:19:882]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'. MSI (s) (E4:38) [15:44:19:882]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'G:\WINDOWS\Installer\5d4ad21.msi'. MSI (s) (E4:38) [15:44:19:882]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi'. MSI (s) (E4:38) [15:44:19:882]: Machine policy value 'MsiDisableEmbeddedUI' is 0 MSI (s) (E4:38) [15:44:19:882]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install MSI (s) (E4:38) [15:44:19:882]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (E4:38) [15:44:19:882]: Machine policy value 'DisableRollback' is 0 MSI (s) (E4:38) [15:44:19:882]: User policy value 'DisableRollback' is 0 MSI (s) (E4:38) [15:44:19:882]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'. MSI (s) (E4:38) [15:44:19:882]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'. MSI (s) (E4:38) [15:44:19:882]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes. MSI (s) (E4:38) [15:44:19:882]: Doing action: INSTALL MSI (s) (E4:38) [15:44:19:882]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: INSTALL. Action start 15:44:19: INSTALL. MSI (s) (E4:38) [15:44:19:883]: Running ExecuteSequence MSI (s) (E4:38) [15:44:19:883]: Doing action: FindRelatedProducts MSI (s) (E4:38) [15:44:19:883]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: FindRelatedProducts. Searching for related applications Action start 15:44:19: FindRelatedProducts. MSI (s) (E4:38) [15:44:19:884]: Skipping FindRelatedProducts action: already done on client side Action ended 15:44:19: FindRelatedProducts. Return value 0. MSI (s) (E4:38) [15:44:19:884]: Doing action: LaunchConditions MSI (s) (E4:38) [15:44:19:884]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: LaunchConditions. Evaluating launch conditions Action start 15:44:19: LaunchConditions. Action ended 15:44:19: LaunchConditions. Return value 1. MSI (s) (E4:38) [15:44:19:885]: Doing action: ValidateProductID MSI (s) (E4:38) [15:44:19:885]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: ValidateProductID. Action start 15:44:19: ValidateProductID. Action ended 15:44:19: ValidateProductID. Return value 1. MSI (s) (E4:38) [15:44:19:886]: Doing action: CostInitialize MSI (s) (E4:38) [15:44:19:886]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: CostInitialize. Computing space requirements Action start 15:44:19: CostInitialize. MSI (s) (E4:38) [15:44:19:886]: Machine policy value 'MaxPatchCacheSize' is 10 MSI (s) (E4:38) [15:44:19:887]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'. MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2205 2: 3: Patch MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2205 2: 3: MsiPatchHeaders MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2205 2: 3: __MsiPatchFileList MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2205 2: 3: Patch Action ended 15:44:19: CostInitialize. Return value 1. MSI (s) (E4:38) [15:44:19:887]: Doing action: FileCost MSI (s) (E4:38) [15:44:19:887]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: FileCost. Computing space requirements Action start 15:44:19: FileCost. MSI (s) (E4:38) [15:44:19:888]: Note: 1: 2205 2: 3: Registry MSI (s) (E4:38) [15:44:19:888]: Note: 1: 2205 2: 3: Registry MSI (s) (E4:38) [15:44:19:888]: Note: 1: 2205 2: 3: Class MSI (s) (E4:38) [15:44:19:888]: Note: 1: 2205 2: 3: Extension MSI (s) (E4:38) [15:44:19:888]: Note: 1: 2205 2: 3: TypeLib Action ended 15:44:19: FileCost. Return value 1. MSI (s) (E4:38) [15:44:19:888]: Doing action: CostFinalize MSI (s) (E4:38) [15:44:19:888]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: CostFinalize. Computing space requirements Action start 15:44:19: CostFinalize. MSI (s) (E4:38) [15:44:19:889]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (E4:38) [15:44:19:889]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (E4:38) [15:44:19:889]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (E4:38) [15:44:19:889]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (E4:38) [15:44:19:889]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (E4:38) [15:44:19:889]: Note: 1: 2205 2: 3: Patch MSI (s) (E4:38) [15:44:19:889]: Note: 1: 2205 2: 3: Condition MSI (s) (E4:38) [15:44:19:889]: PROPERTY CHANGE: Adding ProductDirectory property. Its value is 'G:\Program Files (x86)\CrmAdo\'. MSI (s) (E4:38) [15:44:19:889]: Target path resolution complete. Dumping Directory table... MSI (s) (E4:38) [15:44:19:889]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (E4:38) [15:44:19:889]: Dir (target): Key: TARGETDIR , Object: D:\ MSI (s) (E4:38) [15:44:19:889]: Dir (target): Key: WindowsFolder , Object: G:\WINDOWS\ MSI (s) (E4:38) [15:44:19:889]: Dir (target): Key: ProgramFilesFolder , Object: G:\Program Files (x86)\ MSI (s) (E4:38) [15:44:19:889]: Dir (target): Key: ProductDirectory , Object: G:\Program Files (x86)\CrmAdo\ MSI (s) (E4:38) [15:44:19:889]: Dir (target): Key: GAC , Object: G:\Program Files (x86)\CrmAdo\GAC\ Action ended 15:44:19: CostFinalize. Return value 1. MSI (s) (E4:38) [15:44:19:890]: Doing action: MigrateFeatureStates MSI (s) (E4:38) [15:44:19:890]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: MigrateFeatureStates. Migrating feature states from related applications Action start 15:44:19: MigrateFeatureStates. MSI (s) (E4:38) [15:44:19:891]: Skipping MigrateFeatureStates action: already done on client side Action ended 15:44:19: MigrateFeatureStates. Return value 0. MSI (s) (E4:38) [15:44:19:891]: Doing action: InstallValidate MSI (s) (E4:38) [15:44:19:891]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: InstallValidate. Validating install Action start 15:44:19: InstallValidate. MSI (s) (E4:38) [15:44:19:892]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'cce84da8d6e6204098710433fb6f27b7'. MSI (s) (E4:38) [15:44:19:892]: Feature: ProductFeature; Installed: Local; Request: Absent; Action: Absent MSI (s) (E4:38) [15:44:19:892]: Component: CrmAdoAssembly; Installed: Local; Request: Absent; Action: Absent MSI (s) (E4:38) [15:44:19:892]: Component: __CrmAdoAssembly65; Installed: Null; Request: Absent; Action: Absent MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: Registry MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: BindImage MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: ProgId MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: SelfReg MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: Extension MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: Font MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: Shortcut MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: Class MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: Icon MSI (s) (E4:38) [15:44:19:892]: Note: 1: 2205 2: 3: TypeLib MSI (s) (E4:38) [15:44:19:892]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: Registry MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: BindImage MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: ProgId MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: SelfReg MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: Extension MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: Font MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: Shortcut MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: Class MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: Icon MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: TypeLib MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2727 2: MSI (s) (E4:38) [15:44:19:893]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (E4:38) [15:44:19:900]: Note: 1: 2727 2: MSI (s) (E4:38) [15:44:19:900]: PROPERTY CHANGE: Modifying REMOVE property. Its current value is 'ProductFeature'. Its new value: 'ALL'. Action ended 15:44:19: InstallValidate. Return value 1. MSI (s) (E4:38) [15:44:19:900]: Doing action: RemoveExistingProducts MSI (s) (E4:38) [15:44:19:900]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: RemoveExistingProducts. Removing applications Action start 15:44:19: RemoveExistingProducts. MSI (s) (E4:38) [15:44:19:901]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall Action ended 15:44:19: RemoveExistingProducts. Return value 0. MSI (s) (E4:38) [15:44:19:901]: Doing action: InstallInitialize MSI (s) (E4:38) [15:44:19:901]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: InstallInitialize. Action start 15:44:19: InstallInitialize. MSI (s) (E4:38) [15:44:19:902]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (E4:38) [15:44:19:902]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (E4:38) [15:44:19:902]: BeginTransaction: Locking Server MSI (s) (E4:38) [15:44:19:902]: Note: 1: 2203 2: G:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (E4:38) [15:44:19:902]: SRSetRestorePoint skipped for this transaction. MSI (s) (E4:38) [15:44:19:902]: Note: 1: 2203 2: G:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (E4:38) [15:44:19:902]: Server not locked: locking for product {E97931A9-569A-4657-AFF8-21C13415FC89} MSI (s) (E4:38) [15:44:19:906]: Note: 1: 2205 2: 3: ActionText MSI (s) (E4:38) [15:44:19:907]: Note: 1: 2205 2: 3: ActionText MSI (s) (E4:38) [15:44:19:908]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: GenerateScript. Generating script operations for action: GenerateScript: InstallInitialize MSI (s) (E4:38) [15:44:19:909]: PROPERTY CHANGE: Deleting ProductToBeRegistered property. Its current value is '1'. MSI (s) (E4:38) [15:44:19:909]: Note: 1: 2205 2: 3: Icon MSI (s) (E4:38) [15:44:19:909]: Note: 1: 2228 2: 3: Icon 4: SELECT `Name`, `Data` FROM `Icon` Action ended 15:44:19: InstallInitialize. Return value 1. MSI (s) (E4:38) [15:44:19:910]: Doing action: ProcessComponents MSI (s) (E4:38) [15:44:19:910]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: ProcessComponents. Updating component registration Action start 15:44:19: ProcessComponents. ProcessComponents: Action ended 15:44:19: ProcessComponents. Return value 1. MSI (s) (E4:38) [15:44:19:911]: Doing action: MsiUnpublishAssemblies MSI (s) (E4:38) [15:44:19:911]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: MsiUnpublishAssemblies. Unpublishing assembly information Action start 15:44:19: MsiUnpublishAssemblies. MsiUnpublishAssemblies: Application Context:Unpublishing assembly information, Assembly Name: Action ended 15:44:19: MsiUnpublishAssemblies. Return value 1. MSI (s) (E4:38) [15:44:19:949]: Doing action: UnpublishFeatures MSI (s) (E4:38) [15:44:19:949]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: UnpublishFeatures. Unpublishing Product Features Action start 15:44:19: UnpublishFeatures. UnpublishFeatures: Feature: Unpublishing Product Features Action ended 15:44:19: UnpublishFeatures. Return value 1. MSI (s) (E4:38) [15:44:19:950]: Doing action: RemoveFiles MSI (s) (E4:38) [15:44:19:950]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: RemoveFiles. Removing files Action start 15:44:19: RemoveFiles. MSI (s) (E4:38) [15:44:19:951]: Note: 1: 2205 2: 3: RemoveFile RemoveFiles: File: Removing files, Directory: MSI (s) (E4:38) [15:44:19:951]: Note: 1: 2205 2: 3: RemoveFile Action ended 15:44:19: RemoveFiles. Return value 0. MSI (s) (E4:38) [15:44:19:951]: Doing action: InstallFiles MSI (s) (E4:38) [15:44:19:951]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: InstallFiles. Copying new files Action start 15:44:19: InstallFiles. MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2205 2: 3: Patch MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2228 2: 3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence` MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2205 2: 3: Error MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302 MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2205 2: 3: MsiSFCBypass MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2205 2: 3: MsiPatchHeaders MSI (s) (E4:38) [15:44:19:952]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ? Action ended 15:44:19: InstallFiles. Return value 1. MSI (s) (E4:38) [15:44:19:953]: Doing action: RegisterUser MSI (s) (E4:38) [15:44:19:953]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: RegisterUser. Registering user Action start 15:44:19: RegisterUser. Action ended 15:44:19: RegisterUser. Return value 0. MSI (s) (E4:38) [15:44:19:954]: Doing action: RegisterProduct MSI (s) (E4:38) [15:44:19:954]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: RegisterProduct. Registering product Action start 15:44:19: RegisterProduct. Action ended 15:44:19: RegisterProduct. Return value 1. MSI (s) (E4:38) [15:44:19:954]: Doing action: MsiPublishAssemblies MSI (s) (E4:38) [15:44:19:954]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: MsiPublishAssemblies. Publishing assembly information Action start 15:44:19: MsiPublishAssemblies. Action ended 15:44:19: MsiPublishAssemblies. Return value 1. MSI (s) (E4:38) [15:44:19:955]: Doing action: PublishFeatures MSI (s) (E4:38) [15:44:19:955]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: PublishFeatures. Publishing Product Features Action start 15:44:19: PublishFeatures. Action ended 15:44:19: PublishFeatures. Return value 1. MSI (s) (E4:38) [15:44:19:956]: Doing action: PublishProduct MSI (s) (E4:38) [15:44:19:956]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: PublishProduct. Publishing product information Action start 15:44:19: PublishProduct. PublishProduct: Action ended 15:44:19: PublishProduct. Return value 1. MSI (s) (E4:38) [15:44:19:958]: Doing action: InstallFinalize MSI (s) (E4:38) [15:44:19:958]: Note: 1: 2205 2: 3: ActionText Action 15:44:19: InstallFinalize. Action start 15:44:19: InstallFinalize. MSI (s) (E4:38) [15:44:19:959]: Running Script: G:\WINDOWS\Installer\MSID7AC.tmp MSI (s) (E4:38) [15:44:19:959]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'. MSI (s) (E4:38) [15:44:19:969]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (E4:38) [15:44:19:969]: Machine policy value 'DisableRollback' is 0 MSI (s) (E4:38) [15:44:19:970]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (E4:38) [15:44:19:971]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1163558282,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) MSI (s) (E4:38) [15:44:19:971]: Executing op: ProductInfo(ProductKey={E97931A9-569A-4657-AFF8-21C13415FC89},ProductName=CrmAdo ADO.NET Data Provider,PackageName=CrmAdo.Setup.msi,Language=1033,Version=16908293,Assignment=1,ObsoleteArg=0,,,PackageCode={475FBD1D-F79D-4313-A0A8-6809D20D8A21},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=2) MSI (s) (E4:38) [15:44:19:971]: Executing op: DialogInfo(Type=0,Argument=1033) MSI (s) (E4:38) [15:44:19:971]: Executing op: DialogInfo(Type=1,Argument=CrmAdo ADO.NET Data Provider) MSI (s) (E4:38) [15:44:19:971]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1]) MSI (s) (E4:38) [15:44:19:971]: Executing op: SetBaseline(Baseline=0,) MSI (s) (E4:38) [15:44:19:971]: Executing op: SetBaseline(Baseline=1,) MSI (s) (E4:38) [15:44:19:971]: Executing op: ActionStart(Name=InstallInitialize,,) Action 15:44:19: InstallInitialize. MSI (s) (E4:38) [15:44:19:972]: Executing op: ProductUnregister(UpgradeCode={0DCF7B53-5DCA-439C-B3A7-ADF70DA4AC5F}) 1: {E97931A9-569A-4657-AFF8-21C13415FC89} MSI (s) (E4:38) [15:44:19:972]: Note: 1: 1402 2: UNKNOWN\Products\9A13979EA9657564FA8F121C4351CF98\Transforms 3: 2 MSI (s) (E4:38) [15:44:19:972]: Note: 1: 1402 2: UNKNOWN\Products\9A13979EA9657564FA8F121C4351CF98\Transforms 3: 2 MSI (s) (E4:38) [15:44:19:972]: Scheduling file 'G:\WINDOWS\Installer\5d4ad21.msi' for deletion during post-install cleanup (not post-reboot). MSI (s) (E4:38) [15:44:19:976]: Note: 1: 1402 2: UNKNOWN\Products\9A13979EA9657564FA8F121C4351CF98\Usage 3: 2 MSI (s) (E4:38) [15:44:19:976]: Executing op: ProductCPDisplayInfoUnregister() MSI (s) (E4:38) [15:44:19:977]: Executing op: ProductUnpublish(PackageKey={475FBD1D-F79D-4313-A0A8-6809D20D8A21}) 1: {E97931A9-569A-4657-AFF8-21C13415FC89} MSI (s) (E4:38) [15:44:19:977]: Executing op: UpgradeCodeUnpublish(UpgradeCode={0DCF7B53-5DCA-439C-B3A7-ADF70DA4AC5F}) MSI (s) (E4:38) [15:44:19:978]: Executing op: ProductUnpublishClient(,,) MSI (s) (E4:38) [15:44:19:978]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9A13979EA9657564FA8F121C4351CF98 3: 2 MSI (s) (E4:38) [15:44:19:978]: Executing op: SourceListUnpublish(,) MSI (s) (E4:38) [15:44:19:978]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9A13979EA9657564FA8F121C4351CF98\SourceList 3: 2 MSI (s) (E4:38) [15:44:19:978]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,) Action 15:44:19: ProcessComponents. Updating component registration MSI (s) (E4:38) [15:44:19:979]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=24000) MSI (s) (E4:38) [15:44:19:979]: Executing op: UnregisterSharedComponentProvider(Component={2DE124DB-0C50-4D18-AB4F-BE37FCF46215},ProductCode={E97931A9-569A-4657-AFF8-21C13415FC89}) MSI (s) (E4:38) [15:44:19:979]: Executing op: ComponentUnregister(ComponentId={2DE124DB-0C50-4D18-AB4F-BE37FCF46215},,BinaryType=0,) 1: {E97931A9-569A-4657-AFF8-21C13415FC89} 2: {2DE124DB-0C50-4D18-AB4F-BE37FCF46215} MSI (s) (E4:38) [15:44:19:979]: MSCOREE not loaded loading copy from system32 MSI (s) (E4:38) [15:44:19:981]: Executing op: ActionStart(Name=MsiUnpublishAssemblies,Description=Unpublishing assembly information,Template=Application Context:[1], Assembly Name:[2]) Action 15:44:19: MsiUnpublishAssemblies. Unpublishing assembly information MSI (s) (E4:38) [15:44:19:981]: Executing op: AssemblyUnpublish(,,AssemblyType=1,,AssemblyName=CrmAdo,version="1.2.5.0",culture="neutral",publicKeyToken="BA966C247EE8FD34",processorArchitecture="MSIL",Descriptor=g$8&tb__[=_[2)gM+ZET<) MsiUnpublishAssemblies: Application Context:Global, Assembly Name:CrmAdo,version="1.2.5.0",culture="neutral",publicKeyToken="BA966C247EE8FD34",processorArchitecture="MSIL" MSI (s) (E4:38) [15:44:19:982]: Executing op: ActionStart(Name=UnpublishFeatures,Description=Unpublishing Product Features,Template=Feature: [1]) Action 15:44:19: UnpublishFeatures. Unpublishing Product Features MSI (s) (E4:38) [15:44:19:983]: Executing op: FeatureUnpublish(Feature=ProductFeature,,Absent=2,Component=3~Gh2?A-k@o*qv58p9s)) UnpublishFeatures: Feature: ProductFeature MSI (s) (E4:38) [15:44:19:983]: Note: 1: 1402 2: UNKNOWN\Installer\Features\9A13979EA9657564FA8F121C4351CF98 3: 2 MSI (s) (E4:38) [15:44:19:983]: Executing op: ActionStart(Name=RemoveFiles,Description=Removing files,Template=File: [1], Directory: [9]) Action 15:44:19: RemoveFiles. Removing files MSI (s) (E4:38) [15:44:19:984]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=175000) MSI (s) (E4:38) [15:44:19:984]: Executing op: SetTargetFolder(Folder=G:\Program Files (x86)\CrmAdo\GAC\) MSI (s) (E4:38) [15:44:19:984]: Executing op: FileRemove(,FileName=CrmAdo.dll,,ComponentId={2DE124DB-0C50-4D18-AB4F-BE37FCF46215}) RemoveFiles: File: CrmAdo.dll, Directory: MSI (s) (E4:38) [15:44:19:984]: delegating uninstallation of assembly file : CrmAdo.dll to Fusion MSI (s) (E4:38) [15:44:19:984]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,) Action 15:44:19: PublishProduct. Publishing product information MSI (s) (E4:38) [15:44:19:985]: Executing op: CleanupConfigData() MSI (s) (E4:38) [15:44:19:985]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=0,Remove=1) MSI (s) (E4:38) [15:44:19:985]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9A13979EA9657564FA8F121C4351CF98\Patches 3: 2 MSI (s) (E4:38) [15:44:19:985]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=1) MSI (s) (E4:38) [15:44:19:985]: Executing op: CleanupConfigData(RemovingProduct=1) MSI (s) (E4:38) [15:44:19:985]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9A13979EA9657564FA8F121C4351CF98\Patches 3: 2 MSI (s) (E4:38) [15:44:19:985]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=199000) MSI (s) (E4:38) [15:44:19:985]: Entering MsiProvideAssembly. AssemblyName: CrmAdo,version="1.2.5.0",culture="neutral",publicKeyToken="BA966C247EE8FD34",processorArchitecture="MSIL", AppContext: , InstallMode: -4 MSI (s) (E4:38) [15:44:19:985]: Pathbuf: 0, pcchPathBuf: 0 MSI (s) (E4:38) [15:44:20:053]: MSI_DBG: Descriptor feature validation failed MSI (s) (E4:38) [15:44:20:053]: MsiProvideAssembly is returning: 87 MSI (s) (E4:38) [15:44:20:058]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (E4:38) [15:44:20:058]: User policy value 'DisableRollback' is 0 MSI (s) (E4:38) [15:44:20:058]: Machine policy value 'DisableRollback' is 0 MSI (s) (E4:38) [15:44:20:060]: Note: 1: 2265 2: 3: -2147287035 Action 15:44:20: RollbackCleanup. Removing backup files MSI (s) (E4:38) [15:44:20:065]: No System Restore sequence number for this installation. MSI (s) (E4:38) [15:44:20:065]: Unlocking Server MSI (s) (E4:38) [15:44:20:067]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'. Action ended 15:44:20: InstallFinalize. Return value 1. Action ended 15:44:20: INSTALL. Return value 1. Property(S): UpgradeCode = {0DCF7B53-5DCA-439C-B3A7-ADF70DA4AC5F} Property(S): GAC = G:\Program Files (x86)\CrmAdo\GAC\ Property(S): WixUIRMOption = UseRM Property(S): ALLUSERS = 1 Property(S): Installed = 00:00:00 Property(S): ProductDirectory = G:\Program Files (x86)\CrmAdo\ Property(S): ProgramFilesFolder = G:\Program Files (x86)\ Property(S): TARGETDIR = D:\ Property(S): Manufacturer = CrmAdo Property(S): ProductCode = {E97931A9-569A-4657-AFF8-21C13415FC89} Property(S): ProductLanguage = 1033 Property(S): ProductName = CrmAdo ADO.NET Data Provider Property(S): ProductVersion = 1.2.5.0 Property(S): DefaultUIFont = WixUI_Font_Normal Property(S): WixUI_Mode = Mondo Property(S): ErrorDialog = ErrorDlg Property(S): SecureCustomProperties = WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED Property(S): MsiLogFileLocation = G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\logfile.txt Property(S): PackageCode = {475FBD1D-F79D-4313-A0A8-6809D20D8A21} Property(S): ProductState = 5 Property(S): CURRENTDIRECTORY = G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug Property(S): CLIENTUILEVEL = 0 Property(S): CLIENTPROCESSID = 13372 Property(S): PRODUCTLANGUAGE = 1033 Property(S): USERNAME = darrel...@ntlworld.com Property(S): ACTION = INSTALL Property(S): EXECUTEACTION = INSTALL Property(S): ROOTDRIVE = D:\ Property(S): INSTALLLEVEL = 1 Property(S): SECONDSEQUENCE = 1 Property(S): REMOVE = ALL Property(S): VersionDatabase = 200 Property(S): VersionMsi = 5.00 Property(S): VersionNT = 603 Property(S): VersionNT64 = 603 Property(S): WindowsBuild = 9600 Property(S): ServicePackLevel = 0 Property(S): ServicePackLevelMinor = 0 Property(S): MsiNTProductType = 1 Property(S): WindowsFolder = G:\WINDOWS\ Property(S): WindowsVolume = G:\ Property(S): System64Folder = G:\WINDOWS\system32\ Property(S): SystemFolder = G:\WINDOWS\SysWOW64\ Property(S): RemoteAdminTS = 1 Property(S): TempFolder = G:\Users\Darrell\AppData\Local\Temp\ Property(S): CommonFilesFolder = G:\Program Files (x86)\Common Files\ Property(S): ProgramFiles64Folder = G:\Program Files\ Property(S): CommonFiles64Folder = G:\Program Files\Common Files\ Property(S): AppDataFolder = G:\Users\Darrell\AppData\Roaming\ Property(S): FavoritesFolder = G:\Users\Darrell\Favorites\ Property(S): NetHoodFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(S): PersonalFolder = G:\Users\Darrell\Documents\ Property(S): PrintHoodFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(S): RecentFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Recent\ Property(S): SendToFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\SendTo\ Property(S): TemplateFolder = G:\ProgramData\Microsoft\Windows\Templates\ Property(S): CommonAppDataFolder = G:\ProgramData\ Property(S): LocalAppDataFolder = G:\Users\Darrell\AppData\Local\ Property(S): MyPicturesFolder = G:\Users\Darrell\Pictures\ Property(S): AdminToolsFolder = G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(S): StartupFolder = G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(S): ProgramMenuFolder = G:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(S): StartMenuFolder = G:\ProgramData\Microsoft\Windows\Start Menu\ Property(S): DesktopFolder = G:\Users\Public\Desktop\ Property(S): FontsFolder = G:\WINDOWS\Fonts\ Property(S): GPTSupport = 1 Property(S): OLEAdvtSupport = 1 Property(S): ShellAdvtSupport = 1 Property(S): MsiAMD64 = 6 Property(S): Msix64 = 6 Property(S): Intel = 6 Property(S): PhysicalMemory = 6143 Property(S): VirtualMemory = 3280 Property(S): AdminUser = 1 Property(S): MsiTrueAdminUser = 1 Property(S): LogonUser = Darrell Property(S): UserSID = S-1-5-21-2364753317-177597892-1544790329-1001 Property(S): UserLanguageID = 2057 Property(S): ComputerName = NEUTRINO Property(S): SystemLanguageID = 2057 Property(S): ScreenX = 1024 Property(S): ScreenY = 768 Property(S): CaptionHeight = 23 Property(S): BorderTop = 1 Property(S): BorderSide = 1 Property(S): TextHeight = 16 Property(S): TextInternalLeading = 3 Property(S): ColorBits = 32 Property(S): TTCSupport = 1 Property(S): Time = 15:44:20 Property(S): Date = 26/10/2014 Property(S): MsiNetAssemblySupport = 4.0.30319.33440 Property(S): MsiWin32AssemblySupport = 6.3.9600.16384 Property(S): RedirectedDllSupport = 2 Property(S): MsiRunningElevated = 1 Property(S): Privileged = 1 Property(S): DATABASE = G:\WINDOWS\Installer\5d4ad21.msi Property(S): OriginalDatabase = G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi Property(S): UILevel = 5 Property(S): Preselected = 1 Property(S): CostingComplete = 1 Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0 MSI (s) (E4:38) [15:44:20:079]: MainEngineThread is returning 0 MSI (s) (E4:D4) [15:44:20:081]: RESTART MANAGER: Session closed. MSI (s) (E4:D4) [15:44:20:081]: No System Restore sequence number for this installation. MSI (s) (E4:D4) [15:44:20:090]: User policy value 'DisableRollback' is 0 MSI (s) (E4:D4) [15:44:20:090]: Machine policy value 'DisableRollback' is 0 MSI (s) (E4:D4) [15:44:20:090]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (E4:D4) [15:44:20:090]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (E4:D4) [15:44:20:092]: Note: 1: 2265 2: 3: -2147287035 MSI (s) (E4:D4) [15:44:20:092]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (E4:D4) [15:44:20:092]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (3C:3C) [15:44:20:093]: Back from server. Return value: 0 MSI (c) (3C:3C) [15:44:20:093]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (3C:3C) [15:44:20:094]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'. Action ended 15:44:20: ExecuteAction. Return value 1. MSI (c) (3C:3C) [15:44:20:094]: Doing action: ExitDialog MSI (c) (3C:3C) [15:44:20:094]: Note: 1: 2205 2: 3: ActionText Action 15:44:20: ExitDialog. Action start 15:44:20: ExitDialog. Action 15:44:20: ExitDialog. Dialog created Action ended 15:44:20: ExitDialog. Return value 1. Action ended 15:44:20: INSTALL. Return value 1. Property(C): UpgradeCode = {0DCF7B53-5DCA-439C-B3A7-ADF70DA4AC5F} Property(C): GAC = G:\Program Files (x86)\CrmAdo\GAC\ Property(C): WixUIRMOption = UseRM Property(C): ALLUSERS = 1 Property(C): Installed = 00:00:00 Property(C): ProductDirectory = G:\Program Files (x86)\CrmAdo\ Property(C): ProgramFilesFolder = G:\Program Files (x86)\ Property(C): TARGETDIR = D:\ Property(C): Manufacturer = CrmAdo Property(C): ProductCode = {E97931A9-569A-4657-AFF8-21C13415FC89} Property(C): ProductLanguage = 1033 Property(C): ProductName = CrmAdo ADO.NET Data Provider Property(C): ProductVersion = 1.2.5.0 Property(C): DefaultUIFont = WixUI_Font_Normal Property(C): WixUI_Mode = Mondo Property(C): ErrorDialog = ErrorDlg Property(C): SecureCustomProperties = WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED Property(C): MsiLogFileLocation = G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\logfile.txt Property(C): PackageCode = {475FBD1D-F79D-4313-A0A8-6809D20D8A21} Property(C): ProductState = 5 Property(C): ProductToBeRegistered = 1 Property(C): CURRENTDIRECTORY = G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug Property(C): CLIENTUILEVEL = 0 Property(C): CLIENTPROCESSID = 13372 Property(C): PRODUCTLANGUAGE = 1033 Property(C): VersionDatabase = 200 Property(C): VersionMsi = 5.00 Property(C): VersionNT = 603 Property(C): VersionNT64 = 603 Property(C): WindowsBuild = 9600 Property(C): ServicePackLevel = 0 Property(C): ServicePackLevelMinor = 0 Property(C): MsiNTProductType = 1 Property(C): WindowsFolder = G:\WINDOWS\ Property(C): WindowsVolume = G:\ Property(C): System64Folder = G:\WINDOWS\system32\ Property(C): SystemFolder = G:\WINDOWS\SysWOW64\ Property(C): RemoteAdminTS = 1 Property(C): TempFolder = G:\Users\Darrell\AppData\Local\Temp\ Property(C): CommonFilesFolder = G:\Program Files (x86)\Common Files\ Property(C): ProgramFiles64Folder = G:\Program Files\ Property(C): CommonFiles64Folder = G:\Program Files\Common Files\ Property(C): AppDataFolder = G:\Users\Darrell\AppData\Roaming\ Property(C): FavoritesFolder = G:\Users\Darrell\Favorites\ Property(C): NetHoodFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Network Shortcuts\ Property(C): PersonalFolder = G:\Users\Darrell\Documents\ Property(C): PrintHoodFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\ Property(C): RecentFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\Recent\ Property(C): SendToFolder = G:\Users\Darrell\AppData\Roaming\Microsoft\Windows\SendTo\ Property(C): TemplateFolder = G:\ProgramData\Microsoft\Windows\Templates\ Property(C): CommonAppDataFolder = G:\ProgramData\ Property(C): LocalAppDataFolder = G:\Users\Darrell\AppData\Local\ Property(C): MyPicturesFolder = G:\Users\Darrell\Pictures\ Property(C): AdminToolsFolder = G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ Property(C): StartupFolder = G:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\ Property(C): ProgramMenuFolder = G:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Property(C): StartMenuFolder = G:\ProgramData\Microsoft\Windows\Start Menu\ Property(C): DesktopFolder = G:\Users\Public\Desktop\ Property(C): FontsFolder = G:\WINDOWS\Fonts\ Property(C): GPTSupport = 1 Property(C): OLEAdvtSupport = 1 Property(C): ShellAdvtSupport = 1 Property(C): MsiAMD64 = 6 Property(C): Msix64 = 6 Property(C): Intel = 6 Property(C): PhysicalMemory = 6143 Property(C): VirtualMemory = 3289 Property(C): AdminUser = 1 Property(C): MsiTrueAdminUser = 1 Property(C): LogonUser = Darrell Property(C): UserSID = S-1-5-21-2364753317-177597892-1544790329-1001 Property(C): UserLanguageID = 2057 Property(C): ComputerName = NEUTRINO Property(C): SystemLanguageID = 2057 Property(C): ScreenX = 1920 Property(C): ScreenY = 1080 Property(C): CaptionHeight = 23 Property(C): BorderTop = 1 Property(C): BorderSide = 1 Property(C): TextHeight = 16 Property(C): TextInternalLeading = 3 Property(C): ColorBits = 32 Property(C): TTCSupport = 1 Property(C): Time = 15:44:20 Property(C): Date = 26/10/2014 Property(C): MsiNetAssemblySupport = 4.0.30319.33440 Property(C): MsiWin32AssemblySupport = 6.3.9600.16384 Property(C): RedirectedDllSupport = 2 Property(C): MsiRunningElevated = 1 Property(C): Privileged = 1 Property(C): USERNAME = darrel...@ntlworld.com Property(C): DATABASE = G:\WINDOWS\Installer\5d4ad21.msi Property(C): OriginalDatabase = G:\Users\Darrell\Source\Repos\CrmAdo\src\CrmAdo.Setup\bin\Debug\CrmAdo.Setup.msi Property(C): VersionHandler = 5.00 Property(C): UILevel = 5 Property(C): ACTION = INSTALL Property(C): EXECUTEACTION = INSTALL Property(C): ROOTDRIVE = D:\ Property(C): CostingComplete = 1 Property(C): OutOfDiskSpace = 0 Property(C): OutOfNoRbDiskSpace = 0 Property(C): PrimaryVolumeSpaceAvailable = 0 Property(C): PrimaryVolumeSpaceRequired = 0 Property(C): PrimaryVolumeSpaceRemaining = 0 Property(C): INSTALLLEVEL = 1 Property(C): WixUI_InstallMode = Remove === Logging stopped: 26/10/2014 15:44:20 === MSI (c) (3C:3C) [15:44:20:974]: Note: 1: 1728 MSI (c) (3C:3C) [15:44:20:975]: Note: 1: 2205 2: 3: Error MSI (c) (3C:3C) [15:44:20:975]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1728 MSI (c) (3C:3C) [15:44:20:975]: Note: 1: 2205 2: 3: Error MSI (c) (3C:3C) [15:44:20:975]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 MSI (c) (3C:3C) [15:44:20:975]: Product: CrmAdo ADO.NET Data Provider -- Configuration completed successfully. MSI (c) (3C:3C) [15:44:20:975]: Windows Installer reconfigured the product. Product Name: CrmAdo ADO.NET Data Provider. Product Version: 1.2.5.0. Product Language: 1033. Manufacturer: CrmAdo. Reconfiguration success or error status: 0. MSI (c) (3C:3C) [15:44:20:976]: Grabbed execution mutex. MSI (c) (3C:3C) [15:44:20:976]: Cleaning up uninstalled install packages, if any exist MSI (c) (3C:3C) [15:44:20:977]: MainEngineThread is returning 0 === Verbose logging stopped: 26/10/2014 15:44:20 === ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users