/build/static/layout/Breadcrumb_cap_w.png

PROPERTY not getting resolved

Hi friends,
In my application, I am reading some value through system search from ini file, setting it in to property, and using this property in another ini file. (This is std. of my project. I am doing 1st package with this std. May be I am missing something).
While installation, this property is not getting resolved, but at the time of uninstallation, it is properly resolving. I checked both logfiles. I am not able to understand this behaviour.

Settings which i have done:
systemsearch:
property: SERVER
operation: raw value
ini file name: MFAPR000010ENGC1.INI
section name: PATHS
item name: SERVER

Property table:
SERVER = No

Ini file table:
[Application]
Server=[SERVER]

Can anybody help me to understand.

0 Comments   [ + ] Show comments

Answers (13)

Posted by: AB 14 years ago
Purple Belt
0
Possibly a red herring - but does the ini file reside in the windows dir - I recall a colleague trying to read a value from an ini file of the root of the drive but through the Wise Package Studio help, "system search for ini files only works in this one location dude" - but then, I have a hangover and it's raining here and as I get older my memory has started to fade... I'll go and have a lie down whilst you dig deeper in to your issue
Good luck
AB
Posted by: Yaduveer 14 years ago
Orange Senior Belt
0
I am reading, MFAPR000010ENGC1.INI, from c:\windows.
I am reading value "through system search from ini file" 1st time, my confusion is, how will my msi know path of the ini file...
Posted by: anonymous_9363 14 years ago
Red Belt
0
From MSI.CHM:When you use the System Search page to search for an .INI file, you can only search for .INI files that are inside the Windows or the Winnt directory. Windows Installer does not find .INI files that are located in other directories, even subdirectories within the Windows directory.
Posted by: Yaduveer 14 years ago
Orange Senior Belt
0
My ini file path is "C:\WINDOWS\MFAPR000010ENGC1.INI" so, it should search, according to that comment.
Strange part is, in Installation log file, property is not resolved, but in uninstallation log, property is getting resolved.
Posted by: nheim 14 years ago
10th Degree Black Belt
0
Hi Yadu,
could you upload logfiles from an install and an uninstall somewhere, so we can get a look on it?
Regards, Nick
Posted by: AngelD 14 years ago
Red Belt
0
Does the INI-file exist on the system before you perform the installation.
Is the same INI-file installed by this package?
Where is the AppSearch action sequenced?
Posted by: Yaduveer 14 years ago
Orange Senior Belt
0
Hi,
I got something to share now....
According to my pro.std. I have to copy perticular ini file and paste it in to c:\windows.
After this custom action, standard appsearch custom action triggers, but property is not getting resolved.
BUT
Now I commented that custom action, and copied ini file manually in c:\windows before installation starts, then System search property is getting resolved.

Below is the Installation log file, when property does not get resolved...


=== Verbose logging started: 11/12/2009 18:38:14 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (54:28) [18:38:14:708]: Resetting cached policy values
MSI (c) (54:28) [18:38:14:708]: Machine policy value 'Debug' is 0
MSI (c) (54:28) [18:38:14:708]: ******* RunEngine:
******* Product: C:\MFAPR000010ENGC1.MSI
******* Action:
******* CommandLine: **********
MSI (c) (54:28) [18:38:14:708]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (54:28) [18:38:14:974]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\MFAPR000010ENGC1.MSI' against software restriction policy
MSI (c) (54:28) [18:38:14:974]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (54:28) [18:38:14:974]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.MSI is not digitally signed
MSI (c) (54:28) [18:38:14:974]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.MSI is permitted to run at the 'unrestricted' authorization level.
MSI (c) (54:28) [18:38:15:099]: Cloaking enabled.
MSI (c) (54:28) [18:38:15:099]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (54:28) [18:38:15:114]: End dialog not enabled
MSI (c) (54:28) [18:38:15:114]: Original package ==> C:\MFAPR000010ENGC1.MSI
MSI (c) (54:28) [18:38:15:114]: Package we're running from ==> C:\DOCUME~1\Test1\LOCALS~1\Temp\d3f0e5.msi
MSI (c) (54:28) [18:38:15:114]: APPCOMPAT: looking for appcompat database entry with ProductCode '{956094AB-95E0-4E22-B295-254C9557D01D}'.
MSI (c) (54:28) [18:38:15:114]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (54:28) [18:38:15:114]: MSCOREE not loaded loading copy from system32
MSI (c) (54:28) [18:38:15:114]: Machine policy value 'TransformsSecure' is 0
MSI (c) (54:28) [18:38:15:114]: User policy value 'TransformsAtSource' is 0
MSI (c) (54:28) [18:38:15:114]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (c) (54:28) [18:38:15:114]: Machine policy value 'DisablePatch' is 0
MSI (c) (54:28) [18:38:15:114]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (54:28) [18:38:15:114]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (54:28) [18:38:15:114]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (54:28) [18:38:15:114]: Looking for file transform: C:\MFAPR000010ENGC1.mst
MSI (c) (54:28) [18:38:15:130]: Original transform ==> C:\MFAPR000010ENGC1.mst
MSI (c) (54:28) [18:38:15:130]: Transform we're running from ==> C:\DOCUME~1\Test1\LOCALS~1\Temp\d3f0e6.mst
MSI (c) (54:28) [18:38:15:130]: SOFTWARE RESTRICTION POLICY: Verifying transform --> 'C:\MFAPR000010ENGC1.mst' against software restriction policy
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.mst is not digitally signed
MSI (c) (54:28) [18:38:15:130]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.mst is permitted to run at the 'unrestricted' authorization level.
MSI (c) (54:28) [18:38:15:130]: Validating transform 'C:\DOCUME~1\Test1\LOCALS~1\Temp\d3f0e6.mst' with validation bits 0
MSI (c) (54:28) [18:38:15:130]: Transform 'C:\DOCUME~1\Test1\LOCALS~1\Temp\d3f0e6.mst' is valid.
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2205 2: 3: Patch
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2205 2: 3: PatchPackage
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Media 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: File 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (c) (54:28) [18:38:15:130]: TRANSFORM: Applying regular transform to database.
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: _Required 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: CCPSearch 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Control 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Billboard 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WisePathVariable 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: _InstallValidate 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: _Sequence 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: File 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: AppId 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: BBControl 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Font 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Media 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Verb 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: MsiDigitalCertificate 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseWildcard 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseSourcePath 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseFeatureCondition 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseLanguage 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseRelease 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseReleaseOverride 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseReleaseExclude 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseReleaseMedia 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseReleaseMediaDest 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseReleaseMediaInclude 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseModuleConfiguration 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Complus 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseLangString 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseAdvertising 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseDlgSequence 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WisePageLists 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseCommandLine 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseMobileDeviceDesktopFiles 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WisePocketPCShortcut 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WisePocketPCPlatform 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WisePocketPCFile 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WisePocketPCRegistry 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseVersionInfo 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: Cabs 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: WiseFileHash 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: APPCOMPAT: looking for appcompat database entry with ProductCode '{956094AB-95E0-4E22-B295-254C9557D01D}'.
MSI (c) (54:28) [18:38:15:130]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (54:28) [18:38:15:130]: Transforms are not secure.
MSI (c) (54:28) [18:38:15:130]: Transforming table Property.
MSI (c) (54:28) [18:38:15:130]: Command Line: transforms=C:\MFAPR000010ENGC1.mst CURRENTDIRECTORY=C:\Documents and Settings\Test1 CLIENTUILEVEL=0 CLIENTPROCESSID=852
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{5C6D5523-1E37-447B-8111-CB8191D9F0C9}'.
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is 'C:\MFAPR000010ENGC1.mst'.
MSI (c) (54:28) [18:38:15:130]: Product Code passed to Engine.Initialize: '
MSI (c) (54:28) [18:38:15:130]: Product Code from property table before transforms: '{956094AB-95E0-4E22-B295-254C9557D01D}'
MSI (c) (54:28) [18:38:15:130]: Product Code from property table after transforms: '{956094AB-95E0-4E22-B295-254C9557D01D}'
MSI (c) (54:28) [18:38:15:130]: Product not registered: beginning first-time install
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (54:28) [18:38:15:130]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (54:28) [18:38:15:130]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (54:28) [18:38:15:130]: Adding new sources is allowed.
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (54:28) [18:38:15:130]: Package name extracted from package path: 'MFAPR000010ENGC1.MSI'
MSI (c) (54:28) [18:38:15:130]: Package to be registered: 'MFAPR000010ENGC1.MSI'
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
MSI (c) (54:28) [18:38:15:130]: Machine policy value 'DisableMsi' is 0
MSI (c) (54:28) [18:38:15:130]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (54:28) [18:38:15:130]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (54:28) [18:38:15:130]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (c) (54:28) [18:38:15:130]: Running product '{956094AB-95E0-4E22-B295-254C9557D01D}' with elevated privileges: Product is assigned.
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\Test1'.
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '852'.
MSI (c) (54:28) [18:38:15:130]: TRANSFORMS property is now: C:\MFAPR000010ENGC1.mst
MSI (c) (54:28) [18:38:15:130]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Application Data
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Favorites
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\NetHood
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\My Documents
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\PrintHood
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Recent
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\SendTo
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Templates
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Local Settings\Application Data
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\My Documents\My Pictures
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs\Administrative Tools
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs\Startup
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Desktop
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (c) (54:28) [18:38:15:130]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (54:28) [18:38:15:130]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (54:28) [18:38:15:130]: MSCOREE not loaded loading copy from system32
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (54:28) [18:38:15:146]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'TestXP'.
MSI (c) (54:28) [18:38:15:146]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\Test1\LOCALS~1\Temp\d3f0e5.msi'.
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\MFAPR000010ENGC1.MSI'.
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\'.
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\'.
MSI (c) (54:E4) [18:38:15:146]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.01'.
MSI (c) (54:E4) [18:38:15:146]: Transforming table ControlEvent.
=== Logging started: 11/12/2009 18:38:15 ===
MSI (c) (54:28) [18:38:15:146]: Note: 1: 2205 2: 3: PatchPackage
MSI (c) (54:28) [18:38:15:146]: Machine policy value 'DisableRollback' is 0
MSI (c) (54:28) [18:38:15:146]: User policy value 'DisableRollback' is 0
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (54:28) [18:38:15:146]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (54:28) [18:38:15:146]: Doing action: INSTALL
Action 18:38:15: INSTALL.
Action start 18:38:15: INSTALL.
MSI (c) (54:28) [18:38:15:161]: Transforming table InstallUISequence.
MSI (c) (54:28) [18:38:15:161]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (54:28) [18:38:15:161]: Running UISequence
MSI (c) (54:28) [18:38:15:161]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (54:28) [18:38:15:161]: Doing action: WiseStartup
Action 18:38:15: WiseStartup.
Action start 18:38:15: WiseStartup.
MSI (c) (54:28) [18:38:15:161]: Transforming table CustomAction.
MSI (c) (54:28) [18:38:15:161]: Transforming table Binary.
MSI (c) (54:70) [18:38:15:161]: Invoking remote custom action. DLL: C:\DOCUME~1\Test1\LOCALS~1\Temp\MSI2C9.tmp, Entrypoint: Startup
MSI (c) (54:90) [18:38:15:161]: Cloaking enabled.
MSI (c) (54:90) [18:38:15:161]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (54:90) [18:38:15:161]: Connected to service for CA interface.
MSI (c) (54!04) [18:38:15:411]: Transforming table Binary.
Action 18:38:15: Startup. Extracting temporary binaries...
Startup: New
Startup: Music
Startup: Up
Startup: Icon
Startup: Complete
Startup: Typical
Startup: Custom
Startup: CD
Startup: top16
Startup: side16
Startup: Callwisepatch
Startup: trash1
Startup: Info
Startup: WiseDlgSequence
Startup: WiseScriptDll
Startup: WiseCustomCall
Startup: Callcallreboot
Startup: WiseCustomCalla
Startup: WiseCustomCalla1
Startup: WiseCustomCalla2
Startup: WiseCustomCalla3
Startup: WiseCustCall64
Action ended 18:38:15: WiseStartup. Return value 1.
MSI (c) (54:28) [18:38:15:505]: Doing action: LaunchConditions
Action 18:38:15: LaunchConditions. Evaluating launch conditions...
Action start 18:38:15: LaunchConditions.
MSI (c) (54:28) [18:38:15:505]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
Action ended 18:38:15: LaunchConditions. Return value 1.
MSI (c) (54:28) [18:38:15:505]: Skipping action: SetPatchMode (condition is false)
MSI (c) (54:28) [18:38:15:505]: Skipping action: SetPatchReinstallMode (condition is false)
MSI (c) (54:28) [18:38:15:505]: Skipping action: Setup_Dialog (condition is false)
MSI (c) (54:28) [18:38:15:505]: Doing action: FindRelatedProducts
Action 18:38:15: FindRelatedProducts. Searching for related applications
Action start 18:38:15: FindRelatedProducts.
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 18:38:15: FindRelatedProducts. Return value 1.
MSI (c) (54:28) [18:38:15:521]: Doing action: AppSearch
Action 18:38:15: AppSearch. Searching for installed applications...
Action start 18:38:15: AppSearch.
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (c) (54:28) [18:38:15:521]: Transforming table AppSearch.
AppSearch: Property: PROPERTY1
Signature: AppIni
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:521]: Transforming table RegLocator.
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:521]: Transforming table IniLocator.
MSI (c) (54:28) [18:38:15:521]: Note: 1: 1325 2: MFAPR000010ENGC1.INI
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: DrLocator 3: -2147287038
AppSearch: Property: REPAIROFFLINE
Signature: AppReg
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Transforming table RegLocator.
MSI (c) (54:28) [18:38:15:536]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Policies\Unilever 3: 2
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Transforming table IniLocator.
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: DrLocator 3: -2147287038
Action ended 18:38:15: AppSearch. Return value 1.
MSI (c) (54:28) [18:38:15:536]: Skipping action: CCPSearch (condition is false)
MSI (c) (54:28) [18:38:15:536]: Skipping action: CCPDialog (condition is false)
MSI (c) (54:28) [18:38:15:536]: Skipping action: RMCCPSearch (condition is false)
MSI (c) (54:28) [18:38:15:536]: Doing action: ValidateProductID
Action 18:38:15: ValidateProductID.
Action start 18:38:15: ValidateProductID.
Action ended 18:38:15: ValidateProductID. Return value 1.
MSI (c) (54:28) [18:38:15:536]: Doing action: CostInitialize
Action 18:38:15: CostInitialize. Computing space requirements...
Action start 18:38:15: CostInitialize.
MSI (c) (54:28) [18:38:15:536]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (c) (54:28) [18:38:15:536]: Transforming table FeatureComponents.
MSI (c) (54:28) [18:38:15:536]: Transforming table Component.
Action ended 18:38:15: CostInitialize. Return value 1.
MSI (c) (54:28) [18:38:15:536]: Doing action: FileCost
Action 18:38:15: FileCost. Computing space requirements...
Action start 18:38:15: FileCost.
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Transforming table Registry.
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Transforming table IniFile.
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: ReserveCost 3: -2147287038
Action ended 18:38:15: FileCost. Return value 1.
MSI (c) (54:28) [18:38:15:536]: Doing action: IsolateComponents
Action 18:38:15: IsolateComponents.
Action start 18:38:15: IsolateComponents.
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2205 2: 3: Patch
Action ended 18:38:15: IsolateComponents. Return value 1.
MSI (c) (54:28) [18:38:15:536]: Doing action: CostFinalize
Action 18:38:15: CostFinalize. Computing space requirements...
Action start 18:38:15: CostFinalize.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2205 2: 3: Patch
MSI (c) (54:28) [18:38:15:536]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\Tree\'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding MFA_Pricing_Simulator_for_Unilever property. Its value is 'C:\Program Files\Tree\MFA Pricing Simulator for Unilever\'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding GAC property. Its value is 'C:\'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding WWWROOT property. Its value is 'C:\'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding WinSxS property. Its value is 'C:\WINDOWS\'.
MSI (c) (54:28) [18:38:15:536]: PROPERTY CHANGE: Adding ProfilesFolder property. Its value is 'C:\WINDOWS\'.
MSI (c) (54:28) [18:38:15:536]: Target path resolution complete. Dumping Directory table...
MSI (c) (54:28) [18:38:15:536]: Note: target paths subject to change (via custom actions or browsing)
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Test1\Local Settings\Application Data\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Test1\My Documents\My Pictures\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\Tree\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: MFA_Pricing_Simulator_for_Unilever , Object: C:\Program Files\Tree\MFA Pricing Simulator for Unilever\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: GAC , Object: C:\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: WWWROOT , Object: C:\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\Test1\LOCALS~1\Temp\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: WinSxS , Object: C:\WINDOWS\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: ProfilesFolder , Object: C:\WINDOWS\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: PrintHoodFolder , Object: C:\Documents and Settings\Test1\PrintHood\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Test1\Application Data\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Test1\SendTo\
MSI (c) (54:28) [18:38:15:536]: Dir (target): Key: RecentFolder , Object: C:\Documents and Settings\Test1\Recent\
MSI (c) (54:28) [18:38:15:552]: Dir (target): Key: NetHoodFolder , Object: C:\Documents and Settings\Test1\NetHood\
MSI (c) (54:28) [18:38:15:552]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Test1\Favorites\
MSI (c) (54:28) [18:38:15:552]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (c) (54:28) [18:38:15:552]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (c) (54:28) [18:38:15:552]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (c) (54:28) [18:38:15:552]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Test1\My Documents\
MSI (c) (54:28) [18:38:15:552]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
MSI (c) (54:28) [18:38:15:552]: Note: 1: 2262 2: RemoveFile 3: -2147287038
Action ended 18:38:15: CostFinalize. Return value 1.
MSI (c) (54:28) [18:38:15:552]: Doing action: MigrateFeatureStates
Action 18:38:15: MigrateFeatureStates. Migrating feature states from related applications
Action start 18:38:15: MigrateFeatureStates.
Action ended 18:38:15: MigrateFeatureStates. Return value 0.
MSI (c) (54:28) [18:38:15:552]: Doing action: SetWizardProperty1
Action 18:38:15: SetWizardProperty1.
Action start 18:38:15: SetWizardProperty1.
MSI (c) (54:28) [18:38:15:552]: Transforming table CustomAction.
MSI (c) (54:28) [18:38:15:552]: PROPERTY CHANGE: Adding WiseCurrentWizard property. Its value is 'Welcome_Dialog'.
Action ended 18:38:15: SetWizardProperty1. Return value 1.
MSI (c) (54:28) [18:38:15:552]: Skipping action: Welcome_Dialog (condition is false)
MSI (c) (54:28) [18:38:15:552]: Skipping action: Resume_Install_Dialog (condition is false)
MSI (c) (54:28) [18:38:15:552]: Skipping action: Patch_Dialog (condition is false)
MSI (c) (54:28) [18:38:15:552]: Skipping action: SetWizardProperty (condition is false)
MSI (c) (54:28) [18:38:15:552]: Skipping action: Maintenance_Welcome_Dialog (condition is false)
MSI (c) (54:28) [18:38:15:552]: Doing action: Progress_Dialog
Action 18:38:15: Progress_Dialog.
Action start 18:38:15: Progress_Dialog.
MSI (c) (54:28) [18:38:15:552]: Transforming table CustomAction.
Info 2898. MSSansSerif8, MS Sans Serif, 1
Info 2898. Arial10, Arial, 1
DEBUG: Error 2826: Control Billboard on dialog Progress_Dialog extends beyond the boundaries of the dialog on the bottom by 81 pixels
Internal Error 2826. Progress_Dialog, Billboard, on the bottom
DEBUG: Error 2826: Control Cancel on dialog Progress_Dialog extends beyond the boundaries of the dialog on the bottom by 81 pixels
Internal Error 2826. Progress_Dialog, Cancel, on the bottom
MSI (c) (54:E4) [18:38:15:568]: Transforming table Binary.
Info 2898. Arial8, Arial, 1
DEBUG: Error 2826: Control Line7 on dialog Progress_Dialog extends beyond the boundaries of the dialog to the right by 1 pixels
Internal Error 2826. Progress_Dialog, Line7, to the right
DEBUG: Error 2826: Control Line7 on dialog Progress_Dialog extends beyond the boundaries of the dialog on the bottom by 46 pixels
Internal Error 2826. Progress_Dialog, Line7, on the bottom
DEBUG: Error 2826: Control Text51 on dialog Progress_Dialog extends beyond the boundaries of the dialog on the bottom by 57 pixels
Internal Error 2826. Progress_Dialog, Text51, on the bottom
Action 18:38:15: Progress_Dialog. Dialog created
Action ended 18:38:15: Progress_Dialog. Return value 1.
MSI (c) (54:28) [18:38:15:583]: Doing action: ExecuteAction
Action 18:38:15: ExecuteAction.
Action start 18:38:15: ExecuteAction.
MSI (c) (54:28) [18:38:15:583]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (c) (54:28) [18:38:15:583]: Grabbed execution mutex.
MSI (c) (54:28) [18:38:15:583]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (54:28) [18:38:15:583]: Transforming table Property.
MSI (c) (54:28) [18:38:15:583]: Switching to server: TARGETDIR="C:\" USERNAME="TestXP" WWWROOT="C:\" GAC="C:\" INSTALLDIR="C:\Program Files\Tree\" SOURCEDIR="C:\" TRANSFORMS="C:\MFAPR000010ENGC1.mst" ALLUSERS="1" CURRENTDIRECTORY="C:\Documents and Settings\Test1" CLIENTUILEVEL="0" CLIENTPROCESSID="852" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="C:\" SECONDSEQUENCE="1" ADDLOCAL=Complete
MSI (s) (A0:E8) [18:38:15:599]: Grabbed execution mutex.
MSI (s) (A0:70) [18:38:15:599]: Resetting cached policy values
MSI (s) (A0:70) [18:38:15:599]: Machine policy value 'Debug' is 0
MSI (s) (A0:70) [18:38:15:599]: ******* RunEngine:
******* Product: C:\MFAPR000010ENGC1.MSI
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (A0:70) [18:38:15:599]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (A0:70) [18:38:15:599]: File will have security applied from OpCode.
MSI (s) (A0:70) [18:38:15:693]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\MFAPR000010ENGC1.MSI' against software restriction policy
MSI (s) (A0:70) [18:38:15:693]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (A0:70) [18:38:15:693]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.MSI is not digitally signed
MSI (s) (A0:70) [18:38:15:693]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.MSI is permitted to run at the 'unrestricted' authorization level.
MSI (s) (A0:70) [18:38:15:693]: End dialog not enabled
MSI (s) (A0:70) [18:38:15:693]: Original package ==> C:\MFAPR000010ENGC1.MSI
MSI (s) (A0:70) [18:38:15:693]: Package we're running from ==> C:\WINDOWS\Installer\b93e17.msi
MSI (s) (A0:70) [18:38:15:693]: APPCOMPAT: looking for appcompat database entry with ProductCode '{956094AB-95E0-4E22-B295-254C9557D01D}'.
MSI (s) (A0:70) [18:38:15:693]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (A0:70) [18:38:15:708]: MSCOREE not loaded loading copy from system32
MSI (s) (A0:70) [18:38:15:708]: Machine policy value 'TransformsSecure' is 0
MSI (s) (A0:70) [18:38:15:708]: User policy value 'TransformsAtSource' is 0
MSI (s) (A0:70) [18:38:15:708]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (A0:70) [18:38:15:708]: Machine policy value 'DisablePatch' is 0
MSI (s) (A0:70) [18:38:15:708]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (A0:70) [18:38:15:708]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (A0:70) [18:38:15:708]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (A0:70) [18:38:15:708]: Looking for file transform: C:\MFAPR000010ENGC1.mst
MSI (s) (A0:70) [18:38:15:708]: File will have security applied from OpCode.
MSI (s) (A0:70) [18:38:15:708]: Original transform ==> C:\MFAPR000010ENGC1.mst
MSI (s) (A0:70) [18:38:15:708]: Transform we're running from ==> C:\WINDOWS\Installer\b93e18.mst
MSI (s) (A0:70) [18:38:15:724]: SOFTWARE RESTRICTION POLICY: Verifying transform --> 'C:\MFAPR000010ENGC1.mst' against software restriction policy
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.mst is not digitally signed
MSI (s) (A0:70) [18:38:15:724]: SOFTWARE RESTRICTION POLICY: C:\MFAPR000010ENGC1.mst is permitted to run at the 'unrestricted' authorization level.
MSI (s) (A0:70) [18:38:15:724]: Validating transform 'C:\WINDOWS\Installer\b93e18.mst' with validation bits 0
MSI (s) (A0:70) [18:38:15:724]: Transform 'C:\WINDOWS\Installer\b93e18.mst' is valid.
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (A0:70) [18:38:15:724]: TRANSFORM: Applying regular transform to database.
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: _Required 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: CCPSearch 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Billboard 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WisePathVariable 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: _InstallValidate 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: _Sequence 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: AppId 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: BBControl 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Verb 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: MsiDigitalCertificate 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseWildcard 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseSourcePath 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseFeatureCondition 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseLanguage 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseRelease 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseReleaseOverride 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseReleaseExclude 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseReleaseMedia 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseReleaseMediaDest 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseReleaseMediaInclude 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseModuleConfiguration 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Complus 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseLangString 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseAdvertising 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseDlgSequence 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WisePageLists 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseCommandLine 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseMobileDeviceDesktopFiles 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WisePocketPCShortcut 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WisePocketPCPlatform 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WisePocketPCFile 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WisePocketPCRegistry 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseVersionInfo 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: Cabs 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: WiseFileHash 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: APPCOMPAT: looking for appcompat database entry with ProductCode '{956094AB-95E0-4E22-B295-254C9557D01D}'.
MSI (s) (A0:70) [18:38:15:724]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (A0:70) [18:38:15:724]: Transforms are not secure.
MSI (s) (A0:70) [18:38:15:724]: Transforming table Property.
MSI (s) (A0:70) [18:38:15:724]: Command Line: TARGETDIR=C:\ USERNAME=TestXP WWWROOT=C:\ GAC=C:\ INSTALLDIR=C:\Program Files\Tree\ SOURCEDIR=C:\ TRANSFORMS=C:\MFAPR000010ENGC1.mst ALLUSERS=1 CURRENTDIRECTORY=C:\Documents and Settings\Test1 CLIENTUILEVEL=0 CLIENTPROCESSID=852 ACTION=INSTALL EXECUTEACTION=INSTALL ROOTDRIVE=C:\ SECONDSEQUENCE=1 ADDLOCAL=Complete ACTION=INSTALL
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{5C6D5523-1E37-447B-8111-CB8191D9F0C9}'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is 'C:\MFAPR000010ENGC1.mst'.
MSI (s) (A0:70) [18:38:15:724]: Product Code passed to Engine.Initialize: '
MSI (s) (A0:70) [18:38:15:724]: Product Code from property table before transforms: '{956094AB-95E0-4E22-B295-254C9557D01D}'
MSI (s) (A0:70) [18:38:15:724]: Product Code from property table after transforms: '{956094AB-95E0-4E22-B295-254C9557D01D}'
MSI (s) (A0:70) [18:38:15:724]: Product not registered: beginning first-time install
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (A0:70) [18:38:15:724]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (A0:70) [18:38:15:724]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (A0:70) [18:38:15:724]: Adding new sources is allowed.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (A0:70) [18:38:15:724]: Package name extracted from package path: 'MFAPR000010ENGC1.MSI'
MSI (s) (A0:70) [18:38:15:724]: Package to be registered: 'MFAPR000010ENGC1.MSI'
MSI (s) (A0:70) [18:38:15:724]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
MSI (s) (A0:70) [18:38:15:724]: Machine policy value 'DisableMsi' is 0
MSI (s) (A0:70) [18:38:15:724]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (A0:70) [18:38:15:724]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (A0:70) [18:38:15:724]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (A0:70) [18:38:15:724]: Running product '{956094AB-95E0-4E22-B295-254C9557D01D}' with elevated privileges: Product is assigned.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'TestXP'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding WWWROOT property. Its value is 'C:\'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding GAC property. Its value is 'C:\'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\Tree\'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\Test1'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '852'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'Complete'.
MSI (s) (A0:70) [18:38:15:724]: Engine has iefSecondSequence set to true.
MSI (s) (A0:70) [18:38:15:724]: TRANSFORMS property is now: C:\MFAPR000010ENGC1.mst
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Deleting SOURCEDIR property. Its current value is 'C:\'.
MSI (s) (A0:70) [18:38:15:724]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Application Data
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Favorites
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\NetHood
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\My Documents
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\PrintHood
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Recent
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\SendTo
MSI (s) (A0:70) [18:38:15:739]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Templates
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Local Settings\Application Data
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\My Documents\My Pictures
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs\Administrative Tools
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs\Startup
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Desktop
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (A0:70) [18:38:15:755]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (A0:70) [18:38:15:755]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (A0:70) [18:38:15:755]: MSCOREE not loaded loading copy from system32
MSI (s) (A0:70) [18:38:15:771]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (A0:70) [18:38:15:771]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (A0:70) [18:38:15:771]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\b93e17.msi'.
MSI (s) (A0:70) [18:38:15:771]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\MFAPR000010ENGC1.MSI'.
MSI (s) (A0:70) [18:38:15:771]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:70) [18:38:15:771]: Machine policy value 'DisableRollback' is 0
MSI (s) (A0:70) [18:38:15:771]: User policy value 'DisableRollback' is 0
MSI (s) (A0:70) [18:38:15:771]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (s) (A0:70) [18:38:15:771]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (A0:70) [18:38:15:771]: Doing action: INSTALL
Action 18:38:15: INSTALL.
Action start 18:38:15: INSTALL.
MSI (s) (A0:70) [18:38:15:771]: Running ExecuteSequence
MSI (s) (A0:70) [18:38:15:771]: Transforming table InstallExecuteSequence.
MSI (s) (A0:70) [18:38:15:771]: Doing action: WiseStartup
Action 18:38:15: WiseStartup.
Action start 18:38:15: WiseStartup.
MSI (s) (A0:70) [18:38:15:771]: Transforming table CustomAction.
MSI (s) (A0:70) [18:38:15:771]: Skipping action due to msidbCustomActionTypeFirstSequence option.
Action ended 18:38:15: WiseStartup. Return value 0.
MSI (s) (A0:70) [18:38:15:771]: Doing action: LaunchConditions
Action 18:38:15: LaunchConditions. Evaluating launch conditions...
Action start 18:38:15: LaunchConditions.
MSI (s) (A0:70) [18:38:15:771]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
Action ended 18:38:15: LaunchConditions. Return value 1.
MSI (s) (A0:70) [18:38:15:771]: Skipping action: SetPatchMode (condition is false)
MSI (s) (A0:70) [18:38:15:771]: Skipping action: SetPatchReinstallMode (condition is false)
MSI (s) (A0:70) [18:38:15:771]: Doing action: FindRelatedProducts
Action 18:38:15: FindRelatedProducts. Searching for related applications
Action start 18:38:15: FindRelatedProducts.
MSI (s) (A0:70) [18:38:15:771]: Skipping FindRelatedProducts action: already done on client side
Action ended 18:38:15: FindRelatedProducts. Return value 0.
MSI (s) (A0:70) [18:38:15:786]: Doing action: READCHECK
Action 18:38:15: READCHECK.
Action start 18:38:15: READCHECK.
MSI (s) (A0:70) [18:38:15:786]: Transforming table CustomAction.
MSI (s) (A0:70) [18:38:15:786]: Transforming table Binary.
MSI (s) (A0:78) [18:38:15:786]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI2CA.tmp, Entrypoint: g0
MSI (s) (A0:44) [18:38:15:786]: Generating random cookie.
MSI (s) (A0:44) [18:38:15:802]: Created Custom Action Server with PID 1064 (0x428).
MSI (s) (A0:6C) [18:38:15:864]: Running as a service.
MSI (s) (A0:6C) [18:38:15:864]: Hello, I'm your 32bit Impersonated custom action server.
MSI (s) (A0!8C) [18:38:17:786]: PROPERTY CHANGE: Modifying READCHECK1 property. Its current value is '0'. Its new value: 'YES'.
Action ended 18:38:18: READCHECK. Return value 1.
MSI (s) (A0:70) [18:38:18:083]: Doing action: ActionSetCustomActionData
Action 18:38:18: ActionSetCustomActionData.
Action start 18:38:18: ActionSetCustomActionData.
MSI (s) (A0:70) [18:38:18:099]: Transforming table CustomAction.
MSI (s) (A0:70) [18:38:18:099]: PROPERTY CHANGE: Adding CustomActionData property. Its value is '20'.
Action ended 18:38:18: ActionSetCustomActionData. Return value 1.
MSI (s) (A0:70) [18:38:18:099]: Doing action: Action
Action 18:38:18: Action.
Action start 18:38:18: Action.
MSI (s) (A0:70) [18:38:18:099]: Transforming table CustomAction.
MSI (s) (A0:70) [18:38:18:099]: Transforming table Binary.
MSI (s) (A0:A8) [18:38:18:099]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI2CE.tmp, Entrypoint: Pause
Action ended 18:38:38: Action. Return value 1.
MSI (s) (A0:70) [18:38:38:239]: Doing action: AppSearch
Action 18:38:38: AppSearch. Searching for installed applications...
Action start 18:38:38: AppSearch.
MSI (s) (A0:70) [18:38:38:239]: Skipping AppSearch action: already done on client side
Action ended 18:38:38: AppSearch. Return value 0.
MSI (s) (A0:70) [18:38:38:239]: Skipping action: CCPSearch (condition is false)
MSI (s) (A0:70) [18:38:38:239]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (A0:70) [18:38:38:239]: Doing action: ValidateProductID
Action 18:38:38: ValidateProductID.
Action start 18:38:38: ValidateProductID.
Action ended 18:38:38: ValidateProductID. Return value 1.
MSI (s) (A0:70) [18:38:38:239]: Doing action: CostInitialize
Action 18:38:38: CostInitialize. Computing space requirements...
Action start 18:38:38: CostInitialize.
MSI (s) (A0:70) [18:38:38:239]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (A0:70) [18:38:38:239]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (A0:70) [18:38:38:239]: Transforming table FeatureComponents.
MSI (s) (A0:70) [18:38:38:239]: Transforming table Component.
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`
Action ended 18:38:38: CostInitialize. Return value 1.
MSI (s) (A0:70) [18:38:38:239]: Doing action: FileCost
Action 18:38:38: FileCost. Computing space requirements...
Action start 18:38:38: FileCost.
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Transforming table Registry.
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Transforming table IniFile.
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (A0:70) [18:38:38:239]: Note: 1: 2262 2: ReserveCost 3: -2147287038
Action ended 18:38:38: FileCost. Return value 1.
MSI (s) (A0:70) [18:38:38:239]: Doing action: IsolateComponents
Action 18:38:38: IsolateComponents.
Action start 18:38:38: IsolateComponents.
MSI (s) (A0:70) [18:38:38:255]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (A0:70) [18:38:38:255]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (A0:70) [18:38:38:255]: Note: 1: 2205 2: 3: Patch
Action ended 18:38:38: IsolateComponents. Return value 1.
MSI (s) (A0:70) [18:38:38:255]: Doing action: CostFinalize
Action 18:38:38: CostFinalize. Computing space requirements...
Action start 18:38:38: CostFinalize.
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (A0:70) [18:38:38:255]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:70) [18:38:38:255]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding MFA_Pricing_Simulator_for_Unilever property. Its value is 'C:\Program Files\Tree\MFA Pricing Simulator for Unilever\'.
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding WinSxS property. Its value is 'C:\WINDOWS\'.
MSI (s) (A0:70) [18:38:38:255]: PROPERTY CHANGE: Adding ProfilesFolder property. Its value is 'C:\WINDOWS\'.
MSI (s) (A0:70) [18:38:38:255]: Target path resolution complete. Dumping Directory table...
MSI (s) (A0:70) [18:38:38:255]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Test1\Local Settings\Application Data\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Test1\My Documents\My Pictures\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\Tree\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: MFA_Pricing_Simulator_for_Unilever , Object: C:\Program Files\Tree\MFA Pricing Simulator for Unilever\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: GAC , Object: C:\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: WWWROOT , Object: C:\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\Test1\LOCALS~1\Temp\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: WinSxS , Object: C:\WINDOWS\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: ProfilesFolder , Object: C:\WINDOWS\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: PrintHoodFolder , Object: C:\Documents and Settings\Test1\PrintHood\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Test1\Application Data\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Test1\SendTo\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: RecentFolder , Object: C:\Documents and Settings\Test1\Recent\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: NetHoodFolder , Object: C:\Documents and Settings\Test1\NetHood\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Test1\Favorites\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Test1\My Documents\
MSI (s) (A0:70) [18:38:38:255]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
Action ended 18:38:38: CostFinalize. Return value 1.
MSI (s) (A0:70) [18:38:38:271]: Doing action: SetODBCFolders
Action 18:38:38: SetODBCFolders. Initializing ODBC directories...
Action start 18:38:38: SetODBCFolders.
MSI (s) (A0:70) [18:38:38:271]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:70) [18:38:38:271]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038



And as I told earlier, system search property getting resolve at the time of uninstallation: so below is uninstallation log file.


=== Verbose logging started: 11/12/2009 18:41:26 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (18:A0) [18:41:26:380]: Resetting cached policy values
MSI (c) (18:A0) [18:41:26:380]: Machine policy value 'Debug' is 0
MSI (c) (18:A0) [18:41:26:380]: ******* RunEngine:
******* Product: C:\MFAPR000010ENGC1.MSI
******* Action:
******* CommandLine: **********
MSI (c) (18:A0) [18:41:26:380]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (18:A0) [18:41:26:380]: Grabbed execution mutex.
MSI (c) (18:A0) [18:41:26:396]: Cloaking enabled.
MSI (c) (18:A0) [18:41:26:396]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (18:A0) [18:41:26:411]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (A0:E8) [18:41:26:411]: Grabbed execution mutex.
MSI (s) (A0:FC) [18:41:26:411]: Resetting cached policy values
MSI (s) (A0:FC) [18:41:26:411]: Machine policy value 'Debug' is 0
MSI (s) (A0:FC) [18:41:26:411]: ******* RunEngine:
******* Product: C:\MFAPR000010ENGC1.MSI
******* Action:
******* CommandLine: **********
MSI (s) (A0:FC) [18:41:26:443]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (A0:FC) [18:41:26:443]: End dialog not enabled
MSI (s) (A0:FC) [18:41:26:443]: Original package ==> C:\MFAPR000010ENGC1.MSI
MSI (s) (A0:FC) [18:41:26:443]: Package we're running from ==> C:\WINDOWS\Installer\b93e1b.msi
MSI (s) (A0:FC) [18:41:26:458]: APPCOMPAT: looking for appcompat database entry with ProductCode '{956094AB-95E0-4E22-B295-254C9557D01D}'.
MSI (s) (A0:FC) [18:41:26:458]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (A0:FC) [18:41:26:458]: MSCOREE not loaded loading copy from system32
MSI (s) (A0:FC) [18:41:26:458]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (A0:FC) [18:41:26:458]: Machine policy value 'DisablePatch' is 0
MSI (s) (A0:FC) [18:41:26:458]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (A0:FC) [18:41:26:458]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (A0:FC) [18:41:26:458]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (A0:FC) [18:41:26:458]: Looking for file transform: C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst
MSI (s) (A0:FC) [18:41:26:458]: File will have security applied from OpCode.
MSI (s) (A0:FC) [18:41:26:458]: Original transform ==> C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst
MSI (s) (A0:FC) [18:41:26:458]: Transform we're running from ==> C:\WINDOWS\Installer\b93e1c.mst
MSI (s) (A0:FC) [18:41:26:458]: SOFTWARE RESTRICTION POLICY: Verifying transform --> 'C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst' against software restriction policy
MSI (s) (A0:FC) [18:41:26:458]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (A0:FC) [18:41:26:458]: SOFTWARE RESTRICTION POLICY: C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst is not digitally signed
MSI (s) (A0:FC) [18:41:26:474]: SOFTWARE RESTRICTION POLICY: C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst is permitted to run at the 'unrestricted' authorization level.
MSI (s) (A0:FC) [18:41:26:474]: Validating transform 'C:\WINDOWS\Installer\b93e1c.mst' with validation bits 0
MSI (s) (A0:FC) [18:41:26:474]: Transform 'C:\WINDOWS\Installer\b93e1c.mst' is valid.
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
MSI (s) (A0:FC) [18:41:26:474]: TRANSFORM: Applying regular transform to database.
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: _Required 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: UIText 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: CCPSearch 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Billboard 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WisePathVariable 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: TextStyle 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: _InstallValidate 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: _Sequence 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: AppId 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: BBControl 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Directory 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Environment 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ServiceControl 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Shortcut 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Verb 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: MsiDigitalCertificate 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseWildcard 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseSourcePath 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseFeatureCondition 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseLanguage 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseRelease 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseReleaseOverride 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseReleaseExclude 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseReleaseMedia 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseReleaseMediaDest 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseReleaseMediaInclude 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseModuleConfiguration 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Complus 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Upgrade 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseLangString 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseAdvertising 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseDlgSequence 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WisePageLists 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseCommandLine 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseMobileDeviceDesktopFiles 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WisePocketPCShortcut 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WisePocketPCPlatform 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WisePocketPCFile 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WisePocketPCRegistry 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseVersionInfo 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: Cabs 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: WiseFileHash 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: APPCOMPAT: looking for appcompat database entry with ProductCode '{956094AB-95E0-4E22-B295-254C9557D01D}'.
MSI (s) (A0:FC) [18:41:26:474]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (A0:FC) [18:41:26:474]: Transforms are not secure.
MSI (s) (A0:FC) [18:41:26:474]: Transforming table Property.
MSI (s) (A0:FC) [18:41:26:474]: Command Line: transforms=C:\MFAPR000010ENGC1.mst REMOVE=ALL CURRENTDIRECTORY=C:\Documents and Settings\Test1 CLIENTUILEVEL=2 CLIENTPROCESSID=280
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{5C6D5523-1E37-447B-8111-CB8191D9F0C9}'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is 'C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst'.
MSI (s) (A0:FC) [18:41:26:474]: Product Code passed to Engine.Initialize: '{956094AB-95E0-4E22-B295-254C9557D01D}'
MSI (s) (A0:FC) [18:41:26:474]: Product Code from property table before transforms: '{956094AB-95E0-4E22-B295-254C9557D01D}'
MSI (s) (A0:FC) [18:41:26:474]: Product Code from property table after transforms: '{956094AB-95E0-4E22-B295-254C9557D01D}'
MSI (s) (A0:FC) [18:41:26:474]: Product registered: entering maintenance mode
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (A0:FC) [18:41:26:474]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (A0:FC) [18:41:26:474]: Specifed source is already in a list.
MSI (s) (A0:FC) [18:41:26:474]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (A0:FC) [18:41:26:474]: Machine policy value 'DisableBrowse' is 0
MSI (s) (A0:FC) [18:41:26:474]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (A0:FC) [18:41:26:474]: Adding new sources is allowed.
MSI (s) (A0:FC) [18:41:26:474]: Package name retrieved from configuration data: 'MFAPR000010ENGC1.MSI'
MSI (s) (A0:FC) [18:41:26:474]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (A0:FC) [18:41:26:474]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
MSI (s) (A0:FC) [18:41:26:474]: Machine policy value 'DisableMsi' is 0
MSI (s) (A0:FC) [18:41:26:474]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (A0:FC) [18:41:26:474]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (A0:FC) [18:41:26:474]: Product {956094AB-95E0-4E22-B295-254C9557D01D} is admin assigned: LocalSystem owns the publish key.
MSI (s) (A0:FC) [18:41:26:474]: Product {956094AB-95E0-4E22-B295-254C9557D01D} is managed.
MSI (s) (A0:FC) [18:41:26:474]: Running product '{956094AB-95E0-4E22-B295-254C9557D01D}' with elevated privileges: Product is assigned.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Modifying TRANSFORMS property. Its current value is 'C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst'. Its new value: 'C:\MFAPR000010ENGC1.mst'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\Test1'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '2'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '280'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Modifying TRANSFORMS property. Its current value is 'C:\MFAPR000010ENGC1.mst'. Its new value: 'C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst'.
MSI (s) (A0:FC) [18:41:26:474]: TRANSFORMS property is now: C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (A0:FC) [18:41:26:474]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (A0:FC) [18:41:26:474]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Application Data
MSI (s) (A0:FC) [18:41:26:474]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Favorites
MSI (s) (A0:FC) [18:41:26:474]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\NetHood
MSI (s) (A0:FC) [18:41:26:474]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\My Documents
MSI (s) (A0:FC) [18:41:26:474]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\PrintHood
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Recent
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\SendTo
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Templates
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Local Settings\Application Data
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\My Documents\My Pictures
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs\Administrative Tools
MSI (s) (A0:FC) [18:41:26:489]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs\Startup
MSI (s) (A0:FC) [18:41:26:505]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu\Programs
MSI (s) (A0:FC) [18:41:26:505]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Start Menu
MSI (s) (A0:FC) [18:41:26:505]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Test1\Desktop
MSI (s) (A0:FC) [18:41:26:505]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (A0:FC) [18:41:26:505]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (A0:FC) [18:41:26:505]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (A0:FC) [18:41:26:505]: MSCOREE not loaded loading copy from system32
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'TestXP'.
MSI (s) (A0:FC) [18:41:26:505]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding Installed property. Its value is '2005/06/03 21:19:06'.
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\b93e1b.msi'.
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\MFAPR000010ENGC1.MSI'.
MSI (s) (A0:FC) [18:41:26:505]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:FC) [18:41:26:505]: Machine policy value 'DisableRollback' is 0
MSI (s) (A0:FC) [18:41:26:505]: User policy value 'DisableRollback' is 0
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
=== Logging started: 11/12/2009 18:41:26 ===
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (A0:FC) [18:41:26:505]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (A0:FC) [18:41:26:505]: Doing action: INSTALL
MSI (s) (A0:FC) [18:41:26:505]: Running ExecuteSequence
MSI (s) (A0:FC) [18:41:26:505]: Transforming table InstallExecuteSequence.
MSI (s) (A0:FC) [18:41:26:505]: Doing action: WiseStartup
Action start 18:41:26: INSTALL.
MSI (s) (A0:FC) [18:41:26:505]: Transforming table CustomAction.
MSI (s) (A0:FC) [18:41:26:505]: Transforming table Binary.
MSI (s) (A0:C8) [18:41:26:521]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI2D9.tmp, Entrypoint: Startup
MSI (s) (A0:E4) [18:41:26:521]: Generating random cookie.
MSI (s) (A0:E4) [18:41:26:536]: Created Custom Action Server with PID 1944 (0x798).
MSI (s) (A0:6C) [18:41:26:599]: Running as a service.
MSI (s) (A0:6C) [18:41:26:599]: Hello, I'm your 32bit Impersonated custom action server.
MSI (s) (A0!D0) [18:41:26:646]: Transforming table Binary.
Action start 18:41:26: WiseStartup.
MSI (s) (A0:FC) [18:41:26:755]: Doing action: LaunchConditions
Action ended 18:41:26: WiseStartup. Return value 1.
MSI (s) (A0:FC) [18:41:26:755]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
Action start 18:41:26: LaunchConditions.
MSI (s) (A0:FC) [18:41:26:755]: Skipping action: SetPatchMode (condition is false)
MSI (s) (A0:FC) [18:41:26:755]: Skipping action: SetPatchReinstallMode (condition is false)
MSI (s) (A0:FC) [18:41:26:755]: Doing action: FindRelatedProducts
Action ended 18:41:26: LaunchConditions. Return value 1.
MSI (s) (A0:FC) [18:41:26:755]: Skipping FindRelatedProducts action: not run in maintenance mode
Action start 18:41:26: FindRelatedProducts.
MSI (s) (A0:FC) [18:41:26:755]: Skipping action: READCHECK (condition is false)
MSI (s) (A0:FC) [18:41:26:755]: Doing action: ActionSetCustomActionData
Action ended 18:41:26: FindRelatedProducts. Return value 0.
MSI (s) (A0:FC) [18:41:26:755]: Transforming table CustomAction.
MSI (s) (A0:FC) [18:41:26:755]: PROPERTY CHANGE: Adding CustomActionData property. Its value is '20'.
Action start 18:41:26: ActionSetCustomActionData.
MSI (s) (A0:FC) [18:41:26:755]: Doing action: Action
Action ended 18:41:26: ActionSetCustomActionData. Return value 1.
MSI (s) (A0:FC) [18:41:26:755]: Transforming table CustomAction.
MSI (s) (A0:FC) [18:41:26:755]: Transforming table Binary.
MSI (s) (A0:50) [18:41:26:771]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI2DA.tmp, Entrypoint: Pause
Action start 18:41:26: Action.
MSI (s) (A0:FC) [18:41:46:911]: Doing action: AppSearch
Action ended 18:41:46: Action. Return value 1.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Transforming table AppSearch.
Action start 18:41:46: AppSearch.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Transforming table RegLocator.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Transforming table IniLocator.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 1325 2: MFAPR000010ENGC1.INI
MSI (s) (A0:FC) [18:41:46:911]: PROPERTY CHANGE: Modifying PROPERTY1 property. Its current value is '0'. Its new value: 'sqld0012p.r3.unilever.com\sql0001p'.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Transforming table RegLocator.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Policies\Unilever 3: 2
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Transforming table IniLocator.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: DrLocator 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Skipping action: CCPSearch (condition is false)
MSI (s) (A0:FC) [18:41:46:911]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (A0:FC) [18:41:46:911]: Doing action: ValidateProductID
Action ended 18:41:46: AppSearch. Return value 1.
Action start 18:41:46: ValidateProductID.
MSI (s) (A0:FC) [18:41:46:911]: Doing action: CostInitialize
Action ended 18:41:46: ValidateProductID. Return value 1.
MSI (s) (A0:FC) [18:41:46:911]: Machine policy value 'MaxPatchCacheSize' is 10
Action start 18:41:46: CostInitialize.
MSI (s) (A0:FC) [18:41:46:911]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (A0:FC) [18:41:46:911]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (A0:FC) [18:41:46:911]: Transforming table FeatureComponents.
MSI (s) (A0:FC) [18:41:46:911]: Transforming table Component.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`
MSI (s) (A0:FC) [18:41:46:911]: Doing action: FileCost
Action ended 18:41:46: CostInitialize. Return value 1.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Transforming table Registry.
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI (s) (A0:FC) [18:41:46:911]: Transforming table IniFile.
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: ReserveCost 3: -2147287038
Action start 18:41:46: FileCost.
MSI (s) (A0:FC) [18:41:46:927]: Doing action: IsolateComponents
Action ended 18:41:46: FileCost. Return value 1.
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2205 2: 3: Patch
Action start 18:41:46: IsolateComponents.
MSI (s) (A0:FC) [18:41:46:927]: Doing action: CostFinalize
Action ended 18:41:46: IsolateComponents. Return value 1.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding MFA_Pricing_Simulator_for_Unilever property. Its value is 'C:\Program Files\Tree\MFA Pricing Simulator for Unilever'.
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\Tree\'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Modifying MFA_Pricing_Simulator_for_Unilever property. Its current value is 'C:\Program Files\Tree\MFA Pricing Simulator for Unilever'. Its new value: 'C:\Program Files\Tree\MFA Pricing Simulator for Unilever\'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding GAC property. Its value is 'C:\'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding WWWROOT property. Its value is 'C:\'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding WinSxS property. Its value is 'C:\WINDOWS\'.
MSI (s) (A0:FC) [18:41:46:927]: PROPERTY CHANGE: Adding ProfilesFolder property. Its value is 'C:\WINDOWS\'.
MSI (s) (A0:FC) [18:41:46:927]: Target path resolution complete. Dumping Directory table...
MSI (s) (A0:FC) [18:41:46:927]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Test1\Local Settings\Application Data\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Test1\My Documents\My Pictures\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\Tree\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: MFA_Pricing_Simulator_for_Unilever , Object: C:\Program Files\Tree\MFA Pricing Simulator for Unilever\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: GAC , Object: C:\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: WWWROOT , Object: C:\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\Test1\LOCALS~1\Temp\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: WinSxS , Object: C:\WINDOWS\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: ProfilesFolder , Object: C:\WINDOWS\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: PrintHoodFolder , Object: C:\Documents and Settings\Test1\PrintHood\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Test1\Application Data\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Test1\SendTo\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: RecentFolder , Object: C:\Documents and Settings\Test1\Recent\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: NetHoodFolder , Object: C:\Documents and Settings\Test1\NetHood\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Test1\Favorites\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Test1\My Documents\
MSI (s) (A0:FC) [18:41:46:927]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
Action start 18:41:46: CostFinalize.
MSI (s) (A0:FC) [18:41:46:927]: Doing action: SetODBCFolders
Action ended 18:41:46: CostFinalize. Return value 1.
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:FC) [18:41:46:927]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
Action start 18:41:46: SetODBCFolders.
MSI (s) (A0:FC) [18:41:46:943]: Doing action: MigrateFeatureStates
Action ended 18:41:46: SetODBCFolders. Return value 1.
MSI (s) (A0:FC) [18:41:46:943]: Skipping MigrateFeatureStates action: not run in maintenance mode
Action start 18:41:46: MigrateFeatureStates.
MSI (s) (A0:FC) [18:41:46:943]: Doing action: SetARPINSTALLLOCATION
Action ended 18:41:46: MigrateFeatureStates. Return value 0.
MSI (s) (A0:FC) [18:41:46:943]: Transforming table CustomAction.
MSI (s) (A0:FC) [18:41:46:943]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'C:\Program Files\Tree\'.
Action start 18:41:46: SetARPINSTALLLOCATION.
MSI (s) (A0:FC) [18:41:46:943]: Doing action: InstallValidate
Action ended 18:41:46: SetARPINSTALLLOCATION. Return value 1.
MSI (s) (A0:FC) [18:41:46:943]: Feature: Complete; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: IniFile; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraRichTextEdit.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraCharts.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.Data.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraLayout.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraCharts.v7.3.UI.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.Utils.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraPrinting.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraNavBar.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraGrid.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraEditors.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraBars.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: PricingSLSQL.exe; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: DevExpress.XtraReports.v7.3.dll; Installed: Local; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: __PricingSLSQL.exe65; Installed: Null; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Component: __PricingSLSQL.exe66; Installed: Null; Request: Absent; Action: Absent
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: Class 3: -2147287038
Action start 18:41:46: InstallValidate.
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (A0:FC) [18:41:46:943]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (A0:FC) [18:41:46:974]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (A0:FC) [18:41:46:974]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (A0:FC) [18:41:46:974]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:46:974]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (A0:FC) [18:41:46:974]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (A0:FC) [18:41:46:974]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (A0:FC) [18:41:46:974]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (A0:FC) [18:41:46:974]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:FC) [18:41:46:974]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceAvailable property. Its current value is '0'. Its new value: '23281496'.
MSI (s) (A0:FC) [18:41:46:974]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceRequired property. Its current value is '0'. Its new value: '-39408'.
MSI (s) (A0:FC) [18:41:46:974]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceRemaining property. Its current value is '0'. Its new value: '23320904'.
MSI (s) (A0:FC) [18:41:46:974]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:'.
MSI (s) (A0:FC) [18:41:46:974]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceAvailable property. Its current value is '23281496'. Its new value: '23281488'.
MSI (s) (A0:FC) [18:41:46:974]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceRemaining property. Its current value is '23320904'. Its new value: '23320896'.
MSI (s) (A0:FC) [18:41:46:974]: Doing action: WiseAltStartup
Action ended 18:41:46: InstallValidate. Return value 1.
MSI (s) (A0:FC) [18:41:46:974]: Transforming table CustomAction.
MSI (s) (A0:FC) [18:41:46:974]: Transforming table Binary.
MSI (s) (A0:A0) [18:41:46:974]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI2DB.tmp, Entrypoint: AltStartup
Action start 18:41:46: WiseAltStartup.
MSI (s) (A0:FC) [18:41:47:193]: Skipping action: SHOWMSG (condition is false)
MSI (s) (A0:FC) [18:41:47:193]: Skipping action: SHOWMSG1 (condition is false)
MSI (s) (A0:FC) [18:41:47:193]: Doing action: InstallInitialize
Action ended 18:41:47: WiseAltStartup. Return value 1.
MSI (s) (A0:FC) [18:41:47:193]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (A0:FC) [18:41:47:193]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (A0:FC) [18:41:47:193]: BeginTransaction: Locking Server
MSI (s) (A0:FC) [18:41:47:193]: Transforming table Property.
MSI (s) (A0:FC) [18:41:47:193]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (A0:FC) [18:41:47:193]: Note: 1: 1717 2: Tree
MSI (s) (A0:FC) [18:41:47:193]: Calling SRSetRestorePoint API. dwRestorePtType: 1, dwEventType: 102, llSequenceNumber: 0, szDescription: "Removed Tree".
MSI (s) (A0:FC) [18:41:48:786]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 47.
MSI (s) (A0:FC) [18:41:48:786]: Server not locked: locking for product {956094AB-95E0-4E22-B295-254C9557D01D}
Action start 18:41:47: InstallInitialize.
MSI (s) (A0:FC) [18:41:48:880]: PROPERTY CHANGE: Deleting ProductToBeRegistered property. Its current value is '1'.
MSI (s) (A0:FC) [18:41:48:880]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:FC) [18:41:48:880]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (A0:FC) [18:41:48:880]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:48:880]: 'Icon3C8178FD.exe' icon will be removed.
MSI (s) (A0:FC) [18:41:48:880]: Skipping action: AllocateRegistrySpace (condition is false)
MSI (s) (A0:FC) [18:41:48:880]: Doing action: ProcessComponents
Action ended 18:41:48: InstallInitialize. Return value 1.
Action start 18:41:48: ProcessComponents.
MSI (s) (A0:FC) [18:41:48:896]: Doing action: UnpublishComponents
Action ended 18:41:48: ProcessComponents. Return value 1.
MSI (s) (A0:FC) [18:41:48:896]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action start 18:41:48: UnpublishComponents.
MSI (s) (A0:FC) [18:41:48:896]: Doing action: MsiUnpublishAssemblies
Action ended 18:41:48: UnpublishComponents. Return value 1.
Action start 18:41:48: MsiUnpublishAssemblies.
MSI (s) (A0:FC) [18:41:48:896]: Doing action: UnpublishFeatures
Action ended 18:41:48: MsiUnpublishAssemblies. Return value 1.
Action start 18:41:48: UnpublishFeatures.
MSI (s) (A0:FC) [18:41:48:911]: Doing action: StopServices
Action ended 18:41:48: UnpublishFeatures. Return value 1.
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action start 18:41:48: StopServices.
MSI (s) (A0:FC) [18:41:48:911]: Doing action: DeleteServices
Action ended 18:41:48: StopServices. Return value 1.
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action start 18:41:48: DeleteServices.
MSI (s) (A0:FC) [18:41:48:911]: Doing action: UnregisterComPlus
Action ended 18:41:48: DeleteServices. Return value 1.
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: Complus 3: -2147287038
Action start 18:41:48: UnregisterComPlus.
MSI (s) (A0:FC) [18:41:48:911]: Doing action: SelfUnregModules
Action ended 18:41:48: UnregisterComPlus. Return value 1.
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action start 18:41:48: SelfUnregModules.
MSI (s) (A0:FC) [18:41:48:911]: Doing action: UnregisterTypeLibraries
Action ended 18:41:48: SelfUnregModules. Return value 1.
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action start 18:41:48: UnregisterTypeLibraries.
MSI (s) (A0:FC) [18:41:48:911]: Doing action: RemoveODBC
Action ended 18:41:48: UnregisterTypeLibraries. Return value 1.
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2711 2: ODBCDriverManager
Action start 18:41:48: RemoveODBC.
MSI (s) (A0:FC) [18:41:48:911]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (A0:FC) [18:41:48:911]: Doing action: UnregisterFonts
Action ended 18:41:48: RemoveODBC. Return value 1.
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: Font 3: -2147287038
Action start 18:41:48: UnregisterFonts.
MSI (s) (A0:FC) [18:41:48:927]: Doing action: RemoveRegistryValues
Action ended 18:41:48: UnregisterFonts. Return value 1.
Action start 18:41:48: RemoveRegistryValues.
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
MSI (s) (A0:FC) [18:41:48:927]: Doing action: UnregisterClassInfo
Action ended 18:41:48: RemoveRegistryValues. Return value 1.
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: Class 3: -2147287038
Action start 18:41:48: UnregisterClassInfo.
MSI (s) (A0:FC) [18:41:48:927]: Doing action: UnregisterExtensionInfo
Action ended 18:41:48: UnregisterClassInfo. Return value 1.
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 18:41:48: UnregisterExtensionInfo.
MSI (s) (A0:FC) [18:41:48:927]: Doing action: UnregisterProgIdInfo
Action ended 18:41:48: UnregisterExtensionInfo. Return value 1.
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 18:41:48: UnregisterProgIdInfo.
MSI (s) (A0:FC) [18:41:48:927]: Doing action: UnregisterMIMEInfo
Action ended 18:41:48: UnregisterProgIdInfo. Return value 1.
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (A0:FC) [18:41:48:927]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 18:41:48: UnregisterMIMEInfo.
MSI (s) (A0:FC) [18:41:48:927]: Doing action: RemoveIniValues
Action ended 18:41:48: UnregisterMIMEInfo. Return value 1.
Action start 18:41:48: RemoveIniValues.
MSI (s) (A0:FC) [18:41:48:943]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
MSI (s) (A0:FC) [18:41:48:943]: Doing action: RemoveShortcuts
Action ended 18:41:48: RemoveIniValues. Return value 1.
Action start 18:41:48: RemoveShortcuts.
MSI (s) (A0:FC) [18:41:48:943]: Doing action: RemoveEnvironmentStrings
Action ended 18:41:48: RemoveShortcuts. Return value 1.
MSI (s) (A0:FC) [18:41:48:943]: Note: 1: 2262 2: Environment 3: -2147287038
Action start 18:41:48: RemoveEnvironmentStrings.
MSI (s) (A0:FC) [18:41:48:943]: Doing action: RemoveDuplicateFiles
Action ended 18:41:48: RemoveEnvironmentStrings. Return value 1.
Action start 18:41:48: RemoveDuplicateFiles.
MSI (s) (A0:FC) [18:41:48:943]: Doing action: RemoveFiles
Action ended 18:41:48: RemoveDuplicateFiles. Return value 1.
Action start 18:41:48: RemoveFiles.
MSI (s) (A0:FC) [18:41:48:943]: Doing action: RemoveFolders
Action ended 18:41:48: RemoveFiles. Return value 1.
MSI (s) (A0:FC) [18:41:48:943]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (A0:FC) [18:41:48:943]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action start 18:41:48: RemoveFolders.
MSI (s) (A0:FC) [18:41:48:943]: Doing action: CreateFolders
Action ended 18:41:48: RemoveFolders. Return value 1.
MSI (s) (A0:FC) [18:41:48:943]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (A0:FC) [18:41:48:943]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action start 18:41:48: CreateFolders.
MSI (s) (A0:FC) [18:41:48:943]: Doing action: MoveFiles
Action ended 18:41:48: CreateFolders. Return value 1.
Action start 18:41:48: MoveFiles.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: InstallFiles
Action ended 18:41:48: MoveFiles. Return value 1.
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:FC) [18:41:48:958]: 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) (A0:FC) [18:41:48:958]: Note: 1: 2205 2: 3: MsiSFCBypass
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
Action start 18:41:48: InstallFiles.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: PatchFiles
Action ended 18:41:48: InstallFiles. Return value 1.
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2205 2: 3: Patch
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2228 2: 3: Patch 4: SELECT `File`,`FileName`,`FileSize`,`Directory_`,`PatchSize`,`File`.`Attributes`,`Patch`.`Attributes`,`Patch`.`Sequence`,`Component`.`Component`,`Component`.`ComponentId` FROM `File`,`Component`,`Patch` WHERE `Patch`.`#_MsiActive`=? AND `File`=`File_` AND `Component`=`Component_` ORDER BY `Patch`.`Sequence`
Action start 18:41:48: PatchFiles.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: DuplicateFiles
Action ended 18:41:48: PatchFiles. Return value 0.
Action start 18:41:48: DuplicateFiles.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: BindImage
Action ended 18:41:48: DuplicateFiles. Return value 1.
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: BindImage 3: -2147287038
Action start 18:41:48: BindImage.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: CreateShortcuts
Action ended 18:41:48: BindImage. Return value 1.
Action start 18:41:48: CreateShortcuts.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: RegisterClassInfo
Action ended 18:41:48: CreateShortcuts. Return value 1.
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: Class 3: -2147287038
Action start 18:41:48: RegisterClassInfo.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: RegisterExtensionInfo
Action ended 18:41:48: RegisterClassInfo. Return value 1.
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 18:41:48: RegisterExtensionInfo.
MSI (s) (A0:FC) [18:41:48:958]: Doing action: RegisterProgIdInfo
Action ended 18:41:48: RegisterExtensionInfo. Return value 1.
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (A0:FC) [18:41:48:958]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 18:41:48: RegisterProgIdInfo.
MSI (s) (A0:FC) [18:41:48:974]: Doing action: RegisterMIMEInfo
Action ended 18:41:48: RegisterProgIdInfo. Return value 1.
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 18:41:48: RegisterMIMEInfo.
MSI (s) (A0:FC) [18:41:48:974]: Doing action: WriteRegistryValues
Action ended 18:41:48: RegisterMIMEInfo. Return value 1.
Action start 18:41:48: WriteRegistryValues.
MSI (s) (A0:FC) [18:41:48:974]: Doing action: WriteIniValues
Action ended 18:41:48: WriteRegistryValues. Return value 1.
Action start 18:41:48: WriteIniValues.
MSI (s) (A0:FC) [18:41:48:974]: Doing action: WriteEnvironmentStrings
Action ended 18:41:48: WriteIniValues. Return value 1.
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: Environment 3: -2147287038
Action start 18:41:48: WriteEnvironmentStrings.
MSI (s) (A0:FC) [18:41:48:974]: Doing action: RegisterFonts
Action ended 18:41:48: WriteEnvironmentStrings. Return value 1.
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: Font 3: -2147287038
Action start 18:41:48: RegisterFonts.
MSI (s) (A0:FC) [18:41:48:974]: Doing action: InstallODBC
Action ended 18:41:48: RegisterFonts. Return value 1.
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2711 2: ODBCDriverManager
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (A0:FC) [18:41:48:974]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
Action start 18:41:48: InstallODBC.
MSI (s) (A0:FC) [18:41:49:005]: Doing action: RegisterTypeLibraries
Action ended 18:41:48: InstallODBC. Return value 0.
MSI (s) (A0:FC) [18:41:49:021]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action start 18:41:49: RegisterTypeLibraries.
MSI (s) (A0:FC) [18:41:49:021]: Doing action: SelfRegModules
Action ended 18:41:49: RegisterTypeLibraries. Return value 1.
MSI (s) (A0:FC) [18:41:49:021]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action start 18:41:49: SelfRegModules.
MSI (s) (A0:FC) [18:41:49:021]: Doing action: RegisterComPlus
Action ended 18:41:49: SelfRegModules. Return value 1.
MSI (s) (A0:FC) [18:41:49:021]: Note: 1: 2262 2: Complus 3: -2147287038
Action start 18:41:49: RegisterComPlus.
MSI (s) (A0:FC) [18:41:49:021]: Doing action: InstallServices
Action ended 18:41:49: RegisterComPlus. Return value 1.
MSI (s) (A0:FC) [18:41:49:036]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
Action start 18:41:49: InstallServices.
MSI (s) (A0:FC) [18:41:49:036]: Doing action: StartServices
Action ended 18:41:49: InstallServices. Return value 1.
MSI (s) (A0:FC) [18:41:49:036]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action start 18:41:49: StartServices.
MSI (s) (A0:FC) [18:41:49:036]: Doing action: RegisterUser
Action ended 18:41:49: StartServices. Return value 1.
Action start 18:41:49: RegisterUser.
MSI (s) (A0:FC) [18:41:49:036]: Doing action: RegisterProduct
Action ended 18:41:49: RegisterUser. Return value 0.
Action start 18:41:49: RegisterProduct.
MSI (s) (A0:FC) [18:41:49:036]: Doing action: PublishComponents
Action ended 18:41:49: RegisterProduct. Return value 1.
MSI (s) (A0:FC) [18:41:49:036]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action start 18:41:49: PublishComponents.
MSI (s) (A0:FC) [18:41:49:036]: Doing action: MsiPublishAssemblies
Action ended 18:41:49: PublishComponents. Return value 1.
Action start 18:41:49: MsiPublishAssemblies.
MSI (s) (A0:FC) [18:41:49:036]: Doing action: PublishFeatures
Action ended 18:41:49: MsiPublishAssemblies. Return value 1.
Action start 18:41:49: PublishFeatures.
MSI (s) (A0:FC) [18:41:49:036]: Doing action: PublishProduct
Action ended 18:41:49: PublishFeatures. Return value 1.
Action start 18:41:49: PublishProduct.
MSI (s) (A0:FC) [18:41:49:036]: Skipping action: ScheduleReboot (condition is false)
MSI (s) (A0:FC) [18:41:49:036]: Doing action: InstallFinalize
Action ended 18:41:49: PublishProduct. Return value 1.
Action start 18:41:49: InstallFinalize.
MSI (s) (A0:FC) [18:41:49:036]: Running Script: C:\WINDOWS\Installer\MSI2DC.tmp
MSI (s) (A0:FC) [18:41:49:036]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (A0:FC) [18:41:49:052]: Machine policy value 'DisableRollback' is 0
MSI (s) (A0:FC) [18:41:49:052]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (A0:FC) [18:41:49:052]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=996971833,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (A0:FC) [18:41:49:052]: Executing op: ProductInfo(ProductKey={956094AB-95E0-4E22-B295-254C9557D01D},ProductName=Tree,PackageName=MFAPR000010ENGC1.MSI,Language=1033,Version=16777216,Assignment=1,ObsoleteArg=0,,,PackageCode={5C6D5523-1E37-447B-8111-CB8191D9F0C9},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0)
MSI (s) (A0:FC) [18:41:49:052]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (A0:FC) [18:41:49:052]: Executing op: DialogInfo(Type=1,Argument=Tree)
MSI (s) (A0:FC) [18:41:49:052]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files...,CleanupTemplate=File: [1])
MSI (s) (A0:FC) [18:41:49:052]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (A0:FC) [18:41:49:052]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (A0:FC) [18:41:49:052]: Executing op: ActionStart(Name=InstallInitialize,,)
MSI (s) (A0:FC) [18:41:49:052]: Executing op: ProductUnregister(UpgradeCode={AF5AEE58-2860-4F11-8AEE-10599D46DBFD})
MSI (s) (A0:FC) [18:41:49:052]: Note: 1: 1402 2: UNKNOWN\Products\BA4906590E5922E42B5952C459750DD1\Transforms 3: 2
MSI (s) (A0:FC) [18:41:49:052]: Note: 1: 1402 2: UNKNOWN\Products\BA4906590E5922E42B5952C459750DD1\Transforms 3: 2
MSI (s) (A0:FC) [18:41:49:052]: Scheduling file 'C:\WINDOWS\Installer\b93e1b.msi' for deletion during post-install cleanup (not post-reboot).
MSI (s) (A0:FC) [18:41:49:068]: Note: 1: 1402 2: UNKNOWN\Products\BA4906590E5922E42B5952C459750DD1\Usage 3: 2
MSI (s) (A0:FC) [18:41:49:068]: Executing op: ProductCPDisplayInfoUnregister()
MSI (s) (A0:FC) [18:41:49:068]: Executing op: ProductUnpublish(PackageKey={5C6D5523-1E37-447B-8111-CB8191D9F0C9})
MSI (s) (A0:FC) [18:41:49:068]: Transforms are not secure.
MSI (s) (A0:FC) [18:41:49:068]: Processing cached transform: C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst
MSI (s) (A0:FC) [18:41:49:068]: Scheduling file 'C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst' for deletion during post-install cleanup (not post-reboot).
MSI (s) (A0:FC) [18:41:49:068]: Registering cached transform: C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\MFAPR000010ENGC1.mst
MSI (s) (A0:FC) [18:41:49:068]: Executing op: UpgradeCodeUnpublish(UpgradeCode={AF5AEE58-2860-4F11-8AEE-10599D46DBFD})
MSI (s) (A0:FC) [18:41:49:068]: Executing op: IconRemove(Icon=Icon3C8178FD.exe,)
MSI (s) (A0:FC) [18:41:49:068]: Scheduling file 'C:\WINDOWS\Installer\{956094AB-95E0-4E22-B295-254C9557D01D}\Icon3C8178FD.exe' for deletion during post-install cleanup (not post-reboot).
MSI (s) (A0:FC) [18:41:49:068]: Executing op: ProductUnpublishClient(,,)
MSI (s) (A0:FC) [18:41:49:068]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BA4906590E5922E42B5952C459750DD1 3: 2
MSI (s) (A0:FC) [18:41:49:068]: Executing op: SourceListUnpublish(,)
MSI (s) (A0:FC) [18:41:49:068]: Note: 1: 1402 2: UNKNOWN\Installer\Products\BA4906590E5922E42B5952C459750DD1\SourceList 3: 2
MSI (s) (A0:FC) [18:41:49:068]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration...,)
MSI (s) (A0:FC) [18:41:49:068]: Executing op: ProgressTotal(Total=14,Type=1,ByteEquivalent=24000)
MSI (s) (A0:FC) [18:41:49:068]: Executing op: ComponentUnregister(ComponentId={7FA62D2C-4200-46C5-9D5D-9C647B158B5E},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:068]: Executing op: ComponentUnregister(ComponentId={313C13E6-FCB4-429A-AB01-74F2AEABB097},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={0834A592-B9D7-470B-A283-FA6332D552C5},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={77B76950-5D1B-44FF-8B95-F46422B651EB},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={E7E3CE97-8382-4492-8B13-4B5C810F9597},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={FF42D661-681F-4443-9E34-80EAB0B84DC1},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={EE54B9D6-DCA6-4B90-9A62-1C7431F27A17},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={628F5F85-5FCD-46E5-B22C-47D87A61CB09},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={2DFAC0C0-C47C-4B5A-8AA5-9BBD0422E33D},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={4FE6BBD4-3FC2-413B-BDB2-CE189E584DA7},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={55EF645D-2657-4AC8-B0CE-E3DA00D074E7},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={5A3C5CC1-DB7C-4041-B77E-06838B1268CC},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={0912F740-F1CD-4D2A-B099-233571361C3C},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ComponentUnregister(ComponentId={FC86AAC0-EE76-42AC-B22D-EEFB54BAE8C5},,BinaryType=0,)
MSI (s) (A0:FC) [18:41:49:083]: Executing op: ActionStart(Name=MsiUnpublishAssemblies,Description=Unpublishing assembly information,Template=Application Context:[1], Assembly Name:[2])
MSI (s) (A0:FC) [18:41:49:083]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Program Files\Tree\MFA Pricing Simulator for Unilever\DevExpress.XtraRichTextEdit.v7.3.dll,AssemblyName=DevExpress.XtraRichTextEdit.v7.3,Version="7.3.12.0",Culture="neutral",PublicKeyToken="9b171c9fd64da1d1",RuntimeVersion="v2.0.50727",processorArchitecture="MSIL",Descriptor=_qn!Xe}W,A3}8P@XtPY,>60&o3bpYJ98wVwvvU!iX)
MSI (s) (A0:FC) [18:41:49:083]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraRichTextEdit.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:083]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraRichTextEdit.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:083]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Program Files\Tree\MFA Pricing Simulator for Unilever\DevExpress.XtraCharts.v7.3.dll,AssemblyName=DevExpress.XtraCharts.v7.3,Version="7.3.12.0",Culture="neutral",PublicKeyToken="9b171c9fd64da1d1",RuntimeVersion="v2.0.50727",processorArchitecture="MSIL",Descriptor=_qn!Xe}W,A3}8P@XtPY,>GI2_%btto=WpA.HH8aKh)
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraCharts.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraCharts.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Program Files\Tree\MFA Pricing Simulator for Unilever\DevExpress.Data.v7.3.dll,AssemblyName=DevExpress.Data.v7.3,Version="7.3.12.0",Culture="neutral",PublicKeyToken="9b171c9fd64da1d1",RuntimeVersion="v2.0.50727",processorArchitecture="MSIL",Descriptor=_qn!Xe}W,A3}8P@XtPY,>g@TPN6Vx2=M1~MH=+a^t)
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.Data.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.Data.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Program Files\Tree\MFA Pricing Simulator for Unilever\DevExpress.XtraLayout.v7.3.dll,AssemblyName=DevExpress.XtraLayout.v7.3,Version="7.3.12.0",Culture="neutral",PublicKeyToken="9b171c9fd64da1d1",RuntimeVersion="v2.0.50727",processorArchitecture="MSIL",Descriptor=_qn!Xe}W,A3}8P@XtPY,>Zr{TsZ4C&=ohEaE7+(fX)
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraLayout.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraLayout.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Program Files\Tree\MFA Pricing Simulator for Unilever\DevExpress.XtraCharts.v7.3.UI.dll,AssemblyName=DevExpress.XtraCharts.v7.3.UI,Version="7.3.12.0",Culture="neutral",PublicKeyToken="9b171c9fd64da1d1",RuntimeVersion="v2.0.50727",processorArchitecture="MSIL",Descriptor=_qn!Xe}W,A3}8P@XtPY,>MAN&{3_sx9gfAGtKNp-g)
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraCharts.v7.3.UI.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraCharts.v7.3.UI.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Program Files\Tree\MFA Pricing Simulator for Unilever\DevExpress.Utils.v7.3.dll,AssemblyName=DevExpress.Utils.v7.3,Version="7.3.12.0",Culture="neutral",PublicKeyToken="9b171c9fd64da1d1",RuntimeVersion="v2.0.50727",processorArchitecture="MSIL",Descriptor=_qn!Xe}W,A3}8P@XtPY,>QixZu-zG@@aj$CM.`NV*)
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.Utils.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.Utils.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Program Files\Tree\MFA Pricing Simulator for Unilever\DevExpress.XtraPrinting.v7.3.dll,AssemblyName=DevExpress.XtraPrinting.v7.3,Version="7.3.12.0",Culture="neutral",PublicKeyToken="9b171c9fd64da1d1",RuntimeVersion="v2.0.50727",processorArchitecture="MSIL",Descriptor=_qn!Xe}W,A3}8P@XtPY,>TtVbG'$mk=~RPSn)jX0&)
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraPrinting.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Note: 1: 1402 2: UNKNOWN\Installer\Assemblies\C:|Program Files|Tree|MFA Pricing Simulator for Unilever|DevExpress.XtraPrinting.v7.3.dll 3: 2
MSI (s) (A0:FC) [18:41:49:099]: Executing op: AssemblyUnpublish(,,AssemblyType=3,AppCtx=C:\Prog
Posted by: pjgeutjens 14 years ago
Red Belt
0
Is your custom action sequenced early enough for the file to be in place before the AppSearch action runs? Cause AppSearch does get run quite early in the immediate sequence by default. Can't really see a CA that would qualify at first glance in your logs...

EDIT: I should probably also mention that making changes to your system in this sequence is kindof "not done", but hey, I've sinned on this one often enough myself...
Posted by: Yaduveer 14 years ago
Orange Senior Belt
0
In my mst, there are 2 standard custom actions before my copy file custom action...

launch condition
find related products
then copy custom action, and after this there is Appsearch custom action. I tried to give pause between these 2 custom actions, but no use..
Posted by: pjgeutjens 14 years ago
Red Belt
0
In my mst, there are 2 standard custom actions before my copy file custom action...

launch condition
find related products
then copy custom action, and after this there is Appsearch custom action. I tried to give pause between these 2 custom actions, but no use..


this:

Action start 18:38:15: FindRelatedProducts.
MSI (c) (54:28) [18:38:15:521]: Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 18:38:15: FindRelatedProducts. Return value 1.
MSI (c) (54:28) [18:38:15:521]: Doing action: AppSearch
Action 18:38:15: AppSearch. Searching for installed applications...
Action start 18:38:15: AppSearch.


tells me your action isn't executing when you think it is. What's the CA called?
Posted by: anonymous_9363 14 years ago
Red Belt
0
Remember that in the ExecuteImmediate sequence, nothing ACTUALLY happens unless it's after InstallFinalize. All other actions get built into an internal script which the ExecuteDeferred sequence then, er, executes. So, your INI-copy action doesn't physically copy the file during that sequence, meaning that an AppSearch won't pick it up.

Is this package being "consumed" internally? If so, why not AppSearch on the INI's source i.e. the location from where you're trying to copy it?
Posted by: pjgeutjens 14 years ago
Red Belt
0
Remember that in the ExecuteImmediate sequence, nothing ACTUALLY happens unless it's after InstallFinalize

Is this true or does it only go for actions between InstallInitialise and InstallFinalize? I always thought the ExecuteImmediate stuff before InstallInitialise actually does get done right away...
Posted by: Yaduveer 14 years ago
Orange Senior Belt
0
Finally it got resolved.....
I got 5 sample packages from client, and I had to create package according to that. I was blindly assuming that, all 5 packages are working fine, So why my package is not working????with the same logic.
BUT
I tested those apps, and found that, in those packages also system search property is not getting resolved...
then, I tried to put pause between, copyfile, and std.custom action "Appsearch", still it did not work. Then I put a pause, in copyfile custom action, and it worked...

Thanks to all of you, for giving your precious time.....
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ