/build/static/layout/Breadcrumb_cap_w.png

Installing Drivers with DIFXApp

Hi Guys,

I have a problem in installing drivers to my Smart Card Reader device (though i have not been given hardware).Its Plug & play, signed drivers.
Steps i have done :
My package puts .INF, .sys, ini, 2 dlls,.cpl,.cat file to a location under c:\.
I have included DIFxApp.msm to my MSI package.
I have set the .INF as keypath and i have enabled the advance settings->Device Driver option of the component which has .INF & cat.

When i test my package it fails to install, saying setup interrupted before it modifies your system. no error code, no roll back.

Can any one of you tell me the correct entries for Msidriver packages table?
I have flag set to 3, sequence to 2 by default.

Any idea guys? help me out if i m wrong somewhere.

Suma

0 Comments   [ + ] Show comments

Answers (31)

Posted by: captain_planet 15 years ago
Black Belt
4
I'll give a quick overview on how I do things, and maybe this will help. Any comments on my method are welcome.

What I usually do is look under the [SourceDisksFiles] section in the inf file, and lump all those files into one component, along with the actual inf file itself and the cat file specified under the [Version] section. Set the inf file as the keypath (important - otherwise 'driver' tab won't show in Wise when you click 'details' for your inf file. See later.).

[Version]
.....
CatalogFile=cxbu0wdm.cat

[SourceDisksFiles]
cxbu0wdm.sys=1,,
cmdiag.cpl=1,,
cmdiag.ini=1,,
cmabout.dll=1,,
cmabout.ini=1,,
ok.bmp=1,,
chksvrn.dll=1,,


I then set the destination of this component to point to a location such as {ProgramFilesFolder}\{vendor}\{vendor}_{drivername}_{driverversion}. Make sure there's only one driver in this folder, because multiple INF files in one folder will cause issues.

(Assuming you're using Wise, although you're perhaps not by the look of things...)

Add the DifxApp.msm merge module (Under 'Feature Details' > 'Merge Modules', Click 'Add'. Browse for DifxApp.msm, select it, click 'Next', click 'Finish'

Now, under 'Feature Details' > 'Files', find your .inf file. Right click it, and click 'Details'. You will notice that adding the DifxApp.msm merge module has added a new tab to this view, called 'Driver'.

Under the 'Driver' tab, check the 'Use DIFxApp to install this driver file' box. Click 'Ok'.

Now go to Setup Editor > 'Tables' tab. You will see a new table called 'MSIDriverPackages'. This table has been added by the merge module. Go to the table.

Make sure the 'Component' column contains the name of your component containing all the driver files (if you changed your component name in another view, I've noticed that the value in this component columns does not update so be careful). I set the 'Flags' column to '7'. This value forces the install of the driver (regardless of version existing on machine), suppresses an entry in the Add/Remove Programs and omits any prompts for the user to plug in the hardware during installation.

Install it, and check your verbose log afterwards. All DifxApp.msm functionality during the install starts with 'DIFXAPP: ' in the log.
Posted by: spartacus 15 years ago
Black Belt
0
As is often repeated in this forum, a verbose log of the attempted installation should be obtained if you are to stand any chance of troubleshooting this. I've found that the custom actions contained in the DIFx merge module are generally pretty good at writing entries to the verbose log.

Another place you could try would be the setupapi.log file in %windir%. This is likely to be quite a large log file as it is a cumulative file, so you should inspect the entries at the end of the file immediately following the failure.

You could always post an extract of the log file here (remembering to use code tags if you are unsure how to proceed.

Finally, you mention that you have set the .INF file as the keypath for the component, which is fine, but are *all* the files required by the driver (.inf, .sys, .dll &c) in this same component ? In my own experience, I have found that all the required files need to be associated with the same component for DIFx to work correctly.

Regards,

Spartacus
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
I have tried both that is having all the files in the same component and INF & CAT in one component, rest in different components but installing to same destindation.

Will take a log file and paste it here.

thnx,
Suma
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
=== Verbose logging started: 25/02/2009  15:55:07  Build type: SHIP UNICODE 3.00.3790.2180  Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (88:F8) [15:55:07:223]: Resetting cached policy values
MSI (c) (88:F8) [15:55:07:223]: Machine policy value 'Debug' is 0
MSI (c) (88:F8) [15:55:07:223]: ******* RunEngine:
          ******* Product: C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi
          ******* Action:
          ******* CommandLine: **********
MSI (c) (88:F8) [15:55:07:223]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (88:F8) [15:55:07:263]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi' against software restriction policy
MSI (c) (88:F8) [15:55:07:263]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (88:F8) [15:55:07:263]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi is not digitally signed
MSI (c) (88:F8) [15:55:07:273]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi is permitted to run at the 'unrestricted' authorization level.
MSI (c) (88:F8) [15:55:07:363]: Cloaking enabled.
MSI (c) (88:F8) [15:55:07:363]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (88:F8) [15:55:07:453]: End dialog not enabled
MSI (c) (88:F8) [15:55:07:463]: Original package ==> C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi
MSI (c) (88:F8) [15:55:07:463]: Package we're running from ==> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\f01a1e.msi
MSI (c) (88:F8) [15:55:07:463]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'.
MSI (c) (88:F8) [15:55:07:463]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (88:F8) [15:55:07:463]: MSCOREE not loaded loading copy from system32
MSI (c) (88:F8) [15:55:07:473]: Machine policy value 'TransformsSecure' is 0
MSI (c) (88:F8) [15:55:07:473]: User policy value 'TransformsAtSource' is 0
MSI (c) (88:F8) [15:55:07:473]: Machine policy value 'DisablePatch' is 0
MSI (c) (88:F8) [15:55:07:473]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (88:F8) [15:55:07:473]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (88:F8) [15:55:07:473]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (88:F8) [15:55:07:473]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'.
MSI (c) (88:F8) [15:55:07:473]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (88:F8) [15:55:07:473]: Transforms are not secure.
MSI (c) (88:F8) [15:55:07:473]: Command Line: CURRENTDIRECTORY=C:\Documents and Settings\Administrator CLIENTUILEVEL=0 CLIENTPROCESSID=1928
MSI (c) (88:F8) [15:55:07:473]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{1D332D72-0138-4436-89E4-DBF277FF75E3}'.
MSI (c) (88:F8) [15:55:07:473]: Product Code passed to Engine.Initialize:           '
MSI (c) (88:F8) [15:55:07:473]: Product Code from property table before transforms: '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'
MSI (c) (88:F8) [15:55:07:473]: Product Code from property table after transforms:  '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'
MSI (c) (88:F8) [15:55:07:473]: Product not registered: beginning first-time install
MSI (c) (88:F8) [15:55:07:473]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (88:F8) [15:55:07:473]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (88:F8) [15:55:07:473]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (88:F8) [15:55:07:473]: Adding new sources is allowed.
MSI (c) (88:F8) [15:55:07:473]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (88:F8) [15:55:07:473]: Package name extracted from package path: 'MyProduct1.msi'
MSI (c) (88:F8) [15:55:07:473]: Package to be registered: 'MyProduct1.msi'
MSI (c) (88:F8) [15:55:07:533]: Note: 1: 2729
MSI (c) (88:F8) [15:55:07:533]: Note: 1: 2729
MSI (c) (88:F8) [15:55:07:533]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (88:F8) [15:55:07:533]: Machine policy value 'DisableMsi' is 0
MSI (c) (88:F8) [15:55:07:533]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (88:F8) [15:55:07:533]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (88:F8) [15:55:07:533]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (c) (88:F8) [15:55:07:533]: Running product '{B9FE9086-68E8-4747-92D0-8F6618D8564C}' with elevated privileges: Product is assigned.
MSI (c) (88:F8) [15:55:07:533]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\Administrator'.
MSI (c) (88:F8) [15:55:07:533]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (88:F8) [15:55:07:533]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1928'.
MSI (c) (88:F8) [15:55:07:533]: TRANSFORMS property is now:
MSI (c) (88:F8) [15:55:07:533]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (88:F8) [15:55:07:533]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (c) (88:F8) [15:55:07:543]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (c) (88:F8) [15:55:07:543]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (88:F8) [15:55:07:543]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (c) (88:F8) [15:55:07:553]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (88:F8) [15:55:07:553]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (88:F8) [15:55:07:553]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (88:F8) [15:55:07:553]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (88:F8) [15:55:07:553]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Authorised User'.
MSI (c) (88:F8) [15:55:07:553]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (88:F8) [15:55:07:553]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Tesco Stores Limited'.
MSI (c) (88:F8) [15:55:07:553]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\f01a1e.msi'.
MSI (c) (88:F8) [15:55:07:553]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi'.
MSI (c) (88:F8) [15:55:07:553]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (c) (88:F8) [15:55:07:553]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (c) (88:AC) [15:55:07:563]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.00'.
=== Logging started: 25/02/2009  15:55:07 ===
MSI (c) (88:F8) [15:55:07:593]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (c) (88:F8) [15:55:07:603]: Machine policy value 'DisableRollback' is 0
MSI (c) (88:F8) [15:55:07:603]: User policy value 'DisableRollback' is 0
MSI (c) (88:F8) [15:55:07:603]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (88:F8) [15:55:07:603]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (88:F8) [15:55:07:603]: Doing action: INSTALL
Action start 15:55:07: INSTALL.
MSI (c) (88:F8) [15:55:07:603]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (88:F8) [15:55:07:603]: Running UISequence
MSI (c) (88:F8) [15:55:07:603]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (88:F8) [15:55:07:603]: Doing action: AppSearch
Action start 15:55:07: AppSearch.
Action 15:55:07: AppSearch. Searching for installed applications
AppSearch: Property: TESCOVALIDKEY, Signature: NewSignature1
MSI (c) (88:F8) [15:55:07:603]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (c) (88:F8) [15:55:07:603]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (c) (88:F8) [15:55:07:603]: PROPERTY CHANGE: Adding TESCOVALIDKEY property. Its value is 'Approved'.
AppSearch: Property: INSTALLATIONCOUNT, Signature: NewSignature11
MSI (c) (88:F8) [15:55:07:603]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (c) (88:F8) [15:55:07:603]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (c) (88:F8) [15:55:07:603]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Tesco\MyProduct1 3: 2
MSI (c) (88:F8) [15:55:07:603]: Note: 1: 2262 2: IniLocator 3: -2147287038
MSI (c) (88:F8) [15:55:07:603]: Note: 1: 2262 2: DrLocator 3: -2147287038
Action ended 15:55:07: AppSearch. Return value 1.
MSI (c) (88:F8) [15:55:07:613]: Doing action: LaunchConditions
Action start 15:55:07: LaunchConditions.
Action ended 15:55:07: LaunchConditions. Return value 1.
MSI (c) (88:F8) [15:55:07:613]: Doing action: SetupInitialization
Action start 15:55:07: SetupInitialization.
Info 2898.Tahoma8, Tahoma, 0
Info 2898.TahomaBold10, Tahoma, 0
Action 15:55:07: SetupInitialization. Dialog created
Action ended 15:55:07: SetupInitialization. Return value 1.
MSI (c) (88:F8) [15:55:07:764]: Doing action: FindRelatedProducts
Action start 15:55:07: FindRelatedProducts.
MSI (c) (88:F8) [15:55:07:764]: Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 15:55:07: FindRelatedProducts. Return value 1.
MSI (c) (88:F8) [15:55:07:764]: Skipping action: CCPSearch (condition is false)
MSI (c) (88:F8) [15:55:07:764]: Skipping action: RMCCPSearch (condition is false)
MSI (c) (88:F8) [15:55:07:764]: Doing action: ValidateProductID
Action start 15:55:07: ValidateProductID.
Action ended 15:55:07: ValidateProductID. Return value 1.
MSI (c) (88:F8) [15:55:07:764]: Doing action: setUserProfileNT
Action start 15:55:07: setUserProfileNT.
MSI (c) (88:F8) [15:55:07:774]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\Documents and Settings\All Users'.
Action ended 15:55:07: setUserProfileNT. Return value 1.
MSI (c) (88:F8) [15:55:07:774]: Skipping action: SetAllUsersProfileNT (condition is false)
MSI (c) (88:F8) [15:55:07:774]: Doing action: setAllUsersProfile2K
Action start 15:55:07: setAllUsersProfile2K.
MSI (c) (88:F8) [15:55:07:784]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\Documents and Settings\All Users'. Its new value: 'C:\WINDOWS\Profiles\AllUsers'.
Action ended 15:55:07: setAllUsersProfile2K. Return value 1.
MSI (c) (88:F8) [15:55:07:784]: Doing action: CostInitialize
Action start 15:55:07: CostInitialize.
MSI (c) (88:F8) [15:55:07:784]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (c) (88:F8) [15:55:07:814]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:814]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
Action ended 15:55:07: CostInitialize. Return value 1.
MSI (c) (88:F8) [15:55:07:834]: Doing action: FileCost
Action start 15:55:07: FileCost.
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: Shortcut 3: -2147287038
Action ended 15:55:07: FileCost. Return value 1.
MSI (c) (88:F8) [15:55:07:834]: Doing action: IsolateComponents
Action start 15:55:07: IsolateComponents.
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2728 2: Patch
Action ended 15:55:07: IsolateComponents. Return value 1.
MSI (c) (88:F8) [15:55:07:834]: Doing action: ResolveSource
Action start 15:55:07: ResolveSource.
MSI (c) (88:F8) [15:55:07:834]: Resolving source.
MSI (c) (88:F8) [15:55:07:834]: Resolving source to launched-from source.
MSI (c) (88:F8) [15:55:07:834]: Setting launched-from source as last-used.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'.
MSI (c) (88:F8) [15:55:07:834]: SOURCEDIR ==> C:\Documents and Settings\Administrator\Desktop\
MSI (c) (88:F8) [15:55:07:834]: SOURCEDIR product ==> {B9FE9086-68E8-4747-92D0-8F6618D8564C}
MSI (c) (88:F8) [15:55:07:834]: Determining source type
MSI (c) (88:F8) [15:55:07:834]: Source type from package 'MyProduct1.msi': 0
MSI (c) (88:F8) [15:55:07:834]: Source path resolution complete. Dumping Directory table...
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: TARGETDIR , Object: C:\Documents and Settings\Administrator\Desktop\ , LongSubPath:  , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: USERPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: TemplateFolder , Object: C:\Documents and Settings\Administrator\Desktop\ShellNew\ , LongSubPath: ShellNew\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: TempFolder , Object: C:\Documents and Settings\Administrator\Desktop\Temp\ , LongSubPath: Temp\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: SystemFolder , Object: C:\Documents and Settings\Administrator\Desktop\System32\ , LongSubPath: System32\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: System64Folder , Object: C:\Documents and Settings\Administrator\Desktop\System64\ , LongSubPath: System64\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: System16Folder , Object: C:\Documents and Settings\Administrator\Desktop\System\ , LongSubPath: System\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: StartupFolder , Object: C:\Documents and Settings\Administrator\Desktop\StartUp\ , LongSubPath: StartUp\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: StartMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Start Menu\ , LongSubPath: Start Menu\ , ShortSubPath: STARTM~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\Desktop\SendTo\ , LongSubPath: SendTo\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: ProgramMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Programs\ , LongSubPath: Programs\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: ProgramFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Program Files 64\ , LongSubPath: Program Files 64\ , ShortSubPath: Prog64~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: PrimaryVolumePath , Object: C:\Documents and Settings\Administrator\Desktop\PrimaryVolumePath\ , LongSubPath: PrimaryVolumePath\ , ShortSubPath: Primar~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\Desktop\Personal\ , LongSubPath: Personal\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: WindowsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: PCHEALTH , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\ , LongSubPath: Windows\pchealth\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\Desktop\MyPictures\ , LongSubPath: MyPictures\ , ShortSubPath: MyPict~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\LocalAppData\ , LongSubPath: LocalAppData\ , ShortSubPath: LocalA~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: GlobalAssemblyCache , Object: C:\Documents and Settings\Administrator\Desktop\GlobalAssemblyCache\ , LongSubPath: GlobalAssemblyCache\ , ShortSubPath: Global~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: FontsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Fonts\ , LongSubPath: Fonts\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Favorites\ , LongSubPath: Favorites\ , ShortSubPath: FAVORI~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: DesktopFolder , Object: C:\Documents and Settings\Administrator\Desktop\Desktop\ , LongSubPath: Desktop\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: CommonFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Common\ , LongSubPath: Common\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: CommonFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Common64\ , LongSubPath: Common64\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: CommonAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\CommonAppData\ , LongSubPath: CommonAppData\ , ShortSubPath: Common~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: WindowsVolume , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\ , LongSubPath: WinRoot\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: OMNIKEY , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\ , LongSubPath: WinRoot\OMNIKEY\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: INSTALLDIR , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\ , LongSubPath: WinRoot\OMNIKEY\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: CXBU0WDM , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\cxbu0wdm\ , LongSubPath: WinRoot\OMNIKEY\cxbu0wdm\ , ShortSubPath:
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , LongSubPath: WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , ShortSubPath: WinRoot\OMNIKEY\CARDMA~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: AdminToolsFolder , Object: C:\Documents and Settings\Administrator\Desktop\AdminTools\ , LongSubPath: AdminTools\ , ShortSubPath: Admint~1\
MSI (c) (88:F8) [15:55:07:834]: Dir (source): Key: ALLUSERSPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
Action ended 15:55:07: ResolveSource. Return value 1.
MSI (c) (88:F8) [15:55:07:834]: Doing action: CostFinalize
Action start 15:55:07: CostFinalize.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (c) (88:F8) [15:55:07:834]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding System64Folder property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding ProgramFiles64Folder property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding PCHEALTH property. Its value is 'C:\WINDOWS\pchealth\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding GlobalAssemblyCache property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding CommonFiles64Folder property. Its value is 'C:\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding OMNIKEY property. Its value is 'C:\OMNIKEY\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\OMNIKEY\'.
MSI (c) (88:F8) [15:55:07:834]: PROPERTY CHANGE: Adding CXBU0WDM property. Its value is 'C:\OMNIKEY\cxbu0wdm\'.
MSI (c) (88:F8) [15:55:07:844]: PROPERTY CHANGE: Adding CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 property. Its value is 'C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\'.
MSI (c) (88:F8) [15:55:07:844]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\WINDOWS\Profiles\AllUsers'. Its new value: 'C:\WINDOWS\Profiles\AllUsers\'.
MSI (c) (88:F8) [15:55:07:844]: Target path resolution complete. Dumping Directory table...
MSI (c) (88:F8) [15:55:07:844]: Note: target paths subject to change (via custom actions or browsing)
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: USERPROFILE , Object: C:\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: System64Folder , Object: C:\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\SendTo\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: ProgramFiles64Folder , Object: C:\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: PrimaryVolumePath , Object: C:\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\My Documents\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (c) (88:F8) [15:55:07:844]: Dir (target): Key: PCHEALTH , Object: C:\WINDOWS\pchealth\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\My Documents\My Pictures\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Local Settings\Application Data\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: GlobalAssemblyCache , Object: C:\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Favorites\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: CommonFiles64Folder , Object: C:\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: WindowsVolume , Object: C:\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: OMNIKEY , Object: C:\OMNIKEY\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: INSTALLDIR , Object: C:\OMNIKEY\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: CXBU0WDM , Object: C:\OMNIKEY\cxbu0wdm\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Application Data\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (c) (88:F8) [15:55:07:854]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\WINDOWS\Profiles\AllUsers\
MSI (c) (88:F8) [15:55:07:864]: Note: 1: 2262 2: RemoveFile 3: -2147287038
Action ended 15:55:07: CostFinalize. Return value 1.
MSI (c) (88:F8) [15:55:07:864]: Doing action: MigrateFeatureStates
Action start 15:55:07: MigrateFeatureStates.
Action ended 15:55:07: MigrateFeatureStates. Return value 0.
MSI (c) (88:F8) [15:55:07:874]: Skipping action: PatchWelcome (condition is false)
MSI (c) (88:F8) [15:55:07:874]: Doing action: InstallWelcome
Action start 15:55:07: InstallWelcome.
Action 15:55:07: InstallWelcome. Dialog created
MSI (c) (88:AC) [15:55:07:984]: Note: 1: 2205 2:  3: _RemoveFilePath
MSI (c) (88:AC) [15:55:07:984]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (88:AC) [15:55:07:984]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (c) (88:AC) [15:55:07:984]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (88:AC) [15:55:07:984]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (88:AC) [15:55:07:984]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (88:AC) [15:55:07:984]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2262 2: Font 3: -2147287038
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (88:AC) [15:55:08:004]: Note: 1: 2727 2: 
Action ended 15:55:08: InstallWelcome. Return value 1.
MSI (c) (88:F8) [15:55:08:385]: Skipping action: SetupResume (condition is false)
MSI (c) (88:F8) [15:55:08:385]: Skipping action: MaintenanceWelcome (condition is false)
MSI (c) (88:F8) [15:55:08:385]: Doing action: SetupProgress
Action start 15:55:08: SetupProgress.
Info 2898.MSSansBold8, Tahoma, 0
Info 2898.MSSWhiteSerif8, Tahoma, 0
Action 15:55:08: SetupProgress. Dialog created
Action ended 15:55:08: SetupProgress. Return value 1.
MSI (c) (88:F8) [15:55:08:455]: Doing action: ExecuteAction
Action start 15:55:08: ExecuteAction.
MSI (c) (88:F8) [15:55:08:455]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (c) (88:F8) [15:55:08:455]: Grabbed execution mutex.
MSI (c) (88:F8) [15:55:08:455]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (88:F8) [15:55:08:455]: Switching to server: TARGETDIR="C:\" ALLUSERSPROFILE="C:\WINDOWS\Profiles\AllUsers\" OMNIKEY="C:\OMNIKEY\" CARDMAN3X21_PCSC_DRIVER_V1.1.2.4="C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\" INSTALLDIR="C:\OMNIKEY\" CXBU0WDM="C:\OMNIKEY\cxbu0wdm\" PCHEALTH="C:\WINDOWS\pchealth\" USERPROFILE="C:\" TESCOVALIDKEY="Approved" CLIENTPROCESSID="1928" COMPANYNAME="Tesco Stores Limited" CLIENTUILEVEL="0" USERNAME="Authorised User" CURRENTDIRECTORY="C:\Documents and Settings\Administrator" SOURCEDIR="C:\Documents and Settings\Administrator\Desktop\" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="C:\" SECONDSEQUENCE="1"  ADDLOCAL=cxbu0wdm,TescoAdditions,MyProductNewFeature 
MSI (s) (E8:48) [15:55:08:485]: Grabbed execution mutex.
MSI (s) (E8:30) [15:55:08:485]: Resetting cached policy values
MSI (s) (E8:30) [15:55:08:485]: Machine policy value 'Debug' is 0
MSI (s) (E8:30) [15:55:08:485]: ******* RunEngine:
          ******* Product: C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi
          ******* Action: INSTALL
          ******* CommandLine: **********
MSI (s) (E8:30) [15:55:08:485]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (E8:30) [15:55:08:495]: File will have security applied from OpCode.
MSI (s) (E8:30) [15:55:08:625]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi' against software restriction policy
MSI (s) (E8:30) [15:55:08:625]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (E8:30) [15:55:08:625]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi is not digitally signed
MSI (s) (E8:30) [15:55:08:705]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (E8:30) [15:55:08:705]: End dialog not enabled
MSI (s) (E8:30) [15:55:08:705]: Original package ==> C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi
MSI (s) (E8:30) [15:55:08:705]: Package we're running from ==> C:\WINDOWS\Installer\efbe46.msi
MSI (s) (E8:30) [15:55:08:705]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'.
MSI (s) (E8:30) [15:55:08:705]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (E8:30) [15:55:08:725]: MSCOREE not loaded loading copy from system32
MSI (s) (E8:30) [15:55:08:745]: Machine policy value 'TransformsSecure' is 0
MSI (s) (E8:30) [15:55:08:745]: User policy value 'TransformsAtSource' is 0
MSI (s) (E8:30) [15:55:08:745]: Machine policy value 'DisablePatch' is 0
MSI (s) (E8:30) [15:55:08:745]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (E8:30) [15:55:08:745]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (E8:30) [15:55:08:745]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (E8:30) [15:55:08:755]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'.
MSI (s) (E8:30) [15:55:08:755]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (E8:30) [15:55:08:755]: Transforms are not secure.
MSI (s) (E8:30) [15:55:08:755]: Command Line: TARGETDIR=C:\ ALLUSERSPROFILE=C:\WINDOWS\Profiles\AllUsers\ OMNIKEY=C:\OMNIKEY\ CARDMAN3X21_PCSC_DRIVER_V1.1.2.4=C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ INSTALLDIR=C:\OMNIKEY\ CXBU0WDM=C:\OMNIKEY\cxbu0wdm\ PCHEALTH=C:\WINDOWS\pchealth\ USERPROFILE=C:\ TESCOVALIDKEY=Approved CLIENTPROCESSID=1928 COMPANYNAME=Tesco Stores Limited CLIENTUILEVEL=0 USERNAME=Authorised User CURRENTDIRECTORY=C:\Documents and Settings\Administrator SOURCEDIR=C:\Documents and Settings\Administrator\Desktop\ ACTION=INSTALL EXECUTEACTION=INSTALL ROOTDRIVE=C:\ SECONDSEQUENCE=1 ADDLOCAL=cxbu0wdm,TescoAdditions,MyProductNewFeature ACTION=INSTALL
MSI (s) (E8:30) [15:55:08:755]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{1D332D72-0138-4436-89E4-DBF277FF75E3}'.
MSI (s) (E8:30) [15:55:08:755]: Product Code passed to Engine.Initialize:           '
MSI (s) (E8:30) [15:55:08:755]: Product Code from property table before transforms: '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'
MSI (s) (E8:30) [15:55:08:755]: Product Code from property table after transforms:  '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'
MSI (s) (E8:30) [15:55:08:755]: Product not registered: beginning first-time install
MSI (s) (E8:30) [15:55:08:755]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (E8:30) [15:55:08:755]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (E8:30) [15:55:08:755]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (E8:30) [15:55:08:755]: Adding new sources is allowed.
MSI (s) (E8:30) [15:55:08:755]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (E8:30) [15:55:08:755]: Package name extracted from package path: 'MyProduct1.msi'
MSI (s) (E8:30) [15:55:08:755]: Package to be registered: 'MyProduct1.msi'
MSI (s) (E8:30) [15:55:08:785]: Note: 1: 2729
MSI (s) (E8:30) [15:55:08:785]: Note: 1: 2729
MSI (s) (E8:30) [15:55:08:785]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (E8:30) [15:55:08:785]: Machine policy value 'DisableMsi' is 0
MSI (s) (E8:30) [15:55:08:785]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (E8:30) [15:55:08:785]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (E8:30) [15:55:08:785]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (E8:30) [15:55:08:785]: Running product '{B9FE9086-68E8-4747-92D0-8F6618D8564C}' with elevated privileges: Product is assigned.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\WINDOWS\Profiles\AllUsers\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding OMNIKEY property. Its value is 'C:\OMNIKEY\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 property. Its value is 'C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\OMNIKEY\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding CXBU0WDM property. Its value is 'C:\OMNIKEY\cxbu0wdm\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding PCHEALTH property. Its value is 'C:\WINDOWS\pchealth\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding TESCOVALIDKEY property. Its value is 'Approved'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1928'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Tesco Stores Limited'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Authorised User'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\Administrator'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (s) (E8:30) [15:55:08:785]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'cxbu0wdm,TescoAdditions,MyProductNewFeature'.
MSI (s) (E8:30) [15:55:08:785]: Engine has iefSecondSequence set to true.
MSI (s) (E8:30) [15:55:08:795]: TRANSFORMS property is now:
MSI (s) (E8:30) [15:55:08:795]: PROPERTY CHANGE: Deleting SOURCEDIR property. Its current value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (E8:30) [15:55:08:795]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (E8:30) [15:55:08:795]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (s) (E8:30) [15:55:08:805]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (s) (E8:30) [15:55:08:805]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (s) (E8:30) [15:55:08:805]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (s) (E8:30) [15:55:08:825]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (s) (E8:30) [15:55:08:825]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (s) (E8:30) [15:55:08:835]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (s) (E8:30) [15:55:08:845]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (s) (E8:30) [15:55:08:845]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (E8:30) [15:55:08:855]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (s) (E8:30) [15:55:08:855]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (s) (E8:30) [15:55:08:855]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (E8:30) [15:55:08:865]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (E8:30) [15:55:08:865]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (E8:30) [15:55:08:925]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (E8:30) [15:55:08:935]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (E8:30) [15:55:08:935]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (s) (E8:30) [15:55:08:955]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (s) (E8:30) [15:55:08:965]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (s) (E8:30) [15:55:08:965]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (s) (E8:30) [15:55:08:975]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (s) (E8:30) [15:55:08:975]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (E8:30) [15:55:08:985]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (E8:30) [15:55:08:985]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (E8:30) [15:55:08:995]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (E8:30) [15:55:08:995]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\efbe46.msi'.
MSI (s) (E8:30) [15:55:08:995]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi'.
MSI (s) (E8:30) [15:55:08:995]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (E8:30) [15:55:08:995]: Machine policy value 'DisableRollback' is 0
MSI (s) (E8:30) [15:55:08:995]: User policy value 'DisableRollback' is 0
MSI (s) (E8:30) [15:55:08:995]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (s) (E8:30) [15:55:08:995]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (E8:30) [15:55:08:995]: Doing action: INSTALL
Action start 15:55:09: INSTALL.
MSI (s) (E8:30) [15:55:09:005]: Running ExecuteSequence
MSI (s) (E8:30) [15:55:09:005]: Skipping action: NoRepairCancel (condition is false)
MSI (s) (E8:30) [15:55:09:005]: Doing action: AppSearch
Action start 15:55:09: AppSearch.
MSI (s) (E8:30) [15:55:09:015]: Skipping AppSearch action: already done on client side
Action ended 15:55:09: AppSearch. Return value 0.
MSI (s) (E8:30) [15:55:09:015]: Doing action: LaunchConditions
Action start 15:55:09: LaunchConditions.
Action ended 15:55:09: LaunchConditions. Return value 1.
MSI (s) (E8:30) [15:55:09:025]: Doing action: UpdateRegistryAfterInstall
Action start 15:55:09: UpdateRegistryAfterInstall.
MSI (s) (E8:E0) [15:55:09:035]: Generating random cookie.
MSI (s) (E8:E0) [15:55:09:045]: Created Custom Action Server with PID 548 (0x224).
MSI (s) (E8:80) [15:55:09:136]: Running as a service.
MSI (s) (E8:80) [15:55:09:146]: Hello, I'm your 32bit Impersonated custom action server.
Action ended 15:55:09: UpdateRegistryAfterInstall. Return value 0.
MSI (s) (E8:30) [15:55:09:246]: Doing action: FindRelatedProducts
Action start 15:55:09: FindRelatedProducts.
MSI (s) (E8:30) [15:55:09:256]: Skipping FindRelatedProducts action: already done on client side
Action ended 15:55:09: FindRelatedProducts. Return value 0.
MSI (s) (E8:30) [15:55:09:266]: Skipping action: CCPSearch (condition is false)
MSI (s) (E8:30) [15:55:09:266]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (E8:30) [15:55:09:266]: Doing action: ValidateProductID
Action start 15:55:09: ValidateProductID.
Action ended 15:55:09: ValidateProductID. Return value 1.
MSI (s) (E8:30) [15:55:09:266]: Doing action: setUserProfileNT
Action start 15:55:09: setUserProfileNT.
MSI (s) (E8:30) [15:55:09:266]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\WINDOWS\Profiles\AllUsers\'. Its new value: 'C:\Documents and Settings\All Users'.
Action ended 15:55:09: setUserProfileNT. Return value 1.
MSI (s) (E8:30) [15:55:09:276]: Skipping action: SetAllUsersProfileNT (condition is false)
MSI (s) (E8:30) [15:55:09:276]: Doing action: setAllUsersProfile2K
Action start 15:55:09: setAllUsersProfile2K.
MSI (s) (E8:30) [15:55:09:276]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\Documents and Settings\All Users'. Its new value: 'C:\WINDOWS\Profiles\AllUsers'.
Action ended 15:55:09: setAllUsersProfile2K. Return value 1.
MSI (s) (E8:30) [15:55:09:276]: Doing action: CostInitialize
Action start 15:55:09: CostInitialize.
MSI (s) (E8:30) [15:55:09:286]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (E8:30) [15:55:09:286]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (E8:30) [15:55:09:286]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (E8:30) [15:55:09:286]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2205 2:  3: MsiPatchHeaders
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2205 2:  3: __MsiPatchFileList
Action ended 15:55:09: CostInitialize. Return value 1.
MSI (s) (E8:30) [15:55:09:296]: Doing action: FileCost
Action start 15:55:09: FileCost.
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: IniFile 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (E8:30) [15:55:09:296]: Note: 1: 2262 2: Shortcut 3: -2147287038
Action ended 15:55:09: FileCost. Return value 1.
MSI (s) (E8:30) [15:55:09:296]: Doing action: IsolateComponents
Action start 15:55:09: IsolateComponents.
MSI (s) (E8:30) [15:55:09:306]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (E8:30) [15:55:09:306]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (E8:30) [15:55:09:306]: Note: 1: 2728 2: Patch
Action ended 15:55:09: IsolateComponents. Return value 1.
MSI (s) (E8:30) [15:55:09:306]: Doing action: CostFinalize
Action start 15:55:09: CostFinalize.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding System64Folder property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding ProgramFiles64Folder property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding GlobalAssemblyCache property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Adding CommonFiles64Folder property. Its value is 'C:\'.
MSI (s) (E8:30) [15:55:09:306]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\WINDOWS\Profiles\AllUsers'. Its new value: 'C:\WINDOWS\Profiles\AllUsers\'.
MSI (s) (E8:30) [15:55:09:306]: Target path resolution complete. Dumping Directory table...
MSI (s) (E8:30) [15:55:09:306]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (E8:30) [15:55:09:306]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (s) (E8:30) [15:55:09:306]: Dir (target): Key: USERPROFILE , Object: C:\
MSI (s) (E8:30) [15:55:09:306]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (s) (E8:30) [15:55:09:306]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
MSI (s) (E8:30) [15:55:09:306]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (E8:30) [15:55:09:306]: Dir (target): Key: System64Folder , Object: C:\
MSI (s) (E8:30) [15:55:09:306]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\SendTo\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: ProgramFiles64Folder , Object: C:\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: PrimaryVolumePath , Object: C:\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\My Documents\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: PCHEALTH , Object: C:\WINDOWS\pchealth\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\My Documents\My Pictures\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Local Settings\Application Data\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: GlobalAssemblyCache , Object: C:\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Favorites\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: CommonFiles64Folder , Object: C:\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: WindowsVolume , Object: C:\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: OMNIKEY , Object: C:\OMNIKEY\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: INSTALLDIR , Object: C:\OMNIKEY\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: CXBU0WDM , Object: C:\OMNIKEY\cxbu0wdm\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Application Data\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (s) (E8:30) [15:55:09:316]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\WINDOWS\Profiles\AllUsers\
Action ended 15:55:09: CostFinalize. Return value 1.
MSI (s) (E8:30) [15:55:09:316]: Doing action: SetARPINSTALLLOCATION
Action start 15:55:09: SetARPINSTALLLOCATION.
MSI (s) (E8:30) [15:55:09:316]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'C:\OMNIKEY\'.
Action ended 15:55:09: SetARPINSTALLLOCATION. Return value 1.
MSI (s) (E8:30) [15:55:09:326]: Doing action: SetODBCFolders
Action start 15:55:09: SetODBCFolders.
MSI (s) (E8:30) [15:55:09:326]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (E8:30) [15:55:09:326]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
Action ended 15:55:09: SetODBCFolders. Return value 1.
MSI (s) (E8:30) [15:55:09:326]: Doing action: MigrateFeatureStates
Action start 15:55:09: MigrateFeatureStates.
MSI (s) (E8:30) [15:55:09:336]: Skipping MigrateFeatureStates action: already done on client side
Action ended 15:55:09: MigrateFeatureStates. Return value 0.
MSI (s) (E8:30) [15:55:09:336]: Doing action: InstallValidate
Action start 15:55:09: InstallValidate.
MSI (s) (E8:30) [15:55:09:336]: Feature: cxbu0wdm; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Feature: TescoAdditions; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Feature: MyProductNewFeature; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Component: cxbu0wdm; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Component: TescoAdditions_Component; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Component: chksvrn.dll; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Component: cmabout.dll; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Component: cxbu0wdm.sys; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Component: cxbu0wdm1; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (E8:30) [15:55:09:336]: Note: 1: 2205 2:  3: _RemoveFilePath
MSI (s) (E8:30) [15:55:09:346]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (E8:30) [15:55:09:346]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (E8:30) [15:55:09:346]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (E8:30) [15:55:09:346]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (E8:30) [15:55:09:346]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2727 2: 
MSI (s) (E8:30) [15:55:09:356]: Note: 1: 2727 2: 
Action ended 15:55:09: InstallValidate. Return value 1.
MSI (s) (E8:30) [15:55:09:366]: Doing action: RemoveExistingProducts
Action start 15:55:09: RemoveExistingProducts.
MSI (s) (E8:30) [15:55:09:366]: Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 15:55:09: RemoveExistingProducts. Return value 1.
MSI (s) (E8:30) [15:55:09:366]: Doing action: InstallInitialize
Action start 15:55:09: InstallInitialize.
MSI (s) (E8:30) [15:55:09:376]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (E8:30) [15:55:09:376]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (E8:30) [15:55:09:376]: BeginTransaction: Locking Server
MSI (s) (E8:30) [15:55:09:376]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (E8:30) [15:55:09:376]: Note: 1: 1715 2: MyProduct1
MSI (s) (E8:30) [15:55:09:376]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed MyProduct1".
MSI (s) (E8:30) [15:55:15:204]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 21.
MSI (s) (E8:30) [15:55:15:204]: Server not locked: locking for product {B9FE9086-68E8-4747-92D0-8F6618D8564C}
Action ended 15:55:15: InstallInitialize. Return value 1.
MSI (s) (E8:30) [15:55:15:495]: Doing action: AllocateRegistrySpace
Action start 15:55:15: AllocateRegistrySpace.
Action ended 15:55:15: AllocateRegistrySpace. Return value 1.
MSI (s) (E8:30) [15:55:15:495]: Doing action: ProcessComponents
Action start 15:55:15: ProcessComponents.
MSI (s) (E8:30) [15:55:15:495]: Note: 1: 2205 2:  3: MsiPatchCertificate
MSI (s) (E8:30) [15:55:15:495]: LUA patching is disabled: missing MsiPatchCertificate table
MSI (s) (E8:30) [15:55:15:505]: Resolving source.
MSI (s) (E8:30) [15:55:15:505]: Resolving source to launched-from source.
MSI (s) (E8:30) [15:55:15:505]: Setting launched-from source as last-used.
MSI (s) (E8:30) [15:55:15:505]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (E8:30) [15:55:15:505]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (E8:30) [15:55:15:505]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{B9FE9086-68E8-4747-92D0-8F6618D8564C}'.
MSI (s) (E8:30) [15:55:15:505]: SOURCEDIR ==> C:\Documents and Settings\Administrator\Desktop\
MSI (s) (E8:30) [15:55:15:505]: SOURCEDIR product ==> {B9FE9086-68E8-4747-92D0-8F6618D8564C}
MSI (s) (E8:30) [15:55:15:505]: Determining source type
MSI (s) (E8:30) [15:55:15:505]: Source type from package 'MyProduct1.msi': 0
MSI (s) (E8:30) [15:55:15:505]: Source path resolution complete. Dumping Directory table...
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: TARGETDIR , Object: C:\Documents and Settings\Administrator\Desktop\ , LongSubPath:  , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: USERPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: TemplateFolder , Object: C:\Documents and Settings\Administrator\Desktop\ShellNew\ , LongSubPath: ShellNew\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: TempFolder , Object: C:\Documents and Settings\Administrator\Desktop\Temp\ , LongSubPath: Temp\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: SystemFolder , Object: C:\Documents and Settings\Administrator\Desktop\System32\ , LongSubPath: System32\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: System64Folder , Object: C:\Documents and Settings\Administrator\Desktop\System64\ , LongSubPath: System64\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: System16Folder , Object: C:\Documents and Settings\Administrator\Desktop\System\ , LongSubPath: System\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: StartupFolder , Object: C:\Documents and Settings\Administrator\Desktop\StartUp\ , LongSubPath: StartUp\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: StartMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Start Menu\ , LongSubPath: Start Menu\ , ShortSubPath: STARTM~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\Desktop\SendTo\ , LongSubPath: SendTo\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: ProgramMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Programs\ , LongSubPath: Programs\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: ProgramFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Program Files 64\ , LongSubPath: Program Files 64\ , ShortSubPath: Prog64~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: PrimaryVolumePath , Object: C:\Documents and Settings\Administrator\Desktop\PrimaryVolumePath\ , LongSubPath: PrimaryVolumePath\ , ShortSubPath: Primar~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\Desktop\Personal\ , LongSubPath: Personal\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: WindowsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: PCHEALTH , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\ , LongSubPath: Windows\pchealth\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\Desktop\MyPictures\ , LongSubPath: MyPictures\ , ShortSubPath: MyPict~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\LocalAppData\ , LongSubPath: LocalAppData\ , ShortSubPath: LocalA~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: GlobalAssemblyCache , Object: C:\Documents and Settings\Administrator\Desktop\GlobalAssemblyCache\ , LongSubPath: GlobalAssemblyCache\ , ShortSubPath: Global~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: FontsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Fonts\ , LongSubPath: Fonts\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Favorites\ , LongSubPath: Favorites\ , ShortSubPath: FAVORI~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: DesktopFolder , Object: C:\Documents and Settings\Administrator\Desktop\Desktop\ , LongSubPath: Desktop\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: CommonFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Common\ , LongSubPath: Common\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: CommonFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Common64\ , LongSubPath: Common64\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: CommonAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\CommonAppData\ , LongSubPath: CommonAppData\ , ShortSubPath: Common~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: WindowsVolume , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\ , LongSubPath: WinRoot\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: OMNIKEY , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\ , LongSubPath: WinRoot\OMNIKEY\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: INSTALLDIR , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\ , LongSubPath: WinRoot\OMNIKEY\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: CXBU0WDM , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\cxbu0wdm\ , LongSubPath: WinRoot\OMNIKEY\cxbu0wdm\ , ShortSubPath:
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , LongSubPath: WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , ShortSubPath: WinRoot\OMNIKEY\CARDMA~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: AdminToolsFolder , Object: C:\Documents and Settings\Administrator\Desktop\AdminTools\ , LongSubPath: AdminTools\ , ShortSubPath: Admint~1\
MSI (s) (E8:30) [15:55:15:505]: Dir (source): Key: ALLUSERSPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
Action 15:55:15: GenerateScript. Generating script operations for action:
GenerateScript: Updating component registration
Action ended 15:55:15: ProcessComponents. Return value 1.
MSI (s) (E8:30) [15:55:15:535]: Doing action: UnpublishComponents
Action start 15:55:15: UnpublishComponents.
MSI (s) (E8:30) [15:55:15:535]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action ended 15:55:15: UnpublishComponents. Return value 1.
MSI (s) (E8:30) [15:55:15:535]: Doing action: MsiUnpublishAssemblies
Action start 15:55:15: MsiUnpublishAssemblies.
Action ended 15:55:15: MsiUnpublishAssemblies. Return value 1.
MSI (s) (E8:30) [15:55:15:535]: Doing action: UnpublishFeatures
Action start 15:55:15: UnpublishFeatures.
Action ended 15:55:15: UnpublishFeatures. Return value 1.
MSI (s) (E8:30) [15:55:15:545]: Doing action: StopServices
Action start 15:55:15: StopServices.
MSI (s) (E8:30) [15:55:15:545]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 15:55:15: StopServices. Return value 1.
MSI (s) (E8:30) [15:55:15:545]: Doing action: DeleteServices
Action start 15:55:15: DeleteServices.
MSI (s) (E8:30) [15:55:15:545]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 15:55:15: DeleteServices. Return value 1.
MSI (s) (E8:30) [15:55:15:555]: Doing action: UnregisterComPlus
Action start 15:55:15: UnregisterComPlus.
MSI (s) (E8:30) [15:55:15:555]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 15:55:15: UnregisterComPlus. Return value 1.
MSI (s) (E8:30) [15:55:15:555]: Doing action: SelfUnregModules
Action start 15:55:15: SelfUnregModules.
MSI (s) (E8:30) [15:55:15:555]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 15:55:15: SelfUnregModules. Return value 1.
MSI (s) (E8:30) [15:55:15:565]: Doing action: UnregisterTypeLibraries
Action start 15:55:15: UnregisterTypeLibraries.
Action ended 15:55:15: UnregisterTypeLibraries. Return value 1.
MSI (s) (E8:30) [15:55:15:565]: Doing action: RemoveODBC
Action start 15:55:15: RemoveODBC.
MSI (s) (E8:30) [15:55:15:565]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (E8:30) [15:55:15:565]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (E8:30) [15:55:15:565]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (E8:30) [15:55:15:565]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (E8:30) [15:55:15:565]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (E8:30) [15:55:15:565]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (E8:30) [15:55:15:565]: Note: 1: 2711 2: ODBCDriverManager
GenerateScript: Removing ODBC components
MSI (s) (E8:30) [15:55:15:585]: Note: 1: 2711 2: ODBCDriverManager64
Action ended 15:55:15: RemoveODBC. Return value 1.
MSI (s) (E8:30) [15:55:15:585]: Doing action: UnregisterFonts
Action start 15:55:15: UnregisterFonts.
MSI (s) (E8:30) [15:55:15:585]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 15:55:15: UnregisterFonts. Return value 1.
MSI (s) (E8:30) [15:55:15:595]: Doing action: RemoveRegistryValues
Action start 15:55:15: RemoveRegistryValues.
MSI (s) (E8:30) [15:55:15:595]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
Action ended 15:55:15: RemoveRegistryValues. Return value 1.
MSI (s) (E8:30) [15:55:15:595]: Doing action: UnregisterClassInfo
Action start 15:55:15: UnregisterClassInfo.
MSI (s) (E8:30) [15:55:15:605]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 15:55:15: UnregisterClassInfo. Return value 1.
MSI (s) (E8:30) [15:55:15:605]: Doing action: UnregisterExtensionInfo
Action start 15:55:15: UnregisterExtensionInfo.
MSI (s) (E8:30) [15:55:15:615]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 15:55:15: UnregisterExtensionInfo. Return value 1.
MSI (s) (E8:30) [15:55:15:625]: Doing action: UnregisterProgIdInfo
Action start 15:55:15: UnregisterProgIdInfo.
MSI (s) (E8:30) [15:55:15:625]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (E8:30) [15:55:15:625]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (E8:30) [15:55:15:625]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (E8:30) [15:55:15:625]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 15:55:15: UnregisterProgIdInfo. Return value 1.
MSI (s) (E8:30) [15:55:15:635]: Doing action: UnregisterMIMEInfo
Action start 15:55:15: UnregisterMIMEInfo.
MSI (s) (E8:30) [15:55:15:635]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (E8:30) [15:55:15:635]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 15:55:15: UnregisterMIMEInfo. Return value 1.
MSI (s) (E8:30) [15:55:15:635]: Doing action: RemoveIniValues
Action start 15:55:15: RemoveIniValues.
MSI (s) (E8:30) [15:55:15:635]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
Action ended 15:55:15: RemoveIniValues. Return value 1.
MSI (s) (E8:30) [15:55:15:635]: Doing action: RemoveShortcuts
Action start 15:55:15: RemoveShortcuts.
Action ended 15:55:15: RemoveShortcuts. Return value 1.
MSI (s) (E8:30) [15:55:15:645]: Doing action: RemoveEnvironmentStrings
Action start 15:55:15: RemoveEnvironmentStrings.
MSI (s) (E8:30) [15:55:15:645]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 15:55:15: RemoveEnvironmentStrings. Return value 1.
MSI (s) (E8:30) [15:55:15:645]: Doing action: RemoveDuplicateFiles
Action start 15:55:15: RemoveDuplicateFiles.
Action ended 15:55:15: RemoveDuplicateFiles. Return value 1.
MSI (s) (E8:30) [15:55:15:655]: Doing action: RemoveFiles
Action start 15:55:15: RemoveFiles.
Action ended 15:55:15: RemoveFiles. Return value 1.
MSI (s) (E8:30) [15:55:15:655]: Doing action: RemoveFolders
Action start 15:55:15: RemoveFolders.
MSI (s) (E8:30) [15:55:15:655]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (E8:30) [15:55:15:655]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 15:55:15: RemoveFolders. Return value 1.
MSI (s) (E8:30) [15:55:15:655]: Doing action: CreateFolders
Action start 15:55:15: CreateFolders.
MSI (s) (E8:30) [15:55:15:655]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (E8:30) [15:55:15:655]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 15:55:15: CreateFolders. Return value 1.
MSI (s) (E8:30) [15:55:15:665]: Doing action: MoveFiles
葀tion start 15:55:15: MoveFiles.
tion ended 15:55:15: MoveFiles. Return value 1.
MSI (s) (E8:30) [15:55:15:665]: Doing action: InstallFiles
tion start 15:55:15: InstallFiles.
齸nerateScript: Copying new files
MSI (s) (E8:30) [15:55:15:805]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (E8:30) [15:55:15:805]: 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) (E8:30) [15:55:15:805]: Note: 1: 2205 2:  3: MsiPatchOldAssemblyFile
MSI (s) (E8:30) [15:55:15:805]: Note: 1: 2228 2:  3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE  `MsiPatchOldAssemblyFile`.`File_` = ?
MSI (s) (E8:30) [15:55:15:805]: Note: 1: 2205 2:  3: MsiSFCBypass
MSI (s) (E8:30) [15:55:15:805]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
MSI (s) (E8:30) [15:55:15:805]: Note: 1: 2205 2:  3: MsiPatchHeaders
MSI (s) (E8:30) [15:55:15:805]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
MSI (s) (E8:30) [15:55:15:815]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
MSI (s) (E8:30) [15:55:15:835]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
Action ended 15:55:16: InstallFiles. Return value 1.
MSI (s) (E8:30) [15:55:16:136]: Doing action: PatchFiles
Action start 15:55:16: PatchFiles.
Action ended 15:55:16: PatchFiles. Return value 1.
MSI (s) (E8:30) [15:55:16:666]: Doing action: DuplicateFiles
Action start 15:55:16: DuplicateFiles.
Action ended 15:55:16: DuplicateFiles. Return value 1.
MSI (s) (E8:30) [15:55:16:696]: Doing action: BindImage
Action start 15:55:16: BindImage.
MSI (s) (E8:30) [15:55:16:696]: Note: 1: 2262 2: BindImage 3: -2147287038
Action ended 15:55:16: BindImage. Return value 1.
MSI (s) (E8:30) [15:55:16:706]: Doing action: CreateShortcuts
Action start 15:55:16: CreateShortcuts.
Action ended 15:55:16: CreateShortcuts. Return value 1.
MSI (s) (E8:30) [15:55:16:716]: Doing action: RegisterClassInfo
Action start 15:55:16: RegisterClassInfo.
MSI (s) (E8:30) [15:55:16:877]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 15:55:16: RegisterClassInfo. Return value 1.
MSI (s) (E8:30) [15:55:17:237]: Doing action: RegisterExtensionInfo
Action start 15:55:17: RegisterExtensionInfo.
MSI (s) (E8:30) [15:55:17:377]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 15:55:17: RegisterExtensionInfo. Return value 1.
MSI (s) (E8:30) [15:55:17:448]: Doing action: RegisterProgIdInfo
Action start 15:55:17: RegisterProgIdInfo.
MSI (s) (E8:30) [15:55:17:618]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (E8:30) [15:55:17:618]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (E8:30) [15:55:17:618]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (E8:30) [15:55:17:618]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 15:55:17: RegisterProgIdInfo. Return value 1.
MSI (s) (E8:30) [15:55:17:638]: Doing action: RegisterMIMEInfo
Action start 15:55:17: RegisterMIMEInfo.
MSI (s) (E8:30) [15:55:17:648]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (E8:30) [15:55:17:648]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 15:55:17: RegisterMIMEInfo. Return value 1.
MSI (s) (E8:30) [15:55:17:658]: Doing action: WriteRegistryValues
Action start 15:55:17: WriteRegistryValues.
GenerateScript: Writing system registry values
MSI (s) (E8:30) [15:55:17:818]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 15:55:17: WriteRegistryValues. Return value 1.
MSI (s) (E8:30) [15:55:17:898]: Doing action: WriteIniValues
Action start 15:55:17: WriteIniValues.
Action ended 15:55:17: WriteIniValues. Return value 1.
MSI (s) (E8:30) [15:55:17:918]: Doing action: WriteEnvironmentStrings
Action start 15:55:17: WriteEnvironmentStrings.
MSI (s) (E8:30) [15:55:17:918]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 15:55:17: WriteEnvironmentStrings. Return value 1.
MSI (s) (E8:30) [15:55:17:928]: Doing action: RegisterFonts
Action start 15:55:17: RegisterFonts.
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 15:55:17: RegisterFonts. Return value 1.
MSI (s) (E8:30) [15:55:17:958]: Doing action: InstallODBC
Action start 15:55:17: InstallODBC.
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2711 2: ODBCDriverManager
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (E8:30) [15:55:17:958]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
Action ended 15:55:17: InstallODBC. Return value 0.
MSI (s) (E8:30) [15:55:17:968]: Doing action: RegisterTypeLibraries
Action start 15:55:17: RegisterTypeLibraries.
Action ended 15:55:17: RegisterTypeLibraries. Return value 1.
MSI (s) (E8:30) [15:55:17:978]: Doing action: SelfRegModules
Action start 15:55:17: SelfRegModules.
MSI (s) (E8:30) [15:55:17:988]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 15:55:17: SelfRegModules. Return value 1.
MSI (s) (E8:30) [15:55:17:988]: Doing action: RegisterComPlus
Action start 15:55:17: RegisterComPlus.
MSI (s) (E8:30) [15:55:18:018]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 15:55:18: RegisterComPlus. Return value 1.
MSI (s) (E8:30) [15:55:18:028]: Doing action: InstallServices
Action start 15:55:18: InstallServices.
MSI (s) (E8:30) [15:55:18:038]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
Action ended 15:55:18: InstallServices. Return value 1.
MSI (s) (E8:30) [15:55:18:038]: Doing action: StartServices
Action start 15:55:18: StartServices.
MSI (s) (E8:30) [15:55:18:048]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 15:55:18: StartServices. Return value 1.
MSI (s) (E8:30) [15:55:18:189]: Doing action: RegisterUser
Action start 15:55:18: RegisterUser.
GenerateScript: Registering user
Action ended 15:55:18: RegisterUser. Return value 1.
MSI (s) (E8:30) [15:55:18:309]: Doing action: RegisterProduct
Action start 15:55:18: RegisterProduct.
MSI (s) (E8:30) [15:55:18:309]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
GenerateScript: Registering product
MSI (s) (E8:30) [15:55:18:319]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
Action ended 15:55:18: RegisterProduct. Return value 1.
MSI (s) (E8:30) [15:55:18:319]: Doing action: PublishComponents
Action start 15:55:18: PublishComponents.
MSI (s) (E8:30) [15:55:18:329]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action ended 15:55:18: PublishComponents. Return value 1.
MSI (s) (E8:30) [15:55:18:329]: Doing action: MsiProcessDrivers
Action start 15:55:18: MsiProcessDrivers.
MSI (s) (E8:3C) [15:55:18:369]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1D.tmp, Entrypoint: ProcessDriverPackages
Action ended 15:55:19: MsiProcessDrivers. Return value 3.
MSI (s) (E8:30) [15:55:19:220]: Machine policy value 'DisableRollback' is 0
MSI (s) (E8:30) [15:55:19:220]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (E8:30) [15:55:19:230]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (E8:30) [15:55:19:240]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 21, szDescription: "".
MSI (s) (E8:30) [15:55:19:490]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
MSI (s) (E8:30) [15:55:19:490]: Unlocking Server
Action ended 15:55:19: INSTALL. Return value 3.
Property(S): RecentFolder = C:\Documents and Settings\Administrator\Recent\
Property(S): DiskPrompt = [1]
Property(S): UpgradeCode = {78E51C95-48B4-482E-9DF6-3E508AE29F9D}
Property(S): VersionNT = 501
Property(S): TARGETDIR = C:\
Property(S): ALLUSERSPROFILE = C:\WINDOWS\Profiles\AllUsers\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(S): AppDataFolder = C:\Documents and Settings\Administrator\Application Data\
Property(S): OMNIKEY = C:\OMNIKEY\
Property(S): CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 = C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\
Property(S): INSTALLDIR = C:\OMNIKEY\
Property(S): CXBU0WDM = C:\OMNIKEY\cxbu0wdm\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(S): CommonFiles64Folder = C:\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): FavoritesFolder = C:\Documents and Settings\Administrator\Favorites\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GlobalAssemblyCache = C:\
Property(S): LocalAppDataFolder = C:\Documents and Settings\Administrator\Local Settings\Application Data\
Property(S): MyPicturesFolder = C:\Documents and Settings\Administrator\My Documents\My Pictures\
Property(S): WindowsVolume = C:\
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): PCHEALTH = C:\WINDOWS\pchealth\
Property(S): PersonalFolder = C:\Documents and Settings\Administrator\My Documents\
Property(S): PrimaryVolumePath = C:\
Property(S): ProgramFiles64Folder = C:\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): SendToFolder = C:\Documents and Settings\Administrator\SendTo\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): System64Folder = C:\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): SourceDir = C:\Documents and Settings\Administrator\Desktop\
Property(S): TempFolder = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): USERPROFILE = C:\
Property(S): PrintHoodFolder = C:\Documents and Settings\Administrator\PrintHood\
Property(S): NetHoodFolder = C:\Documents and Settings\Administrator\NetHood\
Property(S): RemoteAdminTS = 1
Property(S): MsiNTProductType = 1
Property(S): ServicePackLevelMinor = 0
Property(S): ServicePackLevel = 2
Property(S): WindowsBuild = 2600
Property(S): VersionMsi = 3.00
Property(S): ADDLOCAL = cxbu0wdm,TescoAdditions,MyProductNewFeature
Property(S): TESCOVALIDKEY = Approved
Property(S): INSTALLATIONCOUNT = 1
Property(S): ISCHECKFORPRODUCTUPDATES = 1
Property(S): ApplicationUsers = AllUsers
Property(S): AgreeToLicense = Yes
Property(S): _IsMaintenance = Change
Property(S): SetupType = Typical
Property(S): _IsSetupTypeMin = Typical
Property(S): Display_IsBitmapDlg = 1
Property(S): ARPPRODUCTICON = ARPPRODUCTICON.exe
Property(S): DefaultUIFont = Tahoma8
Property(S): DialogCaption = InstallShield for Windows Installer
Property(S): DisplayNameCustom = Custom
Property(S): DisplayNameMinimal = Minimal
Property(S): DisplayNameTypical = Typical
Property(S): DWUSINTERVAL = 30
Property(S): ErrorDialog = SetupError
Property(S): InstallChoice = AR
Property(S): INSTALLLEVEL = 100
Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine.  If available, please run ISScript.msi, or contact your support personnel for further assistance.
Property(S): ISSCRIPT_VERSION_OLD = The InstallScript engine on this machine is older than the version required to run this setup.  If available, please install the latest version of ISScript.msi, or contact your support personnel for further assistance.
Property(S): ISVROOT_PORT_NO = 0
Property(S): Manufacturer = Road Tech
Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(S): ProductCode = {B9FE9086-68E8-4747-92D0-8F6618D8564C}
Property(S): ProductID = none
Property(S): ProductLanguage = 1033
Property(S): ProductName = MyProduct1
Property(S): ProductVersion = 1.1.2.4
Property(S): ProgressType0 = install
Property(S): ProgressType1 = Installing
Property(S): ProgressType2 = installed
Property(S): ProgressType3 = installs
Property(S): RebootYesNo = Yes
Property(S): ReinstallModeText = omus
Property(S): ALLUSERS = 1
Property(S): REBOOT = R
Property(S): STATE = Installed
Property(S): DWUSLINK = CEFB878FC91B97289EAC87EFB95C978F8ECCF08FFEEBB07FCE9B80B8BE0CA77FF98C409F8EAC
Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
Property(S): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
Property(S): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
Property(S): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
Property(S): IS_SQLSERVER_AUTHENTICATION = 0
Property(S): IS_SQLSERVER_USERNAME = sa
Property(S): ARPCONTACT = Please Contact I.T Service Desk
Property(S): RepackagingMode = Snapshot
Property(S): ARPINSTALLLOCATION = C:\OMNIKEY\
Property(S): SECONDSEQUENCE = 1
Property(S): ROOTDRIVE = C:\
Property(S): Privileged = 1
Property(S): EXECUTEACTION = INSTALL
Property(S): ACTION = INSTALL
Property(S): VersionDatabase = 200
Property(S): CURRENTDIRECTORY = C:\Documents and Settings\Administrator
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 1928
Property(S): COMPANYNAME = Tesco Stores Limited
Property(S): USERNAME = Authorised User
Property(S): PackagecodeChanging = 1
Property(S): ProductState = -1
Property(S): PackageCode = {1D332D72-0138-4436-89E4-DBF277FF75E3}
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 15
Property(S): PhysicalMemory = 456
Property(S): VirtualMemory = 982
Property(S): AdminUser = 1
Property(S): LogonUser = tescoadmin
Property(S): UserSID = S-1-5-21-2152010760-271056960-2550669836-500
Property(S): UserLanguageID = 2057
Property(S): ComputerName = APPSTESTCTE
Property(S): SystemLanguageID = 2057
Property(S): ScreenX = 800
Property(S): ScreenY = 600
Property(S): CaptionHeight = 26
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): MsiNetAssemblySupport = 1.1.4322.2032
Property(S): MsiWin32AssemblySupport = 5.1.2600.2180
Property(S): RedirectedDllSupport = 2
Property(S): Time = 15:55:19
Property(S): Date = 25/02/2009
Property(S): DATABASE = C:\WINDOWS\Installer\efbe46.msi
Property(S): OriginalDatabase = C:\Documents and Settings\Administrator\Desktop\MyProduct1.msi
Property(S): UILevel = 5
Property(S): Preselected = 1
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): SOURCEDIR = C:\Documents and Settings\Administrator\Desktop\
Property(S): SourcedirProduct = {B9FE9086-68E8-4747-92D0-8F6618D8564C}
Property(S): ProductToBeRegistered = 1
MSI (s) (E8:30) [15:55:19:891]: MainEngineThread is returning 1603
MSI (s) (E8:48) [15:55:19:901]: Destroying RemoteAPI object.
MSI (s) (E8:E0) [15:55:19:901]: Custom Action Manager thread ending.
MSI (c) (88:F8) [15:55:19:911]: Back from server. Return value: 1603
MSI (c) (88:F8) [15:55:19:911]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (88:F8) [15:55:19:911]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 15:55:19: ExecuteAction. Return value 3.
MSI (c) (88:F8) [15:55:19:911]: Doing action: SetupCompleteError
Action start 15:55:19: SetupCompleteError.
Action 15:55:19: SetupCompleteError. Dialog created
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
ORIGINAL: spartacus

I've found that the custom actions contained in the DIFx merge module are generally pretty good at writing entries to the verbose log.



Could you pls tell me the steps to install drivers using custom actions with DIFx merge module?

Suma
Posted by: anonymous_9363 15 years ago
Red Belt
0
I don't know enough about the DIFxApp MM to comment so I can't help you with your actual issue, I'm afraid, but:

- Please use the CODE tags when posting lengthy text. Posts like yours above are too hard to read. Access the CODE tag by clicking the button marked '<%'.
- You will hardly ever need to post a whole log in any event. The crucial failure will always be the line containing the text 'Return value 3.' Thus you will only need to post the dozenor so lines above and below that line for us to work out where the issue is. In this case, it's the CA 'MsiProcessDrivers'.

Additionally, you will of course have thoroughly digested this article http://msdn.microsoft.com/en-us/library/ms790295.aspx, right?
Posted by: MSIPackager 15 years ago
3rd Degree Black Belt
0
Could you pls tell me the steps to install drivers using custom actions with DIFx merge module?

Have you not read the sticky? http://itninja.com/question/gnu,-freeware-and-shareware-programs-to-cloning596

Cheers,
Rob.
Posted by: AngelD 15 years ago
Red Belt
0
Hi Suma,

All you need to know can be found in the following thread: http://itninja.com/question/how-do-you-roll-out-new-machines?0873&mpage=1&key=
It is long and not a step-by-step but all steps is in there just maybe not from step A to step B.

Hope it helps.
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
Hi AngelD,

I have had a look at the above website.
I wasn't sure of doing the below steps for my package becuase I m not to familar with the certificates!!

To create an authenticode certificate with MakeCert.Exe and Cert2Spc.Exe use:
1. MakeCert.Exe -r -pe <path to .cer file> -n CN=<certificate name> -sv <path to .pvk file> -len 2048
2. Choose password for the private key
3. Cert2Spc.Exe <path to .cer file> <path to .spc file>

To sign the catalog file (.cat) use:
signcode.exe -spc <path to spc file> -v <path to pvk file> -t http://timestamp.verisign.com/scripts/timstamp.dll <Path to catalogfile>

Alsoyou have mentioned, richt-click the .inf file and select Details and go to the Driver tab.
Mark the "Use DIFxApp to....".
Un-check all of the "DIFxApp Installation Options", this will set the Flags column to 7 in the MsiDriverPackages table.

I don't see this option at all...

Could you please help me out here with the options above and .CAT file?

Thanks,
Suma
Posted by: AngelD 15 years ago
Red Belt
0
As you already stated that the driver is already signed you do not need to handle this, so skip the certification stuff.

Alsoyou have mentioned, richt-click the .inf file and select Details and go to the Driver tab.
Mark the "Use DIFxApp to....".
Un-check all of the "DIFxApp Installation Options", this will set the Flags column to 7 in the MsiDriverPackages table.


The above is if you use any of the Wise packaging products (ex. Wise Package Studio).
If you don't use Wise then you need to edit the MsiDriverPackages table through any MSI editor as you don't state which product you use.
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
Thanks for that..

If that is the case then i am done with the rest of the steps. Is there anything m missing?
Yes since i have .cat file i thot them as signed drivers. Please correct me if i m wrong.
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
This is how my INF file looks like...


; cxbu0wdm.inf
; Copyright (c) 2000 - 2007 OMNIKEY
[Version]
Signature=$Windows NT$
Class=SmartCardReader
ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
Provider=%Provider%
DriverVer=12/13/2007,1.1.2.4
CatalogFile=cxbu0wdm.cat
[SourceDisksNames]
1=%DiskDescription%,,
[SourceDisksFiles]
cxbu0wdm.sys=1,,
cmdiag.cpl=1,,
cmdiag.ini=1,,
cmabout.dll=1,,
cmabout.ini=1,,
ok.bmp=1,,
chksvrn.dll=1,,
[DestinationDirs]
DefaultDestDir = 10,system32\drivers
cxbu0wdm.Install.NT.CopyFiles=10,system32\drivers
cxbu0wdm.Install.NT.Tools=11
cxbu0wdm.Install.NT.W2kTools=11
[Manufacturer]
%Manufacturer%=OMNIKEY
; =================== Class section =======================
[ClassInstall]
Addreg=SmartCardReaderClassReg
[ClassInstall32]
Addreg=SmartCardReaderClassReg
[SmartCardReaderClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-25

; ===================== PnP IDs ===========================
[ControlFlags]
; All PnP devices should be excluded from manual AddDevice Applet list
ExcludeFromSelect=*

[OMNIKEY]
; DisplayName Section DeviceId
; ----------- ------- --------
%VID1PID1ReaderDescription% = cm3x21.Install, USB\VID_076B&PID_3021
%VID1PID2ReaderDescription% = cm1021.Install, USB\VID_076B&PID_1021
%VID1PID3ReaderDescription% = dongle.Install, USB\VID_076B&PID_6622
%VID1PID4ReaderDescription% = class2.Install, USB\VID_076B&PID_3621
%VID1PID5ReaderDescription% = class2_5.Install, USB\VID_076B&PID_3821
%VID1PID6ReaderDescription% = express.Install, USB\VID_076B&PID_4321
%VID1PID7ReaderDescription% = kbd4.Install, USB\VID_076B&PID_9621&Mi_01
%VID1PID8ReaderDescription% = bio.Install, USB\VID_076B&PID_7021
%VID2PID1ReaderDescription% = kbd1.Install, USB\VID_046A&PID_0010&Mi_01
%VID2PID2ReaderDescription% = scr1.Install, USB\VID_046A&PID_002D
%VID3PID1ReaderDescription% = fsckbd.Install, USB\VID_0BF8&PID_1005&Mi_01
%VID3PID2ReaderDescription% = fscscr.Install, USB\VID_0BF8&PID_1006

; ================== NT specific =====================
[cm3x21.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[cm3x21.Install.NT.HW]
AddReg = cm3x21.Install.AddReg.HW
[cm3x21.Install.NT.Services]
AddService = cxbu0wdm, 2, cm3x21.Service.NT,cxbu0wdm.EventLog.NT
[cm1021.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[cm1021.Install.NT.HW]
AddReg = cm1021.Install.AddReg.HW
[cm1021.Install.NT.Services]
AddService = cxbu0wdm, 2, cm1021.Service.NT,cxbu0wdm.EventLog.NT
[dongle.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[dongle.Install.NT.HW]
AddReg = dongle.Install.AddReg.HW
[dongle.Install.NT.Services]
AddService = cxbu0wdm, 2, dongle.Service.NT,cxbu0wdm.EventLog.NT
[class2.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[class2.Install.NT.HW]
AddReg = class2.Install.AddReg.HW
[class2.Install.NT.Services]
AddService = cxbu0wdm, 2, class2.Service.NT,cxbu0wdm.EventLog.NT
[class2_5.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[class2_5.Install.NT.HW]
AddReg = class2_5.Install.AddReg.HW
[class2_5.Install.NT.Services]
AddService = cxbu0wdm, 2, class2_5.Service.NT,cxbu0wdm.EventLog.NT
[express.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[express.Install.NT.HW]
AddReg = express.Install.AddReg.HW
[express.Install.NT.Services]
AddService = cxbu0wdm, 2, express.Service.NT,cxbu0wdm.EventLog.NT
[kbd4.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[kbd4.Install.NT.HW]
AddReg = kbd4.Install.AddReg.HW
[kbd4.Install.NT.Services]
AddService = cxbu0wdm, 2, kbd4.Service.NT,cxbu0wdm.EventLog.NT
[bio.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[bio.Install.NT.HW]
AddReg = bio.Install.AddReg.HW
[bio.Install.NT.Services]
AddService = cxbu0wdm, 2, bio.Service.NT,cxbu0wdm.EventLog.NT

[kbd1.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[kbd1.Install.NT.HW]
AddReg = kbd1.Install.AddReg.HW
[kbd1.Install.NT.Services]
AddService = cxbu0wdm, 2, kbd1.Service.NT,cxbu0wdm.EventLog.NT
[scr1.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[scr1.Install.NT.HW]
AddReg = scr1.Install.AddReg.HW
[scr1.Install.NT.Services]
AddService = cxbu0wdm, 2, scr1.Service.NT,cxbu0wdm.EventLog.NT

[fsckbd.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[fsckbd.Install.NT.HW]
AddReg = fsckbd.Install.AddReg.HW
[fsckbd.Install.NT.Services]
AddService = cxbu0wdm, 2, fsckbd.Service.NT,cxbu0wdm.EventLog.NT
[fscscr.Install.NT]
AddReg = cxbu0wdm.Install.NT.AddReg
CopyFiles = cxbu0wdm.Install.NT.CopyFiles,cxbu0wdm.Install.NT.Tools,cxbu0wdm.Install.NT.W2kTools
[fscscr.Install.NT.HW]
AddReg = fscscr.Install.AddReg.HW
[fscscr.Install.NT.Services]
AddService = cxbu0wdm, 2, fscscr.Service.NT,cxbu0wdm.EventLog.NT


[cxbu0wdm.Install.NT.AddReg]
HKR,, AdapterType, 0, "0100"
HKLM,"SYSTEM\CurrentControlSet\Services\SCardSvr",Start,0x00010001,2
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",chksvrn,,"rundll32 chksvrn.dll,StartScardsvr"
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",cmdiag,,"rundll32 chksvrn.dll,CheckAndReplaceCmdiag"
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",cmdiagreg,,"rundll32 chksvrn.dll,SetCmdiagRegKeys"
HKLM, Software\Microsoft\Cryptography\Calais\Readers,,,
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,DLLName,0,wlnotify.dll
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Logon,0,SCardStartCertProp
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Logoff,0,SCardStopCertProp
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Lock,0,SCardSuspendCertProp
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Unlock,0,SCardResumeCertProp
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Enabled,0x00010001,1
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Impersonate,0x00010001,1
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\ScCertProp,Asynchronous,0x00010001,1

[cxbu0wdm.Install.NT.CopyFiles]
cxbu0wdm.sys,,,2

[cxbu0wdm.Install.NT.Tools]
; no flags : skip allowed
cmdiag.cp_,cmdiag.cpl
cmdiag.in_,cmdiag.ini
cmabout.dl_,cmabout.dll
cmabout.in_,cmabout.ini
ok.bmp

[cxbu0wdm.Install.NT.W2kTools]
chksvrn.dll

[cm3x21.Service.NT]
DisplayName = %VID1PID1ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[cm1021.Service.NT]
DisplayName = %VID1PID2ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[dongle.Service.NT]
DisplayName = %VID1PID3ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[class2.Service.NT]
DisplayName = %VID1PID4ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[class2_5.Service.NT]
DisplayName = %VID1PID5ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[express.Service.NT]
DisplayName = %VID1PID6ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[kbd4.Service.NT]
DisplayName = %VID1PID7ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[bio.Service.NT]
DisplayName = %VID1PID8ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys

[kbd1.Service.NT]
DisplayName = %VID2PID1ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[scr1.Service.NT]
DisplayName = %VID2PID2ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys

[fsckbd.Service.NT]
DisplayName = %VID3PID1ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys
[fscscr.Service.NT]
DisplayName = %VID3PID2ReaderDescription%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\cxbu0wdm.sys

[cxbu0wdm.EventLog.NT]
AddReg = cxbu0wdm.AddEventLog.reg
[cxbu0wdm.AddEventLog.reg]
HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\cxbu0wdm.sys"
HKR,, TypesSupported, 0x00010001, 7

; =====================
; === CardMan 3x21 ====
; =====================
[cm3x21.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 3x21"
HKR,,"VidPid",, USB\VID_076B&PID_3021

; =====================
; === CardMan 1021 ====
; =====================
[cm1021.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 1021"
HKR,,"VidPid",, USB\VID_076B&PID_1021

; =====================
; === CardMan 6121 ====
; =====================
[dongle.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 6121"
HKR,,"Dongle",0x00010001,1
HKR,,"VidPid",, USB\VID_076B&PID_6622

; =====================
; === CardMan 3621 ====
; =====================
[class2.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 3621"
HKR,,"VidPid",, USB\VID_076B&PID_3621

; =====================
; === CardMan 3821 ====
; =====================
[class2_5.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 3821"
HKR,,"VidPid",, USB\VID_076B&PID_3821

; =====================
; === CardMan 4321 ====
; =====================
[express.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 4321"
HKR,,"VidPid",, USB\VID_076B&PID_4321

; =====================
; === CardMan 9621 ====
; =====================
[kbd4.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 9621"
HKR,,"VidPid",, USB\VID_076B&PID_9621&Mi_01

; =====================
; === CardMan 7x21 ====
; =====================
[bio.Install.AddReg.HW]
HKR,,"VendorName",,"OMNIKEY"
HKR,,"IfdType",, "CardMan 7x21"
HKR,,"VidPid",, USB\VID_076B&PID_7021

; =====================
; === SmartBoard XX44 ====
; =====================
[kbd1.Install.AddReg.HW]
HKR,,"VendorName",,"Cherry"
HKR,,"IfdType",, "SmartBoard XX44"
HKR,,"VidPid",, USB\VID_046A&PID_0010&Mi_01

; =====================
; === SmartTerminal XX44 ====
; =====================
[scr1.Install.AddReg.HW]
HKR,,"VendorName",,"Cherry"
HKR,,"IfdType",, "SmartTerminal XX44"
HKR,,"VidPid",, USB\VID_046A&PID_002D

; =====================
; === FSC SmartCard-Reader Keyboard USB 2A ====
; =====================
[fsckbd.Install.AddReg.HW]
HKR,,"VendorName",,"FSC"
HKR,,"IfdType",, "SCR Keyboard USB 2A"
HKR,,"VidPid",, USB\VID_0BF8&PID_1005&Mi_01

; =====================
; === FSC SmartCard-Reader USB 2A ====
; =====================
[fscscr.Install.AddReg.HW]
HKR,,"VendorName",,"FSC"
HKR,,"IfdType",, "SCR USB 2A"
HKR,,"VidPid",, USB\VID_0BF8&PID_1006


; ================= Strings =====================
[Strings]
Provider = "OMNIKEY"
Manufacturer = "OMNIKEY"
VID1PID1ReaderDescription = "CardMan 3x21"
VID1PID2ReaderDescription = "CardMan 1021"
VID1PID3ReaderDescription = "CardMan 6121"
VID1PID4ReaderDescription = "CardMan 3621"
VID1PID5ReaderDescription = "CardMan 3821"
VID1PID6ReaderDescription = "CardMan 4321"
VID1PID7ReaderDescription = "CardMan 9621"
VID1PID8ReaderDescription = "CardMan 7x21"
VID2PID1ReaderDescription = "SmartBoard XX44"
VID2PID2ReaderDescription = "SmartTerminal XX44"
VID3PID1ReaderDescription = "FSC SmartCard-Reader Keyboard USB 2A"
VID3PID2ReaderDescription = "FSC SmartCard-Reader USB 2A"
DiskDescription = "CardMan PC/SC Driver Disk"
ClassName = "Smart Card Readers"

Posted by: Inabus 15 years ago
Second Degree Green Belt
0
CatalogFile=cxbu0wdm.cat

Thats tells you its signed but you can also go to add hardware on xp, select the inf via browse and it should tell you there if its signed or not.

- Inf and Cat in 1 component
- The rest of the files in another component

Note : Both components need to install to the same place.

Installshield - On the inf and cat component select the device driver tab and select this component has a device driver.
Wise - No idea
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
Hi Inabus,

I have followed the steps in my MSI.
still no luck
Posted by: Inabus 15 years ago
Second Degree Green Belt
0
Produce a driver only package, remove all the other crap, this will allow you to troubleshoot the installation better. Assuming that install fails post the log for that MSI here using code tag.

Using Installshield or Wise btw?

P
Posted by: AngelD 15 years ago
Red Belt
0
What is it that doesn't work?
Is it the MSI installation or the driver installation when you plug-in the USB device?
Posted by: AngelD 15 years ago
Red Belt
0
ORIGINAL: Inabus

CatalogFile=cxbu0wdm.cat

Thats tells you its signed but you can also go to add hardware on xp, select the inf via browse and it should tell you there if its signed or not.

A CAT file can exist without being signed so by double-clicking it you can verify if it is or not.
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
My package fails to install, saying setup interrupted before it modifies your system. no error code, no roll back.
Posted by: anonymous_9363 15 years ago
Red Belt
0
My package fails to install, saying setup interrupted before it modifies your system. no error code, no roll back.
Holy Moly, this is painful...

- What does the verbose log tell you this time?
- Have you separated the driver from the application?
- Have you monitored the install with a process/file/registry monitor
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
I just have INF,CAT,SYS,cpl & dll entries in the package, nothing else.
Log file is the same as above..
Posted by: anonymous_9363 15 years ago
Red Belt
0
Great post, Cap'n. Two blobs from me.
Posted by: captain_planet 15 years ago
Black Belt
0
Thanks, VBScab. Hope it can help somebody...[;)]
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
Hello All,

I have done the same steps from the begining but i don't see anything i m missing.
Log file looks like

=== Verbose logging started: 27/02/2009 13:00:32 Build type: SHIP UNICODE 3.00.3790.2180 Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (BC:74) [13:00:32:377]: Resetting cached policy values
MSI (c) (BC:74) [13:00:32:377]: Machine policy value 'Debug' is 0
MSI (c) (BC:74) [13:00:32:377]: ******* RunEngine:
******* Product: C:\Documents and Settings\Administrator\Desktop\MyProduct.msi
******* Action:
******* CommandLine: **********
MSI (c) (BC:74) [13:00:32:377]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (BC:74) [13:00:32:427]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Documents and Settings\Administrator\Desktop\MyProduct.msi' against software restriction policy
MSI (c) (BC:74) [13:00:32:427]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (c) (BC:74) [13:00:32:427]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct.msi is not digitally signed
MSI (c) (BC:74) [13:00:32:427]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct.msi is permitted to run at the 'unrestricted' authorization level.
MSI (c) (BC:74) [13:00:32:497]: Cloaking enabled.
MSI (c) (BC:74) [13:00:32:497]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (BC:74) [13:00:32:558]: End dialog not enabled
MSI (c) (BC:74) [13:00:32:558]: Original package ==> C:\Documents and Settings\Administrator\Desktop\MyProduct.msi
MSI (c) (BC:74) [13:00:32:558]: Package we're running from ==> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\81db6.msi
MSI (c) (BC:74) [13:00:32:558]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6720D117-2F44-4265-97BB-76245E00C1E3}'.
MSI (c) (BC:74) [13:00:32:558]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (BC:74) [13:00:32:568]: MSCOREE not loaded loading copy from system32
MSI (c) (BC:74) [13:00:32:568]: Machine policy value 'TransformsSecure' is 0
MSI (c) (BC:74) [13:00:32:568]: User policy value 'TransformsAtSource' is 0
MSI (c) (BC:74) [13:00:32:568]: Machine policy value 'DisablePatch' is 0
MSI (c) (BC:74) [13:00:32:568]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (BC:74) [13:00:32:568]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (BC:74) [13:00:32:568]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (BC:74) [13:00:32:568]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6720D117-2F44-4265-97BB-76245E00C1E3}'.
MSI (c) (BC:74) [13:00:32:568]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (BC:74) [13:00:32:568]: Transforms are not secure.
MSI (c) (BC:74) [13:00:32:568]: Command Line: CURRENTDIRECTORY=C:\Documents and Settings\Administrator CLIENTUILEVEL=0 CLIENTPROCESSID=1724
MSI (c) (BC:74) [13:00:32:568]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{D76A853B-7DC3-4FBF-9684-978B8D7F4AB2}'.
MSI (c) (BC:74) [13:00:32:568]: Product Code passed to Engine.Initialize: '
MSI (c) (BC:74) [13:00:32:568]: Product Code from property table before transforms: '{6720D117-2F44-4265-97BB-76245E00C1E3}'
MSI (c) (BC:74) [13:00:32:568]: Product Code from property table after transforms: '{6720D117-2F44-4265-97BB-76245E00C1E3}'
MSI (c) (BC:74) [13:00:32:568]: Product not registered: beginning first-time install
MSI (c) (BC:74) [13:00:32:568]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (BC:74) [13:00:32:568]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (BC:74) [13:00:32:568]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (BC:74) [13:00:32:568]: Adding new sources is allowed.
MSI (c) (BC:74) [13:00:32:578]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (BC:74) [13:00:32:578]: Package name extracted from package path: 'MyProduct.msi'
MSI (c) (BC:74) [13:00:32:578]: Package to be registered: 'MyProduct.msi'
MSI (c) (BC:74) [13:00:32:578]: Note: 1: 2729
MSI (c) (BC:74) [13:00:32:588]: Note: 1: 2729
MSI (c) (BC:74) [13:00:32:588]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (BC:74) [13:00:32:588]: Machine policy value 'DisableMsi' is 0
MSI (c) (BC:74) [13:00:32:588]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (BC:74) [13:00:32:588]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (BC:74) [13:00:32:588]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (c) (BC:74) [13:00:32:588]: Running product '{6720D117-2F44-4265-97BB-76245E00C1E3}' with elevated privileges: Product is assigned.
MSI (c) (BC:74) [13:00:32:588]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\Administrator'.
MSI (c) (BC:74) [13:00:32:588]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (BC:74) [13:00:32:588]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1724'.
MSI (c) (BC:74) [13:00:32:588]: TRANSFORMS property is now:
MSI (c) (BC:74) [13:00:32:588]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (c) (BC:74) [13:00:32:588]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (c) (BC:74) [13:00:32:588]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (c) (BC:74) [13:00:32:588]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (c) (BC:74) [13:00:32:588]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (c) (BC:74) [13:00:32:588]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (c) (BC:74) [13:00:32:588]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (c) (BC:74) [13:00:32:598]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (BC:74) [13:00:32:598]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (BC:74) [13:00:32:608]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (BC:74) [13:00:32:608]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (BC:74) [13:00:32:608]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Authorised User'.
MSI (c) (BC:74) [13:00:32:608]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (BC:74) [13:00:32:608]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Tesco Stores Limited'.
MSI (c) (BC:74) [13:00:32:608]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\81db6.msi'.
MSI (c) (BC:74) [13:00:32:608]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Documents and Settings\Administrator\Desktop\MyProduct.msi'.
MSI (c) (BC:74) [13:00:32:608]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (c) (BC:74) [13:00:32:608]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (c) (BC:8C) [13:00:32:618]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.00'.
=== Logging started: 27/02/2009 13:00:32 ===
MSI (c) (BC:74) [13:00:32:638]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (c) (BC:74) [13:00:32:638]: Machine policy value 'DisableRollback' is 0
MSI (c) (BC:74) [13:00:32:638]: User policy value 'DisableRollback' is 0
MSI (c) (BC:74) [13:00:32:638]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (BC:74) [13:00:32:668]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (BC:74) [13:00:32:668]: Doing action: INSTALL
Action start 13:00:32: INSTALL.
MSI (c) (BC:74) [13:00:32:668]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (BC:74) [13:00:32:668]: Running UISequence
MSI (c) (BC:74) [13:00:32:668]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (BC:74) [13:00:32:668]: Doing action: AppSearch
Action start 13:00:32: AppSearch.
Action 13:00:32: AppSearch. Searching for installed applications
AppSearch: Property: TESCOVALIDKEY, Signature: NewSignature1
MSI (c) (BC:74) [13:00:32:668]: Note: 1: 2262 2: Signature 3: -2147287038
MSI (c) (BC:74) [13:00:32:668]: Note: 1: 2262 2: CompLocator 3: -2147287038
MSI (c) (BC:74) [13:00:32:668]: PROPERTY CHANGE: Adding TESCOVALIDKEY property. Its value is 'Approved'.
Action ended 13:00:32: AppSearch. Return value 1.
MSI (c) (BC:74) [13:00:32:678]: Doing action: LaunchConditions
Action start 13:00:32: LaunchConditions.
Action ended 13:00:32: LaunchConditions. Return value 1.
MSI (c) (BC:74) [13:00:32:678]: Doing action: SetupInitialization
Action start 13:00:32: SetupInitialization.
Info 2898.Tahoma8, Tahoma, 0
Info 2898.TahomaBold10, Tahoma, 0
Action 13:00:32: SetupInitialization. Dialog created
Action ended 13:00:32: SetupInitialization. Return value 1.
MSI (c) (BC:74) [13:00:32:748]: Doing action: FindRelatedProducts
Action start 13:00:32: FindRelatedProducts.
MSI (c) (BC:74) [13:00:32:748]: Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 13:00:32: FindRelatedProducts. Return value 1.
MSI (c) (BC:74) [13:00:32:748]: Skipping action: CCPSearch (condition is false)
MSI (c) (BC:74) [13:00:32:748]: Skipping action: RMCCPSearch (condition is false)
MSI (c) (BC:74) [13:00:32:748]: Doing action: ValidateProductID
Action start 13:00:32: ValidateProductID.
Action ended 13:00:32: ValidateProductID. Return value 1.
MSI (c) (BC:74) [13:00:32:758]: Doing action: setUserProfileNT
Action start 13:00:32: setUserProfileNT.
MSI (c) (BC:74) [13:00:32:758]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\Documents and Settings\All Users'.
Action ended 13:00:32: setUserProfileNT. Return value 1.
MSI (c) (BC:74) [13:00:32:758]: Skipping action: SetAllUsersProfileNT (condition is false)
MSI (c) (BC:74) [13:00:32:758]: Doing action: setAllUsersProfile2K
Action start 13:00:32: setAllUsersProfile2K.
MSI (c) (BC:74) [13:00:32:758]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\Documents and Settings\All Users'. Its new value: 'C:\WINDOWS\Profiles\AllUsers'.
Action ended 13:00:32: setAllUsersProfile2K. Return value 1.
MSI (c) (BC:74) [13:00:32:758]: Doing action: CostInitialize
Action start 13:00:32: CostInitialize.
MSI (c) (BC:74) [13:00:32:758]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (c) (BC:74) [13:00:32:768]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:768]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
Action ended 13:00:32: CostInitialize. Return value 1.
MSI (c) (BC:74) [13:00:32:768]: Doing action: FileCost
Action start 13:00:32: FileCost.
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (c) (BC:74) [13:00:32:768]: Note: 1: 2262 2: Shortcut 3: -2147287038
Action ended 13:00:32: FileCost. Return value 1.
MSI (c) (BC:74) [13:00:32:768]: Doing action: IsolateComponents
Action start 13:00:32: IsolateComponents.
MSI (c) (BC:74) [13:00:32:778]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (BC:74) [13:00:32:778]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (c) (BC:74) [13:00:32:778]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (BC:74) [13:00:32:778]: Note: 1: 2728 2: Patch
Action ended 13:00:32: IsolateComponents. Return value 1.
MSI (c) (BC:74) [13:00:32:778]: Doing action: ResolveSource
Action start 13:00:32: ResolveSource.
MSI (c) (BC:74) [13:00:32:778]: Resolving source.
MSI (c) (BC:74) [13:00:32:778]: Resolving source to launched-from source.
MSI (c) (BC:74) [13:00:32:778]: Setting launched-from source as last-used.
MSI (c) (BC:74) [13:00:32:778]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{6720D117-2F44-4265-97BB-76245E00C1E3}'.
MSI (c) (BC:74) [13:00:32:778]: SOURCEDIR ==> C:\Documents and Settings\Administrator\Desktop\
MSI (c) (BC:74) [13:00:32:778]: SOURCEDIR product ==> {6720D117-2F44-4265-97BB-76245E00C1E3}
MSI (c) (BC:74) [13:00:32:778]: Determining source type
MSI (c) (BC:74) [13:00:32:778]: Source type from package 'MyProduct.msi': 0
MSI (c) (BC:74) [13:00:32:778]: Source path resolution complete. Dumping Directory table...
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: TARGETDIR , Object: C:\Documents and Settings\Administrator\Desktop\ , LongSubPath: , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: USERPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: TemplateFolder , Object: C:\Documents and Settings\Administrator\Desktop\ShellNew\ , LongSubPath: ShellNew\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: TempFolder , Object: C:\Documents and Settings\Administrator\Desktop\Temp\ , LongSubPath: Temp\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: SystemFolder , Object: C:\Documents and Settings\Administrator\Desktop\System32\ , LongSubPath: System32\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: System64Folder , Object: C:\Documents and Settings\Administrator\Desktop\System64\ , LongSubPath: System64\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: System16Folder , Object: C:\Documents and Settings\Administrator\Desktop\System\ , LongSubPath: System\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: StartupFolder , Object: C:\Documents and Settings\Administrator\Desktop\StartUp\ , LongSubPath: StartUp\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: StartMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Start Menu\ , LongSubPath: Start Menu\ , ShortSubPath: STARTM~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\Desktop\SendTo\ , LongSubPath: SendTo\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: ProgramMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Programs\ , LongSubPath: Programs\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Program Files 64\ , LongSubPath: Program Files 64\ , ShortSubPath: Prog64~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: PrimaryVolumePath , Object: C:\Documents and Settings\Administrator\Desktop\PrimaryVolumePath\ , LongSubPath: PrimaryVolumePath\ , ShortSubPath: Primar~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\Desktop\Personal\ , LongSubPath: Personal\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\Desktop\MyPictures\ , LongSubPath: MyPictures\ , ShortSubPath: MyPict~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\LocalAppData\ , LongSubPath: LocalAppData\ , ShortSubPath: LocalA~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: ProgramFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: ISMyCompanyDir , Object: C:\Documents and Settings\Administrator\Desktop\program files\My Company Name\ , LongSubPath: program files\My Company Name\ , ShortSubPath: PROGRA~1\MYCOMP~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: ISMyProductDir , Object: C:\Documents and Settings\Administrator\Desktop\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 (c) (BC:74) [13:00:32:778]: Dir (source): Key: INSTALLDIR , Object: C:\Documents and Settings\Administrator\Desktop\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 (c) (BC:74) [13:00:32:778]: Dir (source): Key: GlobalAssemblyCache , Object: C:\Documents and Settings\Administrator\Desktop\GlobalAssemblyCache\ , LongSubPath: GlobalAssemblyCache\ , ShortSubPath: Global~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: FontsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Fonts\ , LongSubPath: Fonts\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Favorites\ , LongSubPath: Favorites\ , ShortSubPath: FAVORI~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: DesktopFolder , Object: C:\Documents and Settings\Administrator\Desktop\Desktop\ , LongSubPath: Desktop\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: WindowsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: PCHEALTH , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\ , LongSubPath: Windows\pchealth\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: HELPCTR , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\helpctr\ , LongSubPath: Windows\pchealth\helpctr\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: DATACOLL , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\helpctr\DataColl\ , LongSubPath: Windows\pchealth\helpctr\DataColl\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: CommonFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Common\ , LongSubPath: Common\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: ISCommonFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Common\InstallShield\ , LongSubPath: Common\InstallShield\ , ShortSubPath: Common\Instal~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: CommonFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Common64\ , LongSubPath: Common64\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: CommonAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\CommonAppData\ , LongSubPath: CommonAppData\ , ShortSubPath: Common~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: WindowsVolume , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\ , LongSubPath: WinRoot\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: OMNIKEY , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\ , LongSubPath: WinRoot\OMNIKEY\ , ShortSubPath:
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , LongSubPath: WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , ShortSubPath: WinRoot\OMNIKEY\CARDMA~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: AdminToolsFolder , Object: C:\Documents and Settings\Administrator\Desktop\AdminTools\ , LongSubPath: AdminTools\ , ShortSubPath: Admint~1\
MSI (c) (BC:74) [13:00:32:778]: Dir (source): Key: ALLUSERSPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
Action ended 13:00:32: ResolveSource. Return value 1.
MSI (c) (BC:74) [13:00:32:788]: Doing action: CostFinalize
Action start 13:00:32: CostFinalize.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (c) (BC:74) [13:00:32:788]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (c) (BC:74) [13:00:32:788]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding System64Folder property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding ProgramFiles64Folder property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding ISMyCompanyDir property. Its value is 'C:\Program Files\My Company Name\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding ISMyProductDir property. Its value is 'C:\Program Files\My Company Name\My Product Name\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\My Company Name\My Product Name\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding GlobalAssemblyCache property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding PCHEALTH property. Its value is 'C:\WINDOWS\pchealth\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding HELPCTR property. Its value is 'C:\WINDOWS\pchealth\helpctr\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding DATACOLL property. Its value is 'C:\WINDOWS\pchealth\helpctr\DataColl\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding ISCommonFilesFolder property. Its value is 'C:\Program Files\Common Files\InstallShield\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding CommonFiles64Folder property. Its value is 'C:\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding OMNIKEY property. Its value is 'C:\OMNIKEY\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Adding CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 property. Its value is 'C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\'.
MSI (c) (BC:74) [13:00:32:788]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\WINDOWS\Profiles\AllUsers'. Its new value: 'C:\WINDOWS\Profiles\AllUsers\'.
MSI (c) (BC:74) [13:00:32:788]: Target path resolution complete. Dumping Directory table...
MSI (c) (BC:74) [13:00:32:788]: Note: target paths subject to change (via custom actions or browsing)
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: USERPROFILE , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: System64Folder , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\SendTo\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: ProgramFiles64Folder , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: PrimaryVolumePath , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\My Documents\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\My Documents\My Pictures\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Local Settings\Application Data\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: ISMyCompanyDir , Object: C:\Program Files\My Company Name\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: ISMyProductDir , Object: C:\Program Files\My Company Name\My Product Name\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\My Company Name\My Product Name\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: GlobalAssemblyCache , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Favorites\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: PCHEALTH , Object: C:\WINDOWS\pchealth\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: HELPCTR , Object: C:\WINDOWS\pchealth\helpctr\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: DATACOLL , Object: C:\WINDOWS\pchealth\helpctr\DataColl\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: ISCommonFilesFolder , Object: C:\Program Files\Common Files\InstallShield\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: CommonFiles64Folder , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: WindowsVolume , Object: C:\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: OMNIKEY , Object: C:\OMNIKEY\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Application Data\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (c) (BC:74) [13:00:32:788]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\WINDOWS\Profiles\AllUsers\
MSI (c) (BC:74) [13:00:32:788]: Note: 1: 2262 2: RemoveFile 3: -2147287038
Action ended 13:00:32: CostFinalize. Return value 1.
MSI (c) (BC:74) [13:00:32:798]: Doing action: MigrateFeatureStates
Action start 13:00:32: MigrateFeatureStates.
Action ended 13:00:32: MigrateFeatureStates. Return value 0.
MSI (c) (BC:74) [13:00:32:798]: Skipping action: PatchWelcome (condition is false)
MSI (c) (BC:74) [13:00:32:798]: Doing action: InstallWelcome
Action start 13:00:32: InstallWelcome.
Action 13:00:32: InstallWelcome. Dialog created
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (c) (BC:8C) [13:00:32:908]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: Font 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2262 2: Class 3: -2147287038
MSI (c) (BC:8C) [13:00:32:908]: Note: 1: 2727 2:
Action ended 13:00:33: InstallWelcome. Return value 1.
MSI (c) (BC:74) [13:00:33:459]: Skipping action: SetupResume (condition is false)
MSI (c) (BC:74) [13:00:33:459]: Skipping action: MaintenanceWelcome (condition is false)
MSI (c) (BC:74) [13:00:33:459]: Doing action: SetupProgress
Action start 13:00:33: SetupProgress.
Info 2898.MSSansBold8, Tahoma, 0
Info 2898.MSSWhiteSerif8, Tahoma, 0
Action 13:00:33: SetupProgress. Dialog created
Action ended 13:00:33: SetupProgress. Return value 1.
MSI (c) (BC:74) [13:00:33:529]: Doing action: ExecuteAction
Action start 13:00:33: ExecuteAction.
MSI (c) (BC:74) [13:00:33:529]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (c) (BC:74) [13:00:33:529]: Grabbed execution mutex.
MSI (c) (BC:74) [13:00:33:529]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (BC:74) [13:00:33:529]: Switching to server: TARGETDIR="C:\" ALLUSERSPROFILE="C:\WINDOWS\Profiles\AllUsers\" OMNIKEY="C:\OMNIKEY\" CARDMAN3X21_PCSC_DRIVER_V1.1.2.4="C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\" HELPCTR="C:\WINDOWS\pchealth\helpctr\" DATACOLL="C:\WINDOWS\pchealth\helpctr\DataColl\" PCHEALTH="C:\WINDOWS\pchealth\" INSTALLDIR="C:\Program Files\My Company Name\My Product Name\" USERPROFILE="C:\" TESCOVALIDKEY="Approved" COMPANYNAME="Tesco Stores Limited" USERNAME="Authorised User" CLIENTPROCESSID="1724" CLIENTUILEVEL="0" CURRENTDIRECTORY="C:\Documents and Settings\Administrator" SOURCEDIR="C:\Documents and Settings\Administrator\Desktop\" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="C:\" SECONDSEQUENCE="1" ADDLOCAL=TescoAdditions,MyProductNewFeature
MSI (s) (08:F8) [13:00:33:549]: Grabbed execution mutex.
MSI (s) (08:F4) [13:00:33:549]: Resetting cached policy values
MSI (s) (08:F4) [13:00:33:549]: Machine policy value 'Debug' is 0
MSI (s) (08:F4) [13:00:33:549]: ******* RunEngine:
******* Product: C:\Documents and Settings\Administrator\Desktop\MyProduct.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (08:F4) [13:00:33:549]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (08:F4) [13:00:33:559]: File will have security applied from OpCode.
MSI (s) (08:F4) [13:00:33:689]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Documents and Settings\Administrator\Desktop\MyProduct.msi' against software restriction policy
MSI (s) (08:F4) [13:00:33:689]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
MSI (s) (08:F4) [13:00:33:689]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct.msi is not digitally signed
MSI (s) (08:F4) [13:00:33:699]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\Administrator\Desktop\MyProduct.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (08:F4) [13:00:33:699]: End dialog not enabled
MSI (s) (08:F4) [13:00:33:699]: Original package ==> C:\Documents and Settings\Administrator\Desktop\MyProduct.msi
MSI (s) (08:F4) [13:00:33:699]: Package we're running from ==> C:\WINDOWS\Installer\74579.msi
MSI (s) (08:F4) [13:00:33:739]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6720D117-2F44-4265-97BB-76245E00C1E3}'.
MSI (s) (08:F4) [13:00:33:739]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (08:F4) [13:00:33:739]: MSCOREE not loaded loading copy from system32
MSI (s) (08:F4) [13:00:33:739]: Machine policy value 'TransformsSecure' is 0
MSI (s) (08:F4) [13:00:33:739]: User policy value 'TransformsAtSource' is 0
MSI (s) (08:F4) [13:00:33:739]: Machine policy value 'DisablePatch' is 0
MSI (s) (08:F4) [13:00:33:739]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (08:F4) [13:00:33:739]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (08:F4) [13:00:33:739]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (08:F4) [13:00:33:739]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6720D117-2F44-4265-97BB-76245E00C1E3}'.
MSI (s) (08:F4) [13:00:33:739]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (08:F4) [13:00:33:739]: Transforms are not secure.
MSI (s) (08:F4) [13:00:33:739]: Command Line: TARGETDIR=C:\ ALLUSERSPROFILE=C:\WINDOWS\Profiles\AllUsers\ OMNIKEY=C:\OMNIKEY\ CARDMAN3X21_PCSC_DRIVER_V1.1.2.4=C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ HELPCTR=C:\WINDOWS\pchealth\helpctr\ DATACOLL=C:\WINDOWS\pchealth\helpctr\DataColl\ PCHEALTH=C:\WINDOWS\pchealth\ INSTALLDIR=C:\Program Files\My Company Name\My Product Name\ USERPROFILE=C:\ TESCOVALIDKEY=Approved COMPANYNAME=Tesco Stores Limited USERNAME=Authorised User CLIENTPROCESSID=1724 CLIENTUILEVEL=0 CURRENTDIRECTORY=C:\Documents and Settings\Administrator SOURCEDIR=C:\Documents and Settings\Administrator\Desktop\ ACTION=INSTALL EXECUTEACTION=INSTALL ROOTDRIVE=C:\ SECONDSEQUENCE=1 ADDLOCAL=TescoAdditions,MyProductNewFeature ACTION=INSTALL
MSI (s) (08:F4) [13:00:33:739]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{D76A853B-7DC3-4FBF-9684-978B8D7F4AB2}'.
MSI (s) (08:F4) [13:00:33:739]: Product Code passed to Engine.Initialize: '
MSI (s) (08:F4) [13:00:33:739]: Product Code from property table before transforms: '{6720D117-2F44-4265-97BB-76245E00C1E3}'
MSI (s) (08:F4) [13:00:33:739]: Product Code from property table after transforms: '{6720D117-2F44-4265-97BB-76245E00C1E3}'
MSI (s) (08:F4) [13:00:33:739]: Product not registered: beginning first-time install
MSI (s) (08:F4) [13:00:33:739]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (08:F4) [13:00:33:739]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (08:F4) [13:00:33:739]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (08:F4) [13:00:33:739]: Adding new sources is allowed.
MSI (s) (08:F4) [13:00:33:739]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (08:F4) [13:00:33:739]: Package name extracted from package path: 'MyProduct.msi'
MSI (s) (08:F4) [13:00:33:739]: Package to be registered: 'MyProduct.msi'
MSI (s) (08:F4) [13:00:33:759]: Note: 1: 2729
MSI (s) (08:F4) [13:00:33:759]: Note: 1: 2729
MSI (s) (08:F4) [13:00:33:769]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (08:F4) [13:00:33:769]: Machine policy value 'DisableMsi' is 0
MSI (s) (08:F4) [13:00:33:769]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (08:F4) [13:00:33:769]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (08:F4) [13:00:33:769]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (08:F4) [13:00:33:769]: Running product '{6720D117-2F44-4265-97BB-76245E00C1E3}' with elevated privileges: Product is assigned.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\WINDOWS\Profiles\AllUsers\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding OMNIKEY property. Its value is 'C:\OMNIKEY\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 property. Its value is 'C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding HELPCTR property. Its value is 'C:\WINDOWS\pchealth\helpctr\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding DATACOLL property. Its value is 'C:\WINDOWS\pchealth\helpctr\DataColl\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding PCHEALTH property. Its value is 'C:\WINDOWS\pchealth\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\My Company Name\My Product Name\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding TESCOVALIDKEY property. Its value is 'Approved'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Tesco Stores Limited'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Authorised User'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1724'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\Administrator'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'TescoAdditions,MyProductNewFeature'.
MSI (s) (08:F4) [13:00:33:769]: Engine has iefSecondSequence set to true.
MSI (s) (08:F4) [13:00:33:769]: TRANSFORMS property is now:
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Deleting SOURCEDIR property. Its current value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (08:F4) [13:00:33:769]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (s) (08:F4) [13:00:33:779]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
MSI (s) (08:F4) [13:00:33:789]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
MSI (s) (08:F4) [13:00:33:789]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\NetHood
MSI (s) (08:F4) [13:00:33:789]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents
MSI (s) (08:F4) [13:00:33:799]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\PrintHood
MSI (s) (08:F4) [13:00:33:799]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Recent
MSI (s) (08:F4) [13:00:33:819]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\SendTo
MSI (s) (08:F4) [13:00:33:819]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Templates
MSI (s) (08:F4) [13:00:33:819]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (s) (08:F4) [13:00:33:829]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Local Settings\Application Data
MSI (s) (08:F4) [13:00:33:829]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\My Documents\My Pictures
MSI (s) (08:F4) [13:00:33:829]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (s) (08:F4) [13:00:33:849]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (s) (08:F4) [13:00:33:849]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (s) (08:F4) [13:00:33:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (s) (08:F4) [13:00:33:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (s) (08:F4) [13:00:33:859]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Administrative Tools
MSI (s) (08:F4) [13:00:33:869]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs\Startup
MSI (s) (08:F4) [13:00:33:869]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu\Programs
MSI (s) (08:F4) [13:00:33:869]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Start Menu
MSI (s) (08:F4) [13:00:33:879]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Desktop
MSI (s) (08:F4) [13:00:33:879]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (s) (08:F4) [13:00:33:879]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (08:F4) [13:00:33:879]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (08:F4) [13:00:33:889]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (08:F4) [13:00:33:889]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\74579.msi'.
MSI (s) (08:F4) [13:00:33:889]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Documents and Settings\Administrator\Desktop\MyProduct.msi'.
MSI (s) (08:F4) [13:00:33:889]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (08:F4) [13:00:33:889]: Machine policy value 'DisableRollback' is 0
MSI (s) (08:F4) [13:00:33:889]: User policy value 'DisableRollback' is 0
MSI (s) (08:F4) [13:00:33:889]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (s) (08:F4) [13:00:33:889]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (08:F4) [13:00:33:889]: Doing action: INSTALL
Action start 13:00:33: INSTALL.
MSI (s) (08:F4) [13:00:33:899]: Running ExecuteSequence
MSI (s) (08:F4) [13:00:33:899]: Skipping action: NoRepairCancel (condition is false)
MSI (s) (08:F4) [13:00:33:899]: Doing action: AppSearch
Action start 13:00:33: AppSearch.
MSI (s) (08:F4) [13:00:33:899]: Skipping AppSearch action: already done on client side
Action ended 13:00:33: AppSearch. Return value 0.
MSI (s) (08:F4) [13:00:33:899]: Doing action: LaunchConditions
Action start 13:00:33: LaunchConditions.
Action ended 13:00:33: LaunchConditions. Return value 1.
MSI (s) (08:F4) [13:00:33:899]: Doing action: UpdateRegistryAfterInstall
Action start 13:00:33: UpdateRegistryAfterInstall.
MSI (s) (08:FC) [13:00:33:910]: Generating random cookie.
MSI (s) (08:FC) [13:00:33:920]: Created Custom Action Server with PID 1272 (0x4F8).
MSI (s) (08:9C) [13:00:34:020]: Running as a service.
MSI (s) (08:58) [13:00:34:030]: Hello, I'm your 32bit Impersonated custom action server.
Action ended 13:00:34: UpdateRegistryAfterInstall. Return value 0.
MSI (s) (08:F4) [13:00:34:080]: Doing action: FindRelatedProducts
Action start 13:00:34: FindRelatedProducts.
MSI (s) (08:F4) [13:00:34:080]: Skipping FindRelatedProducts action: already done on client side
Action ended 13:00:34: FindRelatedProducts. Return value 0.
MSI (s) (08:F4) [13:00:34:080]: Skipping action: CCPSearch (condition is false)
MSI (s) (08:F4) [13:00:34:080]: Skipping action: RMCCPSearch (condition is false)
MSI (s) (08:F4) [13:00:34:080]: Doing action: ValidateProductID
Action start 13:00:34: ValidateProductID.
Action ended 13:00:34: ValidateProductID. Return value 1.
MSI (s) (08:F4) [13:00:34:090]: Doing action: setUserProfileNT
Action start 13:00:34: setUserProfileNT.
MSI (s) (08:F4) [13:00:34:090]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\WINDOWS\Profiles\AllUsers\'. Its new value: 'C:\Documents and Settings\All Users'.
Action ended 13:00:34: setUserProfileNT. Return value 1.
MSI (s) (08:F4) [13:00:34:100]: Skipping action: SetAllUsersProfileNT (condition is false)
MSI (s) (08:F4) [13:00:34:100]: Doing action: setAllUsersProfile2K
Action start 13:00:34: setAllUsersProfile2K.
MSI (s) (08:F4) [13:00:34:100]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\Documents and Settings\All Users'. Its new value: 'C:\WINDOWS\Profiles\AllUsers'.
Action ended 13:00:34: setAllUsersProfile2K. Return value 1.
MSI (s) (08:F4) [13:00:34:100]: Doing action: CostInitialize
Action start 13:00:34: CostInitialize.
MSI (s) (08:F4) [13:00:34:100]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (08:F4) [13:00:34:110]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: Patch 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2205 2: 3: __MsiPatchFileList
Action ended 13:00:34: CostInitialize. Return value 1.
MSI (s) (08:F4) [13:00:34:110]: Doing action: FileCost
Action start 13:00:34: FileCost.
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: MoveFile 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (08:F4) [13:00:34:110]: Note: 1: 2262 2: Shortcut 3: -2147287038
Action ended 13:00:34: FileCost. Return value 1.
MSI (s) (08:F4) [13:00:34:110]: Doing action: IsolateComponents
Action start 13:00:34: IsolateComponents.
MSI (s) (08:F4) [13:00:34:120]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (08:F4) [13:00:34:120]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
MSI (s) (08:F4) [13:00:34:120]: Note: 1: 2728 2: Patch
Action ended 13:00:34: IsolateComponents. Return value 1.
MSI (s) (08:F4) [13:00:34:120]: Doing action: CostFinalize
Action start 13:00:34: CostFinalize.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (08:F4) [13:00:34:120]: Note: 1: 2262 2: Condition 3: -2147287038
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding System64Folder property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding ProgramFiles64Folder property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding PrimaryVolumePath property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding ISMyCompanyDir property. Its value is 'C:\Program Files\My Company Name\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding ISMyProductDir property. Its value is 'C:\Program Files\My Company Name\My Product Name\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding GlobalAssemblyCache property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding ISCommonFilesFolder property. Its value is 'C:\Program Files\Common Files\InstallShield\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Adding CommonFiles64Folder property. Its value is 'C:\'.
MSI (s) (08:F4) [13:00:34:120]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\WINDOWS\Profiles\AllUsers'. Its new value: 'C:\WINDOWS\Profiles\AllUsers\'.
MSI (s) (08:F4) [13:00:34:120]: Target path resolution complete. Dumping Directory table...
MSI (s) (08:F4) [13:00:34:120]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: USERPROFILE , Object: C:\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: TemplateFolder , Object: C:\Documents and Settings\All Users\Templates\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: TempFolder , Object: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: SystemFolder , Object: C:\WINDOWS\system32\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: System64Folder , Object: C:\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: System16Folder , Object: C:\WINDOWS\system\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: StartupFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: StartMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\
MSI (s) (08:F4) [13:00:34:120]: Dir (target): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\SendTo\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: ProgramMenuFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: ProgramFiles64Folder , Object: C:\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: PrimaryVolumePath , Object: C:\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\My Documents\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\My Documents\My Pictures\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Local Settings\Application Data\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: ProgramFilesFolder , Object: C:\Program Files\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: ISMyCompanyDir , Object: C:\Program Files\My Company Name\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: ISMyProductDir , Object: C:\Program Files\My Company Name\My Product Name\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: INSTALLDIR , Object: C:\Program Files\My Company Name\My Product Name\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: GlobalAssemblyCache , Object: C:\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: FontsFolder , Object: C:\WINDOWS\Fonts\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Favorites\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: DesktopFolder , Object: C:\Documents and Settings\All Users\Desktop\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: WindowsFolder , Object: C:\WINDOWS\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: PCHEALTH , Object: C:\WINDOWS\pchealth\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: HELPCTR , Object: C:\WINDOWS\pchealth\helpctr\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: DATACOLL , Object: C:\WINDOWS\pchealth\helpctr\DataColl\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files\Common Files\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: ISCommonFilesFolder , Object: C:\Program Files\Common Files\InstallShield\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: CommonFiles64Folder , Object: C:\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: CommonAppDataFolder , Object: C:\Documents and Settings\All Users\Application Data\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: WindowsVolume , Object: C:\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: OMNIKEY , Object: C:\OMNIKEY\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Application Data\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: AdminToolsFolder , Object: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
MSI (s) (08:F4) [13:00:34:130]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\WINDOWS\Profiles\AllUsers\
Action ended 13:00:34: CostFinalize. Return value 1.
MSI (s) (08:F4) [13:00:34:130]: Doing action: SetARPINSTALLLOCATION
Action start 13:00:34: SetARPINSTALLLOCATION.
MSI (s) (08:F4) [13:00:34:130]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'C:\Program Files\My Company Name\My Product Name\'.
Action ended 13:00:34: SetARPINSTALLLOCATION. Return value 1.
MSI (s) (08:F4) [13:00:34:140]: Doing action: SetODBCFolders
Action start 13:00:34: SetODBCFolders.
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
Action ended 13:00:34: SetODBCFolders. Return value 1.
MSI (s) (08:F4) [13:00:34:140]: Doing action: MigrateFeatureStates
Action start 13:00:34: MigrateFeatureStates.
MSI (s) (08:F4) [13:00:34:140]: Skipping MigrateFeatureStates action: already done on client side
Action ended 13:00:34: MigrateFeatureStates. Return value 0.
MSI (s) (08:F4) [13:00:34:140]: Doing action: InstallValidate
Action start 13:00:34: InstallValidate.
MSI (s) (08:F4) [13:00:34:140]: Feature: TescoAdditions; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Feature: MyProductNewFeature; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Component: TescoAdditions_Component; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Component: chksvrn.dll; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Component: cmabout.dll; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Component: Folder___CARDMAN3X21_PCSC_DRIVER_V1.1.2.4; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Component: NewComponent1; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Component: cmdiag.ini; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Component: cxbu0wdm.sys; Installed: Absent; Request: Local; Action: Local
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: RemoveFile 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: TypeLib 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2262 2: ReserveCost 3: -2147287038
MSI (s) (08:F4) [13:00:34:140]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (08:F4) [13:00:34:150]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2262 2: BindImage 3: -2147287038
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2262 2: PublishComponent 3: -2147287038
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2262 2: SelfReg 3: -2147287038
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2262 2: Font 3: -2147287038
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2727 2:
MSI (s) (08:F4) [13:00:34:150]: Note: 1: 2727 2:
Action ended 13:00:34: InstallValidate. Return value 1.
MSI (s) (08:F4) [13:00:34:150]: Doing action: RemoveExistingProducts
Action start 13:00:34: RemoveExistingProducts.
MSI (s) (08:F4) [13:00:34:160]: Note: 1: 2262 2: Upgrade 3: -2147287038
Action ended 13:00:34: RemoveExistingProducts. Return value 1.
MSI (s) (08:F4) [13:00:34:160]: Doing action: InstallInitialize
Action start 13:00:34: InstallInitialize.
MSI (s) (08:F4) [13:00:34:160]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (08:F4) [13:00:34:160]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (08:F4) [13:00:34:160]: BeginTransaction: Locking Server
MSI (s) (08:F4) [13:00:34:160]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (08:F4) [13:00:34:160]: Note: 1: 1715 2: MyProduct
MSI (s) (08:F4) [13:00:34:170]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed MyProduct".
MSI (s) (08:F4) [13:00:38:034]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 9.
MSI (s) (08:F4) [13:00:38:034]: Server not locked: locking for product {6720D117-2F44-4265-97BB-76245E00C1E3}
Action ended 13:00:38: InstallInitialize. Return value 1.
MSI (s) (08:F4) [13:00:38:434]: Doing action: AllocateRegistrySpace
Action start 13:00:38: AllocateRegistrySpace.
Action ended 13:00:38: AllocateRegistrySpace. Return value 1.
MSI (s) (08:F4) [13:00:38:434]: Doing action: ProcessComponents
Action start 13:00:38: ProcessComponents.
MSI (s) (08:F4) [13:00:38:444]: Note: 1: 2205 2: 3: MsiPatchCertificate
MSI (s) (08:F4) [13:00:38:444]: LUA patching is disabled: missing MsiPatchCertificate table
MSI (s) (08:F4) [13:00:38:444]: Resolving source.
MSI (s) (08:F4) [13:00:38:444]: Resolving source to launched-from source.
MSI (s) (08:F4) [13:00:38:444]: Setting launched-from source as last-used.
MSI (s) (08:F4) [13:00:38:444]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (08:F4) [13:00:38:444]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\Administrator\Desktop\'.
MSI (s) (08:F4) [13:00:38:444]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{6720D117-2F44-4265-97BB-76245E00C1E3}'.
MSI (s) (08:F4) [13:00:38:444]: SOURCEDIR ==> C:\Documents and Settings\Administrator\Desktop\
MSI (s) (08:F4) [13:00:38:444]: SOURCEDIR product ==> {6720D117-2F44-4265-97BB-76245E00C1E3}
MSI (s) (08:F4) [13:00:38:444]: Determining source type
MSI (s) (08:F4) [13:00:38:444]: Source type from package 'MyProduct.msi': 0
MSI (s) (08:F4) [13:00:38:444]: Source path resolution complete. Dumping Directory table...
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: TARGETDIR , Object: C:\Documents and Settings\Administrator\Desktop\ , LongSubPath: , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: USERPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: TemplateFolder , Object: C:\Documents and Settings\Administrator\Desktop\ShellNew\ , LongSubPath: ShellNew\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: TempFolder , Object: C:\Documents and Settings\Administrator\Desktop\Temp\ , LongSubPath: Temp\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: SystemFolder , Object: C:\Documents and Settings\Administrator\Desktop\System32\ , LongSubPath: System32\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: System64Folder , Object: C:\Documents and Settings\Administrator\Desktop\System64\ , LongSubPath: System64\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: System16Folder , Object: C:\Documents and Settings\Administrator\Desktop\System\ , LongSubPath: System\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: StartupFolder , Object: C:\Documents and Settings\Administrator\Desktop\StartUp\ , LongSubPath: StartUp\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: StartMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Start Menu\ , LongSubPath: Start Menu\ , ShortSubPath: STARTM~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: SendToFolder , Object: C:\Documents and Settings\Administrator\Desktop\SendTo\ , LongSubPath: SendTo\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: ProgramMenuFolder , Object: C:\Documents and Settings\Administrator\Desktop\Programs\ , LongSubPath: Programs\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Program Files 64\ , LongSubPath: Program Files 64\ , ShortSubPath: Prog64~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: PrimaryVolumePath , Object: C:\Documents and Settings\Administrator\Desktop\PrimaryVolumePath\ , LongSubPath: PrimaryVolumePath\ , ShortSubPath: Primar~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: PersonalFolder , Object: C:\Documents and Settings\Administrator\Desktop\Personal\ , LongSubPath: Personal\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: MyPicturesFolder , Object: C:\Documents and Settings\Administrator\Desktop\MyPictures\ , LongSubPath: MyPictures\ , ShortSubPath: MyPict~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: LocalAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\LocalAppData\ , LongSubPath: LocalAppData\ , ShortSubPath: LocalA~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: ProgramFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\program files\ , LongSubPath: program files\ , ShortSubPath: PROGRA~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: ISMyCompanyDir , Object: C:\Documents and Settings\Administrator\Desktop\program files\My Company Name\ , LongSubPath: program files\My Company Name\ , ShortSubPath: PROGRA~1\MYCOMP~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: ISMyProductDir , Object: C:\Documents and Settings\Administrator\Desktop\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) (08:F4) [13:00:38:444]: Dir (source): Key: INSTALLDIR , Object: C:\Documents and Settings\Administrator\Desktop\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) (08:F4) [13:00:38:444]: Dir (source): Key: GlobalAssemblyCache , Object: C:\Documents and Settings\Administrator\Desktop\GlobalAssemblyCache\ , LongSubPath: GlobalAssemblyCache\ , ShortSubPath: Global~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: FontsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Fonts\ , LongSubPath: Fonts\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: FavoritesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Favorites\ , LongSubPath: Favorites\ , ShortSubPath: FAVORI~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: DesktopFolder , Object: C:\Documents and Settings\Administrator\Desktop\Desktop\ , LongSubPath: Desktop\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: WindowsFolder , Object: C:\Documents and Settings\Administrator\Desktop\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: PCHEALTH , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\ , LongSubPath: Windows\pchealth\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: HELPCTR , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\helpctr\ , LongSubPath: Windows\pchealth\helpctr\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: DATACOLL , Object: C:\Documents and Settings\Administrator\Desktop\Windows\pchealth\helpctr\DataColl\ , LongSubPath: Windows\pchealth\helpctr\DataColl\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: CommonFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Common\ , LongSubPath: Common\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: ISCommonFilesFolder , Object: C:\Documents and Settings\Administrator\Desktop\Common\InstallShield\ , LongSubPath: Common\InstallShield\ , ShortSubPath: Common\Instal~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: CommonFiles64Folder , Object: C:\Documents and Settings\Administrator\Desktop\Common64\ , LongSubPath: Common64\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: CommonAppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\CommonAppData\ , LongSubPath: CommonAppData\ , ShortSubPath: Common~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: WindowsVolume , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\ , LongSubPath: WinRoot\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: OMNIKEY , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\ , LongSubPath: WinRoot\OMNIKEY\ , ShortSubPath:
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 , Object: C:\Documents and Settings\Administrator\Desktop\WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , LongSubPath: WinRoot\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\ , ShortSubPath: WinRoot\OMNIKEY\CARDMA~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: AppDataFolder , Object: C:\Documents and Settings\Administrator\Desktop\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: AdminToolsFolder , Object: C:\Documents and Settings\Administrator\Desktop\AdminTools\ , LongSubPath: AdminTools\ , ShortSubPath: Admint~1\
MSI (s) (08:F4) [13:00:38:444]: Dir (source): Key: ALLUSERSPROFILE , Object: C:\Documents and Settings\Administrator\Desktop\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
Action 13:00:38: GenerateScript. Generating script operations for action:
GenerateScript: Updating component registration
Action ended 13:00:38: ProcessComponents. Return value 1.
MSI (s) (08:F4) [13:00:38:474]: Doing action: UnpublishComponents
Action start 13:00:38: UnpublishComponents.
MSI (s) (08:F4) [13:00:38:474]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action ended 13:00:38: UnpublishComponents. Return value 1.
MSI (s) (08:F4) [13:00:38:474]: Doing action: MsiUnpublishAssemblies
Action start 13:00:38: MsiUnpublishAssemblies.
Action ended 13:00:38: MsiUnpublishAssemblies. Return value 1.
MSI (s) (08:F4) [13:00:38:474]: Doing action: UnpublishFeatures
Action start 13:00:38: UnpublishFeatures.
Action ended 13:00:38: UnpublishFeatures. Return value 1.
MSI (s) (08:F4) [13:00:38:485]: Doing action: StopServices
Action start 13:00:38: StopServices.
MSI (s) (08:F4) [13:00:38:485]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 13:00:38: StopServices. Return value 1.
MSI (s) (08:F4) [13:00:38:485]: Doing action: DeleteServices
Action start 13:00:38: DeleteServices.
MSI (s) (08:F4) [13:00:38:485]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 13:00:38: DeleteServices. Return value 1.
MSI (s) (08:F4) [13:00:38:485]: Doing action: UnregisterComPlus
Action start 13:00:38: UnregisterComPlus.
MSI (s) (08:F4) [13:00:38:485]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 13:00:38: UnregisterComPlus. Return value 1.
MSI (s) (08:F4) [13:00:38:495]: Doing action: SelfUnregModules
Action start 13:00:38: SelfUnregModules.
MSI (s) (08:F4) [13:00:38:495]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 13:00:38: SelfUnregModules. Return value 1.
MSI (s) (08:F4) [13:00:38:495]: Doing action: UnregisterTypeLibraries
Action start 13:00:38: UnregisterTypeLibraries.
Action ended 13:00:38: UnregisterTypeLibraries. Return value 1.
MSI (s) (08:F4) [13:00:38:495]: Doing action: RemoveODBC
Action start 13:00:38: RemoveODBC.
MSI (s) (08:F4) [13:00:38:495]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (08:F4) [13:00:38:495]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (08:F4) [13:00:38:495]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (08:F4) [13:00:38:495]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (08:F4) [13:00:38:505]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (08:F4) [13:00:38:505]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (08:F4) [13:00:38:505]: Note: 1: 2711 2: ODBCDriverManager
GenerateScript: Removing ODBC components
MSI (s) (08:F4) [13:00:38:505]: Note: 1: 2711 2: ODBCDriverManager64
Action ended 13:00:38: RemoveODBC. Return value 1.
MSI (s) (08:F4) [13:00:38:515]: Doing action: UnregisterFonts
Action start 13:00:38: UnregisterFonts.
MSI (s) (08:F4) [13:00:38:515]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 13:00:38: UnregisterFonts. Return value 1.
MSI (s) (08:F4) [13:00:38:515]: Doing action: RemoveRegistryValues
Action start 13:00:38: RemoveRegistryValues.
MSI (s) (08:F4) [13:00:38:515]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
Action ended 13:00:38: RemoveRegistryValues. Return value 1.
MSI (s) (08:F4) [13:00:38:515]: Doing action: UnregisterClassInfo
Action start 13:00:38: UnregisterClassInfo.
MSI (s) (08:F4) [13:00:38:525]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 13:00:38: UnregisterClassInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:525]: Doing action: UnregisterExtensionInfo
Action start 13:00:38: UnregisterExtensionInfo.
MSI (s) (08:F4) [13:00:38:525]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:00:38: UnregisterExtensionInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:525]: Doing action: UnregisterProgIdInfo
Action start 13:00:38: UnregisterProgIdInfo.
MSI (s) (08:F4) [13:00:38:525]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (08:F4) [13:00:38:525]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (08:F4) [13:00:38:525]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (08:F4) [13:00:38:525]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:00:38: UnregisterProgIdInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:535]: Doing action: UnregisterMIMEInfo
Action start 13:00:38: UnregisterMIMEInfo.
MSI (s) (08:F4) [13:00:38:535]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (08:F4) [13:00:38:535]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:00:38: UnregisterMIMEInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:535]: Doing action: RemoveIniValues
Action start 13:00:38: RemoveIniValues.
MSI (s) (08:F4) [13:00:38:535]: Note: 1: 2262 2: RemoveIniFile 3: -2147287038
Action ended 13:00:38: RemoveIniValues. Return value 1.
MSI (s) (08:F4) [13:00:38:535]: Doing action: RemoveShortcuts
Action start 13:00:38: RemoveShortcuts.
Action ended 13:00:38: RemoveShortcuts. Return value 1.
MSI (s) (08:F4) [13:00:38:545]: Doing action: RemoveEnvironmentStrings
Action start 13:00:38: RemoveEnvironmentStrings.
MSI (s) (08:F4) [13:00:38:545]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 13:00:38: RemoveEnvironmentStrings. Return value 1.
MSI (s) (08:F4) [13:00:38:545]: Doing action: RemoveDuplicateFiles
Action start 13:00:38: RemoveDuplicateFiles.
Action ended 13:00:38: RemoveDuplicateFiles. Return value 1.
MSI (s) (08:F4) [13:00:38:555]: Doing action: RemoveFiles
Action start 13:00:38: RemoveFiles.
Action ended 13:00:38: RemoveFiles. Return value 1.
MSI (s) (08:F4) [13:00:38:555]: Doing action: RemoveFolders
Action start 13:00:38: RemoveFolders.
MSI (s) (08:F4) [13:00:38:555]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 13:00:38: RemoveFolders. Return value 1.
MSI (s) (08:F4) [13:00:38:555]: Doing action: CreateFolders
Action start 13:00:38: CreateFolders.
MSI (s) (08:F4) [13:00:38:555]: Note: 1: 2262 2: LockPermissions 3: -2147287038
GenerateScript: Creating folders
Action ended 13:00:38: CreateFolders. Return value 1.
MSI (s) (08:F4) [13:00:38:565]: Doing action: MoveFiles
Action start 13:00:38: MoveFiles.
Action ended 13:00:38: MoveFiles. Return value 1.
MSI (s) (08:F4) [13:00:38:565]: Doing action: InstallFiles
Action start 13:00:38: InstallFiles.
GenerateScript: Copying new files
MSI (s) (08:F4) [13:00:38:575]: Note: 1: 2262 2: LockPermissions 3: -2147287038
MSI (s) (08:F4) [13:00:38:575]: 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) (08:F4) [13:00:38:575]: Note: 1: 2205 2: 3: MsiPatchOldAssemblyFile
MSI (s) (08:F4) [13:00:38:575]: Note: 1: 2228 2: 3: MsiPatchOldAssemblyFile 4: SELECT `MsiPatchOldAssemblyFile`.`Assembly_` FROM `MsiPatchOldAssemblyFile` WHERE `MsiPatchOldAssemblyFile`.`File_` = ?
MSI (s) (08:F4) [13:00:38:575]: Note: 1: 2205 2: 3: MsiSFCBypass
MSI (s) (08:F4) [13:00:38:575]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
MSI (s) (08:F4) [13:00:38:575]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (08:F4) [13:00:38:575]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
MSI (s) (08:F4) [13:00:38:575]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
Action ended 13:00:38: InstallFiles. Return value 1.
MSI (s) (08:F4) [13:00:38:585]: Doing action: PatchFiles
Action start 13:00:38: PatchFiles.
Action ended 13:00:38: PatchFiles. Return value 1.
MSI (s) (08:F4) [13:00:38:605]: Doing action: DuplicateFiles
Action start 13:00:38: DuplicateFiles.
Action ended 13:00:38: DuplicateFiles. Return value 1.
MSI (s) (08:F4) [13:00:38:605]: Doing action: BindImage
Action start 13:00:38: BindImage.
MSI (s) (08:F4) [13:00:38:605]: Note: 1: 2262 2: BindImage 3: -2147287038
Action ended 13:00:38: BindImage. Return value 1.
MSI (s) (08:F4) [13:00:38:615]: Doing action: CreateShortcuts
Action start 13:00:38: CreateShortcuts.
Action ended 13:00:38: CreateShortcuts. Return value 1.
MSI (s) (08:F4) [13:00:38:615]: Doing action: RegisterClassInfo
Action start 13:00:38: RegisterClassInfo.
MSI (s) (08:F4) [13:00:38:615]: Note: 1: 2262 2: Class 3: -2147287038
Action ended 13:00:38: RegisterClassInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:625]: Doing action: RegisterExtensionInfo
Action start 13:00:38: RegisterExtensionInfo.
MSI (s) (08:F4) [13:00:38:625]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:00:38: RegisterExtensionInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:625]: Doing action: RegisterProgIdInfo
Action start 13:00:38: RegisterProgIdInfo.
MSI (s) (08:F4) [13:00:38:625]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (08:F4) [13:00:38:625]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (08:F4) [13:00:38:625]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (08:F4) [13:00:38:625]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:00:38: RegisterProgIdInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:635]: Doing action: RegisterMIMEInfo
Action start 13:00:38: RegisterMIMEInfo.
MSI (s) (08:F4) [13:00:38:635]: Note: 1: 2262 2: MIME 3: -2147287038
MSI (s) (08:F4) [13:00:38:635]: Note: 1: 2262 2: Extension 3: -2147287038
Action ended 13:00:38: RegisterMIMEInfo. Return value 1.
MSI (s) (08:F4) [13:00:38:635]: Doing action: WriteRegistryValues
Action start 13:00:38: WriteRegistryValues.
GenerateScript: Writing system registry values
MSI (s) (08:F4) [13:00:38:645]: Note: 1: 2262 2: LockPermissions 3: -2147287038
Action ended 13:00:38: WriteRegistryValues. Return value 1.
MSI (s) (08:F4) [13:00:38:645]: Doing action: WriteIniValues
Action start 13:00:38: WriteIniValues.
GenerateScript: Writing INI file values
Action ended 13:00:38: WriteIniValues. Return value 1.
MSI (s) (08:F4) [13:00:38:655]: Doing action: WriteEnvironmentStrings
Action start 13:00:38: WriteEnvironmentStrings.
MSI (s) (08:F4) [13:00:38:655]: Note: 1: 2262 2: Environment 3: -2147287038
Action ended 13:00:38: WriteEnvironmentStrings. Return value 1.
MSI (s) (08:F4) [13:00:38:665]: Doing action: RegisterFonts
Action start 13:00:38: RegisterFonts.
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: Font 3: -2147287038
Action ended 13:00:38: RegisterFonts. Return value 1.
MSI (s) (08:F4) [13:00:38:665]: Doing action: InstallODBC
Action start 13:00:38: InstallODBC.
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2711 2: ODBCDriverManager
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCDriver 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCAttribute 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCTranslator 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCDataSource 3: -2147287038
MSI (s) (08:F4) [13:00:38:665]: Note: 1: 2262 2: ODBCSourceAttribute 3: -2147287038
Action ended 13:00:38: InstallODBC. Return value 0.
MSI (s) (08:F4) [13:00:38:675]: Doing action: RegisterTypeLibraries
Action start 13:00:38: RegisterTypeLibraries.
Action ended 13:00:38: RegisterTypeLibraries. Return value 1.
MSI (s) (08:F4) [13:00:38:675]: Doing action: SelfRegModules
Action start 13:00:38: SelfRegModules.
MSI (s) (08:F4) [13:00:38:675]: Note: 1: 2262 2: SelfReg 3: -2147287038
Action ended 13:00:38: SelfRegModules. Return value 1.
MSI (s) (08:F4) [13:00:38:675]: Doing action: RegisterComPlus
Action start 13:00:38: RegisterComPlus.
MSI (s) (08:F4) [13:00:38:675]: Note: 1: 2262 2: Complus 3: -2147287038
Action ended 13:00:38: RegisterComPlus. Return value 1.
MSI (s) (08:F4) [13:00:38:685]: Doing action: InstallServices
Action start 13:00:38: InstallServices.
MSI (s) (08:F4) [13:00:38:685]: Note: 1: 2262 2: ServiceInstall 3: -2147287038
Action ended 13:00:38: InstallServices. Return value 1.
MSI (s) (08:F4) [13:00:38:685]: Doing action: StartServices
Action start 13:00:38: StartServices.
MSI (s) (08:F4) [13:00:38:685]: Note: 1: 2262 2: ServiceControl 3: -2147287038
Action ended 13:00:38: StartServices. Return value 1.
MSI (s) (08:F4) [13:00:38:685]: Doing action: RegisterUser
Action start 13:00:38: RegisterUser.
GenerateScript: Registering user
Action ended 13:00:38: RegisterUser. Return value 1.
MSI (s) (08:F4) [13:00:38:695]: Doing action: RegisterProduct
Action start 13:00:38: RegisterProduct.
MSI (s) (08:F4) [13:00:38:695]: Note: 1: 2262 2: MsiDigitalSignature 3: -2147287038
GenerateScript: Registering product
MSI (s) (08:F4) [13:00:38:705]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
Action ended 13:00:38: RegisterProduct. Return value 1.
MSI (s) (08:F4) [13:00:38:705]: Doing action: PublishComponents
Action start 13:00:38: PublishComponents.
MSI (s) (08:F4) [13:00:38:705]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action ended 13:00:38: PublishComponents. Return value 1.
MSI (s) (08:F4) [13:00:38:705]: Doing action: MsiProcessDrivers
Action start 13:00:38: MsiProcessDrivers.
MSI (s) (08:14) [13:00:38:785]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI4.tmp, Entrypoint: ProcessDriverPackages
Action ended 13:00:39: MsiProcessDrivers. Return value 3.
MSI (s) (08:F4) [13:00:39:356]: Machine policy value 'DisableRollback' is 0
MSI (s) (08:F4) [13:00:39:356]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (08:F4) [13:00:39:356]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (08:F4) [13:00:39:356]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 9, szDescription: "".
MSI (s) (08:F4) [13:00:39:776]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
MSI (s) (08:F4) [13:00:39:776]: Unlocking Server
Action ended 13:00:39: INSTALL. Return value 3.
Property(S): RecentFolder = C:\Documents and Settings\Administrator\Recent\
Property(S): DiskPrompt = [1]
Property(S): UpgradeCode = {78E51C95-48B4-482E-9DF6-3E508AE29F9D}
Property(S): VersionNT = 501
Property(S): TARGETDIR = C:\
Property(S): ALLUSERSPROFILE = C:\WINDOWS\Profiles\AllUsers\
Property(S): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(S): AppDataFolder = C:\Documents and Settings\Administrator\Application Data\
Property(S): OMNIKEY = C:\OMNIKEY\
Property(S): CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 = C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\
Property(S): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(S): CommonFiles64Folder = C:\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): HELPCTR = C:\WINDOWS\pchealth\helpctr\
Property(S): DATACOLL = C:\WINDOWS\pchealth\helpctr\DataColl\
Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(S): FavoritesFolder = C:\Documents and Settings\Administrator\Favorites\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GlobalAssemblyCache = C:\
Property(S): PCHEALTH = C:\WINDOWS\pchealth\
Property(S): ISMyProductDir = C:\Program Files\My Company Name\My Product Name\
Property(S): INSTALLDIR = C:\Program Files\My Company Name\My Product Name\
Property(S): ISCommonFilesFolder = C:\Program Files\Common Files\InstallShield\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): ISMyCompanyDir = C:\Program Files\My Company Name\
Property(S): LocalAppDataFolder = C:\Documents and Settings\Administrator\Local Settings\Application Data\
Property(S): MyPicturesFolder = C:\Documents and Settings\Administrator\My Documents\My Pictures\
Property(S): WindowsVolume = C:\
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): PersonalFolder = C:\Documents and Settings\Administrator\My Documents\
Property(S): PrimaryVolumePath = C:\
Property(S): ProgramFiles64Folder = C:\
Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(S): SendToFolder = C:\Documents and Settings\Administrator\SendTo\
Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): System64Folder = C:\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): SourceDir = C:\Documents and Settings\Administrator\Desktop\
Property(S): TempFolder = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(S): USERPROFILE = C:\
Property(S): PrintHoodFolder = C:\Documents and Settings\Administrator\PrintHood\
Property(S): NetHoodFolder = C:\Documents and Settings\Administrator\NetHood\
Property(S): RemoteAdminTS = 1
Property(S): MsiNTProductType = 1
Property(S): ServicePackLevelMinor = 0
Property(S): ServicePackLevel = 2
Property(S): WindowsBuild = 2600
Property(S): VersionMsi = 3.00
Property(S): ADDLOCAL = TescoAdditions,MyProductNewFeature
Property(S): TESCOVALIDKEY = Approved
Property(S): ISCHECKFORPRODUCTUPDATES = 1
Property(S): ApplicationUsers = AllUsers
Property(S): AgreeToLicense = Yes
Property(S): _IsMaintenance = Change
Property(S): SetupType = Typical
Property(S): _IsSetupTypeMin = Typical
Property(S): Display_IsBitmapDlg = 1
Property(S): ARPPRODUCTICON = ARPPRODUCTICON.exe
Property(S): DefaultUIFont = Tahoma8
Property(S): DialogCaption = InstallShield for Windows Installer
Property(S): DisplayNameCustom = Custom
Property(S): DisplayNameMinimal = Minimal
Property(S): DisplayNameTypical = Typical
Property(S): DWUSINTERVAL = 30
Property(S): ErrorDialog = SetupError
Property(S): InstallChoice = AR
Property(S): INSTALLLEVEL = 100
Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine. If available, please run ISScript.msi, or contact your support personnel for further assistance.
Property(S): ISSCRIPT_VERSION_OLD = The InstallScript engine on this machine is older than the version required to run this setup. If available, please install the latest version of ISScript.msi, or contact your support personnel for further assistance.
Property(S): ISVROOT_PORT_NO = 0
Property(S): ARPURLINFOABOUT = http://www.mycompany.com
Property(S): Manufacturer = MyCompany
Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(S): ProductCode = {6720D117-2F44-4265-97BB-76245E00C1E3}
Property(S): ProductID = none
Property(S): ProductLanguage = 1033
Property(S): ProductName = MyProduct
Property(S): ProductVersion = 0.00
Property(S): ProgressType0 = install
Property(S): ProgressType1 = Installing
Property(S): ProgressType2 = installed
Property(S): ProgressType3 = installs
Property(S): RebootYesNo = Yes
Property(S): ReinstallModeText = omus
Property(S): ALLUSERS = 1
Property(S): REBOOT = R
Property(S): INSTALLATIONCOUNT = 1
Property(S): STATE = Installed
Property(S): DWUSLINK = CEFB878FC91B97289EAC87EFB95C978F8ECCF08FFEEBB07FCE9B80B8BE0CA77FF98C409F8EAC
Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
Property(S): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
Property(S): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
Property(S): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
Property(S): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
Property(S): IS_SQLSERVER_AUTHENTICATION = 0
Property(S): IS_SQLSERVER_USERNAME = sa
Property(S): ARPHELPLINK = http://support.mycompany.com
Property(S): RepackagingMode = Snapshot
Property(S): ARPINSTALLLOCATION = C:\Program Files\My Company Name\My Product Name\
Property(S): SECONDSEQUENCE = 1
Property(S): ROOTDRIVE = C:\
Property(S): Privileged = 1
Property(S): EXECUTEACTION = INSTALL
Property(S): ACTION = INSTALL
Property(S): VersionDatabase = 200
Property(S): CURRENTDIRECTORY = C:\Documents and Settings\Administrator
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 1724
Property(S): COMPANYNAME = Tesco Stores Limited
Property(S): USERNAME = Authorised User
Property(S): PackagecodeChanging = 1
Property(S): ProductState = -1
Property(S): PackageCode = {D76A853B-7DC3-4FBF-9684-978B8D7F4AB2}
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 15
Property(S): PhysicalMemory = 456
Property(S): VirtualMemory = 982
Property(S): AdminUser = 1
Property(S): LogonUser = tescoadmin
Property(S): UserSID = S-1-5-21-2152010760-271056960-2550669836-500
Property(S): UserLanguageID = 2057
Property(S): ComputerName = APPSTESTCTE
Property(S): SystemLanguageID = 2057
Property(S): ScreenX = 800
Property(S): ScreenY = 600
Property(S): CaptionHeight = 26
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): MsiNetAssemblySupport = 1.1.4322.2032
Property(S): MsiWin32AssemblySupport = 5.1.2600.2180
Property(S): RedirectedDllSupport = 2
Property(S): Time = 13:00:39
Property(S): Date = 27/02/2009
Property(S): DATABASE = C:\WINDOWS\Installer\74579.msi
Property(S): OriginalDatabase = C:\Documents and Settings\Administrator\Desktop\MyProduct.msi
Property(S): UILevel = 5
Property(S): Preselected = 1
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): SOURCEDIR = C:\Documents and Settings\Administrator\Desktop\
Property(S): SourcedirProduct = {6720D117-2F44-4265-97BB-76245E00C1E3}
Property(S): ProductToBeRegistered = 1
MSI (s) (08:F4) [13:00:39:957]: MainEngineThread is returning 1603
MSI (s) (08:F8) [13:00:39:967]: Destroying RemoteAPI object.
MSI (s) (08:FC) [13:00:39:967]: Custom Action Manager thread ending.
MSI (c) (BC:74) [13:00:39:967]: Back from server. Return value: 1603
MSI (c) (BC:74) [13:00:39:967]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (BC:74) [13:00:39:967]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 13:00:39: ExecuteAction. Return value 3.
MSI (c) (BC:74) [13:00:39:967]: Doing action: SetupCompleteError
Action start 13:00:39: SetupCompleteError.
Action 13:00:39: SetupCompleteError. Dialog created
Action ended 13:38:28: SetupCompleteError. Return value 2.
Action ended 13:38:28: INSTALL. Return value 3.
Property(C): DiskPrompt = [1]
Property(C): UpgradeCode = {78E51C95-48B4-482E-9DF6-3E508AE29F9D}
Property(C): VersionNT = 501
Property(C): TARGETDIR = C:\
Property(C): ALLUSERSPROFILE = C:\WINDOWS\Profiles\AllUsers\
Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\
Property(C): AppDataFolder = C:\Documents and Settings\Administrator\Application Data\
Property(C): OMNIKEY = C:\OMNIKEY\
Property(C): CARDMAN3X21_PCSC_DRIVER_V1.1.2.4 = C:\OMNIKEY\CARDMAN3X21 PCSC DRIVER V1.1.2.4\
Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\
Property(C): CommonFiles64Folder = C:\
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): HELPCTR = C:\WINDOWS\pchealth\helpctr\
Property(C): DATACOLL = C:\WINDOWS\pchealth\helpctr\DataColl\
Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
Property(C): FavoritesFolder = C:\Documents and Settings\Administrator\Favorites\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GlobalAssemblyCache = C:\
Property(C): PCHEALTH = C:\WINDOWS\pchealth\
Property(C): ISMyProductDir = C:\Program Files\My Company Name\My Product Name\
Property(C): INSTALLDIR = C:\Program Files\My Company Name\My Product Name\
Property(C): ISCommonFilesFolder = C:\Program Files\Common Files\InstallShield\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): ISMyCompanyDir = C:\Program Files\My Company Name\
Property(C): LocalAppDataFolder = C:\Documents and Settings\Administrator\Local Settings\Application Data\
Property(C): MyPicturesFolder = C:\Documents and Settings\Administrator\My Documents\My Pictures\
Property(C): WindowsVolume = C:\
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): PersonalFolder = C:\Documents and Settings\Administrator\My Documents\
Property(C): PrimaryVolumePath = C:\
Property(C): ProgramFiles64Folder = C:\
Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
Property(C): SendToFolder = C:\Documents and Settings\Administrator\SendTo\
Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
Property(C): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
Property(C): System16Folder = C:\WINDOWS\system\
Property(C): System64Folder = C:\
Property(C): SystemFolder = C:\WINDOWS\system32\
Property(C): SourceDir = C:\Documents and Settings\Administrator\Desktop\
Property(C): TempFolder = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
Property(C): TemplateFolder = C:\Documents and Settings\All Users\Templates\
Property(C): USERPROFILE = C:\
Property(C): RecentFolder = C:\Documents and Settings\Administrator\Recent\
Property(C): PrintHoodFolder = C:\Documents and Settings\Administrator\PrintHood\
Property(C): NetHoodFolder = C:\Documents and Settings\Administrator\NetHood\
Property(C): RemoteAdminTS = 1
Property(C): TESCOVALIDKEY = Approved
Property(C): ISCHECKFORPRODUCTUPDATES = 1
Property(C): ApplicationUsers = AllUsers
Property(C): AgreeToLicense = Yes
Property(C): _IsMaintenance = Change
Property(C): SetupType = Typical
Property(C): _IsSetupTypeMin = Typical
Property(C): Display_IsBitmapDlg = 1
Property(C): ARPPRODUCTICON = ARPPRODUCTICON.exe
Property(C): DefaultUIFont = Tahoma8
Property(C): DialogCaption = InstallShield for Windows Installer
Property(C): DisplayNameCustom = Custom
Property(C): DisplayNameMinimal = Minimal
Property(C): DisplayNameTypical = Typical
Property(C): DWUSINTERVAL = 30
Property(C): ErrorDialog = SetupError
Property(C): InstallChoice = AR
Property(C): INSTALLLEVEL = 100
Property(C): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine. If available, please run ISScript.msi, or contact your support personnel for further assistance.
Property(C): ISSCRIPT_VERSION_OLD = The InstallScript engine on this machine is older than the version required to run this setup. If available, please install the latest version of ISScript.msi, or contact your support personnel for further assistance.
Property(C): ISVROOT_PORT_NO = 0
Property(C): ARPURLINFOABOUT = http://www.mycompany.com
Property(C): Manufacturer = MyCompany
Property(C): PIDTemplate = 12345<###-%%%%%%%>@@@@@
Property(C): ProductCode = {6720D117-2F44-4265-97BB-76245E00C1E3}
Property(C): ProductID = none
Property(C): ProductLanguage = 1033
Property(C): ProductName = MyProduct
Property(C): ProductVersion = 0.00
Property(C): ProgressType0 = install
Property(C): ProgressType1 = Installing
Property(C): ProgressType2 = installed
Property(C): ProgressType3 = installs
Property(C): RebootYesNo = Yes
Property(C): ReinstallModeText = omus
Property(C): ALLUSERS = 1
Property(C): REBOOT = R
Property(C): INSTALLATIONCOUNT = 1
Property(C): STATE = Installed
Property(C): DWUSLINK = CEFB878FC91B97289EAC87EFB95C978F8ECCF08FFEEBB07FCE9B80B8BE0CA77FF98C409F8EAC
Property(C): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
Property(C): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
Property(C): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
Property(C): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
Property(C): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
Property(C): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
Property(C): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
Property(C): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
Property(C): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
Property(C): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
Property(C): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
Property(C): IS_SQLSERVER_AUTHENTICATION = 0
Property(C): IS_SQLSERVER_USERNAME = sa
Property(C): ARPHELPLINK = http://support.mycompany.com
Property(C): RepackagingMode = Snapshot
Property(C): Privileged = 1
Property(C): MsiNTProductType = 1
Property(C): ServicePackLevelMinor = 0
Property(C): ServicePackLevel = 2
Property(C): WindowsBuild = 2600
Property(C): VersionMsi = 3.00
Property(C): VersionDatabase = 200
Property(C): COMPANYNAME = Tesco Stores Limited
Property(C): USERNAME = Authorised User
Property(C): CLIENTPROCESSID = 1724
Property(C): CLIENTUILEVEL = 0
Property(C): CURRENTDIRECTORY = C:\Documents and Settings\Administrator
Property(C): PackagecodeChanging = 1
Property(C): ProductState = -1
Property(C): PackageCode = {D76A853B-7DC3-4FBF-9684-978B8D7F4AB2}
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 15
Property(C): PhysicalMemory = 456
Property(C): VirtualMemory = 984
Property(C): AdminUser = 1
Property(C): LogonUser = tescoadmin
Property(C): UserSID = S-1-5-21-2152010760-271056960-2550669836-500
Property(C): UserLanguageID = 2057
Property(C): ComputerName = APPSTESTCTE
Property(C): SystemLanguageID = 2057
Property(C): ScreenX = 800
Property(C): ScreenY = 600
Property(C): CaptionHeight = 26
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): MsiNetAssemblySupport = 1.1.4322.2032
Property(C): MsiWin32AssemblySupport = 5.1.2600.2180
Property(C): RedirectedDllSupport = 2
Property(C): Time = 13:38:28
Property(C): Date = 27/02/2009
Property(C): DATABASE = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\81db6.msi
Property(C): OriginalDatabase = C:\Documents and Settings\Administrator\Desktop\MyProduct.msi
Property(C): SOURCEDIR = C:\Documents and Settings\Administrator\Desktop\
Property(C): VersionHandler = 3.00
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = C:\
Property(C): CostingComplete = 1
Property(C): SourcedirProduct = {6720D117-2F44-4265-97BB-76245E00C1E3}
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
=== Logging stopped: 27/02/2009 13:38:28 ===
MSI (c) (BC:74) [13:38:28:396]: Note: 1: 1708
MSI (c) (BC:74) [13:38:28:396]: Product: MyProduct -- Installation operation failed.
MSI (c) (BC:74) [13:38:28:406]: Grabbed execution mutex.
MSI (c) (BC:74) [13:38:28:406]: Cleaning up uninstalled install packages, if any exist
MSI (c) (BC:74) [13:38:28:416]: MainEngineThread is returning 1603
=== Verbose logging stopped: 27/02/2009 13:38:28 ===


Wondering if there is any other ways of installing drivers?

Suma
Posted by: Inabus 15 years ago
Second Degree Green Belt
0
Have you installed the driver via add remove hardware? If not do it to ensure that the driver files work, use JUST the driver files on a clean machine outside of any setup.exe or msi.

P
Posted by: anonymous_9363 15 years ago
Red Belt
0
Log file looks likeSuma, as before, there is almost never a need to post an entire log. All anyone will normally need is the dozen or so lines above and below the line containing the text 'Return value 3.'. In any event, posting the log this time is pointless since the same CA is failing.

Spot on for using the CODE tags, though.

Now, I'm trying to work out how, if you have indeed followed all the steps the good Captain detailed, why it is that there isn't a single entry in the log prefixed 'DIFXAPP'. I already mentioned that, having never experienced any issues in its use, I don't know the whole flow of this module but I assume that those entries occur when that CA (i.e., MsiProcessDrivers) runs. If this were me, I'd be running the install with a process/file/registry monitor. My feeling is that the DLL function is trying to access something and failing.
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
. ORIGINAL: Inabus

Have you installed the driver via add remove hardware? If not do it to ensure that the driver files work, use JUST the driver files on a clean machine outside of any setup.exe or msi.

P


I don't have hardware so wizard fails to run :-(
Posted by: AngelD 15 years ago
Red Belt
0
Check the %windir%\setupapi.log as it will state why it failed.
Please read through the thread I referred to in my first reply in this thread.
Posted by: captain_planet 15 years ago
Black Belt
0
there isn't a single entry in the log prefixed 'DIFXAPP'

I agree. I wondered that too. Suma - check you're using the merge module correctly, and that it is the latest version (2.1??). I would have thought a log file should contain entries similar to this one I did a while ago.....


DIFXAPP: InstallDriverPackages
DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.01.
DIFXAPP: 'CustomActionData' property 'UI Level' is 5.
DIFXAPP: 'CustomActionData' property 'componentId' is {64D7A41D-B892-42FE-A8C2-D67ED31BCFBB}.
DIFXAPP: 'CustomActionData' property 'componentPath' is C:\Program Files\Deskey\Deskey_DK3Dongle_22\.
DIFXAPP: 'CustomActionData' property 'flags' is 0x7.
DIFXAPP: 'CustomActionData' property 'installState' is 2.
DIFXAPP: 'CustomActionData' property 'ProductName' is Deskey DK3 Dongle Drivers 2.2.
DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Deskey.
DIFXAPP: INFO: ENTER: DriverPackageInstallW
DIFXAPP: INFO: dk3pnp.inf: checking signature with catalog 'C:\Program Files\Deskey\Deskey_DK3Dongle_22\dk3pnp32.cat' ...
DIFXAPP: INFO: Driver package 'dk3pnp.inf' is WHQL signed.
DIFXAPP: INFO: Copied 'dk3pnp.inf' to driver store...
DIFXAPP: INFO: Copied 'dk3pnp32.cat' to driver store...
DIFXAPP: INFO: Commiting queue...
DIFXAPP: INFO: Copied file: 'C:\Program Files\Deskey\Deskey_DK3Dongle_22\dk3usb.sys' -> 'C:\WINDOWS\system32\DRVSTORE\dk3pnp_F5A9BBDD87486D9B63532F172D35AB4B51A0307A\dk3usb.sys'.
DIFXAPP: INFO: Copied file: 'C:\Program Files\Deskey\Deskey_DK3Dongle_22\dkpccard.sys' -> 'C:\WINDOWS\system32\DRVSTORE\dk3pnp_F5A9BBDD87486D9B63532F172D35AB4B51A0307A\dkpccard.sys'.
DIFXAPP: INFO: Installing INF file "C:\WINDOWS\system32\DRVSTORE\dk3pnp_F5A9BBDD87486D9B63532F172D35AB4B51A0307A\dk3pnp.inf" of Type 6.
DIFXAPP: SUCCESS:Installation completed with code 0xE000020B.
DIFXAPP: INFO: RETURN: DriverPackageInstallW (0xE000020B)
DIFXAPP: The device(s) for which the driver is being installed has not been plugged into the computer.
DIFXAPP: INFO: ENTER: DriverPackageGetPathW
DIFXAPP: SUCCESS:Found driver store entry.
DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x7A)
DIFXAPP: INFO: ENTER: DriverPackageGetPathW
DIFXAPP: SUCCESS:Found driver store entry.
DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x0)
DIFXAPP: A reboot is not needed to install the component '{64D7A41D-B892-42FE-A8C2-D67ED31BCFBB}'.


As my old friend Spartacus pointed out in post No 2, DifxApp is fairly good at logging information......
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
Version of my DIFx msm is 2.0.0.0.
Posted by: anonymous_9363 15 years ago
Red Belt
0
Hmmm...I wonder if it's worth using the version that EVERYONE ELSE - here and on other fora - keeps referring to? Now THAT'S a tricky question...
Posted by: sumarchana 15 years ago
Orange Senior Belt
0
I found that the ISM developed on my friend's machine installs fine but if i build the same ISM and when installed the MSI it fails with the above same error.
I think there is some problem when i build my ISM.
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