/build/static/layout/Breadcrumb_cap_w.png

Chained MSI not working

hi,
i am testing out new features of windows installer 4.5 and installshield 2010.
I have created 2 basic packages, and chained the 2nd pkg to the first to test the chained packages functionality.
i have followed all the steps, the msi's install fine by themselves but once i add the edit package one to contain the chain updates, it fails to install.
i am testing on windows server 2003.
here is the piece of the log that sheds some light on the issue: -

InstallShield 14:22:25: Extracting temp files for chained package Pkg1 to 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{24E5D6F8-E090-45BD-BC6F-E1D8E317FA2E}'
MSI (s) (C4!58) [14:22:25:468]: PROPERTY CHANGE: Adding IS_CHAINER_POST_COMMANDLINE property. Its value is '/l"D:\Projects\Packaging\Chained_MSI_Investigation\MasterPkg\Install.log" /qb /iC:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{24E5D6F8-E090-45BD-BC6F-E1D8E317FA2E}\Cork.msi'.
MSI (s) (C4!58) [14:22:25:468]: PROPERTY CHANGE: Adding ISChainPackageCommit property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{24E5D6F8-E090-45BD-BC6F-E1D8E317FA2E}'.
MSI (s) (C4!58) [14:22:25:468]: PROPERTY CHANGE: Adding ISChainPackageRollback property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{24E5D6F8-E090-45BD-BC6F-E1D8E317FA2E}'.
InstallShield 14:22:25: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{24E5D6F8-E090-45BD-BC6F-E1D8E317FA2E}\Cork.msi' for chained package Pkg1
MSI (s) (C4:D8) [14:22:25:468]: Doing action: InstallInitialize
Action ended 14:22:25: ISChainPackagePrepare. Return value 1.
MSI (s) (C4:D8) [14:22:25:468]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (C4:D8) [14:22:25:468]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (C4:D8) [14:22:25:468]: Embedded Chainer - Searching for a valid Embedded Chainer to run
MSI (s) (C4:D8) [14:22:25:500]: Embedded Chainer - Scheduled to run after install
MSI (s) (C4:D8) [14:22:25:500]: BeginTransaction: Locking Server
MSI (s) (C4:D8) [14:22:25:500]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (C4:D8) [14:22:25:500]: Note: 1: 1715 2: Master
MSI (s) (C4:D8) [14:22:25:500]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed Master.".
MSI (s) (C4:D8) [14:22:25:500]: The call to SRSetRestorePoint API failed. Returned status: 0. GetLastError() returned: 127
MSI (s) (C4:D8) [14:22:25:500]: Server not locked: locking for product {6392F6C6-3E7D-4FDA-A0CF-BE9817D56A8F}
Action start 14:22:25: InstallInitialize.

0 Comments   [ + ] Show comments

Answers (8)

Posted by: anonymous_9363 14 years ago
Red Belt
0
SRSetRestorePoint API failed. Returned status: 0. GetLastError() returned: 127 An MSI installed with a UI will try to set a system restore point before the install begins. A silent install of an MSI does not set a restore point.So, are you installing silently? What state is System Restore, on or off?
Posted by: cygan 14 years ago
Fifth Degree Brown Belt
0
as per standards do you really need to create a nested msi
Posted by: anonymous_9363 14 years ago
Red Belt
0
Cygs, as you rightly state, nested MSIs are nowadays regarded as A Bad Thing. However, the OP is referring to the new chaining functionality within WI v4.5. My understanding, which I'm more than happy to have corrected, is:

Nesting:
MSI_A ==> starts installing ==> calls MSI_B ==> MSI_B installs ==> MSI_B ends ==> MSI_A ends

Chaining:
MSI_A ==> starts installing ==> MSI_A ends ==> calls MSI_B ==> MSI_B installs ==> MSI_B ends
Posted by: cygan 14 years ago
Fifth Degree Brown Belt
0
so it seems chaining and nesting are 2 different things

thanks for that
Posted by: frodo 14 years ago
Orange Senior Belt
0
hi Ian,
i am doing it via the command line, no UI, using /qb-!.
i started from scratch again just to make sure but i get the same result.
its very frustrating. if you can point me in the right direction that would be great.



=== Verbose logging started: 22/09/2009 13:29:52 Build type: SHIP UNICODE 4.05.6001.00 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (68:D4) [13:29:52:343]: Resetting cached policy values
MSI (c) (68:D4) [13:29:52:343]: Machine policy value 'Debug' is 0
MSI (c) (68:D4) [13:29:52:343]: ******* RunEngine:
******* Product: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi
******* Action:
******* CommandLine: **********
MSI (c) (68:D4) [13:29:52:343]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (68:D4) [13:29:52:343]: Grabbed execution mutex.
MSI (c) (68:D4) [13:29:52:375]: Cloaking enabled.
MSI (c) (68:D4) [13:29:52:375]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (68:D4) [13:29:52:390]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (E0:F4) [13:29:52:406]: Running installation inside multi-package transaction D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi
MSI (s) (E0:F4) [13:29:52:406]: Grabbed execution mutex.
MSI (s) (E0:50) [13:29:52:406]: Resetting cached policy values
MSI (s) (E0:50) [13:29:52:406]: Machine policy value 'Debug' is 0
MSI (s) (E0:50) [13:29:52:406]: ******* RunEngine:
******* Product: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi
******* Action:
******* CommandLine: **********
MSI (s) (E0:50) [13:29:52:406]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (E0:50) [13:29:52:421]: File will have security applied from OpCode.
MSI (s) (E0:50) [13:29:52:421]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi' against software restriction policy
MSI (s) (E0:50) [13:29:52:421]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (E0:50) [13:29:52:421]: SOFTWARE RESTRICTION POLICY: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi is not digitally signed
MSI (s) (E0:50) [13:29:52:437]: SOFTWARE RESTRICTION POLICY: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (E0:50) [13:29:52:437]: End dialog not enabled
MSI (s) (E0:50) [13:29:52:437]: Original package ==> D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi
MSI (s) (E0:50) [13:29:52:437]: Package we're running from ==> C:\WINDOWS\Installer\5a7c91e.msi
MSI (s) (E0:50) [13:29:52:437]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B6730939-A136-4804-89F1-CCF800400D29}'.
MSI (s) (E0:50) [13:29:52:437]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (E0:50) [13:29:52:437]: MSCOREE not loaded loading copy from system32
MSI (s) (E0:50) [13:29:52:437]: Machine policy value 'TransformsSecure' is 1
MSI (s) (E0:50) [13:29:52:437]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (E0:50) [13:29:52:437]: Note: 1: 2205 2: 3: MsiFileHash
MSI (s) (E0:50) [13:29:52:437]: Machine policy value 'DisablePatch' is 0
MSI (s) (E0:50) [13:29:52:437]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (E0:50) [13:29:52:437]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (E0:50) [13:29:52:437]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (E0:50) [13:29:52:453]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B6730939-A136-4804-89F1-CCF800400D29}'.
MSI (s) (E0:50) [13:29:52:453]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (E0:50) [13:29:52:453]: Transforms are not secure.
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\Install.log'.
MSI (s) (E0:50) [13:29:52:453]: Command Line: CURRENTDIRECTORY=D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster CLIENTUILEVEL=2 CLIENTPROCESSID=5992
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{0F2EDF2C-B342-4242-AD9D-818B2441125A}'.
MSI (s) (E0:50) [13:29:52:453]: Product Code passed to Engine.Initialize: '
MSI (s) (E0:50) [13:29:52:453]: Product Code from property table before transforms: '{B6730939-A136-4804-89F1-CCF800400D29}'
MSI (s) (E0:50) [13:29:52:453]: Product Code from property table after transforms: '{B6730939-A136-4804-89F1-CCF800400D29}'
MSI (s) (E0:50) [13:29:52:453]: Product not registered: beginning first-time install
MSI (s) (E0:50) [13:29:52:453]: Product {B6730939-A136-4804-89F1-CCF800400D29} is not managed.
MSI (s) (E0:50) [13:29:52:453]: MSI_LUA: Credential prompt functionality not available on this operating system
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (E0:50) [13:29:52:453]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (E0:50) [13:29:52:453]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (E0:50) [13:29:52:453]: Adding new sources is allowed.
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (E0:50) [13:29:52:453]: Package name extracted from package path: 'ChainMaster.msi'
MSI (s) (E0:50) [13:29:52:453]: Package to be registered: 'ChainMaster.msi'
MSI (s) (E0:50) [13:29:52:453]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (E0:50) [13:29:52:453]: Machine policy value 'DisableMsi' is 1
MSI (s) (E0:50) [13:29:52:453]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (E0:50) [13:29:52:453]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (E0:50) [13:29:52:453]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (E0:50) [13:29:52:453]: Running product '{B6730939-A136-4804-89F1-CCF800400D29}' with elevated privileges: Product is assigned.
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster'.
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '2'.
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '5992'.
MSI (s) (E0:50) [13:29:52:453]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (E0:50) [13:29:52:453]: DisableAutomaticApplicationShutdown system policy is ignored on this version of Windows.
MSI (s) (E0:50) [13:29:52:453]: TRANSFORMS property is now:
MSI (s) (E0:50) [13:29:52:453]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '405'.
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (s) (E0:50) [13:29:52:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (E0:50) [13:29:52:468]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (E0:50) [13:29:52:468]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (E0:50) [13:29:52:484]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Any Authorised User'.
MSI (s) (E0:50) [13:29:52:484]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Nortel'.
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\5a7c91e.msi'.
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi'.
MSI (s) (E0:50) [13:29:52:484]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (E0:50) [13:29:52:484]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (E0:50) [13:29:52:484]: Machine policy value 'DisableRollback' is 0
MSI (s) (E0:50) [13:29:52:484]: User policy value 'DisableRollback' is 0
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding MsiUIProgressOnly property. Its value is '1'.
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding MsiUIHideCancel property. Its value is '1'.
=== Logging started: 22/09/2009 13:29:52 ===
MSI (s) (E0:50) [13:29:52:484]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (E0:50) [13:29:52:484]: Doing action: INSTALL
Action start 13:29:52: INSTALL.
MSI (s) (E0:50) [13:29:52:484]: Running ExecuteSequence
MSI (s) (E0:50) [13:29:52:484]: Doing action: AppSearch
MSI (s) (E0:50) [13:29:52:484]: Note: 1: 2205 2: 3: AppSearch
MSI (s) (E0:50) [13:29:52:484]: Note: 1: 2228 2: 3: AppSearch 4: SELECT `Property`, `Signature_` FROM `AppSearch`
Action start 13:29:52: AppSearch.
MSI (s) (E0:50) [13:29:52:484]: Doing action: LaunchConditions
Action ended 13:29:52: AppSearch. Return value 0.
MSI (s) (E0:50) [13:29:52:484]: Note: 1: 2205 2: 3: LaunchCondition
MSI (s) (E0:50) [13:29:52:484]: Note: 1: 2228 2: 3: LaunchCondition 4: SELECT `Condition`, `Description` FROM `LaunchCondition`
Action start 13:29:52: LaunchConditions.
MSI (s) (E0:50) [13:29:52:484]: Doing action: FindRelatedProducts
Action ended 13:29:52: LaunchConditions. Return value 0.
Action start 13:29:52: FindRelatedProducts.
MSI (s) (E0:50) [13:29:52:484]: Skipping action: ISPreventDowngrade (condition is false)
MSI (s) (E0:50) [13:29:52:484]: Skipping action: CCPSearch (condition is false)
MSI (s) (E0:50) [13:29:52:484]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (E0:50) [13:29:52:484]: Doing action: ValidateProductID
Action ended 13:29:52: FindRelatedProducts. Return value 1.
Action start 13:29:52: ValidateProductID.
MSI (s) (E0:50) [13:29:52:484]: Doing action: CostInitialize
Action ended 13:29:52: ValidateProductID. Return value 1.
MSI (s) (E0:50) [13:29:52:500]: Machine policy value 'MaxPatchCacheSize' is 10
Action start 13:29:52: CostInitialize.
MSI (s) (E0:50) [13:29:52:500]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'E:\'.
MSI (s) (E0:50) [13:29:52:500]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`
MSI (s) (E0:50) [13:29:52:500]: Doing action: ResolveSource
Action ended 13:29:52: CostInitialize. Return value 1.
MSI (s) (E0:50) [13:29:52:500]: Resolving source.
MSI (s) (E0:50) [13:29:52:500]: Resolving source to launched-from source.
MSI (s) (E0:50) [13:29:52:500]: Setting launched-from source as last-used.
MSI (s) (E0:50) [13:29:52:500]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\'.
MSI (s) (E0:50) [13:29:52:500]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\'.
MSI (s) (E0:50) [13:29:52:500]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{B6730939-A136-4804-89F1-CCF800400D29}'.
MSI (s) (E0:50) [13:29:52:500]: SOURCEDIR ==> D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\
MSI (s) (E0:50) [13:29:52:500]: SOURCEDIR product ==> {B6730939-A136-4804-89F1-CCF800400D29}
MSI (s) (E0:50) [13:29:52:500]: Determining source type
MSI (s) (E0:50) [13:29:52:500]: Source type from package 'ChainMaster.msi': 0
MSI (s) (E0:50) [13:29:52:500]: Source path resolution complete. Dumping Directory table...
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: TARGETDIR , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ , LongSubPath: , ShortSubPath:
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: USERPROFILE , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: SystemFolder , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\System32\ , LongSubPath: System32\ , ShortSubPath:
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: ProgramFilesFolder , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: ISMyCompanyDir , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\program files\My Company Name\ , LongSubPath: program files\My Company Name\ , ShortSubPath: PROGRA~1\MYCOMP~1\
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: ISMyProductDir , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\program files\My Company Name\AAChainedMaster\ , LongSubPath: program files\My Company Name\AAChainedMaster\ , ShortSubPath: PROGRA~1\MYCOMP~1\AACHAI~1\
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: INSTALLDIR , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\program files\My Company Name\AAChainedMaster\ , LongSubPath: program files\My Company Name\AAChainedMaster\ , ShortSubPath: PROGRA~1\MYCOMP~1\AACHAI~1\
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: ISYourDataBaseDir , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\program files\My Company Name\AAChainedMaster\Database\ , LongSubPath: program files\My Company Name\AAChainedMaster\Database\ , ShortSubPath: PROGRA~1\MYCOMP~1\AACHAI~1\Database\
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: DATABASEDIR , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\program files\My Company Name\AAChainedMaster\Database\ , LongSubPath: program files\My Company Name\AAChainedMaster\Database\ , ShortSubPath: PROGRA~1\MYCOMP~1\AACHAI~1\Database\
MSI (s) (E0:50) [13:29:52:500]: Dir (source): Key: ALLUSERSPROFILE , Object: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
Action start 13:29:52: ResolveSource.
MSI (s) (E0:50) [13:29:52:500]: Doing action: FileCost
Action ended 13:29:52: ResolveSource. Return value 1.
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: Registry
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: Registry
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: Class
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: Extension
MSI (s) (E0:50) [13:29:52:500]: Note: 1: 2205 2: 3: TypeLib
Action start 13:29:52: FileCost.
MSI (s) (E0:50) [13:29:52:500]: Doing action: IsolateComponents
Action ended 13:29:52: FileCost. Return value 1.
Action start 13:29:52: IsolateComponents.
MSI (s) (E0:50) [13:29:52:500]: Doing action: setUserProfileNT
Action ended 13:29:52: IsolateComponents. Return value 0.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\Documents and Settings\Administrator'.
Action start 13:29:52: setUserProfileNT.
MSI (s) (E0:50) [13:29:52:515]: Skipping action: SetAllUsersProfileNT (condition is false)
MSI (s) (E0:50) [13:29:52:515]: Doing action: setAllUsersProfile2K
Action ended 13:29:52: setUserProfileNT. Return value 1.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\Documents and Settings\All Users'.
Action start 13:29:52: setAllUsersProfile2K.
MSI (s) (E0:50) [13:29:52:515]: Doing action: CostFinalize
Action ended 13:29:52: setAllUsersProfile2K. Return value 1.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (E0:50) [13:29:52:515]: Note: 1: 2205 2: 3: Condition
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'E:\'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Modifying USERPROFILE property. Its current value is 'C:\Documents and Settings\Administrator'. Its new value: 'C:\Documents and Settings\Administrator\'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding ISMyCompanyDir property. Its value is 'C:\Program Files\My Company Name\'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding ISMyProductDir property. Its value is 'C:\Program Files\My Company Name\AAChainedMaster\'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\My Company Name\AAChainedMaster\'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding ISYourDataBaseDir property. Its value is 'C:\Program Files\My Company Name\AAChainedMaster\Database\'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding DATABASEDIR property. Its value is 'C:\Program Files\My Company Name\AAChainedMaster\Database\'.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\Documents and Settings\All Users'. Its new value: 'C:\Documents and Settings\All Users\'.
MSI (s) (E0:50) [13:29:52:515]: Target path resolution complete. Dumping Directory table...
MSI (s) (E0:50) [13:29:52:515]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: TARGETDIR , Object: E:\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: USERPROFILE , Object: C:\Documents and Settings\Administrator\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: ISMyCompanyDir , Object: C:\Program Files\My Company Name\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: ISMyProductDir , Object: C:\Program Files\My Company Name\AAChainedMaster\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\My Company Name\AAChainedMaster\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: ISYourDataBaseDir , Object: C:\Program Files\My Company Name\AAChainedMaster\Database\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: DATABASEDIR , Object: C:\Program Files\My Company Name\AAChainedMaster\Database\
MSI (s) (E0:50) [13:29:52:515]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\Documents and Settings\All Users\
Action start 13:29:52: CostFinalize.
MSI (s) (E0:50) [13:29:52:515]: Doing action: MigrateFeatureStates
Action ended 13:29:52: CostFinalize. Return value 1.
Action start 13:29:52: MigrateFeatureStates.
MSI (s) (E0:50) [13:29:52:515]: Doing action: SetARPINSTALLLOCATION
Action ended 13:29:52: MigrateFeatureStates. Return value 0.
MSI (s) (E0:50) [13:29:52:515]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'C:\Program Files\My Company Name\AAChainedMaster\'.
Action start 13:29:52: SetARPINSTALLLOCATION.
MSI (s) (E0:50) [13:29:52:515]: Doing action: SetODBCFolders
Action ended 13:29:52: SetARPINSTALLLOCATION. Return value 1.
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `ComponentId`,`Description`,`Directory_`, `ActionRequest`, `Installed`, `Attributes` FROM `ODBCDriver`, `Component` WHERE `ODBCDriver`.`Component_` = `Component` AND (`ActionRequest` = 1 OR `ActionRequest` = 2)
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `ComponentId`,`Description`,`Directory_`, `ActionRequest`, `Installed`, `Attributes` FROM `ODBCTranslator`, `Component` WHERE `ODBCTranslator`.`Component_` = `Component` AND (`ActionRequest` = 1 OR `ActionRequest` = 2)
Action start 13:29:52: SetODBCFolders.
MSI (s) (E0:50) [13:29:52:531]: Doing action: InstallValidate
Action ended 13:29:52: SetODBCFolders. Return value 0.
MSI (s) (E0:50) [13:29:52:531]: Feature: MIsk; Installed: Absent; Request: Local; Action: Local
MSI (s) (E0:50) [13:29:52:531]: Component: gimp; Installed: Absent; Request: Local; Action: Local
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Registry
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: BindImage
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: ProgId
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Extension
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Font
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Class
Action start 13:29:52: InstallValidate.
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`, `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
MSI (s) (E0:50) [13:29:52:531]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Registry
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: BindImage
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: ProgId
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Extension
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Font
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2205 2: 3: Class
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2727 2:
MSI (s) (E0:50) [13:29:52:531]: Note: 1: 2727 2:
MSI (s) (E0:50) [13:29:52:531]: Doing action: RemoveExistingProducts
Action ended 13:29:52: InstallValidate. Return value 1.
Action start 13:29:52: RemoveExistingProducts.
MSI (s) (E0:50) [13:29:52:531]: Doing action: ISChainPackagePrepare
Action ended 13:29:52: RemoveExistingProducts. Return value 1.
MSI (s) (E0:20) [13:29:52:546]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI207.tmp, Entrypoint: ISChainPackages
MSI (s) (E0:C0) [13:29:52:546]: Generating random cookie.
MSI (s) (E0:C0) [13:29:52:546]: Created Custom Action Server with PID 4580 (0x11E4).
MSI (s) (E0:18) [13:29:52:562]: Running as a service.
MSI (s) (E0:18) [13:29:52:562]: Hello, I'm your 32bit Impersonated custom action server.
Action start 13:29:52: ISChainPackagePrepare.
InstallShield 13:29:52: Marking chained package Pkg1 for installation
InstallShield 13:29:52: Extracting temp files for chained package Pkg1 to 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}'
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\Slave.ism' for chained package Pkg1
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\Slave.msi' for chained package Pkg1
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\ Data\Interm\_IsIcoRes.Exe' for chained package Pkg1
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\ Data\LogFiles\9-22-2009 11-24-37 AM.txt' for chained package Pkg1
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\ Data\LogFiles\9-22-2009 11-25-42 AM.txt' for chained package Pkg1
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\ Data\LogFiles\9-22-2009 11-26-22 AM.txt' for chained package Pkg1
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\ Data\Reports\9-22-2009 11-24-38 AM.htm' for chained package Pkg1
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\ Data\Reports\9-22-2009 11-25-43 AM.htm' for chained package Pkg1
MSI (s) (E0!08) [13:29:52:640]: PROPERTY CHANGE: Adding IS_CHAINER_POST_COMMANDLINE property. Its value is '/l"D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\Install.log" /qb /iC:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\Slave.msi'.
MSI (s) (E0!08) [13:29:52:640]: PROPERTY CHANGE: Adding ISChainPackageCommit property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}'.
MSI (s) (E0!08) [13:29:52:640]: PROPERTY CHANGE: Adding ISChainPackageRollback property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}'.
InstallShield 13:29:52: Extracting file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\ Data\Reports\9-22-2009 11-26-23 AM.htm' for chained package Pkg1
MSI (s) (E0:50) [13:29:52:640]: Doing action: InstallInitialize
Action ended 13:29:52: ISChainPackagePrepare. Return value 1.
MSI (s) (E0:50) [13:29:52:640]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (E0:50) [13:29:52:640]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (E0:50) [13:29:52:640]: Embedded Chainer - Searching for a valid Embedded Chainer to run
MSI (s) (E0:50) [13:29:52:656]: Embedded Chainer - Scheduled to run after install
MSI (s) (E0:50) [13:29:52:656]: BeginTransaction: Locking Server
MSI (s) (E0:50) [13:29:52:656]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (E0:50) [13:29:52:656]: Note: 1: 1715 2: ChainMaster
MSI (s) (E0:50) [13:29:52:656]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed ChainMaster.".
MSI (s) (E0:50) [13:29:52:656]: The call to SRSetRestorePoint API failed. Returned status: 0. GetLastError() returned: 127
MSI (s) (E0:50) [13:29:52:656]: Server not locked: locking for product {B6730939-A136-4804-89F1-CCF800400D29}
Action start 13:29:52: InstallInitialize.
MSI (s) (E0:50) [13:29:52:671]: Doing action: ISChainPackageRollback
Action ended 13:29:52: InstallInitialize. Return value 1.
MSI (s) (E0:50) [13:29:52:687]: Note: 1: 2205 2: 3: MsiPatchCertificate
MSI (s) (E0:50) [13:29:52:687]: LUA patching is disabled: missing MsiPatchCertificate table
Action start 13:29:52: ISChainPackageRollback.
MSI (s) (E0:50) [13:29:52:687]: Doing action: ISChainPackageCommit
Action ended 13:29:52: ISChainPackageRollback. Return value 1.
Action start 13:29:52: ISChainPackageCommit.
MSI (s) (E0:50) [13:29:52:687]: Doing action: AllocateRegistrySpace
Action ended 13:29:52: ISChainPackageCommit. Return value 1.
Action start 13:29:52: AllocateRegistrySpace.
MSI (s) (E0:50) [13:29:52:687]: Doing action: ProcessComponents
Action ended 13:29:52: AllocateRegistrySpace. Return value 1.
Action start 13:29:52: ProcessComponents.
MSI (s) (E0:50) [13:29:52:687]: Doing action: UnpublishComponents
Action ended 13:29:52: ProcessComponents. Return value 1.
MSI (s) (E0:50) [13:29:52:687]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (E0:50) [13:29:52:687]: Note: 1: 2228 2: 3: PublishComponent 4: SELECT `PublishComponent`.`ComponentId`, `PublishComponent`.`Qualifier`, `PublishComponent`.`AppData`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `PublishComponent`, `Component`, `Feature` WHERE `PublishComponent`.`Component_` = `Component`.`Component` AND `PublishComponent`.`Feature_` = `Feature`.`Feature` AND (`Feature`.`Action` = 0 OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 13:29:52: UnpublishComponents.
MSI (s) (E0:50) [13:29:52:687]: Doing action: MsiUnpublishAssemblies
Action ended 13:29:52: UnpublishComponents. Return value 0.
MSI (s) (E0:50) [13:29:52:687]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (E0:50) [13:29:52:687]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT null, null, `Component`.`Component`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `MsiAssembly`, `Component`, `Feature` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Feature_` = `Feature`.`Feature` AND `MsiAssembly`.`File_Application` = null AND (`Feature`.`Action` = 0 OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 13:29:52: MsiUnpublishAssemblies.
MSI (s) (E0:50) [13:29:52:687]: Doing action: UnpublishFeatures
Action ended 13:29:52: MsiUnpublishAssemblies. Return value 0.
Action start 13:29:52: UnpublishFeatures.
MSI (s) (E0:50) [13:29:52:703]: Doing action: StopServices
Action ended 13:29:52: UnpublishFeatures. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ServiceControl
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ServiceControl 4: SELECT `Name`,`Wait`,`Arguments`,`Event`, `Action` FROM `ServiceControl`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 2)
Action start 13:29:52: StopServices.
MSI (s) (E0:50) [13:29:52:703]: Doing action: DeleteServices
Action ended 13:29:52: StopServices. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ServiceControl
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ServiceControl 4: SELECT `Name`,`Wait`,`Arguments`,`Event`, `Action` FROM `ServiceControl`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 2)
Action start 13:29:52: DeleteServices.
MSI (s) (E0:50) [13:29:52:703]: Doing action: UnregisterComPlus
Action ended 13:29:52: DeleteServices. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: Complus
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: Complus 4: SELECT `ComponentId`, `FileName`, `Component`.`Directory_`, `ExpType`, `Component`.`Action`, `Component`.`Installed` FROM `Complus`, `Component`, `File` WHERE `Complus`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND `Action` = 0
Action start 13:29:52: UnregisterComPlus.
MSI (s) (E0:50) [13:29:52:703]: Doing action: SelfUnregModules
Action ended 13:29:52: UnregisterComPlus. Return value 0.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: SelfReg 4: Select `File`.`FileName`,`Component`.`Directory_`,`Component`.`Installed`, `File`.`Component_`,`SelfReg`.`File_` From `SelfReg`, `File`, `Component` Where `SelfReg`.`File_` = `File`.`File` And `File`.`Component_` = `Component`.`Component` And `Component`.`Action` = 0
Action start 13:29:52: SelfUnregModules.
MSI (s) (E0:50) [13:29:52:703]: Doing action: UnregisterTypeLibraries
Action ended 13:29:52: SelfUnregModules. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: TypeLib
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: TypeLib 4: SELECT `LibID`, `TypeLib`.`Version`, `TypeLib`.`Language`, `TypeLib`.`Directory_`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `BinaryType`, `Component`.`Component`, `Component`.`Attributes` FROM `TypeLib`, `Component`, `File` WHERE `TypeLib`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Component`.`Action`=0)
Action start 13:29:52: UnregisterTypeLibraries.
MSI (s) (E0:50) [13:29:52:703]: Doing action: RemoveODBC
Action ended 13:29:52: UnregisterTypeLibraries. Return value 0.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ODBCDataSource
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND `Component`.`Action` = 0 AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ODBCDataSource
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND `Component`.`Action` = 0 AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCTranslator`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCTranslator`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCDriver`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCDriver`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2711 2: ODBCDriverManager
Action start 13:29:52: RemoveODBC.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (E0:50) [13:29:52:703]: Doing action: UnregisterFonts
Action ended 13:29:52: RemoveODBC. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: Font
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: Font 4: SELECT `FontTitle`, `FileName`, `Directory_`, `Installed`From `Font`, `FileAction` Where `Font`.`File_` = `FileAction`.`File` And `FileAction`.`Action` = 0 ORDER BY `FileAction`.`Directory_`
Action start 13:29:52: UnregisterFonts.
MSI (s) (E0:50) [13:29:52:703]: Doing action: RemoveRegistryValues
Action ended 13:29:52: UnregisterFonts. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: Registry
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: RegAction
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: RegAction 4: SELECT `RegAction`.`BinaryType`,`Root`,`Key`,`Name`,`Value`, `Component_`, null, null, null, `Component`.`Attributes` FROM `RegAction`,`Component` WHERE `Component`=`Component_` AND (`RegAction`.`Action`=0 OR (`Root` = 0 AND (`RegAction`.`Action` = 11 OR `RegAction`.`Action` = 12))) ORDER BY `RegAction`.`BinaryType`, `Root`, `Key`
Action start 13:29:52: RemoveRegistryValues.
MSI (s) (E0:50) [13:29:52:703]: Doing action: UnregisterClassInfo
Action ended 13:29:52: RemoveRegistryValues. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: Class
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: Class 4: SELECT `BinaryType`, `CLSID`, `ProgId_Default`, `Class`.`Description`, `Context`, `Feature_`, `ComponentId`, `Component`, `Class`.`Attributes`, `AppId_`, `FileTypeMask`, `Icon_`, `IconIndex`, `DefInprocHandler`, `Argument`, `Component`.`RuntimeFlags`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action`, `Component`.`Attributes` FROM `Class`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 13:29:52: UnregisterClassInfo.
MSI (s) (E0:50) [13:29:52:703]: Doing action: UnregisterExtensionInfo
Action ended 13:29:52: UnregisterClassInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: Extension
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: Extension 4: SELECT `Extension`, `BinaryType`, `ProgId_`, null, null, `MIME_`, `Feature_`, `ComponentId`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action` FROM `Extension`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 13:29:52: UnregisterExtensionInfo.
MSI (s) (E0:50) [13:29:52:703]: Doing action: UnregisterProgIdInfo
Action ended 13:29:52: UnregisterExtensionInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: ProgId
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: ProgId 4: SELECT DISTINCT `BinaryType`, `ProgId`, `Class_`, `ProgId`.`Description`, `ProgId`.`Icon_`, `ProgId`.`IconIndex`, null, `Component`.`RuntimeFlags` , `Component`.`Component`, `Component`.`Attributes` FROM `ProgId`, `Class`, `Feature`, `Component` WHERE `ProgId`.`Class_` = `Class`.`CLSID` AND `Class`.`Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 13:29:52: UnregisterProgIdInfo.
MSI (s) (E0:50) [13:29:52:703]: Doing action: UnregisterMIMEInfo
Action ended 13:29:52: UnregisterProgIdInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: MIME
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: MIME 4: SELECT `BinaryType`, `ContentType`, `Extension`.`Extension`, `MIME`.`CLSID`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes` FROM `MIME`, `Extension`, `Feature`, `Component` WHERE `MIME`.`Extension_` = `Extension`.`Extension` AND `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 13:29:52: UnregisterMIMEInfo.
MSI (s) (E0:50) [13:29:52:703]: Doing action: RemoveIniValues
Action ended 13:29:52: UnregisterMIMEInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: IniFile
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: IniFile 4: SELECT `FileName`,`IniFile`.`DirProperty`,`Section`,`IniFile`.`Key`,`IniFile`.`Value`,`IniFile`.`Action` FROM `IniFile`, `Component` WHERE `Component`=`Component_` AND `Component`.`Action`=0 ORDER BY `FileName`,`Section`
Action start 13:29:52: RemoveIniValues.
MSI (s) (E0:50) [13:29:52:703]: Doing action: RemoveShortcuts
Action ended 13:29:52: RemoveIniValues. Return value 1.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: Shortcut 4: SELECT `Name`, null, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Feature`.`Action`, `Component`.`Action` From `Shortcut`, `Feature`, `Component` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 13:29:52: RemoveShortcuts.
MSI (s) (E0:50) [13:29:52:703]: Doing action: RemoveEnvironmentStrings
Action ended 13:29:52: RemoveShortcuts. Return value 0.
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2205 2: 3: Environment
MSI (s) (E0:50) [13:29:52:703]: Note: 1: 2228 2: 3: Environment 4: SELECT `Name`,`Value` FROM `Environment`,`Component` WHERE `Component_`=`Component` AND (`Component`.`Action` = 0)
Action start 13:29:52: RemoveEnvironmentStrings.
MSI (s) (E0:50) [13:29:52:703]: Doing action: RemoveDuplicateFiles
Action ended 13:29:52: RemoveEnvironmentStrings. Return value 1.
Action start 13:29:52: RemoveDuplicateFiles.
MSI (s) (E0:50) [13:29:52:718]: Doing action: RemoveFiles
Action ended 13:29:52: RemoveDuplicateFiles. Return value 1.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: RemoveFile
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: RemoveFile
Action start 13:29:52: RemoveFiles.
MSI (s) (E0:50) [13:29:52:718]: Doing action: RemoveFolders
Action ended 13:29:52: RemoveFiles. Return value 0.
Action start 13:29:52: RemoveFolders.
MSI (s) (E0:50) [13:29:52:718]: Doing action: CreateFolders
Action ended 13:29:52: RemoveFolders. Return value 1.
Action start 13:29:52: CreateFolders.
MSI (s) (E0:50) [13:29:52:718]: Doing action: MoveFiles
Action ended 13:29:52: CreateFolders. Return value 1.
Action start 13:29:52: MoveFiles.
MSI (s) (E0:50) [13:29:52:718]: Doing action: InstallFiles
Action ended 13:29:52: MoveFiles. Return value 1.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ?
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: MsiSFCBypass
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
Action start 13:29:52: InstallFiles.
MSI (s) (E0:50) [13:29:52:718]: Doing action: PatchFiles
Action ended 13:29:52: InstallFiles. Return value 1.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2262 2: Media 3: -2147287038
Action start 13:29:52: PatchFiles.
MSI (s) (E0:50) [13:29:52:718]: Doing action: DuplicateFiles
Action ended 13:29:52: PatchFiles. Return value 1.
Action start 13:29:52: DuplicateFiles.
MSI (s) (E0:50) [13:29:52:718]: Doing action: BindImage
Action ended 13:29:52: DuplicateFiles. Return value 1.
Action start 13:29:52: BindImage.
MSI (s) (E0:50) [13:29:52:718]: Doing action: CreateShortcuts
Action ended 13:29:52: BindImage. Return value 1.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: Shortcut 4: SELECT `Name`, `FileName`, `Component`.`Directory_`, `Arguments`, `WkDir`, `Icon_`, `IconIndex`, `Hotkey`, `ShowCmd`, `Shortcut`.`Description`, `Shortcut`.`Directory_`, `Component`.`RuntimeFlags`, `Component`.`Action`, `Target`, `ComponentId`, `Feature`.`Action`, `Component`.`Installed`, `DisplayResourceDLL`, `DisplayResourceId`, `DescriptionResourceDLL`, `DescriptionResourceId` From `Shortcut`, `Feature`, `Component`, `File` WHERE `Target` = `Feature` AND `Shortcut`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))
Action start 13:29:52: CreateShortcuts.
MSI (s) (E0:50) [13:29:52:718]: Doing action: RegisterClassInfo
Action ended 13:29:52: CreateShortcuts. Return value 0.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: Class
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: Class 4: SELECT `BinaryType`, `CLSID`, `ProgId_Default`, `Class`.`Description`, `Context`, `Feature_`, `ComponentId`, `Component`, `Class`.`Attributes`, `AppId_`, `FileTypeMask`, `Icon_`, `IconIndex`, `DefInprocHandler`, `Argument`, `Component`.`RuntimeFlags`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action`, `Component`.`Attributes` FROM `Class`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))))
Action start 13:29:52: RegisterClassInfo.
MSI (s) (E0:50) [13:29:52:718]: Doing action: RegisterExtensionInfo
Action ended 13:29:52: RegisterClassInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: Extension
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: Extension 4: SELECT `Extension`, `BinaryType`, `ProgId_`, null, null, `MIME_`, `Feature_`, `ComponentId`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `Feature`.`Action` FROM `Extension`, `Component`, `File`, `Feature` WHERE `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))))
Action start 13:29:52: RegisterExtensionInfo.
MSI (s) (E0:50) [13:29:52:718]: Doing action: RegisterProgIdInfo
Action ended 13:29:52: RegisterExtensionInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: ProgId
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: ProgId 4: SELECT DISTINCT `BinaryType`, `ProgId`, `Class_`, `ProgId`.`Description`, `ProgId`.`Icon_`, `ProgId`.`IconIndex`, null, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes` FROM `ProgId`, `Class`, `Feature`, `Component` WHERE `ProgId`.`Class_` = `Class`.`CLSID` AND `Class`.`Feature_` = `Feature` AND `Class`.`Component_` = `Component` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))))
Action start 13:29:52: RegisterProgIdInfo.
MSI (s) (E0:50) [13:29:52:718]: Doing action: RegisterMIMEInfo
Action ended 13:29:52: RegisterProgIdInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: MIME
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: MIME 4: SELECT `BinaryType`, `ContentType`, `Extension`.`Extension`, `MIME`.`CLSID`, `Component`.`RuntimeFlags`, `Component`.`Component`, `Component`.`Attributes` FROM `MIME`, `Extension`, `Feature`, `Component` WHERE `MIME`.`Extension_` = `Extension`.`Extension` AND `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)) OR (`Feature`.`Action` = NULL AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND ((`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4))))
Action start 13:29:52: RegisterMIMEInfo.
MSI (s) (E0:50) [13:29:52:718]: Doing action: WriteRegistryValues
Action ended 13:29:52: RegisterMIMEInfo. Return value 0.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: Registry
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: RegAction
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: RegAction 4: SELECT `RegAction`.`BinaryType`,`Root`,`Key`,`Name`,`Value`, `Component_`, `Registry`, `RegAction`.`Action`, `RegAction`.`Attributes`, `Component`.`Attributes` FROM `RegAction`, `Component` WHERE `RegAction`.`Component_` = `Component` AND ((`RegAction`.`Action`=1 OR `RegAction`.`Action`=2) OR (`Root` = 0 AND `RegAction`.`Action` = null AND `RegAction`.`ActionRequest` = 1)) ORDER BY `RegAction`.`BinaryType`, `Root`, `Key`
Action start 13:29:52: WriteRegistryValues.
MSI (s) (E0:50) [13:29:52:718]: Doing action: WriteIniValues
Action ended 13:29:52: WriteRegistryValues. Return value 1.
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2205 2: 3: IniFile
MSI (s) (E0:50) [13:29:52:718]: Note: 1: 2228 2: 3: IniFile 4: SELECT `FileName`,`IniFile`.`DirProperty`,`Section`,`IniFile`.`Key`,`IniFile`.`Value`,`IniFile`.`Action` FROM `IniFile`, `Component` WHERE `Component`=`Component_` AND (`Component`.`Action`=1 OR `Component`.`Action`=2) ORDER BY `FileName`,`Section`
Action start 13:29:52: WriteIniValues.
MSI (s) (E0:50) [13:29:52:718]: Doing action: WriteEnvironmentStrings
Action ended 13:29:52: WriteIniValues. Return value 1.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: Environment
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: Environment 4: SELECT `Name`,`Value` FROM `Environment`,`Component` WHERE `Component_`=`Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2)
Action start 13:29:52: WriteEnvironmentStrings.
MSI (s) (E0:50) [13:29:52:734]: Doing action: RegisterFonts
Action ended 13:29:52: WriteEnvironmentStrings. Return value 1.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: Font
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: Font 4: SELECT `FontTitle`, `FileName`, `Directory_`, `Action` From `Font`, `FileAction` Where `Font`.`File_` = `FileAction`.`File` And (`FileAction`.`Action` = 1 Or `FileAction`.`Action` = 2) ORDER BY `FileAction`.`Directory_`
Action start 13:29:52: RegisterFonts.
MSI (s) (E0:50) [13:29:52:734]: Doing action: InstallODBC
Action ended 13:29:52: RegisterFonts. Return value 1.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2711 2: ODBCDriverManager
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCDriver`, `File`, `Component` WHERE `File_` = `File` AND `ODBCDriver`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCDriver`, `File`, `Component` WHERE `File_` = `File` AND `ODBCDriver`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCTranslator`, `File`, `Component` WHERE `File_` = `File` AND `ODBCTranslator`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`Component`.`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action` FROM `ODBCTranslator`, `File`, `Component` WHERE `File_` = `File` AND `ODBCTranslator`.`Component_` = `Component` AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ODBCDataSource
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND `BinaryType` = ?
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ODBCDataSource
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ODBCDataSource 4: SELECT `DataSource`,`ComponentId`,`DriverDescription`,`Description`,`Registration` FROM `ODBCDataSource`, `Component` WHERE `Component_` = `Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2) AND `BinaryType` = ?
Action start 13:29:52: InstallODBC.
MSI (s) (E0:50) [13:29:52:734]: Doing action: RegisterTypeLibraries
Action ended 13:29:52: InstallODBC. Return value 0.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: TypeLib
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: TypeLib 4: SELECT `LibID`, `TypeLib`.`Version`, `TypeLib`.`Language`, `TypeLib`.`Directory_`, `FileName`, `Component`.`Directory_`, `Component`.`Action`, `Component`.`Installed`, `BinaryType`, `Component`.`Component`, `Component`.`Attributes`, `Component`.`RuntimeFlags` FROM `TypeLib`, `Component`, `File` WHERE `TypeLib`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND ((`Component`.`Action`=1 OR `Component`.`Action`=2) OR (`Component`.`Action` = null AND (`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2)))
Action start 13:29:52: RegisterTypeLibraries.
MSI (s) (E0:50) [13:29:52:734]: Doing action: SelfRegModules
Action ended 13:29:52: RegisterTypeLibraries. Return value 0.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: SelfReg 4: Select `FileAction`.`FileName`,`FileAction`.`Directory_`,`FileAction`.`Action`, `FileAction`.`Component_`,`SelfReg`.`File_` From `SelfReg`, `FileAction` Where `SelfReg`.`File_` = `FileAction`.`File` And (`FileAction`.`Action` = 1 OR `FileAction`.`Action` = 2)
Action start 13:29:52: SelfRegModules.
MSI (s) (E0:50) [13:29:52:734]: Doing action: RegisterComPlus
Action ended 13:29:52: SelfRegModules. Return value 1.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: Complus
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: Complus 4: SELECT `ComponentId`, `FileName`, `Component`.`Directory_`, `ExpType`, `Component`.`Action`, `Component`.`Installed` FROM `Complus`, `Component`, `File` WHERE `Complus`.`Component_` = `Component` AND `Component`.`KeyPath` = `File`.`File` AND (`Action` = 1 OR `Action` = 2)
Action start 13:29:52: RegisterComPlus.
MSI (s) (E0:50) [13:29:52:734]: Doing action: InstallServices
Action ended 13:29:52: RegisterComPlus. Return value 0.
MSI (s) (E0:50) [13:29:52:734]: Detected older ServiceInstall table schema
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ServiceInstall
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ServiceInstall 4: SELECT `Name`,`DisplayName`,`ServiceType`,`StartType`,`ErrorControl`,`LoadOrderGroup`,`Dependencies`,`StartName`,`Password`,`ComponentId`,`Directory_`,`FileName`,`Arguments` FROM `ServiceInstall`, `Component`, `File` WHERE `ServiceInstall`.`Component_` = `Component`.`Component` AND (`Component`.`KeyPath` = `File`.`File`) AND (`Action` = 1 OR `Action` = 2)
Action start 13:29:52: InstallServices.
MSI (s) (E0:50) [13:29:52:734]: Doing action: StartServices
Action ended 13:29:52: InstallServices. Return value 1.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: ServiceControl
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: ServiceControl 4: SELECT `Name`,`Wait`,`Arguments`,`Event`, `Action` FROM `ServiceControl`, `Component` WHERE `Component_` = `Component` AND (`Action` = 0 OR `Action` = 1 OR `Action` = 2)
Action start 13:29:52: StartServices.
MSI (s) (E0:50) [13:29:52:734]: Doing action: RegisterUser
Action ended 13:29:52: StartServices. Return value 1.
Action start 13:29:52: RegisterUser.
MSI (s) (E0:50) [13:29:52:734]: Doing action: RegisterProduct
Action ended 13:29:52: RegisterUser. Return value 1.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2262 2: Media 3: -2147287038
Action start 13:29:52: RegisterProduct.
MSI (s) (E0:50) [13:29:52:734]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (E0:50) [13:29:52:734]: Doing action: PublishComponents
Action ended 13:29:52: RegisterProduct. Return value 1.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: PublishComponent 4: SELECT `PublishComponent`.`ComponentId`, `PublishComponent`.`Qualifier`, `PublishComponent`.`AppData`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `PublishComponent`, `Component`, `Feature` WHERE `PublishComponent`.`Component_` = `Component`.`Component` AND `PublishComponent`.`Feature_` = `Feature`.`Feature` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))
Action start 13:29:52: PublishComponents.
MSI (s) (E0:50) [13:29:52:734]: Doing action: MsiPublishAssemblies
Action ended 13:29:52: PublishComponents. Return value 0.
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (E0:50) [13:29:52:734]: Note: 1: 2228 2: 3: MsiAssembly 4: SELECT null, null, `Component`.`Component`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `MsiAssembly`, `Component`, `Feature` WHERE `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Feature_` = `Feature`.`Feature` AND `MsiAssembly`.`File_Application` = null AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2) OR (`Feature`.`Action` = 4 AND `Feature`.`Installed` = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))
Action start 13:29:52: MsiPublishAssemblies.
MSI (s) (E0:50) [13:29:52:734]: Doing action: PublishFeatures
Action ended 13:29:52: MsiPublishAssemblies. Return value 0.
Action start 13:29:52: PublishFeatures.
MSI (s) (E0:50) [13:29:52:734]: Doing action: PublishProduct
Action ended 13:29:52: PublishFeatures. Return value 1.
Action start 13:29:52: PublishProduct.
MSI (s) (E0:50) [13:29:52:750]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (E0:50) [13:29:52:750]: Skipping action: ScheduleReboot (condition is false)
MSI (s) (E0:50) [13:29:52:750]: Doing action: InstallFinalize
Action ended 13:29:52: PublishProduct. Return value 1.
MSI (s) (E0:50) [13:29:52:750]: Running Script: C:\WINDOWS\Installer\MSI209.tmp
MSI (s) (E0:50) [13:29:52:750]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (E0:50) [13:29:52:750]: Machine policy value 'DisableRollback' is 0
MSI (s) (E0:50) [13:29:52:750]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (E0:50) [13:29:52:765]: Executing op: Header(Signature=1397708873,Version=405,Timestamp=993422267,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
Action start 13:29:52: InstallFinalize.
MSI (s) (E0:50) [13:29:52:765]: Executing op: ProductInfo(ProductKey={B6730939-A136-4804-89F1-CCF800400D29},ProductName=ChainMaster,PackageName=ChainMaster.msi,Language=1033,Version=16777216,Assignment=1,ObsoleteArg=0,ProductIcon=ARPPRODUCTICON.exe,,PackageCode={0F2EDF2C-B342-4242-AD9D-818B2441125A},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (E0:50) [13:29:52:765]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (E0:50) [13:29:52:765]: Executing op: DialogInfo(Type=1,Argument=ChainMaster)
MSI (s) (E0:50) [13:29:52:765]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (E0:50) [13:29:52:765]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (E0:50) [13:29:52:765]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=ISChainPackageRollback,,)
MSI (s) (E0:50) [13:29:52:765]: Executing op: CustomActionSchedule(Action=ISChainPackageRollback,ActionType=1281,Source=BinaryData,Target=ISChainPackagesCleanup,CustomActionData=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78})
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=ISChainPackageCommit,,)
MSI (s) (E0:50) [13:29:52:765]: Executing op: CustomActionSchedule(Action=ISChainPackageCommit,ActionType=1537,Source=BinaryData,Target=ISChainPackagesCleanup,CustomActionData=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78})
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=24000)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ComponentRegister(ComponentId={CE2036EB-5F16-4571-A63B-99B089A2B3A0},KeyPath=C:\Program Files\My Company Name\AAChainedMaster\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ODBCDriverManager(,BinaryType=0)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ODBCDriverManager(,BinaryType=1)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1])
MSI (s) (E0:50) [13:29:52:765]: Executing op: FolderCreate(Folder=C:\Program Files\My Company Name\AAChainedMaster\,Foreign=0,)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6])
MSI (s) (E0:50) [13:29:52:765]: Executing op: InstallProtectedFiles(AllowUI=1)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=RegisterUser,Description=Registering user,Template=[1])
MSI (s) (E0:50) [13:29:52:765]: Executing op: UserRegister(Owner=Any Authorised User,Company=Nortel,ProductId=none)
MSI (s) (E0:50) [13:29:52:765]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (E0:50) [13:29:52:765]: Executing op: DatabaseCopy(DatabasePath=C:\WINDOWS\Installer\5a7c91e.msi,ProductCode={B6730939-A136-4804-89F1-CCF800400D29},,,)
MSI (s) (E0:50) [13:29:52:796]: Executing op: ProductRegister(UpgradeCode={055667F0-7C82-4779-9D8E-AE17D473B7CC},VersionString=1.00.0000,,,InstallLocation=C:\Program Files\My Company Name\AAChainedMaster\,InstallSource=D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\,Publisher=Your Company Name,,,,,,,,,,,,EstimatedSize=1416,)
MSI (s) (E0:50) [13:29:52:812]: Executing op: ProductCPDisplayInfoRegister()
MSI (s) (E0:50) [13:29:52:812]: Executing op: ActionStart(Name=PublishFeatures,Description=Publishing product features,Template=Feature: [1])
MSI (s) (E0:50) [13:29:52:812]: Executing op: FeaturePublish(Feature=MIsk,,Absent=2,Component=5'.9kTb+C=TZPiaSH4`[)
MSI (s) (E0:50) [13:29:52:812]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (E0:50) [13:29:52:812]: Executing op: IconCreate(Icon=ARPPRODUCTICON.exe,Data=BinaryData)
MSI (s) (E0:50) [13:29:52:828]: Executing op: CleanupConfigData()
MSI (s) (E0:50) [13:29:52:828]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Patches 3: 2
MSI (s) (E0:50) [13:29:52:828]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
MSI (s) (E0:50) [13:29:52:828]: Note: 1: 1402 2: UNKNOWN\Products\9390376B631A4084981FCC8F0004D092\Patches 3: 2
MSI (s) (E0:50) [13:29:52:843]: Executing op: ProductPublish(PackageKey={0F2EDF2C-B342-4242-AD9D-818B2441125A})
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:50) [13:29:52:843]: Executing op: UpgradeCodePublish(UpgradeCode={055667F0-7C82-4779-9D8E-AE17D473B7CC})
MSI (s) (E0:50) [13:29:52:843]: Executing op: SourceListPublish(,,DiskPromptTemplate=[1],,NumberOfDisks=0)
MSI (s) (E0:50) [13:29:52:843]: Note: 1: 1402 2: UNKNOWN\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList 3: 2
MSI (s) (E0:50) [13:29:52:843]: Executing op: ProductPublishClient(,,)
MSI (s) (E0:50) [13:29:52:843]: Executing op: SourceListRegisterLastUsed(SourceProduct={B6730939-A136-4804-89F1-CCF800400D29},LastUsedSource=D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\)
MSI (s) (E0:50) [13:29:52:843]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (E0:50) [13:29:52:843]: Specifed source is already in a list.
MSI (s) (E0:50) [13:29:52:843]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (E0:50) [13:29:52:843]: Machine policy value 'DisableBrowse' is 0
MSI (s) (E0:50) [13:29:52:843]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (E0:50) [13:29:52:843]: Adding new sources is allowed.
MSI (s) (E0:50) [13:29:52:843]: Set LastUsedSource to: D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\.
MSI (s) (E0:50) [13:29:52:843]: Set LastUsedType to: n.
MSI (s) (E0:50) [13:29:52:843]: Set LastUsedIndex to: 1.
MSI (s) (E0:50) [13:29:52:843]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=24000)
MSI (s) (E0:50) [13:29:52:859]: User policy value 'DisableRollback' is 0
MSI (s) (E0:50) [13:29:52:859]: Machine policy value 'DisableRollback' is 0
MSI (s) (E0:50) [13:29:52:859]: Unlocking Server
MSI (s) (E0:50) [13:29:52:859]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
Action ended 13:29:52: InstallFinalize. Return value 1.
Action ended 13:29:52: INSTALL. Return value 1.
Property(S): DiskPrompt = [1]
Property(S): UpgradeCode = {055667F0-7C82-4779-9D8E-AE17D473B7CC}
Property(S): ProductCode = {B6730939-A136-4804-89F1-CCF800400D29}
Property(S): ProductToBeRegistered = 1
Property(S): IS_CHAINER_POST_COMMANDLINE = /l"D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\Install.log" /qb /iC:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}\Slave.msi
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): OutOfDiskSpace = 0
Property(S): SourcedirProduct = {B6730939-A136-4804-89F1-CCF800400D29}
Property(S): SOURCEDIR = D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\
Property(S): CostingComplete = 1
Property(S): ROOTDRIVE = E:\
Property(S): ACTION = INSTALL
Property(S): MsiUIHideCancel = 1
Property(S): MsiUIProgressOnly = 1
Property(S): UILevel = 3
Property(S): OriginalDatabase = D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\ChainMaster.msi
Property(S): DATABASE = C:\WINDOWS\Installer\5a7c91e.msi
Property(S): Privileged = 1
Property(S): RedirectedDllSupport = 2
Property(S): MsiWin32AssemblySupport = 5.2.3790.3959
Property(S): MsiNetAssemblySupport = 2.0.50727.3053
Property(S): Date = 22/09/2009
Property(S): Time = 13:29:52
Property(S): TTCSupport = 1
Property(S): ColorBits = 32
Property(S): TextInternalLeading = 3
Property(S): TextHeight = 16
Property(S): VersionNT = 502
Property(S): ISChainPackageRollback = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}
Property(S): ISChainPackageCommit = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78}
Property(S): TARGETDIR = E:\
Property(S): ALLUSERSPROFILE = C:\Documents and Settings\All Users\
Property(S): BorderSide = 1
Property(S): BorderTop = 1
Property(S): CaptionHeight = 19
Property(S): ScreenY = 768
Property(S): ScreenX = 1024
Property(S): SystemLanguageID = 1033
Property(S): ISYourDataBaseDir = C:\Program Files\My Company Name\AAChainedMaster\Database\
Property(S): DATABASEDIR = C:\Program Files\My Company Name\AAChainedMaster\Database\
Property(S): ComputerName = RMAMDEV1
Property(S): UserLanguageID = 6153
Property(S): UserSID = S-1-5-21-3535667854-818695694-1343907109-500
Property(S): LogonUser = NortelA
Property(S): AdminUser = 1
Property(S): ISMyProductDir = C:\Program Files\My Company Name\AAChainedMaster\
Property(S): INSTALLDIR = C:\Program Files\My Company Name\AAChainedMaster\
Property(S): VirtualMemory = 8997
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): ISMyCompanyDir = C:\Program Files\My Company Name\
Property(S): PhysicalMemory = 8187
Property(S): Intel = 6
Property(S): ShellAdvtSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): GPTSupport = 1
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): SourceDir = D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(S): USERPROFILE = C:\Documents and Settings\Administrator\
Property(S): MyPicturesFolder = C:\Documents and Settings\Administrator\My Documents\My Pictures\
Property(S): LocalAppDataFolder = C:\Documents and Settings\Administrator\Local Settings\Application Data\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): SendToFolder = C:\Documents and Settings\Administrator\SendTo\
Property(S): RecentFolder = C:\Documents and Settings\Administrator\Recent\
Property(S): PrintHoodFolder = C:\Documents and Settings\Administrator\PrintHood\
Property(S): PersonalFolder = C:\Documents and Settings\Administrator\My Documents\
Property(S): NetHoodFolder = C:\Documents and Settings\Administrator\NetHood\
Property(S): FavoritesFolder = C:\Documents and Settings\Administrator\Favorites\
Property(S): AppDataFolder = C:\Documents and Settings\Administrator\Application Data\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): TempFolder = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
Property(S): RemoteAdminTS = 1
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): ISCHECKFORPRODUCTUPDATES = 1
Property(S): ApplicationUsers = AllUsers
Property(S): AgreeToLicense = No
Property(S): _IsMaintenance = Change
Property(S): RestartManagerOption = CloseRestart
Property(S): SetupType = Typical
Property(S): _IsSetupTypeMin = Typical
Property(S): Display_IsBitmapDlg = 1
Property(S): ARPPRODUCTICON = ARPPRODUCTICON.exe
Property(S): DefaultUIFont = Tahoma8
Property(S): DialogCaption = InstallShield for Windows Installer
Property(S): DisplayNameCustom = Custom
Property(S): DisplayNameMinimal = Minimal
Property(S): DisplayNameTypical = Typical
Property(S): DWUSINTERVAL = 30
Property(S): ErrorDialog = SetupError
Property(S): InstallChoice = AR
Property(S): INSTALLLEVEL = 100
Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
Property(S): IS_PROGMSG_XML_COSTING = Costing XML files...
Property(S): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s...
Property(S): IS_PROGMSG_XML_FILES = Performing XML file changes...
Property(S): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s...
Property(S): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes...
Property(S): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s...
Property(S): IS_SQLSERVER_AUTHENTICATION = 0
Property(S): IS_SQLSERVER_USERNAME = sa
Property(S): ISVROOT_PORT_NO = 0
Property(S): Manufacturer = Your Company Name
Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(S): ProductID = none
Property(S): ProductLanguage = 1033
Property(S): ProductName = ChainMaster
Property(S): ProductVersion = 1.00.0000
Property(S): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s
Property(S): PROGMSG_IIS_CREATEAPPPOOLS = Creating application Pools...
Property(S): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
Property(S): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSION = Creating web service extension
Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS = Creating web service extensions...
Property(S): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTDONEz = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTzDONE = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_REMOVEAPPPOOL = Removing application pool
Property(S): PROGMSG_IIS_REMOVEAPPPOOLS = Removing application pools...
Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Removing web service extension
Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Removing web service extensions...
Property(S): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rolling back application pools...
Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
Property(S): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
Property(S): ProgressType0 = install
Property(S): ProgressType1 = Installing
Property(S): ProgressType2 = installed
Property(S): ProgressType3 = installs
Property(S): RebootYesNo = Yes
Property(S): ReinstallModeText = omus
Property(S): IS_PREVENT_DOWNGRADE_EXIT = A newer version of this application is already installed on this computer. If you wish to install this version, please uninstall the newer version first. Click OK to exit the wizard.
Property(S): SecureCustomProperties = ISFOUNDNEWERPRODUCTVERSION;USERNAME;COMPANYNAME;ISX_SERIALNUM;SUPPORTDIR;INSTALLDIR
Property(S): ALLUSERS = 1
Property(S): PROGMSG_IIS_REMOVEWEBSITES = Removing IIS websites...
Property(S): PROGMSG_IIS_CREATEWEBSITE = Creating IIS website %s
Property(S): PROGMSG_IIS_CREATEWEBSITES = Creating IIS websites...
Property(S): IS_PROGMSG_TEXTFILECHANGS_REPLACE = Replacing %s with %s in %s...
Property(S): DWUSLINK = CECB87CF998BF0A8B9ACA00FAE9C978FAE7C708FCEACC7DFCE4CD05F4EECA7BF8EABE75FDEAC
Property(S): MsiLogFileLocation = D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\Install.log
Property(S): ARPINSTALLLOCATION = C:\Program Files\My Company Name\AAChainedMaster\
Property(S): WindowsVolume = C:\
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): MsiNTSuiteEnterprise = 1
Property(S): MsiNTProductType = 3
Property(S): ServicePackLevelMinor = 0
Property(S): ServicePackLevel = 2
Property(S): WindowsBuild = 3790
Property(S): VersionMsi = 4.05
Property(S): VersionDatabase = 405
Property(S): CLIENTPROCESSID = 5992
Property(S): CLIENTUILEVEL = 2
Property(S): COMPANYNAME = Nortel
Property(S): USERNAME = Any Authorised User
Property(S): CURRENTDIRECTORY = D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster
Property(S): PackagecodeChanging = 1
Property(S): ProductState = -1
Property(S): PackageCode = {0F2EDF2C-B342-4242-AD9D-818B2441125A}
MSI (s) (E0:50) [13:29:52:906]: Note: 1: 1707
MSI (s) (E0:50) [13:29:52:906]: Product: ChainMaster -- Installation operation completed successfully.
MSI (s) (E0:50) [13:29:52:906]: Windows Installer installed the product. Product Name: ChainMaster. Product Version: 1.00.0000. Product Language: 1033. Installation success or error status: 0.
MSI (s) (E0:50) [13:29:52:906]: MainEngineThread is returning 0
MSI (s) (E0:F4) [13:29:52:953]: User policy value 'DisableRollback' is 0
MSI (s) (E0:F4) [13:29:52:953]: Machine policy value 'DisableRollback' is 0
MSI (s) (E0:F4) [13:29:52:953]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (E0:F4) [13:29:52:953]: Executing op: Header(Signature=1397708873,Version=405,Timestamp=993422267,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: DialogInfo(Type=1,Argument=ChainMaster)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (E0:F4) [13:29:52:953]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList\Net,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: ProductInfo(ProductKey={B6730939-A136-4804-89F1-CCF800400D29},ProductName=ChainMaster,PackageName=ChainMaster.msi,Language=1033,Version=16777216,Assignment=1,ObsoleteArg=0,ProductIcon=ARPPRODUCTICON.exe,,PackageCode={0F2EDF2C-B342-4242-AD9D-818B2441125A},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=LastUsedSource,Value=#%n;1;D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=Clients,Value=[~]:,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList\Net,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=1,Value=#%D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList\Net 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=PackageName,Value=ChainMaster.msi,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092\SourceList 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\UpgradeCodes\0F76655028C79774D9E8EA714D377BCC,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=9390376B631A4084981FCC8F0004D092,,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\UpgradeCodes\0F76655028C79774D9E8EA714D377BCC 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=DeploymentFlags,Value=#3,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=AuthorizedLUAApp,Value=#0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=InstanceType,Value=#0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=ProductIcon,Value=C:\WINDOWS\Installer\{B6730939-A136-4804-89F1-CCF800400D29}\ARPPRODUCTICON.exe,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=AdvertiseFlags,Value=#388,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=Assignment,Value=#1,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=Version,Value=#16777216,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=Language,Value=#1033,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=PackageCode,Value=C2FDE2F0243B2424DAD918B8421421A5,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=ProductName,Value=ChainMaster,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Patches,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=AllPatches,,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Patches 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Patches,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Patches 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Patches,,BinaryType=-1,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Patches 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\{B6730939-A136-4804-89F1-CCF800400D29}\ARPPRODUCTICON.exe,Elevate=1,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: ActionStart(Name=PublishFeatures,Description=Publishing product features,Template=Feature: [1])
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Features,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=MIsk,Value=5'.9kTb+C=TZPiaSH4`[,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Features 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Classes\Installer\Features\9390376B631A4084981FCC8F0004D092,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=MIsk,,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Features\9390376B631A4084981FCC8F0004D092 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{B6730939-A136-4804-89F1-CCF800400D29},SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=DisplayName,Value=ChainMaster,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\InstallProperties,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=DisplayName,Value=ChainMaster,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\Usage,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\0F76655028C79774D9E8EA714D377BCC,SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=9390376B631A4084981FCC8F0004D092,,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\0F76655028C79774D9E8EA714D377BCC 3: 2
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall\{B6730939-A136-4804-89F1-CCF800400D29},SecurityDescriptor=BinaryData,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=Language,Value=#1033,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=Version,Value=#16777216,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegRemoveValue(Name=WindowsInstaller,Value=#1,)
MSI (s) (E0:F4) [13:29:52:953]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=VersionMinor,Value=#00,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=VersionMajor,Value=#1,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=URLUpdateInfo,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=URLInfoAbout,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=UninstallString,Value=#%MsiExec.exe /I{B6730939-A136-4804-89F1-CCF800400D29},)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=EstimatedSize,Value=#+1416,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Size,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Readme,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Publisher,Value=Your Company Name,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=ModifyPath,Value=#%MsiExec.exe /I{B6730939-A136-4804-89F1-CCF800400D29},)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=InstallSource,Value=D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=InstallLocation,Value=C:\Program Files\My Company Name\AAChainedMaster\,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=InstallDate,Value=20090922,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=HelpTelephone,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=HelpLink,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=DisplayVersion,Value=1.00.0000,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Contact,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Comments,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=AuthorizedCDFPrefix,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:968]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{B6730939-A136-4804-89F1-CCF800400D29} 3: 2
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Uninstall,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\InstallProperties,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Language,Value=#1033,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Version,Value=#16777216,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=WindowsInstaller,Value=#1,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=VersionMinor,Value=#00,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=VersionMajor,Value=#1,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=URLUpdateInfo,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=URLInfoAbout,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=UninstallString,Value=#%MsiExec.exe /I{B6730939-A136-4804-89F1-CCF800400D29},)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=EstimatedSize,Value=#+1416,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Size,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Readme,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=Publisher,Value=Your Company Name,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=ModifyPath,Value=#%MsiExec.exe /I{B6730939-A136-4804-89F1-CCF800400D29},)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=InstallSource,Value=D:\Projects\Packaging\TestPackages\Chained_MSI_Investigation\ChainMaster\,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=InstallLocation,Value=C:\Program Files\My Company Name\AAChainedMaster\,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=InstallDate,Value=20090922,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=HelpTelephone,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=HelpLink,,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegRemoveValue(Name=DisplayVersion,Value=1.00.0000,)
MSI (s) (E0:F4) [13:29:52:968]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveValue(Name=Contact,,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveValue(Name=Comments,,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveValue(Name=AuthorizedCDFPrefix,,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\InstallProperties,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveValue(Name=LocalPackage,Value=C:\WINDOWS\Installer\5a7c924.msi,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:984]: Executing op: FileRemove(,FileName=C:\WINDOWS\Installer\5a7c924.msi,Elevate=1,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ActionStart(Name=RegisterUser,Description=Registering user,Template=[1])
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegOpenKey(Root=-2147483646,Key=Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\InstallProperties,,BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveValue(Name=ProductID,Value=none,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveValue(Name=RegCompany,Value=Nortel,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegCreateKey()
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveValue(Name=RegOwner,Value=Any Authorised User,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: RegRemoveKey()
MSI (s) (E0:F4) [13:29:52:984]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\9390376B631A4084981FCC8F0004D092\InstallProperties 3: 2
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6])
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1])
MSI (s) (E0:F4) [13:29:52:984]: Executing op: FolderRemove(Folder=C:\Program Files\My Company Name\AAChainedMaster\,Foreign=0)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ActionStart(Name=RemoveODBC,Description=Removing ODBC components,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ComponentUnregister(ComponentId={CE2036EB-5F16-4571-A63B-99B089A2B3A0},ProductKey={B6730939-A136-4804-89F1-CCF800400D29},BinaryType=0,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ActionStart(Name=ISChainPackageCommit,,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: ActionStart(Name=ISChainPackageRollback,,)
MSI (s) (E0:F4) [13:29:52:984]: Executing op: CustomActionRollback(Action=ISChainPackageRollback,ActionType=1281,Source=BinaryData,Target=ISChainPackagesCleanup,CustomActionData=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{0006F156-B818-428F-B044-C6109A9E4E78})
MSI (s) (E0:F0) [13:29:53:000]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI20B.tmp, Entrypoint: ISChainPackagesCleanup
MSI (s) (E0:F4) [13:29:53:015]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (E0:F4) [13:29:53:015]: Error in rollback skipped. Return: 5
MSI (s) (E0:F4) [13:29:53:015]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (E0:F4) [13:29:53:015]: Restoring environment variables
MSI (s) (E0:F4) [13:29:53:015]: No System Restore sequence number for this installation.
=== Logging stopped: 22/09/2009 13:29:52 ===
MSI (c) (68:D4) [13:29:53:015]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (68:D4) [13:29:53:015]: MainEngineThread is returning 1603
=== Verbose logging stopped: 22/09/2009 13:29:53 ===
Posted by: cygan 14 years ago
Fifth Degree Brown Belt
0
Ian is right

MSI (s) (E0:F4) [13:29:53:015]: No System Restore sequence number for this installation.
=== Logging stopped: 22/09/2009 13:29:52 ==

you will need to use qn

this way no system restore is created on install or uninstall
Posted by: anonymous_9363 14 years ago
Red Belt
0
no UI, using /qb-!Incorrect. '/QB-!' is a basic UI with no 'Cancel' button. So, do you have System Restore switched off?

Bear in mind that I'm working from a Google for the error in your log 'The call to SRSetRestorePoint API failed. Returned status: 0. getlasterror() returned: 127 ...', I have no clue other than what I found from that.

Also, please use the CODE tag when posting lengthy text. You can access it by clicking the button marked '<%' in the 'Reply to Message' window.
Posted by: frodo 14 years ago
Orange Senior Belt
0
hi,
thanks for the help.
turns out i dont have system restore setup on that server so that was the problem.
i installed windows installer 4.5 onto my xp machine and the chained msi's installed successfully.
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