/build/static/layout/Breadcrumb_cap_w.png

Working with Upgrades and Upgrade Table

Hello,

I've created a new package to deploy some files. There have been previous packages here which accomplished the same thing. I was interested in forcing an uninstall procedure for the previous version that is present on the system.

For this post example, the 'old' package will be called "PackA", and this new package I've just created will be called "PackB". The main goal is to have PackB uninstall PackA automatically during PackB install.

PackA Upgrade Code: {1592C265-CC12-4618-B701-E411BB3F5283}
PackA Product Code: {F0AE0715-28CC-4169-AA9A-C9A263F153BD}
PackA Product Version: 1.00.0000

I was attempting to do this by using the upgrade table on PackB...

I created a new row on the Upgrade table;
---
UpgradeCode: {1592C265-CC12-4618-B701-E411BB3F5283}
VersionMin: <blank>
VersionMax: 1.00
Language: <blank>
Attributes: 512
Remove: <blank>
ActionProperty: OLDVERSION
---

Also created a row in the Property table;
---
SecureCustomProperties: OLDVERSION
---

Having PackA installed on the system, then going through the install of PackB - it does not remove PackA, it leaves both packages installed. I've enabled logging during the install, but I'm unable to find anything obvious relating to this.

The install for PackB completes successfully without any errors.

Anyone have any ideas?

0 Comments   [ + ] Show comments

Answers (13)

Posted by: gmorgan618 17 years ago
Blue Belt
2
Here is your problem:
FindRelatedProducts: current install is per-user. Related install for product '{F0AE0715-28CC-4169-AA9A-C9A263F153BD}' is per-machine. Skipping...
Action ended 10:04:25: FindRelatedProducts. Return value 1.

Change or Set ALLUSERS in the property table to 2 in the new package - try again...

Or try changing your upgrade attribute to = 513 ... (This will migrate the old package settings, I'm not sure if that picks up Properties values)

Block the installation on machines where it can't perform the upgrade(removal)
Maybe add a launchCondition on - Privileged
Just copy and paste that word into the Launch condition table - Description = Error message -> " You do not have the rights to perform this installation"

Just some thoughts... I've never seen this before, not sure how to fix it...

In your packages, I would suggest always setting ALLUSERS = 2
Posted by: gmorgan618 17 years ago
Blue Belt
0
Is your REMOVEEXISITINGPRODUCT Action in the installexecutesequence?
If it is, are there any conditions that are associated with it that would block it running? -> Do you see it run in the log?

RemoveExistingProducts needs the FindRelatedProducts Action before it- also with no blocking conditions?

I would also try changing the Version to be 1.0.1 in your Upgrade table - MSI Versions only matter to 3 levels (Max Ver, Min Ver, and Build) ... but 1.00 may be less than 1.00.0000


Your information looks right at a quick glance
Posted by: JdotQ 17 years ago
Senior Purple Belt
0
gmorgan,

Thanks for the reply

Is your REMOVEEXISITINGPRODUCT Action in the installexecutesequence?

Yes, RemoveExistingProducts is part of the Install Execute Sequence. Sequence # 1410 (about #15 in the list)

If it is, are there any conditions that are associated with it that would block it running? -> Do you see it run in the log?

There are no conditions associated with it in the Sequences dialog. The install log has this;

MSI (s) (A8:F0) [14:35:46:062]: Doing action: RemoveExistingProducts
Action start 14:35:46: RemoveExistingProducts.
Action ended 14:35:46: RemoveExistingProducts. Return value 1.

RemoveExistingProducts needs the FindRelatedProducts Action before it- also with no blocking conditions?

FindRelatedProducts action is #3 in the list (Sequence #420) -- before RemoveExistingProducts. It has a condition "NOT ISSETUPDRIVEN" associated with it. Should this be blank??

I would also try changing the Version to be 1.0.1 in your Upgrade table - MSI Versions only matter to 3 levels (Max Ver, Min Ver, and Build) ... but 1.00 may be less than 1.00.0000

Good point. I will change this and try again.

Your information looks right at a quick glance

Thanks again :)
Posted by: JdotQ 17 years ago
Senior Purple Belt
0
A quick update...

I changed the version to 1.0.1 -- still no go...

I also removed the condition from FindRelatedProducts (previously had "NOT ISSETUPDRIVEN") -- still no go...
Posted by: jmcfadyen 17 years ago
5th Degree Black Belt
0
try moving the remove action directly after the find action.

also check the attribute column in the SDK. This can be set to detect only which could be your issue.

The attribute column is the key to what action is performed during hte upgrade.
Posted by: gmorgan618 17 years ago
Blue Belt
0
He already stated an attrib of 512 (remove versions upto and including the max... ) in the UpgradeCode Table entry ... Why would he need to reference the SDK for this?, he's not programming anything.


JDotQ -

If you are making the change with ORCA, make sure that ORCA didn't add a number after your upgradecode. - It has a tendency to do that.

Speaking of which, double check that you took the "UPGRADECODE" from PACK A's property table, not another GUID.

DoubleCheck the Propety name is spelled correctly "SecureCustomProperties" and that the UpgradeCode ActionProperty matches exactly...

--- Can you post your whole log? or at least the part until RemoveProducts runs...

-Grant
Posted by: JdotQ 17 years ago
Senior Purple Belt
0
I double checked the UpgradeCode matches from PackA Property table with PackB Upgrade table

And the SecureCustomProperties match exactly in PackB from the Upgrade table and the Property table

And here's the entire log during install;

=== Verbose logging started: 4/27/2007 10:04:24 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (8C:A8) [10:04:24:156]: Resetting cached policy values
MSI (c) (8C:A8) [10:04:24:156]: Machine policy value 'Debug' is 0
MSI (c) (8C:A8) [10:04:24:156]: ******* RunEngine:
******* Product: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi
******* Action:
******* CommandLine: **********
MSI (c) (8C:A8) [10:04:24:187]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (8C:A8) [10:04:24:203]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (8C:A8) [10:04:24:390]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (8C:A8) [10:04:24:390]: SOFTWARE RESTRICTION POLICY: Verifying package --> '\\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi' against software restriction policy
MSI (c) (8C:A8) [10:04:24:390]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (8C:A8) [10:04:24:390]: SOFTWARE RESTRICTION POLICY: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi is not digitally signed
MSI (c) (8C:A8) [10:04:24:390]: SOFTWARE RESTRICTION POLICY: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi is permitted to run at the 'unrestricted' authorization level.
MSI (c) (8C:A8) [10:04:24:671]: Cloaking enabled.
MSI (c) (8C:A8) [10:04:24:671]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (8C:A8) [10:04:24:703]: End dialog not enabled
MSI (c) (8C:A8) [10:04:24:703]: Original package ==> \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi
MSI (c) (8C:A8) [10:04:24:703]: Package we're running from ==> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\10dbdb.msi
MSI (c) (8C:A8) [10:04:24:750]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'.
MSI (c) (8C:A8) [10:04:24:750]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (8C:A8) [10:04:24:781]: MSCOREE not loaded loading copy from system32
MSI (c) (8C:A8) [10:04:24:796]: Machine policy value 'TransformsSecure' is 0
MSI (c) (8C:A8) [10:04:24:796]: User policy value 'TransformsAtSource' is 0
MSI (c) (8C:A8) [10:04:24:812]: Machine policy value 'DisablePatch' is 0
MSI (c) (8C:A8) [10:04:24:812]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (8C:A8) [10:04:24:812]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (8C:A8) [10:04:24:812]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (8C:A8) [10:04:24:812]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'.
MSI (c) (8C:A8) [10:04:24:812]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (8C:A8) [10:04:24:812]: Transforms are not secure.
MSI (c) (8C:A8) [10:04:24:812]: Command Line: CURRENTDIRECTORY=C:\WINDOWS CLIENTUILEVEL=0 CLIENTPROCESSID=1676
MSI (c) (8C:A8) [10:04:24:812]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{F4608471-9F54-4284-9EA8-5EC193DC3A02}'.
MSI (c) (8C:A8) [10:04:24:812]: Product Code passed to Engine.Initialize: '
MSI (c) (8C:A8) [10:04:24:812]: Product Code from property table before transforms: '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'
MSI (c) (8C:A8) [10:04:24:812]: Product Code from property table after transforms: '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'
MSI (c) (8C:A8) [10:04:24:812]: Product not registered: beginning first-time install
MSI (c) (8C:A8) [10:04:24:812]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (8C:A8) [10:04:24:812]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (8C:A8) [10:04:24:828]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (8C:A8) [10:04:24:828]: Adding new sources is allowed.
MSI (c) (8C:A8) [10:04:24:828]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (8C:A8) [10:04:24:828]: Package name extracted from package path: 'W&C Firm Word Templates.msi'
MSI (c) (8C:A8) [10:04:24:843]: Package to be registered: 'W&C Firm Word Templates.msi'
MSI (c) (8C:A8) [10:04:24:843]: Note: 1: 2729
MSI (c) (8C:A8) [10:04:24:859]: Note: 1: 2729
MSI (c) (8C:A8) [10:04:24:859]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (8C:A8) [10:04:24:859]: Machine policy value 'DisableMsi' is 0
MSI (c) (8C:A8) [10:04:24:859]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (8C:A8) [10:04:24:859]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (8C:A8) [10:04:24:859]: Running product '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}' with user privileges: It's not assigned.
MSI (c) (8C:A8) [10:04:24:859]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS'.
MSI (c) (8C:A8) [10:04:24:859]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (8C:A8) [10:04:24:859]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1676'.
MSI (c) (8C:A8) [10:04:24:859]: TRANSFORMS property is now:
MSI (c) (8C:A8) [10:04:24:859]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (c) (8C:A8) [10:04:24:859]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (8C:A8) [10:04:24:859]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (8C:A8) [10:04:24:875]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (8C:A8) [10:04:24:875]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (8C:A8) [10:04:24:875]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'UserName'.
MSI (c) (8C:A8) [10:04:24:875]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (8C:A8) [10:04:24:875]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'CompanyName'.
MSI (c) (8C:A8) [10:04:24:875]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\10dbdb.msi'.
MSI (c) (8C:A8) [10:04:24:875]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is '\\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi'.
=== Logging started: 4/27/2007 10:04:24 ===
MSI (c) (8C:A8) [10:04:24:875]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (c) (8C:A8) [10:04:24:875]: Machine policy value 'DisableRollback' is 0
MSI (c) (8C:A8) [10:04:24:875]: User policy value 'DisableRollback' is 0
MSI (c) (8C:A8) [10:04:24:875]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
MSI (c) (8C:A8) [10:04:24:875]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (8C:A8) [10:04:24:875]: Doing action: INSTALL
Action 10:04:24: INSTALL.
Action start 10:04:24: INSTALL.
MSI (c) (8C:A8) [10:04:24:875]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (8C:A8) [10:04:24:875]: In client but switching to server to run ExecuteSequence
MSI (c) (8C:A8) [10:04:24:875]: Grabbed execution mutex.
MSI (c) (8C:A8) [10:04:24:875]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (8C:A8) [10:04:24:890]: Switching to server: CLIENTPROCESSID="1676" CLIENTUILEVEL="0" CURRENTDIRECTORY="C:\WINDOWS" COMPANYNAME="CompanyName" USERNAME="UserName" ACTION="INSTALL"
MSI (s) (C0:28) [10:04:24:921]: Grabbed execution mutex.
MSI (s) (C0:34) [10:04:24:921]: Resetting cached policy values
MSI (s) (C0:34) [10:04:24:921]: Machine policy value 'Debug' is 0
MSI (s) (C0:34) [10:04:24:921]: ******* RunEngine:
******* Product: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (C0:34) [10:04:24:937]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (C0:34) [10:04:24:937]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (C0:34) [10:04:25:015]: File will have security applied from OpCode.
MSI (s) (C0:34) [10:04:25:046]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (C0:34) [10:04:25:046]: SOFTWARE RESTRICTION POLICY: Verifying package --> '\\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi' against software restriction policy
MSI (s) (C0:34) [10:04:25:046]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (C0:34) [10:04:25:046]: SOFTWARE RESTRICTION POLICY: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi is not digitally signed
MSI (s) (C0:34) [10:04:25:046]: SOFTWARE RESTRICTION POLICY: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (C0:34) [10:04:25:046]: End dialog not enabled
MSI (s) (C0:34) [10:04:25:046]: Original package ==> \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi
MSI (s) (C0:34) [10:04:25:046]: Package we're running from ==> C:\WINDOWS\Installer\10deaa.msi
MSI (s) (C0:34) [10:04:25:062]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'.
MSI (s) (C0:34) [10:04:25:062]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (C0:34) [10:04:25:062]: MSCOREE not loaded loading copy from system32
MSI (s) (C0:34) [10:04:25:062]: Machine policy value 'TransformsSecure' is 0
MSI (s) (C0:34) [10:04:25:062]: User policy value 'TransformsAtSource' is 0
MSI (s) (C0:34) [10:04:25:062]: Machine policy value 'DisablePatch' is 0
MSI (s) (C0:34) [10:04:25:062]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (C0:34) [10:04:25:062]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (C0:34) [10:04:25:062]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (C0:34) [10:04:25:062]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'.
MSI (s) (C0:34) [10:04:25:062]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (C0:34) [10:04:25:062]: Transforms are not secure.
MSI (s) (C0:34) [10:04:25:062]: Command Line: CLIENTPROCESSID=1676 CLIENTUILEVEL=0 CURRENTDIRECTORY=C:\WINDOWS COMPANYNAME=CompanyName USERNAME=UserName ACTION=INSTALL ACTION=INSTALL
MSI (s) (C0:34) [10:04:25:062]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{F4608471-9F54-4284-9EA8-5EC193DC3A02}'.
MSI (s) (C0:34) [10:04:25:062]: Product Code passed to Engine.Initialize: '
MSI (s) (C0:34) [10:04:25:062]: Product Code from property table before transforms: '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'
MSI (s) (C0:34) [10:04:25:062]: Product Code from property table after transforms: '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'
MSI (s) (C0:34) [10:04:25:062]: Product not registered: beginning first-time install
MSI (s) (C0:34) [10:04:25:062]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (C0:34) [10:04:25:062]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (C0:34) [10:04:25:078]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (C0:34) [10:04:25:078]: Adding new sources is allowed.
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (C0:34) [10:04:25:078]: Package name extracted from package path: 'W&C Firm Word Templates.msi'
MSI (s) (C0:34) [10:04:25:078]: Package to be registered: 'W&C Firm Word Templates.msi'
MSI (s) (C0:34) [10:04:25:078]: Note: 1: 2729
MSI (s) (C0:34) [10:04:25:078]: Note: 1: 2729
MSI (s) (C0:34) [10:04:25:078]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (C0:34) [10:04:25:078]: Machine policy value 'DisableMsi' is 0
MSI (s) (C0:34) [10:04:25:078]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (C0:34) [10:04:25:078]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (C0:34) [10:04:25:078]: Running product '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}' with user privileges: It's not assigned.
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1676'.
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS'.
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'CompanyName'.
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'UserName'.
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (C0:34) [10:04:25:078]: TRANSFORMS property is now:
MSI (s) (C0:34) [10:04:25:078]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (C0:34) [10:04:25:078]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (s) (C0:34) [10:04:25:078]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (s) (C0:34) [10:04:25:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (s) (C0:34) [10:04:25:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (s) (C0:34) [10:04:25:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (s) (C0:34) [10:04:25:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (s) (C0:34) [10:04:25:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (s) (C0:34) [10:04:25:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (s) (C0:34) [10:04:25:093]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (s) (C0:34) [10:04:25:109]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (C0:34) [10:04:25:125]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (C0:34) [10:04:25:125]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (C0:34) [10:04:25:125]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (C0:34) [10:04:25:125]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (C0:34) [10:04:25:125]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (C0:34) [10:04:25:125]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (C0:34) [10:04:25:125]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (C0:34) [10:04:25:125]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\10deaa.msi'.
MSI (s) (C0:34) [10:04:25:125]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is '\\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\W&C Firm Word Templates.msi'.
=== Logging started: 4/27/2007 10:04:25 ===
MSI (s) (C0:34) [10:04:25:125]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (C0:34) [10:04:25:125]: Machine policy value 'DisableRollback' is 0
MSI (s) (C0:34) [10:04:25:125]: User policy value 'DisableRollback' is 0
MSI (s) (C0:34) [10:04:25:125]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
MSI (s) (C0:34) [10:04:25:125]: Doing action: INSTALL
Action start 10:04:25: INSTALL.
MSI (s) (C0:34) [10:04:25:140]: Running ExecuteSequence
MSI (s) (C0:34) [10:04:25:140]: Doing action: AppSearch
Action start 10:04:25: AppSearch.
MSI (s) (C0:34) [10:04:25:140]: Note: 1: 2262 2: AppSearch 3: -2147287038
Action ended 10:04:25: AppSearch. Return value 1.
MSI (s) (C0:34) [10:04:25:140]: Doing action: LaunchConditions
Action start 10:04:25: LaunchConditions.
MSI (s) (C0:34) [10:04:25:140]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
Action ended 10:04:25: LaunchConditions. Return value 1.
MSI (s) (C0:34) [10:04:25:140]: Doing action: FindRelatedProducts
Action start 10:04:25: FindRelatedProducts.
MSI (s) (C0:34) [10:04:25:140]: FindRelatedProducts: current install is per-user. Related install for product '{F0AE0715-28CC-4169-AA9A-C9A263F153BD}' is per-machine. Skipping...
Action ended 10:04:25: FindRelatedProducts. Return value 1.
MSI (s) (C0:34) [10:04:25:140]: Skipping action: CCPSearch (condition is false)
MSI (s) (C0:34) [10:04:25:140]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (C0:34) [10:04:25:140]: Doing action: ValidateProductID
Action start 10:04:25: ValidateProductID.
Action ended 10:04:25: ValidateProductID. Return value 1.
MSI (s) (C0:34) [10:04:25:140]: Doing action: CostInitialize
Action start 10:04:25: CostInitialize.
MSI (s) (C0:34) [10:04:25:140]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (C0:34) [10:04:25:187]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:187]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2205 2: 3: __MsiPatchFileList
Action ended 10:04:25: CostInitialize. Return value 1.
MSI (s) (C0:34) [10:04:25:187]: Doing action: FileCost
Action start 10:04:25: FileCost.
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: Registry 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: Shortcut 3: -2147287038
Action ended 10:04:25: FileCost. Return value 1.
MSI (s) (C0:34) [10:04:25:187]: Doing action: IsolateComponents
Action start 10:04:25: IsolateComponents.
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (C0:34) [10:04:25:187]: Note: 1: 2728 2: Patch
Action ended 10:04:25: IsolateComponents. Return value 1.
MSI (s) (C0:34) [10:04:25:203]: Doing action: CostFinalize
Action start 10:04:25: CostFinalize.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (C0:34) [10:04:25:203]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding System64Folder property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding ProgramFiles64Folder property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding GlobalAssemblyCache property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding ISMyCompanyDir property. Its value is 'C:\Program Files\My Company Name\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding ISMyProductDir property. Its value is 'C:\Program Files\My Company Name\My Product Name\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding MICROSOFT_OFFICE property. Its value is 'C:\Program Files\Microsoft Office\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding OFFICE11 property. Its value is 'C:\Program Files\Microsoft Office\OFFICE11\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding XLSTART property. Its value is 'C:\Program Files\Microsoft Office\OFFICE11\XLStart\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding STARTUP property. Its value is 'C:\Program Files\Microsoft Office\OFFICE11\STARTUP\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding MY_PRODUCT_NAME property. Its value is 'C:\Program Files\Microsoft Office\My Product Name\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding TEMPLATES property. Its value is 'C:\Program Files\Microsoft Office\Templates\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding FIRM_WORD_TEMPLATES property. Its value is 'C:\Program Files\Microsoft Office\Templates\1033\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\Microsoft Office\Templates\1033\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding ISYourDataBaseDir property. Its value is 'C:\Program Files\Microsoft Office\Templates\1033\Database\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding DATABASEDIR property. Its value is 'C:\Program Files\Microsoft Office\Templates\1033\Database\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding ISCommonFilesFolder property. Its value is 'C:\Program Files\Common Files\InstallShield\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding ISUpdateServiceFolder property. Its value is 'C:\Program Files\Common Files\InstallShield\UpdateService\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding CommonFiles64Folder property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\'.
MSI (s) (C0:34) [10:04:25:203]: Target path resolution complete. Dumping Directory table...
MSI (s) (C0:34) [10:04:25:203]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: WindowsVolume , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: USERPROFILE , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\Administrator\Templates\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: System64Folder , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\Administrator\Start Menu\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\SendTo\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\Administrator\Start Menu\Programs\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ProgramFiles64Folder , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: PrimaryVolumePath , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\My Documents\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\My Documents\My Pictures\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Local Settings\Application Data\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: GlobalAssemblyCache , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Favorites\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\Administrator\Desktop\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ISMyCompanyDir , Object: C:\Program Files\My Company Name\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ISMyProductDir , Object: C:\Program Files\My Company Name\My Product Name\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: MICROSOFT_OFFICE , Object: C:\Program Files\Microsoft Office\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: OFFICE11 , Object: C:\Program Files\Microsoft Office\OFFICE11\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: XLSTART , Object: C:\Program Files\Microsoft Office\OFFICE11\XLStart\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: STARTUP , Object: C:\Program Files\Microsoft Office\OFFICE11\STARTUP\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: MY_PRODUCT_NAME , Object: C:\Program Files\Microsoft Office\My Product Name\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: TEMPLATES , Object: C:\Program Files\Microsoft Office\Templates\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: FIRM_WORD_TEMPLATES , Object: C:\Program Files\Microsoft Office\Templates\1033\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\Microsoft Office\Templates\1033\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ISYourDataBaseDir , Object: C:\Program Files\Microsoft Office\Templates\1033\Database\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: DATABASEDIR , Object: C:\Program Files\Microsoft Office\Templates\1033\Database\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ISCommonFilesFolder , Object: C:\Program Files\Common Files\InstallShield\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ISUpdateServiceFolder , Object: C:\Program Files\Common Files\InstallShield\UpdateService\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: CommonFiles64Folder , Object: C:\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Application Data\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools\
MSI (s) (C0:34) [10:04:25:203]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\
Action ended 10:04:25: CostFinalize. Return value 1.
MSI (s) (C0:34) [10:04:25:703]: Doing action: SetARPINSTALLLOCATION
Action start 10:04:25: SetARPINSTALLLOCATION.
MSI (s) (C0:34) [10:04:25:703]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'C:\Program Files\Microsoft Office\Templates\1033\'.
Action ended 10:04:25: SetARPINSTALLLOCATION. Return value 1.
MSI (s) (C0:34) [10:04:25:703]: Doing action: SetODBCFolders
Action start 10:04:25: SetODBCFolders.
MSI (s) (C0:34) [10:04:25:703]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (C0:34) [10:04:25:718]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
Action ended 10:04:25: SetODBCFolders. Return value 1.
MSI (s) (C0:34) [10:04:25:718]: Doing action: MigrateFeatureStates
Action start 10:04:25: MigrateFeatureStates.
Action ended 10:04:25: MigrateFeatureStates. Return value 0.
MSI (s) (C0:34) [10:04:25:718]: Doing action: InstallValidate
Action start 10:04:25: InstallValidate.
MSI (s) (C0:34) [10:04:25:718]: Feature: Templates; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Memo; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: AllOtherFiles; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: _3._OPTIONALPARAGRAPHS; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: _2._INDIVIDUAL_HOURLY_RATE_MODEL_2003; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: CertCourtTemp; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: CaliforniaPleading; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Chkreqst; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Copy_Request; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Declination_Letter_Form; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: ElectronicFax; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Existing_Client_Short_Form; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: AllOtherFiles1; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: AllOtherFiles2; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: firm; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: fee_choice; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Firmletter; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: FirmTelecopy; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: letter; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: LITIGATION_DISCLOSURE_LETTER; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: _1._ENTITY_HOURLY_RATE_MODEL_2003; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: complaint; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Messreq; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Model_Conclus._Ltr._A_C_Rela; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Model_Conclus._Ltr._Matter_Only; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: OlCalndr; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: oldfirm; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: outline; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: PCG_Avery_5267_Sequential_Label_Maker; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: PERSONALPOSTAGE; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Pertele; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Pleading4; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: Pro_Bono_Model; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: setpay; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: West_Group_Westcheck; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: WITNESS_ENGAGEMENT_LETTER_WITH_WAIVER; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: AllOtherFiles3; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:718]: Component: WCxla; Installed: Absent; Request: Local; Action: Local
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (C0:34) [10:04:25:734]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2727 2:
MSI (s) (C0:34) [10:04:25:953]: Note: 1: 2727 2:
Action ended 10:04:25: InstallValidate. Return value 1.
MSI (s) (C0:34) [10:04:25:953]: Doing action: RemoveExistingProducts
Action start 10:04:25: RemoveExistingProducts.
Action ended 10:04:25: RemoveExistingProducts. Return value 1.
MSI (s) (C0:34) [10:04:25:953]: Doing action: InstallInitialize
Action start 10:04:25: InstallInitialize.
MSI (s) (C0:34) [10:04:25:953]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (C0:34) [10:04:25:953]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (C0:34) [10:04:25:953]: BeginTransaction: Locking Server
MSI (s) (C0:34) [10:04:25:968]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (C0:34) [10:04:25:968]: Note: 1: 1715 2: W&C Firm Word Templates
MSI (s) (C0:34) [10:04:25:984]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed W&C Firm Word Templates".
MSI (s) (C0:34) [10:04:33:250]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 21.
MSI (s) (C0:34) [10:04:33:250]: Server not locked: locking for product {AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}
Action ended 10:04:35: InstallInitialize. Return value 1.
MSI (s) (C0:34) [10:04:35:281]: Doing action: AllocateRegistrySpace
Action start 10:04:35: AllocateRegistrySpace.
Action ended 10:04:35: AllocateRegistrySpace. Return value 1.
MSI (s) (C0:34) [10:04:35:328]: Doing action: ProcessComponents
Action start 10:04:35: ProcessComponents.
MSI (s) (C0:34) [10:04:35:328]: Note: 1: 2205 2: 3: MsiPatchCertificate
MSI (s) (C0:34) [10:04:35:328]: LUA patching is disabled: missing MsiPatchCertificate table
MSI (s) (C0:34) [10:04:35:328]: Resolving source.
MSI (s) (C0:34) [10:04:35:328]: Resolving source to launched-from source.
MSI (s) (C0:34) [10:04:35:328]: Setting launched-from source as last-used.
MSI (s) (C0:34) [10:04:35:328]: PROPERTY CHANGE: Adding SourceDir property. Its value is '\\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\'.
MSI (s) (C0:34) [10:04:35:328]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is '\\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\'.
MSI (s) (C0:34) [10:04:35:328]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}'.
MSI (s) (C0:34) [10:04:35:328]: SOURCEDIR ==> \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\
MSI (s) (C0:34) [10:04:35:328]: SOURCEDIR product ==> {AC31CC2A-EF30-4BCD-B3B3-83DB39D50147}
MSI (s) (C0:34) [10:04:35:328]: Determining source type
MSI (s) (C0:34) [10:04:35:390]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (C0:34) [10:04:35:390]: Source type from package 'W&C Firm Word Templates.msi': 0
MSI (s) (C0:34) [10:04:35:390]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (C0:34) [10:04:35:390]: Source path resolution complete. Dumping Directory table...
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: TARGETDIR , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\ , LongSubPath: , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: WindowsVolume , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\WinRoot\ , LongSubPath: WinRoot\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: WindowsFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: USERPROFILE , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: TemplateFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\ShellNew\ , LongSubPath: ShellNew\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: TempFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Temp\ , LongSubPath: Temp\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: SystemFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\System32\ , LongSubPath: System32\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: System64Folder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\System64\ , LongSubPath: System64\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: System16Folder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\System\ , LongSubPath: System\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: StartupFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\StartUp\ , LongSubPath: StartUp\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:390]: Dir (source): Key: StartMenuFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Start Menu\ , LongSubPath: Start Menu\ , ShortSubPath: STARTM~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: SendToFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\SendTo\ , LongSubPath: SendTo\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ProgramMenuFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Programs\ , LongSubPath: Programs\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ProgramFiles64Folder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Program Files 64\ , LongSubPath: Program Files 64\ , ShortSubPath: Prog64~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: PrimaryVolumePath , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\PrimaryVolumePath\ , LongSubPath: PrimaryVolumePath\ , ShortSubPath: Primar~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: PersonalFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Personal\ , LongSubPath: Personal\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: MyPicturesFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\MyPictures\ , LongSubPath: MyPictures\ , ShortSubPath: MyPict~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: LocalAppDataFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\LocalAppData\ , LongSubPath: LocalAppData\ , ShortSubPath: LocalA~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: GlobalAssemblyCache , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\GlobalAssemblyCache\ , LongSubPath: GlobalAssemblyCache\ , ShortSubPath: Global~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: FontsFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Fonts\ , LongSubPath: Fonts\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: FavoritesFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Favorites\ , LongSubPath: Favorites\ , ShortSubPath: FAVORI~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: DesktopFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Desktop\ , LongSubPath: Desktop\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ProgramFilesFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ISMyCompanyDir , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\My Company Name\ , LongSubPath: program files\My Company Name\ , ShortSubPath: PROGRA~1\MYCOMP~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ISMyProductDir , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\My Company Name\My Product Name\ , LongSubPath: program files\My Company Name\My Product Name\ , ShortSubPath: PROGRA~1\MYCOMP~1\MYPROD~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: MICROSOFT_OFFICE , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\ , LongSubPath: program files\Microsoft Office\ , ShortSubPath: PROGRA~1\MICROS~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: OFFICE11 , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\OFFICE11\ , LongSubPath: program files\Microsoft Office\OFFICE11\ , ShortSubPath: PROGRA~1\MICROS~1\OFFICE11\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: XLSTART , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\OFFICE11\XLStart\ , LongSubPath: program files\Microsoft Office\OFFICE11\XLStart\ , ShortSubPath: PROGRA~1\MICROS~1\OFFICE11\XLStart\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: STARTUP , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\OFFICE11\STARTUP\ , LongSubPath: program files\Microsoft Office\OFFICE11\STARTUP\ , ShortSubPath: PROGRA~1\MICROS~1\OFFICE11\STARTUP\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: MY_PRODUCT_NAME , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\My Product Name\ , LongSubPath: program files\Microsoft Office\My Product Name\ , ShortSubPath: PROGRA~1\MICROS~1\MYPROD~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: TEMPLATES , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\Templates\ , LongSubPath: program files\Microsoft Office\Templates\ , ShortSubPath: PROGRA~1\MICROS~1\TEMPLA~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: FIRM_WORD_TEMPLATES , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\Templates\1033\ , LongSubPath: program files\Microsoft Office\Templates\1033\ , ShortSubPath: PROGRA~1\MICROS~1\TEMPLA~1\1033\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: INSTALLDIR , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\Templates\1033\ , LongSubPath: program files\Microsoft Office\Templates\1033\ , ShortSubPath: PROGRA~1\MICROS~1\TEMPLA~1\1033\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ISYourDataBaseDir , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\Templates\1033\Database\ , LongSubPath: program files\Microsoft Office\Templates\1033\Database\ , ShortSubPath: PROGRA~1\MICROS~1\TEMPLA~1\1033\Database\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: DATABASEDIR , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\program files\Microsoft Office\Templates\1033\Database\ , LongSubPath: program files\Microsoft Office\Templates\1033\Database\ , ShortSubPath: PROGRA~1\MICROS~1\TEMPLA~1\1033\Database\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: CommonFilesFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Common\ , LongSubPath: Common\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ISCommonFilesFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Common\InstallShield\ , LongSubPath: Common\InstallShield\ , ShortSubPath: Common\Instal~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ISUpdateServiceFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Common\InstallShield\UpdateService\ , LongSubPath: Common\InstallShield\UpdateService\ , ShortSubPath: Common\Instal~1\UPDATE~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: CommonFiles64Folder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Common64\ , LongSubPath: Common64\ , ShortSubPath:
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: CommonAppDataFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\CommonAppData\ , LongSubPath: CommonAppData\ , ShortSubPath: Common~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: AppDataFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: AdminToolsFolder , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\AdminTools\ , LongSubPath: AdminTools\ , ShortSubPath: Admint~1\
MSI (s) (C0:34) [10:04:35:406]: Dir (source): Key: ALLUSERSPROFILE , Object: \\dcris\apps$\Microsoft\Office2003\WordTemplates-build007\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
Action ended 10:04:35: ProcessComponents. Return value 1.
MSI (s) (C0:34) [10:04:35:437]: Doing action: UnpublishComponents
Action start 10:04:35: UnpublishComponents.
MSI (s) (C0:34) [10:04:35:437]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action ended 10:04:35: UnpublishComponents. Return value 1.
MSI (s) (C0:34) [10:04:35:453]: Doing action: MsiUnpublishAssemblies
Action start 10:04:35: MsiUnpublishAssemblies.
Action ended 10:04:35: MsiUnpublishAssemblies. Return value 1.
MSI (s) (C0:34) [10:04:35:625]: Doing action: UnpublishFeatures
Action start 10:04:35: UnpublishFeatures.
Action ended 10:04:35: UnpublishFeatures. Return value 1.
MSI (s) (C0:34) [10:04:35:625]: Doing action: StopServices
Action start 10:04:35: StopServices.
MSI (s) (C0:34) [10:04:35:625]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 10:04:35: StopServices. Return value 1.
MSI (s) (C0:34) [10:04:35:625]: Doing action: DeleteServices
Action start 10:04:35: DeleteServices.
MSI (s) (C0:34) [10:04:35:625]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 10:04:35: DeleteServices. Return value 1.
MSI (s) (C0:34) [10:04:35:640]: Doing action: UnregisterComPlus
Action start 10:04:35: UnregisterComPlus.
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 10:04:35: UnregisterComPlus. Return value 1.
MSI (s) (C0:34) [10:04:35:640]: Doing action: SelfUnregModules
Action start 10:04:35: SelfUnregModules.
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 10:04:35: SelfUnregModules. Return value 1.
MSI (s) (C0:34) [10:04:35:640]: Doing action: UnregisterTypeLibraries
Action start 10:04:35: UnregisterTypeLibraries.
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action ended 10:04:35: UnregisterTypeLibraries. Return value 1.
MSI (s) (C0:34) [10:04:35:640]: Doing action: RemoveODBC
Action start 10:04:35: RemoveODBC.
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2711 2: ODBCDriverManager
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2711 2: ODBCDriverManager64
Action ended 10:04:35: RemoveODBC. Return value 1.
MSI (s) (C0:34) [10:04:35:640]: Doing action: UnregisterFonts
Action start 10:04:35: UnregisterFonts.
MSI (s) (C0:34) [10:04:35:640]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 10:04:35: UnregisterFonts. Return value 1.
MSI (s) (C0:34) [10:04:35:640]: Doing action: RemoveRegistryValues
Action start 10:04:35: RemoveRegistryValues.
MSI (s) (C0:34) [10:04:35:656]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
Action ended 10:04:35: RemoveRegistryValues. Return value 1.
MSI (s) (C0:34) [10:04:35:656]: Doing action: UnregisterClassInfo
Action start 10:04:35: UnregisterClassInfo.
MSI (s) (C0:34) [10:04:35:765]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 10:04:35: UnregisterClassInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:765]: Doing action: UnregisterExtensionInfo
Action start 10:04:35: UnregisterExtensionInfo.
MSI (s) (C0:34) [10:04:35:765]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 10:04:35: UnregisterExtensionInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: UnregisterProgIdInfo
Action start 10:04:35: UnregisterProgIdInfo.
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 10:04:35: UnregisterProgIdInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: UnregisterMIMEInfo
Action start 10:04:35: UnregisterMIMEInfo.
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 10:04:35: UnregisterMIMEInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: RemoveIniValues
Action start 10:04:35: RemoveIniValues.
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
Action ended 10:04:35: RemoveIniValues. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: RemoveShortcuts
Action start 10:04:35: RemoveShortcuts.
Action ended 10:04:35: RemoveShortcuts. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: RemoveEnvironmentStrings
Action start 10:04:35: RemoveEnvironmentStrings.
MSI (s) (C0:34) [10:04:35:781]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 10:04:35: RemoveEnvironmentStrings. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: RemoveDuplicateFiles
Action start 10:04:35: RemoveDuplicateFiles.
Action ended 10:04:35: RemoveDuplicateFiles. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: RemoveFiles
Action start 10:04:35: RemoveFiles.
Action ended 10:04:35: RemoveFiles. Return value 1.
MSI (s) (C0:34) [10:04:35:781]: Doing action: RemoveFolders
Action start 10:04:35: RemoveFolders.
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 10:04:35: RemoveFolders. Return value 1.
MSI (s) (C0:34) [10:04:35:796]: Doing action: CreateFolders
Action start 10:04:35: CreateFolders.
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2205 2: 3: SidCache
MSI (s) (C0:34) [10:04:35:796]: Using well known SID for System
MSI (s) (C0:34) [10:04:35:796]: Finished allocating new user SID
Action ended 10:04:35: CreateFolders. Return value 1.
MSI (s) (C0:34) [10:04:35:796]: Doing action: MoveFiles
Action start 10:04:35: MoveFiles.
Action ended 10:04:35: MoveFiles. Return value 1.
MSI (s) (C0:34) [10:04:35:796]: Doing action: InstallFiles
Action start 10:04:35: InstallFiles.
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (C0:34) [10:04:35:796]: 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) (C0:34) [10:04:35:796]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ?
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2205 2: 3: MsiSFCBypass
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (C0:34) [10:04:35:796]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
Action ended 10:04:35: InstallFiles. Return value 1.
MSI (s) (C0:34) [10:04:35:812]: Doing action: PatchFiles
Action start 10:04:35: PatchFiles.
Action ended 10:04:35: PatchFiles. Return value 1.
MSI (s) (C0:34) [10:04:35:812]: Doing action: DuplicateFiles
Action start 10:04:35: DuplicateFiles.
Action ended 10:04:35: DuplicateFiles. Return value 1.
MSI (s) (C0:34) [10:04:35:812]: Doing action: BindImage
Action start 10:04:35: BindImage.
MSI (s) (C0:34) [10:04:35:812]: Note: 1: 2262 2: BindImage 3: -2147287038
Action ended 10:04:35: BindImage. Return value 1.
MSI (s) (C0:34) [10:04:35:812]: Doing action: CreateShortcuts
Action start 10:04:35: CreateShortcuts.
Action ended 10:04:35: CreateShortcuts. Return value 1.
MSI (s) (C0:34) [10:04:35:812]: Doing action: RegisterClassInfo
Action start 10:04:35: RegisterClassInfo.
MSI (s) (C0:34) [10:04:35:812]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 10:04:35: RegisterClassInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:828]: Doing action: RegisterExtensionInfo
Action start 10:04:35: RegisterExtensionInfo.
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 10:04:35: RegisterExtensionInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:828]: Doing action: RegisterProgIdInfo
Action start 10:04:35: RegisterProgIdInfo.
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 10:04:35: RegisterProgIdInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:828]: Doing action: RegisterMIMEInfo
Action start 10:04:35: RegisterMIMEInfo.
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 10:04:35: RegisterMIMEInfo. Return value 1.
MSI (s) (C0:34) [10:04:35:828]: Doing action: WriteRegistryValues
Action start 10:04:35: WriteRegistryValues.
Action ended 10:04:35: WriteRegistryValues. Return value 1.
MSI (s) (C0:34) [10:04:35:828]: Doing action: WriteIniValues
Action start 10:04:35: WriteIniValues.
Action ended 10:04:35: WriteIniValues. Return value 1.
MSI (s) (C0:34) [10:04:35:828]: Doing action: WriteEnvironmentStrings
Action start 10:04:35: WriteEnvironmentStrings.
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 10:04:35: WriteEnvironmentStrings. Return value 1.
MSI (s) (C0:34) [10:04:35:828]: Doing action: RegisterFonts
Action start 10:04:35: RegisterFonts.
MSI (s) (C0:34) [10:04:35:828]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 10:04:35: RegisterFonts. Return value 1.
MSI (s) (C0:34) [10:04:35:843]: Doing action: InstallODBC
Action start 10:04:35: InstallODBC.
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2711 2: ODBCDriverManager
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
Action ended 10:04:35: InstallODBC. Return value 0.
MSI (s) (C0:34) [10:04:35:843]: Doing action: RegisterTypeLibraries
Action start 10:04:35: RegisterTypeLibraries.
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: TypeLib 3: -2147287038
Action ended 10:04:35: RegisterTypeLibraries. Return value 1.
MSI (s) (C0:34) [10:04:35:843]: Doing action: SelfRegModules
Action start 10:04:35: SelfRegModules.
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 10:04:35: SelfRegModules. Return value 1.
MSI (s) (C0:34) [10:04:35:843]: Doing action: RegisterComPlus
Action start 10:04:35: RegisterComPlus.
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 10:04:35: RegisterComPlus. Return value 1.
MSI (s) (C0:34) [10:04:35:843]: Doing action: InstallServices
Action start 10:04:35: InstallServices.
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
Action ended 10:04:35: InstallServices. Return value 1.
MSI (s) (C0:34) [10:04:35:843]: Doing action: StartServices
Action start 10:04:35: StartServices.
MSI (s) (C0:34) [10:04:35:843]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 10:04:35: StartServices. Return value 1.
MSI (s) (C0:34) [10:04:35:843]: Doing action: RegisterUser
Action start 10:04:35: RegisterUser.
Action ended 10:04:35: RegisterUser. Return value 1.
MSI (s) (C0:34) [10:04:35:859]: Doing action: RegisterProduct
Action start 10:04:35: RegisterProduct.
MSI (s) (C0:34) [10:04:35:859]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
Action ended 10:04:35: RegisterProduct. Return value 1.
MSI (s) (C0:34) [10:04:35:859]: Doing action: PublishComponents
Action start 10:04:35: PublishComponents.
MSI (s) (C0:34) [10:04:35:859]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action ended 10:04:35: PublishComponents. Return value 1.
MSI (s) (C0:34) [10:04:35:859]: Doing action: MsiPublishAssemblies
Action start 10:04:35: MsiPublishAssemblies.
Action ended 10:04:35: MsiPublishAssemblies. Return value 1.
MSI (s) (C0:34) [10:04:35:859]: Doing action: PublishFeatures
Action start 10:04:35: PublishFeatures.
Action ended 10:04:35: PublishFeatures. Return value 1.
MSI (s) (C0:34) [10:04:35:875]: Doing action: PublishProduct
Action start 10:04:35: PublishProduct.
Action ended 10:04:35: PublishProduct. Return value 1.
MSI (s) (C0:34) [10:04:35:875]: Skipping action: ScheduleReboot (condition is false)
MSI (s) (C0:34) [10:04:35:875]: Doing action: InstallFinalize
Action start 10:04:35: InstallFinalize.
MSI (s) (C0:34) [10:04:35:875]: Running Script: C:\WINDOWS\Installer\MSI4.tmp
MSI (s) (C0:34) [10:04:35:875]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (C0:34) [10:04:35:875]: Machine policy value 'DisableRollback' is 0
MSI (s) (C0:34) [10:04:35:890]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (C0:34) [10:04:35:906]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=916148370,LangId=1033,Platform=0,ScriptType=1,ScriptMajorVersion=21,Sc
Posted by: JdotQ 17 years ago
Senior Purple Belt
0
ORIGINAL: gmorgan618

Here is your problem:
FindRelatedProducts: current install is per-user. Related install for product '{F0AE0715-28CC-4169-AA9A-C9A263F153BD}' is per-machine. Skipping...
Action ended 10:04:25: FindRelatedProducts. Return value 1.

Change or Set ALLUSERS in the property table to 2 - try again...

I didn't see it get set in the log...





BINGO -- gmorgan, you are on point [:D]

I added the value for ALLUSERS=1 (as the previous package [PackA] had this value as well) and it removed it during the install! I tested, and it also worked for ALLUSERS=2

Thank you very much for your help (again!) [:D]

*EDIT*

Just a general MSI question -- should every package have a unique UpgradeCode and a unique ProductCode in the Property table? I think the answer is yes, but I just want to verify...
Posted by: gmorgan618 17 years ago
Blue Belt
0
dang I should get paid for this.... [:)]

Glad it's working...!!
Posted by: JdotQ 17 years ago
Senior Purple Belt
0
I'll pay you in the form of stars on the post rating [;)]

Not sure if you saw my question in the edited post;

Just a general MSI question -- should every package have a unique UpgradeCode and a unique ProductCode in the Property table? I think the answer is yes, but I just want to verify...
Posted by: gmorgan618 17 years ago
Blue Belt
0
Every installation package should have a unique product code...

Application of the same "type" -- Adobe reader 7.0.8 & 7.0.9 should have the same UpgradeCode... That way you can use the VersionMin to VersionMax to define what products you want to upgrade...

Hopefully that makes sense...
Posted by: gmorgan618 17 years ago
Blue Belt
0
Also unique Package Code... Some packagers will use the same MSI package and just change the ProductCode..

PackageCode = GUID that identifies that specific MSI package
ProductCode = GUID that identifies the product
UpgradeCode = GUID that identifies a family of products
Posted by: surmaj 16 years ago
Senior Yellow Belt
0
Hello,

I have just started to learn patches. I saw the posts here and felt that people know how to solve a problem that has confused me since a long time.
The problem is following.



Problem -1

A) I careate a c# application which is using another project's dll.

B) I install original with .msi file

C) I change the orginal project and now create a .msp file.

D) When I install the first patch, it works fine. But When I change it again and then
try to install the second patch on install, it does not change anything. It replaces the
file with its version provided in first patch.


Problem -2

Even if I have included the primary output of project1 on my setup project, I can't replace the .dll file that is referenced by project1. I use class1.dll as a reference to project1.



I dont know what is wrong going on over here. Tried many things but can't figure out please help.


Thanks surmaj
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