Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Remove component during minor upgrade


8 replies to this topic

kartlee

kartlee
  • Full Members
  • 8 posts

Posted 16 May 2007 - 21:02

Hi,


I am trying to do a minor upgrade with an installer which doesn't hold the component of the previous version. As per the rules minor upgrade cannot happen with this setup but still I am trying to do a hack to make it to work. I added the missing component information in the component table to puncture it ( uninstall the component ) as follows:


"Miror.wmv","{BE4D567F-FF68-48D8-BA35-CB6CD9731F50}","INSTALLDIR","64","1=0",""

This sets 'msidbComponentAttributesTransitive' to the 'Attributes' column, set the condtion to evaluate to 'FALSE' and make the 'KeyPath' field as blank.

I then flood this component information to 'FeatureComponents' table and files of the component to 'RemoveFile' table so the files are removed by 'RemoveFiles' action.

But after doing all these, I still see the component information in the registry. The above attempt has not uninstalled the component. Am I doing anything wrong here? Is there a way to uninstall the component through any custom action?

-Karthik


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 May 2007 - 21:35

The ComponentId GUID must match the one in the previous version, and the key oath must be the same: if it was a file, it has to be the same file - even if it's just a 1 byte dummy.
Generate a log of the update and look for SELMGR errors.

kartlee

kartlee
  • Full Members
  • 8 posts

Posted 16 May 2007 - 21:49

Hi Stefan,

I am maintaining the GUID from the previous version but the keypath is not since these are done at run time by a custom action populating installer table on identifying the missing component from cached database. Is there any way to add the dummy file ( 0 byte ) at runtime to this component by a custom action?
or can I have the component without keypath in the previous version which should do the trick here when I upgrade?

-Karthik

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 May 2007 - 22:09

Maybe you could add a row to the File table at runtime, not sure if that would work.
The key path must not change between versions. So if the old version had no key path set (i.e. the folder becomes key) then the new version should be the same.

kartlee

kartlee
  • Full Members
  • 8 posts

Posted 17 May 2007 - 21:33

Hi Stefan,

It still doesn't remove the component from the registry. Can you please check once if this is possible from your end?

-Karthik

kartlee

kartlee
  • Full Members
  • 8 posts

Posted 17 May 2007 - 21:35

Hi Stefan,

I posted one more topic to this forum about 'Transitive bit'. It also has a connection to this issue where a component based on a condition trying to get it uninstalled is not happening at the time of reinstall.

-Karthik

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 May 2007 - 18:36

Did you generate a log?

kartlee

kartlee
  • Full Members
  • 8 posts

Posted 18 May 2007 - 21:22

Hi Stefan,

I am giving the log contents taken by installing the upgrade installer. This is related to my post 'Transitive Bit' mentioned earlier. You can notice in the log file that component 'sample' which I am trying to remove setting transitive bit and condition false is still present in the registry.

-Karthik


---Log contents---


=== Verbose logging started: 5/16/2007 13:33:32 Build type: SHIP UNICODE 3.00.3790.2180 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI © (BC:3C) [13:33:32:718]: Resetting cached policy values
MSI © (BC:3C) [13:33:32:718]: Machine policy value 'Debug' is 0
MSI © (BC:3C) [13:33:32:718]: ******* RunEngine:
******* Product: Final.msi
******* Action:
******* CommandLine: **********
MSI © (BC:3C) [13:33:32:718]: Machine policy value 'DisableUserInstalls' is 0
MSI © (BC:3C) [13:33:32:734]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'F:\schrodinger\Examples\Installer\test\upgrade\Final.msi' against software restriction policy
MSI © (BC:3C) [13:33:32:734]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI © (BC:3C) [13:33:32:734]: SOFTWARE RESTRICTION POLICY: F:\schrodinger\Examples\Installer\test\upgrade\Final.msi is not digitally signed
MSI © (BC:3C) [13:33:32:750]: SOFTWARE RESTRICTION POLICY: F:\schrodinger\Examples\Installer\test\upgrade\Final.msi is permitted to run at the 'unrestricted' authorization level.
MSI © (BC:3C) [13:33:32:765]: Cloaking enabled.
MSI © (BC:3C) [13:33:32:765]: Attempting to enable all disabled priveleges before calling Install on Server
MSI © (BC:3C) [13:33:32:781]: End dialog not enabled
MSI © (BC:3C) [13:33:32:781]: Original package ==> F:\schrodinger\Examples\Installer\test\upgrade\Final.msi
MSI © (BC:3C) [13:33:32:781]: Package we're running from ==> C:\DOCUME~1\kartlee\LOCALS~1\Temp\19490d13.msi
MSI © (BC:3C) [13:33:32:781]: APPCOMPAT: looking for appcompat database entry with ProductCode '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'.
MSI © (BC:3C) [13:33:32:781]: APPCOMPAT: no matching ProductCode found in database.
MSI © (BC:3C) [13:33:32:781]: MSCOREE not loaded loading copy from system32
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'DisablePatch' is 0
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'AllowLockdownPatch' is 0
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'DisableLUAPatching' is 0
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI © (BC:3C) [13:33:32:796]: APPCOMPAT: looking for appcompat database entry with ProductCode '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'.
MSI © (BC:3C) [13:33:32:796]: APPCOMPAT: no matching ProductCode found in database.
MSI © (BC:3C) [13:33:32:796]: Transforms are not secure.
MSI © (BC:3C) [13:33:32:796]: Command Line: REINSTALL=ALL REINSTALLMODE=vomus CURRENTDIRECTORY=F:\schrodinger\Examples\Installer\test\upgrade CLIENTUILEVEL=1 CLIENTPROCESSID=1468
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{55F71AB4-E07D-4A79-845E-A0DB04C6F448}'.
MSI © (BC:3C) [13:33:32:796]: Product Code passed to Engine.Initialize: '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'
MSI © (BC:3C) [13:33:32:796]: Product Code from property table before transforms: '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'
MSI © (BC:3C) [13:33:32:796]: Product Code from property table after transforms: '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'
MSI © (BC:3C) [13:33:32:796]: Product registered: entering maintenance mode
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI © (BC:3C) [13:33:32:796]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI © (BC:3C) [13:33:32:796]: Specifed source is not already in a list.
MSI © (BC:3C) [13:33:32:796]: User policy value 'SearchOrder' is 'nmu'
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'DisableBrowse' is 0
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'AllowLockdownBrowse' is 0
MSI © (BC:3C) [13:33:32:796]: Adding new sources is allowed.
MSI © (BC:3C) [13:33:32:796]: Package name retrieved from configuration data: 'Final.msi'
MSI © (BC:3C) [13:33:32:796]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-user.
MSI © (BC:3C) [13:33:32:796]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'DisableMsi' is 0
MSI © (BC:3C) [13:33:32:796]: Machine policy value 'AlwaysInstallElevated' is 0
MSI © (BC:3C) [13:33:32:796]: User policy value 'AlwaysInstallElevated' is 0
MSI © (BC:3C) [13:33:32:796]: Product {70F784E9-59C8-4EDD-BAEE-A0AF409CFF33} is not managed.
MSI © (BC:3C) [13:33:32:796]: Running product '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}' with user privileges: It's not assigned.
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding REINSTALL property. Its value is 'ALL'.
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'vomus'.
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'F:\schrodinger\Examples\Installer\test\upgrade'.
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '1'.
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1468'.
MSI © (BC:3C) [13:33:32:796]: TRANSFORMS property is now:
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI © (BC:3C) [13:33:32:796]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Application Data
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Favorites
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\NetHood
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\My Documents
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\PrintHood
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Recent
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\SendTo
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Templates
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Local Settings\Application Data
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\My Documents\My Pictures
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu\Programs\Administrative Tools
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu\Programs\Startup
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu\Programs
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Desktop
MSI © (BC:3C) [13:33:32:796]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI © (BC:3C) [13:33:32:812]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI © (BC:3C) [13:33:32:812]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI © (BC:3C) [13:33:32:812]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI © (BC:3C) [13:33:32:812]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI © (BC:3C) [13:33:32:812]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI © (BC:3C) [13:33:32:812]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI © (BC:3C) [13:33:32:812]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI © (BC:3C) [13:33:32:812]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Karthik'.
MSI © (BC:3C) [13:33:32:812]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'D.E.Shaw'.
MSI © (BC:3C) [13:33:32:812]: PROPERTY CHANGE: Adding Installed property. Its value is '2007/05/16 10:08:02'.
MSI © (BC:3C) [13:33:32:812]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\kartlee\LOCALS~1\Temp\19490d13.msi'.
MSI © (BC:3C) [13:33:32:812]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'F:\schrodinger\Examples\Installer\test\upgrade\Final.msi'.
MSI © (BC:6C) [13:33:32:812]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.00'.
=== Logging started: 5/16/2007 13:33:32 ===
MSI © (BC:3C) [13:33:32:828]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI © (BC:3C) [13:33:32:828]: Machine policy value 'DisableRollback' is 0
MSI © (BC:3C) [13:33:32:828]: User policy value 'DisableRollback' is 0
MSI © (BC:3C) [13:33:32:828]: PROPERTY CHANGE: Adding UILevel property. Its value is '4'.
MSI © (BC:3C) [13:33:32:828]: PROPERTY CHANGE: Adding QFEUpgrade property. Its value is '1'.
MSI © (BC:3C) [13:33:32:828]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI © (BC:3C) [13:33:32:828]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI © (BC:3C) [13:33:32:828]: Doing action: INSTALL
Action start 13:33:32: INSTALL.
MSI © (BC:3C) [13:33:32:828]: UI Sequence table 'InstallUISequence' is present and populated.
MSI © (BC:3C) [13:33:32:828]: Running UISequence
MSI © (BC:3C) [13:33:32:828]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI © (BC:3C) [13:33:32:828]: Doing action: LaunchConditions
Action start 13:33:32: LaunchConditions.
MSI © (BC:3C) [13:33:32:828]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
Action ended 13:33:32: LaunchConditions. Return value 1.
MSI © (BC:3C) [13:33:32:828]: Skipping action: SetPatchMode (condition is false)
MSI © (BC:3C) [13:33:32:828]: Skipping action: SetPatchReinstallMode (condition is false)
MSI © (BC:3C) [13:33:32:828]: Doing action: Setup_Dialog
Action start 13:33:32: Setup_Dialog.
Info 2898. MSSansSerif8, MS Sans Serif, 1
Info 2898. Arial10, Arial, 1
Info 2898. Arial14, Arial, 1
Action 13:33:32: Setup_Dialog. Dialog created
Action ended 13:33:32: Setup_Dialog. Return value 1.
MSI © (BC:3C) [13:33:32:906]: Doing action: FindRelatedProducts
Action start 13:33:32: FindRelatedProducts.
MSI © (BC:3C) [13:33:32:906]: Skipping FindRelatedProducts action: not run in maintenance mode
Action ended 13:33:32: FindRelatedProducts. Return value 0.
MSI © (BC:3C) [13:33:32:906]: Doing action: AppSearch
Action start 13:33:32: AppSearch.
MSI © (BC:3C) [13:33:32:906]: Note: 1: 2262 2: AppSearch 3: -2147287038
Action ended 13:33:32: AppSearch. Return value 1.
MSI © (BC:3C) [13:33:32:906]: Skipping action: CCPSearch (condition is false)
MSI © (BC:3C) [13:33:32:906]: Skipping action: CCPDialog (condition is false)
MSI © (BC:3C) [13:33:32:906]: Skipping action: RMCCPSearch (condition is false)
MSI © (BC:3C) [13:33:32:906]: Doing action: ValidateProductID
Action start 13:33:32: ValidateProductID.
Action ended 13:33:32: ValidateProductID. Return value 1.
MSI © (BC:3C) [13:33:32:906]: Doing action: CostInitialize
Action start 13:33:32: CostInitialize.
MSI © (BC:3C) [13:33:32:906]: Machine policy value 'MaxPatchCacheSize' is 10
MSI © (BC:3C) [13:33:33:078]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'F:\'.
MSI © (BC:3C) [13:33:33:078]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
Action ended 13:33:33: CostInitialize. Return value 1.
MSI © (BC:3C) [13:33:33:078]: Doing action: FileCost
Action start 13:33:33: FileCost.
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: Registry 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: Class 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: Extension 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI © (BC:3C) [13:33:33:078]: Note: 1: 2262 2: Shortcut 3: -2147287038
Action ended 13:33:33: FileCost. Return value 1.
MSI © (BC:3C) [13:33:33:078]: Doing action: IsolateComponents
Action start 13:33:33: IsolateComponents.
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: Patch 3: -2147287038
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2728 2: Patch
Action ended 13:33:33: IsolateComponents. Return value 1.
MSI © (BC:3C) [13:33:33:093]: Doing action: CostFinalize
Action start 13:33:33: CostFinalize.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding INSTALLDIR1 property. Its value is 'F:\FinalTest'.
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: Patch 3: -2147287038
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: Condition 3: -2147287038
MSI © (BC:3C) [13:33:33:093]: Machine policy value 'EnforceUpgradeComponentRules' is 0
MSI © (BC:3C) [13:33:33:093]: SELMGR: New components have been added to feature 'Complete'
MSI © (BC:3C) [13:33:33:093]: SELMGR: Component 'sample1' is a new component added to feature 'Complete'
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'F:\'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding GAC property. Its value is 'F:\'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding WWWROOT property. Its value is 'F:\'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Modifying INSTALLDIR1 property. Its current value is 'F:\FinalTest'. Its new value: 'F:\FinalTest\'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding Directory property. Its value is 'F:\FinalTest\Directory\'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\FinalTest\'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding WinSxS property. Its value is 'C:\WINDOWS\'.
MSI © (BC:3C) [13:33:33:093]: PROPERTY CHANGE: Adding ProfilesFolder property. Its value is 'C:\WINDOWS\'.
MSI © (BC:3C) [13:33:33:093]: Target path resolution complete. Dumping Directory table...
MSI © (BC:3C) [13:33:33:093]: Note: target paths subject to change (via custom actions or browsing)
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: TARGETDIR , Object: F:\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\kartlee\My Documents\My Pictures\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: GAC , Object: F:\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\kartlee\Local Settings\Application Data\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: WWWROOT , Object: F:\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: INSTALLDIR1 , Object: F:\FinalTest\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: Directory , Object: F:\FinalTest\Directory\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\FinalTest\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\kartlee\Start Menu\Programs\Administrative Tools\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: WinSxS , Object: C:\WINDOWS\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\kartlee\LOCALS~1\Temp\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\kartlee\Templates\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: ProfilesFolder , Object: C:\WINDOWS\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\kartlee\Desktop\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: RecentFolder , Object: C:\Documents and Settings\kartlee\Recent\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\kartlee\Favorites\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\kartlee\Application Data\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\kartlee\SendTo\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: PrintHoodFolder , Object: C:\Documents and Settings\kartlee\PrintHood\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\kartlee\My Documents\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: NetHoodFolder , Object: C:\Documents and Settings\kartlee\NetHood\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\kartlee\Start Menu\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\kartlee\Start Menu\Programs\
MSI © (BC:3C) [13:33:33:093]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\kartlee\Start Menu\Programs\Startup\
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI © (BC:3C) [13:33:33:093]: Note: 1: 2262 2: Patch 3: -2147287038
Action ended 13:33:33: CostFinalize. Return value 1.
MSI © (BC:3C) [13:33:33:093]: Doing action: MigrateFeatureStates
Action start 13:33:33: MigrateFeatureStates.
MSI © (BC:3C) [13:33:33:093]: Skipping MigrateFeatureStates action: not run in maintenance mode
Action ended 13:33:33: MigrateFeatureStates. Return value 0.
MSI © (BC:3C) [13:33:33:093]: Skipping action: Welcome_Dialog (condition is false)
MSI © (BC:3C) [13:33:33:093]: Doing action: Resume_Install_Dialog
Action start 13:33:33: Resume_Install_Dialog.
DEBUG: Error 2726: Action not found: Resume_Install_Dialog
Internal Error 2726. Resume_Install_Dialog
Action ended 13:33:33: Resume_Install_Dialog. Return value 0.
MSI © (BC:3C) [13:33:33:093]: Skipping action: Patch_Dialog (condition is false)
MSI © (BC:3C) [13:33:33:093]: Skipping action: Maintenance_Welcome_Dialog (condition is false)
MSI © (BC:3C) [13:33:33:093]: Doing action: Progress_Dialog
Action start 13:33:33: Progress_Dialog.
Info 2898. Arial8, Arial, 1
Action 13:33:33: Progress_Dialog. Dialog created
Action ended 13:33:33: Progress_Dialog. Return value 1.
MSI © (BC:3C) [13:33:33:156]: Doing action: ExecuteAction
Action start 13:33:33: ExecuteAction.
MSI © (BC:3C) [13:33:33:156]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI © (BC:3C) [13:33:33:171]: Grabbed execution mutex.
MSI © (BC:3C) [13:33:33:171]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI © (BC:3C) [13:33:33:171]: Switching to server: TARGETDIR="F:\" USERNAME="Karthik" WWWROOT="F:\" GAC="F:\" COMPANYNAME="D.E.Shaw" INSTALLDIR="C:\Program Files\FinalTest\" REINSTALLMODE="vomus" ROOTDRIVE="F:\" SECONDSEQUENCE="1" EXECUTEACTION="INSTALL" ACTION="INSTALL" INSTALLDIR1="F:\FinalTest\" PRODUCTLANGUAGE="1033" CLIENTPROCESSID="1468" CLIENTUILEVEL="1" CURRENTDIRECTORY="F:\schrodinger\Examples\Installer\test\upgrade" REINSTALL=Complete
MSI (s) (18:28) [13:33:33:171]: Grabbed execution mutex.
MSI (s) (18:94) [13:33:33:171]: Resetting cached policy values
MSI (s) (18:94) [13:33:33:171]: Machine policy value 'Debug' is 0
MSI (s) (18:94) [13:33:33:171]: ******* RunEngine:
******* Product: F:\schrodinger\Examples\Installer\test\upgrade\Final.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (18:94) [13:33:33:171]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (18:94) [13:33:33:187]: File will have security applied from OpCode.
MSI (s) (18:94) [13:33:33:203]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'F:\schrodinger\Examples\Installer\test\upgrade\Final.msi' against software restriction policy
MSI (s) (18:94) [13:33:33:203]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (18:94) [13:33:33:203]: SOFTWARE RESTRICTION POLICY: F:\schrodinger\Examples\Installer\test\upgrade\Final.msi is not digitally signed
MSI (s) (18:94) [13:33:33:203]: SOFTWARE RESTRICTION POLICY: F:\schrodinger\Examples\Installer\test\upgrade\Final.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (18:94) [13:33:33:203]: End dialog not enabled
MSI (s) (18:94) [13:33:33:203]: Original package ==> F:\schrodinger\Examples\Installer\test\upgrade\Final.msi
MSI (s) (18:94) [13:33:33:203]: Package we're running from ==> C:\WINDOWS\Installer\19468727.msi
MSI (s) (18:94) [13:33:33:218]: APPCOMPAT: looking for appcompat database entry with ProductCode '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'.
MSI (s) (18:94) [13:33:33:218]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (18:94) [13:33:33:218]: MSCOREE not loaded loading copy from system32
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'DisablePatch' is 0
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (18:94) [13:33:33:234]: APPCOMPAT: looking for appcompat database entry with ProductCode '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'.
MSI (s) (18:94) [13:33:33:234]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (18:94) [13:33:33:234]: Transforms are not secure.
MSI (s) (18:94) [13:33:33:234]: Command Line: TARGETDIR=F:\ USERNAME=Karthik WWWROOT=F:\ GAC=F:\ COMPANYNAME=D.E.Shaw INSTALLDIR=C:\Program Files\FinalTest\ REINSTALLMODE=vomus ROOTDRIVE=F:\ SECONDSEQUENCE=1 EXECUTEACTION=INSTALL ACTION=INSTALL INSTALLDIR1=F:\FinalTest\ PRODUCTLANGUAGE=1033 CLIENTPROCESSID=1468 CLIENTUILEVEL=1 CURRENTDIRECTORY=F:\schrodinger\Examples\Installer\test\upgrade REINSTALL=Complete ACTION=INSTALL
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{55F71AB4-E07D-4A79-845E-A0DB04C6F448}'.
MSI (s) (18:94) [13:33:33:234]: Product Code passed to Engine.Initialize: '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'
MSI (s) (18:94) [13:33:33:234]: Product Code from property table before transforms: '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'
MSI (s) (18:94) [13:33:33:234]: Product Code from property table after transforms: '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'
MSI (s) (18:94) [13:33:33:234]: Product registered: entering maintenance mode
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (18:94) [13:33:33:234]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (18:94) [13:33:33:234]: Specifed source is not already in a list.
MSI (s) (18:94) [13:33:33:234]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'DisableBrowse' is 0
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (18:94) [13:33:33:234]: Adding new sources is allowed.
MSI (s) (18:94) [13:33:33:234]: Package name retrieved from configuration data: 'Final.msi'
MSI (s) (18:94) [13:33:33:234]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-user.
MSI (s) (18:94) [13:33:33:234]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'DisableMsi' is 0
MSI (s) (18:94) [13:33:33:234]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (18:94) [13:33:33:234]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (18:94) [13:33:33:234]: Product {70F784E9-59C8-4EDD-BAEE-A0AF409CFF33} is not managed.
MSI (s) (18:94) [13:33:33:234]: Running product '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}' with user privileges: It's not assigned.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'F:\'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Karthik'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding WWWROOT property. Its value is 'F:\'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding GAC property. Its value is 'F:\'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'D.E.Shaw'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\FinalTest\'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'vomus'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'F:\'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding INSTALLDIR1 property. Its value is 'F:\FinalTest\'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1468'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '1'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'F:\schrodinger\Examples\Installer\test\upgrade'.
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding REINSTALL property. Its value is 'Complete'.
MSI (s) (18:94) [13:33:33:234]: Engine has iefSecondSequence set to true.
MSI (s) (18:94) [13:33:33:234]: TRANSFORMS property is now:
MSI (s) (18:94) [13:33:33:234]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (18:94) [13:33:33:234]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Application Data
MSI (s) (18:94) [13:33:33:250]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Favorites
MSI (s) (18:94) [13:33:33:250]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\NetHood
MSI (s) (18:94) [13:33:33:250]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\My Documents
MSI (s) (18:94) [13:33:33:250]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\PrintHood
MSI (s) (18:94) [13:33:33:265]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Recent
MSI (s) (18:94) [13:33:33:265]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\SendTo
MSI (s) (18:94) [13:33:33:265]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Templates
MSI (s) (18:94) [13:33:33:265]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (18:94) [13:33:33:265]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Local Settings\Application Data
MSI (s) (18:94) [13:33:33:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\My Documents\My Pictures
MSI (s) (18:94) [13:33:33:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu\Programs\Administrative Tools
MSI (s) (18:94) [13:33:33:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu\Programs\Startup
MSI (s) (18:94) [13:33:33:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu\Programs
MSI (s) (18:94) [13:33:33:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Start Menu
MSI (s) (18:94) [13:33:33:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\kartlee\Desktop
MSI (s) (18:94) [13:33:33:281]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (18:94) [13:33:33:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (18:94) [13:33:33:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (18:94) [13:33:33:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (18:94) [13:33:33:296]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (18:94) [13:33:33:296]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (18:94) [13:33:33:296]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (18:94) [13:33:33:312]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (18:94) [13:33:33:312]: PROPERTY CHANGE: Adding Installed property. Its value is '2007/05/16 10:08:02'.
MSI (s) (18:94) [13:33:33:312]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\19468727.msi'.
MSI (s) (18:94) [13:33:33:312]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'F:\schrodinger\Examples\Installer\test\upgrade\Final.msi'.
MSI (s) (18:94) [13:33:33:312]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (18:94) [13:33:33:312]: Machine policy value 'DisableRollback' is 0
MSI (s) (18:94) [13:33:33:312]: User policy value 'DisableRollback' is 0
MSI (s) (18:94) [13:33:33:312]: PROPERTY CHANGE: Adding UILevel property. Its value is '4'.
MSI (s) (18:94) [13:33:33:312]: PROPERTY CHANGE: Adding QFEUpgrade property. Its value is '1'.
MSI (s) (18:94) [13:33:33:312]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (18:94) [13:33:33:312]: Doing action: INSTALL
Action start 13:33:33: INSTALL.
MSI (s) (18:94) [13:33:33:312]: Running ExecuteSequence
MSI (s) (18:94) [13:33:33:312]: Doing action: LaunchConditions
Action start 13:33:33: LaunchConditions.
MSI (s) (18:94) [13:33:33:312]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
Action ended 13:33:33: LaunchConditions. Return value 1.
MSI (s) (18:94) [13:33:33:312]: Skipping action: SetPatchMode (condition is false)
MSI (s) (18:94) [13:33:33:312]: Skipping action: SetPatchReinstallMode (condition is false)
MSI (s) (18:94) [13:33:33:312]: Doing action: FindRelatedProducts
Action start 13:33:33: FindRelatedProducts.
MSI (s) (18:94) [13:33:33:312]: Skipping FindRelatedProducts action: already done on client side
Action ended 13:33:33: FindRelatedProducts. Return value 0.
MSI (s) (18:94) [13:33:33:312]: Doing action: AppSearch
Action start 13:33:33: AppSearch.
MSI (s) (18:94) [13:33:33:312]: Skipping AppSearch action: already done on client side
Action ended 13:33:33: AppSearch. Return value 0.
MSI (s) (18:94) [13:33:33:328]: Skipping action: CCPSearch (condition is false)
MSI (s) (18:94) [13:33:33:328]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (18:94) [13:33:33:328]: Doing action: ValidateProductID
Action start 13:33:33: ValidateProductID.
Action ended 13:33:33: ValidateProductID. Return value 1.
MSI (s) (18:94) [13:33:33:328]: Doing action: CostInitialize
Action start 13:33:33: CostInitialize.
MSI (s) (18:94) [13:33:33:328]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2205 2: 3: __MsiPatchFileList
Action ended 13:33:33: CostInitialize. Return value 1.
MSI (s) (18:94) [13:33:33:328]: Doing action: FileCost
Action start 13:33:33: FileCost.
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: Shortcut 3: -2147287038
Action ended 13:33:33: FileCost. Return value 1.
MSI (s) (18:94) [13:33:33:328]: Doing action: IsolateComponents
Action start 13:33:33: IsolateComponents.
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2728 2: Patch
Action ended 13:33:33: IsolateComponents. Return value 1.
MSI (s) (18:94) [13:33:33:328]: Doing action: CostFinalize
Action start 13:33:33: CostFinalize.
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Modifying INSTALLDIR1 property. Its current value is 'F:\FinalTest\'. Its new value: 'F:\FinalTest'.
MSI (s) (18:94) [13:33:33:328]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (18:94) [13:33:33:328]: Machine policy value 'EnforceUpgradeComponentRules' is 0
MSI (s) (18:94) [13:33:33:328]: SELMGR: New components have been added to feature 'Complete'
MSI (s) (18:94) [13:33:33:328]: SELMGR: Component 'sample1' is a new component added to feature 'Complete'
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Modifying INSTALLDIR1 property. Its current value is 'F:\FinalTest'. Its new value: 'F:\FinalTest\'.
MSI (s) (18:94) [13:33:33:328]: PROPERTY CHANGE: Adding Directory property. Its value is 'F:\FinalTest\Directory\'.
MSI (s) (18:94) [13:33:33:343]: PROPERTY CHANGE: Adding WinSxS property. Its value is 'C:\WINDOWS\'.
MSI (s) (18:94) [13:33:33:343]: PROPERTY CHANGE: Adding ProfilesFolder property. Its value is 'C:\WINDOWS\'.
MSI (s) (18:94) [13:33:33:343]: Target path resolution complete. Dumping Directory table...
MSI (s) (18:94) [13:33:33:343]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: TARGETDIR , Object: F:\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\kartlee\My Documents\My Pictures\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: GAC , Object: F:\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\kartlee\Local Settings\Application Data\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: WWWROOT , Object: F:\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: INSTALLDIR1 , Object: F:\FinalTest\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: Directory , Object: F:\FinalTest\Directory\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\FinalTest\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\kartlee\Start Menu\Programs\Administrative Tools\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: WinSxS , Object: C:\WINDOWS\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\kartlee\LOCALS~1\Temp\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\kartlee\Templates\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: ProfilesFolder , Object: C:\WINDOWS\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\kartlee\Desktop\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: RecentFolder , Object: C:\Documents and Settings\kartlee\Recent\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\kartlee\Favorites\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\kartlee\Application Data\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\kartlee\SendTo\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: PrintHoodFolder , Object: C:\Documents and Settings\kartlee\PrintHood\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\kartlee\My Documents\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: NetHoodFolder , Object: C:\Documents and Settings\kartlee\NetHood\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\kartlee\Start Menu\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\kartlee\Start Menu\Programs\
MSI (s) (18:94) [13:33:33:343]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\kartlee\Start Menu\Programs\Startup\
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: BindImage 3: -2147287038
Action ended 13:33:33: CostFinalize. Return value 1.
MSI (s) (18:94) [13:33:33:343]: Doing action: SetODBCFolders
Action start 13:33:33: SetODBCFolders.
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
Action ended 13:33:33: SetODBCFolders. Return value 1.
MSI (s) (18:94) [13:33:33:343]: Doing action: MigrateFeatureStates
Action start 13:33:33: MigrateFeatureStates.
MSI (s) (18:94) [13:33:33:343]: Skipping MigrateFeatureStates action: already done on client side
Action ended 13:33:33: MigrateFeatureStates. Return value 0.
MSI (s) (18:94) [13:33:33:343]: Doing action: InstallValidate
Action start 13:33:33: InstallValidate.
MSI (s) (18:94) [13:33:33:343]: Feature: Complete; Installed: Local; Request: Reinstall; Action: Reinstall
MSI (s) (18:94) [13:33:33:343]: Component: sample; Installed: Local; Request: Local; Action: Absent
MSI (s) (18:94) [13:33:33:343]: Component: sample1; Installed: Absent; Request: Local; Action: Local
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: Class 3: -2147287038
MSI © (BC:6C) [13:33:33:343]: Note: 1: 2262 2: Billboard 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (18:94) [13:33:33:343]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (18:94) [13:33:33:359]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceAvailable property. Its current value is '0'. Its new value: '1908472'.
MSI (s) (18:94) [13:33:33:359]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceRequired property. Its current value is '0'. Its new value: '16'.
MSI (s) (18:94) [13:33:33:359]: PROPERTY CHANGE: Modifying PrimaryVolumeSpaceRemaining property. Its current value is '0'. Its new value: '1908456'.
MSI (s) (18:94) [13:33:33:359]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:'.
Action ended 13:33:33: InstallValidate. Return value 1.
MSI (s) (18:94) [13:33:33:359]: Doing action: InstallInitialize
Action start 13:33:33: InstallInitialize.
MSI (s) (18:94) [13:33:33:359]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (18:94) [13:33:33:359]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (18:94) [13:33:33:359]: BeginTransaction: Locking Server
MSI (s) (18:94) [13:33:33:359]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (18:94) [13:33:33:359]: SRSetRestorePoint skipped for this transaction.
MSI (s) (18:94) [13:33:33:359]: Server not locked: locking for product {70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}
Action ended 13:33:34: InstallInitialize. Return value 1.
MSI (s) (18:94) [13:33:34:093]: Skipping action: AllocateRegistrySpace (condition is false)
MSI (s) (18:94) [13:33:34:093]: Doing action: ProcessComponents
Action start 13:33:34: ProcessComponents.
Action 13:33:34: GenerateScript. Generating script operations for action:
MSI © (BC:6C) [13:33:34:109]: Note: 1: 2262 2: Billboard 3: -2147287038
GenerateScript: Updating component registration...
Action ended 13:33:34: ProcessComponents. Return value 1.
MSI (s) (18:94) [13:33:34:109]: Doing action: UnpublishComponents
Action start 13:33:34: UnpublishComponents.
MSI (s) (18:94) [13:33:34:109]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action ended 13:33:34: UnpublishComponents. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: MsiUnpublishAssemblies
Action start 13:33:34: MsiUnpublishAssemblies.
Action ended 13:33:34: MsiUnpublishAssemblies. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: UnpublishFeatures
Action start 13:33:34: UnpublishFeatures.
Action ended 13:33:34: UnpublishFeatures. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: StopServices
Action start 13:33:34: StopServices.
MSI (s) (18:94) [13:33:34:125]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 13:33:34: StopServices. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: DeleteServices
Action start 13:33:34: DeleteServices.
MSI (s) (18:94) [13:33:34:125]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 13:33:34: DeleteServices. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: UnregisterComPlus
Action start 13:33:34: UnregisterComPlus.
MSI (s) (18:94) [13:33:34:125]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 13:33:34: UnregisterComPlus. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: SelfUnregModules
Action start 13:33:34: SelfUnregModules.
MSI (s) (18:94) [13:33:34:125]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 13:33:34: SelfUnregModules. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: UnregisterTypeLibraries
Action start 13:33:34: UnregisterTypeLibraries.
MSI (s) (18:94) [13:33:34:125]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action ended 13:33:34: UnregisterTypeLibraries. Return value 1.
MSI (s) (18:94) [13:33:34:125]: Doing action: RemoveODBC
Action start 13:33:34: RemoveODBC.
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2711 2: ODBCDriverManager
GenerateScript: Removing ODBC components...
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2711 2: ODBCDriverManager64
Action ended 13:33:34: RemoveODBC. Return value 1.
MSI (s) (18:94) [13:33:34:140]: Doing action: UnregisterFonts
Action start 13:33:34: UnregisterFonts.
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 13:33:34: UnregisterFonts. Return value 1.
MSI (s) (18:94) [13:33:34:140]: Doing action: RemoveRegistryValues
Action start 13:33:34: RemoveRegistryValues.
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
Action ended 13:33:34: RemoveRegistryValues. Return value 1.
MSI (s) (18:94) [13:33:34:140]: Doing action: UnregisterClassInfo
Action start 13:33:34: UnregisterClassInfo.
MSI (s) (18:94) [13:33:34:140]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 13:33:34: UnregisterClassInfo. Return value 1.
MSI (s) (18:94) [13:33:34:156]: Doing action: UnregisterExtensionInfo
Action start 13:33:34: UnregisterExtensionInfo.
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:33:34: UnregisterExtensionInfo. Return value 1.
MSI (s) (18:94) [13:33:34:156]: Doing action: UnregisterProgIdInfo
Action start 13:33:34: UnregisterProgIdInfo.
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:33:34: UnregisterProgIdInfo. Return value 1.
MSI (s) (18:94) [13:33:34:156]: Doing action: UnregisterMIMEInfo
Action start 13:33:34: UnregisterMIMEInfo.
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:33:34: UnregisterMIMEInfo. Return value 1.
MSI (s) (18:94) [13:33:34:156]: Doing action: RemoveIniValues
Action start 13:33:34: RemoveIniValues.
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
Action ended 13:33:34: RemoveIniValues. Return value 1.
MSI (s) (18:94) [13:33:34:156]: Doing action: RemoveShortcuts
Action start 13:33:34: RemoveShortcuts.
Action ended 13:33:34: RemoveShortcuts. Return value 1.
MSI (s) (18:94) [13:33:34:156]: Doing action: RemoveEnvironmentStrings
Action start 13:33:34: RemoveEnvironmentStrings.
MSI (s) (18:94) [13:33:34:156]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 13:33:34: RemoveEnvironmentStrings. Return value 1.
MSI (s) (18:94) [13:33:34:171]: Doing action: RemoveDuplicateFiles
Action start 13:33:34: RemoveDuplicateFiles.
Action ended 13:33:34: RemoveDuplicateFiles. Return value 1.
MSI (s) (18:94) [13:33:34:171]: Doing action: RemoveFiles
Action start 13:33:34: RemoveFiles.
GenerateScript: Removing files...
Action ended 13:33:34: RemoveFiles. Return value 1.
MSI (s) (18:94) [13:33:34:171]: Doing action: RemoveFolders
Action start 13:33:34: RemoveFolders.
MSI (s) (18:94) [13:33:34:171]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (18:94) [13:33:34:171]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 13:33:34: RemoveFolders. Return value 1.
MSI (s) (18:94) [13:33:34:171]: Doing action: CreateFolders
Action start 13:33:34: CreateFolders.
MSI (s) (18:94) [13:33:34:171]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (18:94) [13:33:34:171]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 13:33:34: CreateFolders. Return value 1.
MSI (s) (18:94) [13:33:34:187]: Doing action: MoveFiles
Action start 13:33:34: MoveFiles.
Action ended 13:33:34: MoveFiles. Return value 1.
MSI (s) (18:94) [13:33:34:187]: Doing action: InstallFiles
Action start 13:33:34: InstallFiles.
GenerateScript: Copying new files...
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2235 2: 3: StreamRef_ 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ?
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2205 2: 3: MsiSFCBypass
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (18:94) [13:33:34:187]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
Action ended 13:33:34: InstallFiles. Return value 1.
MSI (s) (18:94) [13:33:34:203]: Doing action: PatchFiles
Action start 13:33:34: PatchFiles.
Action ended 13:33:34: PatchFiles. Return value 1.
MSI (s) (18:94) [13:33:34:203]: Doing action: DuplicateFiles
Action start 13:33:34: DuplicateFiles.
Action ended 13:33:34: DuplicateFiles. Return value 1.
MSI (s) (18:94) [13:33:34:203]: Doing action: BindImage
Action start 13:33:34: BindImage.
MSI (s) (18:94) [13:33:34:203]: Note: 1: 2262 2: BindImage 3: -2147287038
Action ended 13:33:34: BindImage. Return value 1.
MSI (s) (18:94) [13:33:34:203]: Doing action: CreateShortcuts
Action start 13:33:34: CreateShortcuts.
Action ended 13:33:34: CreateShortcuts. Return value 1.
MSI (s) (18:94) [13:33:34:218]: Doing action: RegisterClassInfo
Action start 13:33:34: RegisterClassInfo.
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 13:33:34: RegisterClassInfo. Return value 1.
MSI (s) (18:94) [13:33:34:218]: Doing action: RegisterExtensionInfo
Action start 13:33:34: RegisterExtensionInfo.
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:33:34: RegisterExtensionInfo. Return value 1.
MSI (s) (18:94) [13:33:34:218]: Doing action: RegisterProgIdInfo
Action start 13:33:34: RegisterProgIdInfo.
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:33:34: RegisterProgIdInfo. Return value 1.
MSI (s) (18:94) [13:33:34:218]: Doing action: RegisterMIMEInfo
Action start 13:33:34: RegisterMIMEInfo.
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (18:94) [13:33:34:218]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:33:34: RegisterMIMEInfo. Return value 1.
MSI (s) (18:94) [13:33:34:218]: Doing action: WriteRegistryValues
Action start 13:33:34: WriteRegistryValues.
Action ended 13:33:34: WriteRegistryValues. Return value 1.
MSI (s) (18:94) [13:33:34:218]: Doing action: WriteIniValues
Action start 13:33:34: WriteIniValues.
Action ended 13:33:34: WriteIniValues. Return value 1.
MSI (s) (18:94) [13:33:34:234]: Doing action: WriteEnvironmentStrings
Action start 13:33:34: WriteEnvironmentStrings.
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 13:33:34: WriteEnvironmentStrings. Return value 1.
MSI (s) (18:94) [13:33:34:234]: Doing action: RegisterFonts
Action start 13:33:34: RegisterFonts.
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 13:33:34: RegisterFonts. Return value 1.
MSI (s) (18:94) [13:33:34:234]: Doing action: InstallODBC
Action start 13:33:34: InstallODBC.
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2711 2: ODBCDriverManager
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
Action ended 13:33:34: InstallODBC. Return value 0.
MSI (s) (18:94) [13:33:34:234]: Doing action: RegisterTypeLibraries
Action start 13:33:34: RegisterTypeLibraries.
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action ended 13:33:34: RegisterTypeLibraries. Return value 1.
MSI (s) (18:94) [13:33:34:234]: Doing action: SelfRegModules
Action start 13:33:34: SelfRegModules.
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 13:33:34: SelfRegModules. Return value 1.
MSI (s) (18:94) [13:33:34:234]: Doing action: RegisterComPlus
Action start 13:33:34: RegisterComPlus.
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 13:33:34: RegisterComPlus. Return value 1.
MSI (s) (18:94) [13:33:34:234]: Doing action: InstallServices
Action start 13:33:34: InstallServices.
MSI (s) (18:94) [13:33:34:234]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
Action ended 13:33:34: InstallServices. Return value 1.
MSI (s) (18:94) [13:33:34:250]: Doing action: StartServices
Action start 13:33:34: StartServices.
MSI (s) (18:94) [13:33:34:250]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 13:33:34: StartServices. Return value 1.
MSI (s) (18:94) [13:33:34:250]: Doing action: RegisterUser
Action start 13:33:34: RegisterUser.
Action ended 13:33:34: RegisterUser. Return value 0.
MSI (s) (18:94) [13:33:34:250]: Doing action: RegisterProduct
Action start 13:33:34: RegisterProduct.
GenerateScript: Registering product...
MSI (s) (18:94) [13:33:34:250]: Re-registering product - performing upgrade of existing installation.
MSI (s) (18:94) [13:33:34:250]: Resolving source.
MSI (s) (18:94) [13:33:34:250]: Resolving source to launched-from source.
MSI (s) (18:94) [13:33:34:250]: Setting launched-from source as last-used.
MSI (s) (18:94) [13:33:34:250]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'F:\schrodinger\Examples\Installer\test\upgrade\'.
MSI (s) (18:94) [13:33:34:250]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'F:\schrodinger\Examples\Installer\test\upgrade\'.
MSI (s) (18:94) [13:33:34:250]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}'.
MSI (s) (18:94) [13:33:34:250]: SOURCEDIR ==> F:\schrodinger\Examples\Installer\test\upgrade\
MSI (s) (18:94) [13:33:34:250]: SOURCEDIR product ==> {70F784E9-59C8-4EDD-BAEE-A0AF409CFF33}
MSI (s) (18:94) [13:33:34:250]: Determining source type
MSI (s) (18:94) [13:33:34:250]: So

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 22 May 2007 - 17:52

I have no answer but an observation. This line looks suspicious:
CODE
MSI (s) (18:94) [13:33:33:343]: Component: sample; Installed: Local; Request: Local; Action: Absent