Answered by:
Aplplication deployment issue

Question
-
I am trying to install sqlservernativeclient
Its installed fine on locally i have tested it please see logs below.staus on the advert shows failed and application is not installing.
Executing Command line: "C:\WINDOWS\system32\msiexec.exe" /I sqlncli.msi TRANSFORMS=W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst /QB /qn with system context AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Working directory C:\Windows\ccmcache\q AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Post install behavior is BasedOnExitCode AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Waiting for process 1256 to finish. Timeout = 120 minutes. AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Process 1256 terminated with exitcode: 0 AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Looking for exit code 0 in exit codes table... AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Matched exit code 0 to a Success entry in exit codes table. AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Performing detection of app deployment type Microsoft SQL Server 2008 Native Client_GLOBAL_W7(ScopeId_34C0882B-26E0-47D6-A5A1-7EA3231674F6/DeploymentType_81c919f5-79ef-4448-859b-67eababf1d10, revision 3) for system. AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
+++ MSI application not discovered [MSI Product Code: {D9D937B0-E842-4130-9588-B948E876904A}, MSI Product version: ] AppEnforce 11/06/2015 10:12:46 10712 (0x29D8)
Thursday, June 11, 2015 9:54 AM
Answers
-
Hi,
I would guess the MSI file is not installing, I would check the event log for any Windows Installera related errors, and enable logging on the .MSI installation as well using for example, /L*V "C:\Windows\temp\sqlcli.log" on the command line as well, I would also add " around the MST file name.
Does it work when you test it from a command line? have you tried the command in System Context using psexec for instance.
Regards,
Jörgen-- My System Center blog ccmexec.com -- Twitter @ccmexec
- Marked as answer by A Naveed Thursday, January 5, 2017 1:08 PM
Thursday, June 11, 2015 10:05 AM
All replies
-
Hi,
It looks like the application installed correctly, you just need to fix the detection method of the application.
Once you have adjusted the detection method run a machine policy evaluation cycle on the client, wait a moment then run an application deployment evaluation cycle and monitor the same log file.
EDIT - although you have a good exit code from the MSI installation the product code specified isn't found, have you checked the deployed machine to see if the software is installed or not?
as below the MSI log file will show you exactly what is or isn't happening.
- Edited by Richard.Knight Thursday, June 11, 2015 10:11 AM
Thursday, June 11, 2015 10:01 AM -
Hi,
I would guess the MSI file is not installing, I would check the event log for any Windows Installera related errors, and enable logging on the .MSI installation as well using for example, /L*V "C:\Windows\temp\sqlcli.log" on the command line as well, I would also add " around the MST file name.
Does it work when you test it from a command line? have you tried the command in System Context using psexec for instance.
Regards,
Jörgen-- My System Center blog ccmexec.com -- Twitter @ccmexec
- Marked as answer by A Naveed Thursday, January 5, 2017 1:08 PM
Thursday, June 11, 2015 10:05 AM -
Yes its not installing on this machine i have used my testing machine it works both way by sccm and by locally.
Could you please let me know for adding log file generation command i need to use at the the end of that msiexec /i
this machine has alreday got older versions of sql stuff
Thursday, June 11, 2015 10:18 AM -
Hi,
Sounds like the "other versions of SQL stuff" could be the problem..
You can simply add /L*V "C:\Windows\temp\sqlcli.log" to the end of your MSI command line, so something like this.
msiexec.exe" /I sqlncli.msi TRANSFORMS=W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst /L*V "C:\Windows\temp\sqlcli.log" /qn
Regards,
Jörgen-- My System Center blog ccmexec.com -- Twitter @ccmexec
Thursday, June 11, 2015 10:53 AM -
Many thanks will let you know if anything found in logs
Thursday, June 11, 2015 11:09 AM -
I have these logs generated in log file could you please have a look if you find any issues
=== Verbose logging started: 11/06/2015 12:12:26 Build type: SHIP UNICODE 5.00.7601.00 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (10:BC) [12:12:26:603]: Resetting cached policy values
MSI (c) (10:BC) [12:12:26:603]: Machine policy value 'Debug' is 0
MSI (c) (10:BC) [12:12:26:603]: ******* RunEngine:
******* Product: sqlncli.msi
******* Action:
******* CommandLine: **********
MSI (c) (10:BC) [12:12:26:619]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (10:BC) [12:12:26:619]: Grabbed execution mutex.
MSI (c) (10:BC) [12:12:26:619]: Cloaking enabled.
MSI (c) (10:BC) [12:12:26:619]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (10:BC) [12:12:26:635]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (84:78) [12:12:26:635]: Running installation inside multi-package transaction C:\Windows\ccmcache\s\sqlncli.msi
MSI (s) (84:78) [12:12:26:635]: Grabbed execution mutex.
MSI (s) (84:C0) [12:12:26:635]: Resetting cached policy values
MSI (s) (84:C0) [12:12:26:635]: Machine policy value 'Debug' is 0
MSI (s) (84:C0) [12:12:26:635]: ******* RunEngine:
******* Product: C:\Windows\ccmcache\s\sqlncli.msi
******* Action:
******* CommandLine: **********
MSI (s) (84:C0) [12:12:26:635]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (84:C0) [12:12:26:635]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (84:C0) [12:12:26:635]: User policy value 'DisableMedia' is 0
MSI (s) (84:C0) [12:12:26:635]: Machine policy value 'AllowLockdownMedia' is 0
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Media enabled only if package is safe.
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Looking for sourcelist for product {D9D937B0-E842-4130-9588-B948E876904A}
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Adding {D9D937B0-E842-4130-9588-B948E876904A}; to potential sourcelist list (pcode;disk;relpath).
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Now checking product {D9D937B0-E842-4130-9588-B948E876904A}
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Media is enabled for product.
MSI (s) (84:C0) [12:12:26:635]: Note: 1: 1402 2: UNKNOWN\Media 3: 2
MSI (s) (84:C0) [12:12:26:635]: Note: 1: 1402 2: UNKNOWN\Media 3: 2
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Attempting to use raw LastUsedSource value.
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Source with value name 'LastUsedSource' is blank
MSI (s) (84:C0) [12:12:26:635]: Note: 1: 1706 2: -2147483647 3: sqlncli.msi
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Processing net source list.
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Trying source C:\Windows\ccmcache\s\.
MSI (s) (84:C0) [12:12:26:635]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
MSI (s) (84:C0) [12:12:26:635]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (84:C0) [12:12:26:635]: Specifed source is already in a list.
MSI (s) (84:C0) [12:12:26:635]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (84:C0) [12:12:26:635]: Machine policy value 'DisableBrowse' is 0
MSI (s) (84:C0) [12:12:26:635]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (84:C0) [12:12:26:635]: Adding new sources is allowed.
MSI (s) (84:C0) [12:12:26:635]: Set LastUsedSource to: C:\Windows\ccmcache\s\.
MSI (s) (84:C0) [12:12:26:635]: Set LastUsedType to: n.
MSI (s) (84:C0) [12:12:26:635]: Set LastUsedIndex to: 1.
MSI (s) (84:C0) [12:12:26:635]: SOURCEMGMT: Resolved source to: 'C:\Windows\ccmcache\s\'
MSI (s) (84:C0) [12:12:26:650]: SRSetRestorePoint skipped for this transaction.
MSI (s) (84:C0) [12:12:26:650]: File will have security applied from OpCode.
MSI (s) (84:C0) [12:12:26:666]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Windows\ccmcache\s\sqlncli.msi' against software restriction policy
MSI (s) (84:C0) [12:12:26:666]: SOFTWARE RESTRICTION POLICY: C:\Windows\ccmcache\s\sqlncli.msi has a digital signature
MSI (s) (84:C0) [12:12:26:666]: SOFTWARE RESTRICTION POLICY: C:\Windows\ccmcache\s\sqlncli.msi is permitted to run because the user token authorizes execution (system or service token).
MSI (s) (84:C0) [12:12:26:666]: End dialog not enabled
MSI (s) (84:C0) [12:12:26:666]: Original package ==> C:\Windows\ccmcache\s\sqlncli.msi
MSI (s) (84:C0) [12:12:26:666]: Package we're running from ==> C:\WINDOWS\Installer\7107215.msi
MSI (s) (84:C0) [12:12:26:666]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D9D937B0-E842-4130-9588-B948E876904A}'.
MSI (s) (84:C0) [12:12:26:666]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (84:C0) [12:12:26:681]: MSCOREE not loaded loading copy from system32
MSI (s) (84:C0) [12:12:26:681]: Machine policy value 'DisablePatch' is 0
MSI (s) (84:C0) [12:12:26:681]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (84:C0) [12:12:26:681]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (84:C0) [12:12:26:681]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (84:C0) [12:12:26:681]: Looking for file transform: C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst
MSI (s) (84:C0) [12:12:26:697]: File will have security applied from OpCode.
MSI (s) (84:C0) [12:12:26:697]: Original transform ==> C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst
MSI (s) (84:C0) [12:12:26:697]: Transform we're running from ==> C:\WINDOWS\Installer\7107216.mst
MSI (s) (84:C0) [12:12:26:697]: SOFTWARE RESTRICTION POLICY: Verifying transform --> 'C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst' against software restriction policy
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: SOFTWARE RESTRICTION POLICY: C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst is not digitally signed
MSI (s) (84:C0) [12:12:26:697]: SOFTWARE RESTRICTION POLICY: C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst is permitted to run because the user token authorizes execution (system or service token).
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2205 2: 3: Patch
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (84:C0) [12:12:26:697]: TRANSFORM: Applying regular transform to database.
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _Tables 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _Columns 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _sqlAction 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _Validation 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (84:C0) [12:12:26:697]: APPCOMPAT: looking for appcompat database entry with ProductCode '{D9D937B0-E842-4130-9588-B948E876904A}'.
MSI (s) (84:C0) [12:12:26:697]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (84:C0) [12:12:26:697]: Transforms are not secure.
MSI (s) (84:C0) [12:12:26:697]: Transforming table Property.
MSI (s) (84:C0) [12:12:26:697]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Windows\temp\sqlcli.log'.
MSI (s) (84:C0) [12:12:26:697]: Command Line: TRANSFORMS=W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst CURRENTDIRECTORY=C:\Windows\ccmcache\s CLIENTUILEVEL=3 CLIENTPROCESSID=3856
MSI (s) (84:C0) [12:12:26:697]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{B6EBE520-03A2-4B64-A47E-2EF33234C6DE}'.
MSI (s) (84:C0) [12:12:26:697]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is 'C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst'.
MSI (s) (84:C0) [12:12:26:697]: Product Code passed to Engine.Initialize: '{D9D937B0-E842-4130-9588-B948E876904A}'
MSI (s) (84:C0) [12:12:26:697]: Product Code from property table before transforms: '{D9D937B0-E842-4130-9588-B948E876904A}'
MSI (s) (84:C0) [12:12:26:697]: Product Code from property table after transforms: '{D9D937B0-E842-4130-9588-B948E876904A}'
MSI (s) (84:C0) [12:12:26:697]: Product not registered: beginning first-time install
MSI (s) (84:C0) [12:12:26:697]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (84:C0) [12:12:26:697]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
MSI (s) (84:C0) [12:12:26:713]: Product {D9D937B0-E842-4130-9588-B948E876904A} is admin assigned: LocalSystem owns the publish key.
MSI (s) (84:C0) [12:12:26:713]: Product {D9D937B0-E842-4130-9588-B948E876904A} is managed.
MSI (s) (84:C0) [12:12:26:713]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Adding ProductState property. Its value is '1'.
MSI (s) (84:C0) [12:12:26:713]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (84:C0) [12:12:26:713]: Specifed source is already in a list.
MSI (s) (84:C0) [12:12:26:713]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (84:C0) [12:12:26:713]: Adding new sources is allowed.
MSI (s) (84:C0) [12:12:26:713]: Package name retrieved from configuration data: 'sqlncli.msi'
MSI (s) (84:C0) [12:12:26:713]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (84:C0) [12:12:26:713]: Machine policy value 'DisableMsi' is 0
MSI (s) (84:C0) [12:12:26:713]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (84:C0) [12:12:26:713]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (84:C0) [12:12:26:713]: Product {D9D937B0-E842-4130-9588-B948E876904A} is admin assigned: LocalSystem owns the publish key.
MSI (s) (84:C0) [12:12:26:713]: Product {D9D937B0-E842-4130-9588-B948E876904A} is managed.
MSI (s) (84:C0) [12:12:26:713]: Running product '{D9D937B0-E842-4130-9588-B948E876904A}' with elevated privileges: Product is assigned.
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Modifying TRANSFORMS property. Its current value is 'C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst'. Its new value: 'W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst'.
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Windows\ccmcache\s'.
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '3856'.
MSI (s) (84:C0) [12:12:26:713]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'f4df9b59f0b7e44eb0385ece82235793'.
MSI (s) (84:C0) [12:12:26:713]: RESTART MANAGER: Session opened.
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Modifying TRANSFORMS property. Its current value is 'W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst'. Its new value: 'C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst'.
MSI (s) (84:C0) [12:12:26:713]: TRANSFORMS property is now: C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (84:C0) [12:12:26:713]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\Favorites
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\Documents
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (84:C0) [12:12:26:713]: SHELL32::SHGetFolderPathThursday, June 11, 2015 11:21 AM -
Property(S): AgreeToLicense = Yes
Property(S): Interrupted = 0
Property(S): SetupIcon = SetupIco
Property(S): NEWERFOUND999893F976BBB4A4DAD8F62CFA4D7C55 = 1
Property(S): ProgramMenuFolder.Sql = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): VersionNT = 601
Property(S): NEWERFOUND_32 = {4AB6A079-178B-4144-B21F-4D1AE71666A2}
Property(S): Privileged = 1
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {D9D937B0-E842-4130-9588-B948E876904A}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Microsoft SQL Server 2008 Native Client
Property(S): ProductVersion = 10.0.1600.22
Property(S): RedistStringForRegistryHive = Microsoft SQL Server 2005 Redist
Property(S): ProductShortName = SQL Server 2008 Native Client
Property(S): PlatformExtension = _32
Property(S): PlatformId = x86
Property(S): AppGuidRegKey = Redist_Uninstall_RegKey
Property(S): ARPPRODUCTICON = ARPIco
Property(S): ARPHELPLINK = http://go.microsoft.com/fwlink/?LinkId=90957
Property(S): PIDTemplate = 53934<````=````=````=````=`````>@@@@@
Property(S): PROMPTROLLBACKCOST = P
Property(S): INSTALLLEVEL = 100
Property(S): ALLUSERS = 1
Property(S): InstallMode = Typical
Property(S): SuccessIcon = SuccessIco
Property(S): WarningIcon = WarningIco
Property(S): LicenseIcon = LicenseIco
Property(S): CompleteIcon = CompleteIco
Property(S): CustomIcon = CustomIco
Property(S): NewIcon = NewIco
Property(S): UpIcon = UpIco
Property(S): DialogBanner = BannerBmp
Property(S): Details = 0
Property(S): ReinstallModeText = omus
Property(S): Display_IsBitmapDlg = 1
Property(S): ProductID = none
Property(S): ISENABLEDWUSFINISHDIALOG = 1
Property(S): SQLServerVersionText1 = 0
Property(S): SQLServerVersionText2 = 0
Property(S): CA_ERRORCOUNT = 0
Property(S): CA_WARNINGCOUNT = 0
Property(S): CA_SUCCESSCOUNT = 0
Property(S): UI_SHOWCOPYRIGHT = yes
Property(S): ShowUserRegistrationDlg = 1
Property(S): ButtonTextStyle = {\ButtonTextStyle}
Property(S): DlgTextStyle = {\DlgTextStyle}
Property(S): DlgTextStyleB = {\DlgTextStyleB}
Property(S): DlgTitleStyle = {\DlgTitleStyle}
Property(S): DlgTitleStyleB = {\DlgTitleStyleB}
Property(S): FixedStyle = {\FixedStyle}
Property(S): Error_UninstallDependant = 1
Property(S): DefaultUIFont = Tahoma8
Property(S): ProductFeaturesDefined = 1
Property(S): FeatureRefcountKey = SOFTWARE\Microsoft\Microsoft SQL Server\RefCount\SNAC10
Property(S): EnableFeatureDlg = 1
Property(S): ModuleID_REDISTBASE = SQLBASE_Redist_32
Property(S): ErrorDialog = ErrorDlg
Property(S): SecureCustomProperties = NEWERFOUND_32;OLDERFOUND_32;OLDERFOUND2_32
Property(S): WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINDOWS\
Property(S): SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E = C:\WINDOWS\system32\
Property(S): MsiLogFileLocation = C:\Windows\temp\sqlcli.log
Property(S): Author = Camwood - Karl Zdesar
Property(S): ARPURLINFOABOUT = http://go.microsoft.com/fwlink/?LinkId=90957
Property(S): AppVerDir = 10.0.1600.22_P1.0_GLOBAL
Property(S): DISABLEMEDIA = 1
Property(S): REINSTALLMODE = omus
Property(S): Accept = Yes
Property(S): ApplicationUsers = AllUsers
Property(S): PackageVersion = 1.0
Property(S): PackagingCompany = Camwood
Property(S): PackagingLocation = Santander (UK)
Property(S): ZONE = GLOBAL
Property(S): _WiseStatusMifUninstall = W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL_u.MIF
Property(S): _WiseStatusMifSMSVer = 2.0
Property(S): _WiseStatusMifInstall = W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL_i.MIF
Property(S): ARPCONTACT = Santander (UK) Helpdesk
Property(S): ProgramFiles16Folder = C:\Progra~1
Property(S): REBOOT = ReallySuppress
Property(S): ROOTDRIVE = C:\
Property(S): PackageCode = {B6EBE520-03A2-4B64-A47E-2EF33234C6DE}
Property(S): TRANSFORMS = C:\WINDOWS\Installer\{D9D937B0-E842-4130-9588-B948E876904A}\W7_MicrosoftSQLServer2008NativeClient_10.0.1600.22_P1.0_GLOBAL.mst
Property(S): CURRENTDIRECTORY = C:\Windows\ccmcache\s
Property(S): ProductState = 1
Property(S): PRODUCTLANGUAGE = 1033
Property(S): CLIENTUILEVEL = 3
Property(S): CLIENTPROCESSID = 3856
Property(S): MsiRestartManagerSessionKey = f4df9b59f0b7e44eb0385ece82235793
Property(S): VersionDatabase = 300
Property(S): VersionMsi = 5.00
Property(S): WindowsBuild = 7601
Property(S): ServicePackLevel = 1
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsVolume = C:\
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\WINDOWS\TEMP\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\
Property(S): FavoritesFolder = C:\WINDOWS\system32\config\systemprofile\Favorites\
Property(S): NetHoodFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): PersonalFolder = C:\WINDOWS\system32\config\systemprofile\Documents\
Property(S): PrintHoodFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): RecentFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): SendToFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): LocalAppDataFolder = C:\WINDOWS\system32\config\systemprofile\AppData\Local\
Property(S): MyPicturesFolder = C:\WINDOWS\system32\config\systemprofile\Pictures\
Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 6
Property(S): PhysicalMemory = 3477
Property(S): VirtualMemory = 4745
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = SYSTEM
Property(S): UserSID = S-1-5-18
Property(S): UserLanguageID = 2057
Property(S): ComputerName = SKHGLW30080002S
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 22
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 = 12:12:26
Property(S): Date = 11/06/2015
Property(S): MsiNetAssemblySupport = 4.0.30319.1
Property(S): MsiWin32AssemblySupport = 6.1.7601.17514
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): DATABASE = C:\WINDOWS\Installer\7107215.msi
Property(S): OriginalDatabase = C:\Windows\ccmcache\s\sqlncli.msi
Property(S): UILevel = 2
Property(S): ACTION = INSTALL
MSI (s) (84:C0) [12:12:26:806]: Attempting to delete file C:\WINDOWS\Installer\7107216.mst
MSI (s) (84:C0) [12:12:26:822]: Deferring clean up of packages/files, if any exist
MSI (s) (84:C0) [12:12:26:822]: Attempting to delete file C:\WINDOWS\Installer\7107216.mst
MSI (s) (84:C0) [12:12:26:822]: Unable to delete the file outside of the engine. LastError = 2
MSI (s) (84:C0) [12:12:26:822]: MainEngineThread is returning 0
MSI (s) (84:78) [12:12:26:822]: RESTART MANAGER: Session closed.
MSI (s) (84:78) [12:12:26:822]: No System Restore sequence number for this installation.
=== Logging stopped: 11/06/2015 12:12:26 ===
MSI (s) (84:78) [12:12:26:822]: User policy value 'DisableRollback' is 0
MSI (s) (84:78) [12:12:26:822]: Machine policy value 'DisableRollback' is 0
MSI (s) (84:78) [12:12:26:822]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (84:78) [12:12:26:822]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (84:78) [12:12:26:822]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (84:78) [12:12:26:822]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
MSI (s) (84:78) [12:12:26:822]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
MSI (s) (84:78) [12:12:26:822]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (84:78) [12:12:26:822]: Restoring environment variables
MSI (s) (84:78) [12:12:26:822]: Destroying RemoteAPI object.
MSI (s) (84:3C) [12:12:26:822]: Custom Action Manager thread ending.
MSI (c) (10:BC) [12:12:26:822]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (10:BC) [12:12:26:822]: MainEngineThread is returning 0
=== Verbose logging stopped: 11/06/2015 12:12:26 ===Thursday, June 11, 2015 11:32 AM