Error : 1914: Could not schedule file [2] to replace file [3] on restart. Verify that you have write permissions to file [3].
Updated: 21 May 2010 | 14 comments
Hi All,
I have created a transform for vendor MSI. During silent installation, it thorws an error
"Error : 1914: Could not schedule file \\171.XXX.XXX.XXX\sendsuite\TBM1D.tmp to replace file \\171.XXX.XXX.XXX\sendsuite\pbglobal.dll on reboot. Verify that you have write permissions to file \\171.XXX.XXX.XXX\sendsuite\pbglobal.dll.
Below are my few findings :
When I ran the MST with MSI in command prompt i.e MSIEXEC /i TRANSFORMS then it is working fine but it throws an error in silent mode.
Can you please help me to getting this solution.
Thanks in Advance,
Muneer Jahangeer
discussion Filed Under:
Comments
Windows Installer Error:1914
Please update me soon.. it is very urgent to complete this package and it is useful to others also.
setup.log
Hey,
If possible try to get a verbose log.
Use /l*v switch for verbose logging.
Attach the log file for further reference.
Thanks.,
Eshwar
Thanks,
Eshwar
Try This by Editing Custom Action
Hey,
There is a Custom Action (User Interface/Execute Immediate) which is preventing you from using silent switch. On editing it, you will be able to install in silent mode without any error.
Thanks,
Sid
try this
Try the following:
1) Add the property ISSETUPDRIVEN to the command line (or via an MST by editing the property table) and give it a value of 1.
2) In a transform file, add a condition to the "OnCheckSilentInstall" custom action in the InstallExecuteSequence so that it will always resolve to false or remove the custom action from the sequence.
Let me know if you still have the issue.
Thanks,
Eshwar
Thanks,
Eshwar
Bad sequncing of the BaseWKS.mst
Hi All,
I guess problem in sequence
Unable to find out the solution
hi,
Till i'm facing the same issue..can anyone help me to solve this issue.
Simple solution.
The problem is that the dll is registered.
best option is to unreg the dll with a command line, and then perform the action.
I hope this helps you out.
Regards
Erik
www.DinamiQs.com
Regards Erik www.DinamiQs.com Dinamiqs is the home of VirtualStorm (www.virtualstorm.org)
*************************************************************
If your issue has been solved, Please mark it as solved
***********
Try....
Try to create Verbose log file Using /L*V while installing .MSI and .MST in silent mode.
Open the log file find out for Error 1914 and look for the associated Custom Action name which is failing to execute.
Let me know the Custom Action name, so that I can assist you.
Verbose Log
Used /L*V to create a verbose log: Pasted below
MSI (s) (84:B0) [23:52:43:887]: Transforming table Control.
MSI (s) (84:B0) [23:52:43:887]: Command Line: TRANSFORMS=D:\misceng\dev\SendSuite Shipping AdminClient for Prod 6.0.14.0 (Pitney Bowes)-XP\Package\Pkg\SendSuite Shipping AdminClient for Prod 6.0.14.0.mst MSITEMPLATE=2.06 REINSTALLMODE=pecumsv CURRENTDIRECTORY=D:\misceng\dev\SendSuite Shipping AdminClient for Prod 6.0.14.0 (Pitney Bowes)-XP\Package\Pkg CLIENTUILEVEL=2 CLIENTPROCESSID=3560
MSI (s) (84:B0) [23:52:43:887]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{29D05929-EA75-42CA-BB6D-7A756069517E}'.
MSI (s) (84:B0) [23:52:43:887]: PROPERTY CHANGE: Adding TRANSFORMS property. Its value is 'D:\misceng\dev\SendSuite Shipping AdminClient for Prod 6.0.14.0 (Pitney Bowes)-XP\Package\Pkg\SendSuite Shipping AdminClient for Prod 6.0.14.0.mst'.
MSI (s) (84:B0) [23:52:43:887]: Product Code passed to Engine.Initialize: ''
MSI (s) (84:B0) [23:52:43:887]: Product Code from property table before transforms: '{29706148-003A-482B-A148-9D1F701D3EA6}'
MSI (s) (84:B0) [23:52:43:887]: Product Code from property table after transforms: '{29706148-003A-482B-A148-9D1F701D3EA6}'
MS\pm1kuann.59f\ , ShortSubPath:
MSI (s) (84:B0) [23:52:53:430]: Dir (source): Key: payload.8.0.50727.95.5A2D10C0_D53E_3389_FF1F_C8B3B9A1E18E , Object: \ Key: payload.550B5BF0_FF32_EF74_FF1F_C8B3B9A1E18E , Object: D:\misceng\dev\SendSuite Shipping AdminClient for Prod 6 Key: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: D:\misceng\dev\SendSuite Shipping AdminClient for Prod 6.0.14.0 (Pitney Bowes)-XP\Package\Pkg\Windows\system32\ , LongSubPath: Windows\system32\ , ShortSubPath:
MSI (s) (84:B0) [23:52:53:440]: Dir (source): Key: WinSxsDirectory.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: D:\misceng\dev\SendSuite Shipping AdminClient for Prod 6.0.14.0 (Pitney Bowes)-XP\Package\Pkg\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
MSI (s) (84:B0) [23:52:53:440]: Dir (source): Key: payload.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E , Object: D:on ended 23:59:33: ISSQLServerUninstall. Return value 1.
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCTranslator`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2205 2: 3: ODBCTranslator
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2228 2: 3: ODBCTranslator 4: SELECT `Translator`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCTranslator`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCDriver`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2205 2: 3: ODBCDriver
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2228 2: 3: ODBCDriver 4: SELECT `Driver`,`ComponentId`,`Description`, `RuntimeFlags`, `Component`.`Attributes` FROM `ODBCDriver`, `Component` WHERE `Component_` = `Component` AND `Component`.`ActionRequest` = 0 AND `BinaryType` = ?
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2711 2: ODBCDriverManager
Action start 23:59:33: RemoveODBC.
MSI (s) (84:B0) [23:59:33:055]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (84:B0) [23:59:33:055]: Doing action: UnregisterFonts
Action ended 23:59:33: RemoveODBC. Return value 1.
Action start 23:59:33: UnregisterFonts.
MSI (s) (84:B0) [23:59:33:065]: Doing action: RemoveRegistryValues
Action ended 23:59:33: UnregisterFonts. Return value 1.
Action start 23:59:33: RemoveRegistryValues.
MSI (s) (84:B0) [23:59:33:075]: Doing action: UnregisterClassInfo
Action ended 23:59:33: RemoveRegistryValues. Return value 1.
Action start 23:59:33: UnregisterClassInfo.
MSI (s) (84:B0) [23:59:33:085]: Doing action: UnregisterExtensionInfo
Action ended 23:59:33: UnregisterClassInfo. Return value 1.
MSI (s) (84:B0) [23:59:33:095]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 23:59:33: UnregisterExtensionInfo.
MSI (s) (84:B0) [23:59:33:095]: Doing action: UnregisterProgIdInfo
Action ended 23:59:33: UnregisterExtensionInfo. Return value 1.
MSI (s) (84:B0) [23:59:33:095]: Note: 1: 2262 2: Extension 3: -2147287038
Action start 23:59:33: UnregisterProgIdInfo.
MSI (s) (84:B0) [23:59:33:095]: Doing action: UnregisterMIMEInfo
Action ended 23:59:33: UnregisterProgIdInfo. Return value 1.
MSI (s) (84:B0) [23:59:33:095]: Note: 1: 2205 2: 3: MIME
MSI (s) (84:B0) [23:59:33:095]: Note: 1: 2228 2: 3: MIME 4: SELECT `BinaryType`, `ContentType`, `Extension`.`Extension`, `MIME`.`CLSID`, `Component`.`RuntimeFlags`, `Component`.`Component` FROM `MIME`, `Extension`, `Feature`, `Component` WHERE `MIME`.`Extension_` = `Extension`.`Extension` AND `Feature_` = `Feature` AND `Extension`.`Component_` = `Component` AND (`Feature`.`Action` = 0 OR (`Feature`.`Action` = 4 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)) OR ((`Feature`.`Action` = NULL OR `Feature`.`Action` = 3) AND `Component`.`Action` = 0 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2)))
Action start 23:59:33: UnregisterMIMEInfo.
MSI (s) (84:B0) [23:59:33:095]: Doing action: RemoveIniValues
Action ended 23:59:33: UnregisterMIMEInfo. Return value 0.
Action start 23:59:33: RemoveIniValues.
MSI (s) (84:B0) [23:59:33:105]: Doing action: RemoveShortcuts
Action ended 23:59:33: RemoveIniValues. Return value 1.
Action start 23:59:33: RemoveShortcuts.
MSI (s) (84:B0) [23:59:33:105]: Doing action: RemoveEnvironmentStrings
AAF_8F97_4F7B_9F9D_F1F3446E53E2' is compressed
MFileCopy(SourceName=DA198~1.CLA|d.class,SourceCabKey=d.class2.2BBD12AF_8F97_4F7B_9F9D_F1F3446E53E2,DestName=d.class,Attributes=16384,FileSize=1722,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126484480,HashOptions=0,HashPart1=608718536,H
)
(s) (84:B0) [00:00:08:546]: Executing op: SetSourceFolder(Folder=1\System32\Redist\MS\System\)
MSI (s) (84:B0) [00:00:08:546]: Executing op: FileCopy(SourceName=msrdc20.ocx,SourceCabKey=Global_Controls_MSRDC20OCX_f0.7EBEDD30_AA66_11D2_B980_006097C4DE24,DestName=msrdc20.ocx,Attributes=16384,FileSize=176832,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=6.0.84.18,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:08:546]: File: C:\WINNT\system32\msrdc20.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:08:546]: Source for file 'Global_Controls_MSRDC20OCX_f0.7EBEDD30_AA66_11D2_B980_006097C4DE24' is compressed
MSI (s) (84:B0) [00:00:08:546]: Note: 1: 2318 2: C:\WINNT\system32\msrdc20.ocx
MSI (s) (84:B0) [00:00:08:546]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:556]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:556]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:556]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:556]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:566]: Executing op: SetTargetFolder(Folder=C:\WINNT\system32\)
MSI (s) (84:B0) [00:00:08:566]: Executing op: SetSourceFolder(Folder=1\System32\)
MSI (s) (84:B0) [00:00:08:566]: Executing op: FileCopy(SourceName=SPLITTER.OCX,SourceCabKey=splitter.ocx.8FBC1FA0_65C3_4654_9E54_11DAC0B3BE8F,DestName=SPLITTER.OCX,Attributes=16384,FileSize=161248,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:08:566]: File: C:\WINNT\system32\SPLITTER.OCX; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:08:566]: Source for file 'splitter.ocx.8FBC1FA0_65C3_4654_9E54_11DAC0B3BE8F' is compressed
MSI (s) (84:B0) [00:00:08:566]: Note: 1: 2318 2: C:\WINNT\system32\SPLITTER.OCX
MSI (s) (84:B0) [00:00:08:586]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:626]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:646]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:646]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:646]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:676]: Executing op: FileCopy(SourceName=THREED20.OCX,SourceCabKey=threed20.ocx.8FBC1FA0_65C3_4654_9E54_11DAC0B3BE8F,DestName=THREED20.OCX,Attributes=16384,FileSize=324600,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:08:676]: File: C:\WINNT\system32\THREED20.OCX; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:08:676]: Source for file 'threed20.ocx.8FBC1FA0_65C3_4654_9E54_11DAC0B3BE8F' is compressed
MSI (s) (84:B0) [00:00:08:676]: Note: 1: 2318 2: C:\WINNT\system32\THREED20.OCX
MSI (s) (84:B0) [00:00:08:706]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:706]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:716]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:726]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:726]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:726]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:736]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:736]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:736]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:736]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:746]: Executing op: FileCopy(SourceName=ssdata32.ocx,SourceCabKey=ssdata32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=ssdata32.ocx,Attributes=16384,FileSize=560664,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:08:746]: File: C:\WINNT\system32\ssdata32.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:08:746]: Source for file 'ssdata32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:08:746]: Note: 1: 2318 2: C:\WINNT\system32\ssdata32.ocx
MSI (s) (84:B0) [00:00:08:756]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:756]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:756]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:756]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:756]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:756]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:786]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:786]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:806]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:806]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:816]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:816]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:816]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:816]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:816]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:816]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:816]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:826]: Executing op: FileCopy(SourceName=ssdatb32.ocx,SourceCabKey=ssdatb32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=ssdatb32.ocx,Attributes=16384,FileSize=752176,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:08:826]: File: C:\WINNT\system32\ssdatb32.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:08:826]: Source for file 'ssdatb32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:08:826]: Note: 1: 2318 2: C:\WINNT\system32\ssdatb32.ocx
MSI (s) (84:B0) [00:00:08:836]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:836]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:836]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:836]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:846]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:846]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:846]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:846]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:846]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:846]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:856]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:856]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:876]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:886]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:886]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:896]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:896]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:906]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:906]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:906]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:916]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:926]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:936]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:956]: Executing op: FileCopy(SourceName=ssdw3a32.ocx,SourceCabKey=ssdw3a32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=ssdw3a32.ocx,Attributes=16384,FileSize=571120,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:08:956]: File: C:\WINNT\system32\ssdw3a32.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:08:956]: Source for file 'ssdw3a32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:08:956]: Note: 1: 2318 2: C:\WINNT\system32\ssdw3a32.ocx
MSI (s) (84:B0) [00:00:08:956]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:956]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:966]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:966]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:966]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:977]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:977]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:977]: Note: 1: 2360
MSI (s) (84:B0) [00:00:08:977]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:007]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:007]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:007]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:007]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:007]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:017]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:017]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:017]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:017]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:027]: Executing op: FileCopy(SourceName=ssdw3ao.ocx,SourceCabKey=ssdw3ao.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=ssdw3ao.ocx,Attributes=16384,FileSize=575232,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:027]: File: C:\WINNT\system32\ssdw3ao.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:027]: Source for file 'ssdw3ao.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:09:027]: Note: 1: 2318 2: C:\WINNT\system32\ssdw3ao.ocx
MSI (s) (84:B0) [00:00:09:037]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:037]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:037]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:037]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:047]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:057]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:067]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:067]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:067]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:067]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:087]: Executing op: FileCopy(SourceName=ssdw3b32.ocx,SourceCabKey=ssdw3b32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=ssdw3b32.ocx,Attributes=16384,FileSize=870128,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:087]: File: C:\WINNT\system32\ssdw3b32.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:087]: Source for file 'ssdw3b32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:09:097]: Note: 1: 2318 2: C:\WINNT\system32\ssdw3b32.ocx
MSI (s) (84:B0) [00:00:09:097]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:107]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:107]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:107]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:107]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:107]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:117]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:117]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:117]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:117]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:117]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:127]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:127]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:127]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:167]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:167]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:177]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:177]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:177]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:177]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:177]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:177]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:177]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:187]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:187]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:187]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:187]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:197]: Executing op: FileCopy(SourceName=ssdw3bo.ocx,SourceCabKey=ssdw3bo.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=ssdw3bo.ocx,Attributes=16384,FileSize=878336,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:197]: File: C:\WINNT\system32\ssdw3bo.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:197]: Source for file 'ssdw3bo.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:09:197]: Note: 1: 2318 2: C:\WINNT\system32\ssdw3bo.ocx
MSI (s) (84:B0) [00:00:09:207]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:207]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:207]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:287]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:287]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:287]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:297]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:297]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:297]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:297]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:297]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:307]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:307]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:307]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:307]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:307]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:317]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:317]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:317]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:317]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:317]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:347]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:357]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:357]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:357]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:357]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:357]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:367]: Executing op: FileCopy(SourceName=ssmedt32.dll,SourceCabKey=ssmedt32.dll.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=ssmedt32.dll,Attributes=16384,FileSize=61440,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=0,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:367]: File: C:\WINNT\system32\ssmedt32.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:367]: Source for file 'ssmedt32.dll.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:09:367]: Note: 1: 2318 2: C:\WINNT\system32\ssmedt32.dll
MSI (s) (84:B0) [00:00:09:367]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:377]: Executing op: FileCopy(SourceName=sstabs32.ocx,SourceCabKey=sstabs32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616,DestName=sstabs32.ocx,Attributes=16384,FileSize=473064,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:377]: File: C:\WINNT\system32\sstabs32.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:377]: Source for file 'sstabs32.ocx.4193715F_F8C4_4AE6_8A1B_3CD3BABBB616' is compressed
MSI (s) (84:B0) [00:00:09:377]: Note: 1: 2318 2: C:\WINNT\system32\sstabs32.ocx
MSI (s) (84:B0) [00:00:09:407]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:407]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:407]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:407]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:407]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:417]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:417]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:417]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:417]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:417]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:427]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:427]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:427]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:427]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:427]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:447]: Executing op: FileCopy(SourceName=DWEASY32.OCX,SourceCabKey=dweasy32.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=DWEASY32.OCX,Attributes=16384,FileSize=116736,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:447]: File: C:\WINNT\system32\DWEASY32.OCX; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:447]: Source for file 'dweasy32.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:447]: Note: 1: 2318 2: C:\WINNT\system32\DWEASY32.OCX
MSI (s) (84:B0) [00:00:09:447]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:447]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:447]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:457]: Executing op: FileCopy(SourceName=DWEASY36.OCX,SourceCabKey=dweasy36.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=DWEASY36.OCX,Attributes=16384,FileSize=132608,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:457]: File: C:\WINNT\system32\DWEASY36.OCX; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:457]: Source for file 'dweasy36.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:457]: Note: 1: 2318 2: C:\WINNT\system32\DWEASY36.OCX
MSI (s) (84:B0) [00:00:09:457]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:457]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:457]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:467]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:477]: Executing op: FileCopy(SourceName=DWSBC36.OCX,SourceCabKey=dwsbc36.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=DWSBC36.OCX,Attributes=16384,FileSize=115200,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:477]: File: C:\WINNT\system32\DWSBC36.OCX; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:477]: Source for file 'dwsbc36.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:477]: Note: 1: 2318 2: C:\WINNT\system32\DWSBC36.OCX
MSI (s) (84:B0) [00:00:09:477]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:477]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:477]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:477]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:487]: Executing op: FileCopy(SourceName=DWSHK32.OCX,SourceCabKey=dwshk32.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=DWSHK32.OCX,Attributes=16384,FileSize=115200,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:487]: File: C:\WINNT\system32\DWSHK32.OCX; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:487]: Source for file 'dwshk32.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:487]: Note: 1: 2318 2: C:\WINNT\system32\DWSHK32.OCX
MSI (s) (84:B0) [00:00:09:718]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:718]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:718]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:718]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:728]: Executing op: FileCopy(SourceName=DWSHK36.OCX,SourceCabKey=dwshk36.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=DWSHK36.OCX,Attributes=16384,FileSize=140800,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:728]: File: C:\WINNT\system32\DWSHK36.OCX; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:728]: Source for file 'dwshk36.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:728]: Note: 1: 2318 2: C:\WINNT\system32\DWSHK36.OCX
MSI (s) (84:B0) [00:00:09:728]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:728]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:728]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:738]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:738]: Executing op: FileCopy(SourceName=DWSPY36.dll,SourceCabKey=dwspy36.dll.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=DWSPY36.dll,Attributes=16384,FileSize=75776,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:738]: File: C:\WINNT\system32\DWSPY36.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:738]: Source for file 'dwspy36.dll.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:738]: Note: 1: 2318 2: C:\WINNT\system32\DWSPY36.dll
MSI (s) (84:B0) [00:00:09:748]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:748]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:748]: Executing op: FileCopy(SourceName=dwsbc32.ocx,SourceCabKey=dwsbc32.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=dwsbc32.ocx,Attributes=16384,FileSize=99840,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:748]: File: C:\WINNT\system32\dwsbc32.ocx; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:748]: Source for file 'dwsbc32.ocx.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:748]: Note: 1: 2318 2: C:\WINNT\system32\dwsbc32.ocx
MSI (s) (84:B0) [00:00:09:758]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:758]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:758]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:758]: Executing op: FileCopy(SourceName=dwspy32.dll,SourceCabKey=dwspy32.dll.539F746B_76CF_4EDF_8C27_E7D06CD55791,DestName=dwspy32.dll,Attributes=16384,FileSize=136192,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:09:758]: File: C:\WINNT\system32\dwspy32.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:09:758]: Source for file 'dwspy32.dll.539F746B_76CF_4EDF_8C27_E7D06CD55791' is compressed
MSI (s) (84:B0) [00:00:09:768]: Note: 1: 2318 2: C:\WINNT\system32\dwspy32.dll
MSI (s) (84:B0) [00:00:09:768]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:768]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:768]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:768]: Note: 1: 2360
MSI (s) (84:B0) [00:00:09:778]: Executing op: FileCopy(SourceName=msvcr71.dll|msvcr71.dll,SourceCabKey=FL_msvcr71_dll_3_____X86.3643236F_FC70_11D3_A536_0090278A1BB8,DestName=msvcr71.dll,Attributes=17408,FileSize=348160,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=7.10.3052.4,Language=1033,InstallMode=128581632,,,,,,,)
MSI (s) (84:B0) [00:00:09:798]: File: C:\WINNT\system32\msvcr71.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:00:09:798]: Source for file 'FL_msvcr71_dll_3_____X86.3643236F_FC70_11D3_A536_0090278A1BB8' is compressed
MSI (s) (84:B0) [00:00:09:798]: Re-applying security from existing file.
MSI (s) (84:B0) [00:00:17:939]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: ccEvtMgr , Id 1220.
MSI (s) (84:B0) [00:00:17:949]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: ccSetMgr , Id 1256.
MSI (s) (84:B0) [00:00:17:949]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: SPBBCSvc , Id 1784.
MSI (s) (84:B0) [00:00:17:949]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: DefWatch , Id 2028.
MSI (s) (84:B0) [00:00:17:949]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: FrameworkService , Id 284.
MSI (s) (84:B0) [00:00:17:949]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: SavRoam , Id 364.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: naPrdMgr , Id 400.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: Rtvscan , Id 348.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: VMwareService , Id 628.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: ccApp , Id 1172.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: VPTray , Id 1576.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: VMwareTray , Id 2640.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: VMwareUser , Id 2652.
MSI (s) (84:B0) [00:00:17:959]: Product: SendSuite Shipping AdminClient for Prod. The file C:\WINNT\system32\msvcr71.dll is being held in use by the following process Name: UdaterUI , Id 2660.
MSI (s) (84:B0) [00:00:17:959]: Verifying accessibility of file: msvcr71.dll
MSI (s) (84:B0) [00:00:17:959]: Note: 1: 2318 2: C:\WINNT\system32\msvcr71.dll
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
Info 1603.The file C:\WINNT\system32\msvcr71.dll is being held in use. Close that application and retry.
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:969]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:979]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:979]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:979]: Note: 1: 2360
MSI (s) (84:B0) [00:00:17:989]: Executing op: SetTargetFolder(Folder=C:\)
MSI (s) (84:B0) [00:00:17:989]: Executing op: SetSourceFolder(Folder=1\)
MSI (s) (84:B0) [00:00:17:989]: Executing op: FileCopy(SourceName=msxmlx.cat,SourceCabKey=msxmlx.cat.A2CDD4E1_ADB3_473C_BD47_FE5024412C07,DestName=msxmlx.cat,Attributes=16384,FileSize=7868,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126484480,HashOptions=0,HashPart1=1068606855,HashPart2=27697437,HashPart3=-1993014050,HashPart4=-1268474718,,)
MSI (s) (84:B0) [00:00:17:989]: File: C:\msxmlx.cat; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:17:989]: Source for file 'msxmlx.cat.A2CDD4E1_ADB3_473C_BD47_FE5024412C07' is compressed
MSI (s) (84:B0) [00:00:17:989]: Note: 1: 2318 2: C:\msxmlx.cat
MSI (s) (84:B0) [00:00:17:999]: Executing op: FileCopy(SourceName=msxmlx.inf,SourceCabKey=msxmlx.inf.A2CDD4E1_ADB3_473C_BD47_FE5024412C07,DestName=msxmlx.inf,Attributes=16384,FileSize=893,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126484480,HashOptions=0,HashPart1=1600679026,HashPart2=327663620,HashPart3=-398062835,HashPart4=14631300,,)
MSI (s) (84:B0) [00:00:17:999]: File: C:\msxmlx.inf; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:17:999]: Source for file 'msxmlx.inf.A2CDD4E1_ADB3_473C_BD47_FE5024412C07' is compressed
MSI (s) (84:B0) [00:00:17:999]: Note: 1: 2318 2: C:\msxmlx.inf
MSI (s) (84:B0) [00:00:17:999]: Executing op: FileCopy(SourceName=mdacxmlx.inf,SourceCabKey=mdacmsxmlx.inf.A2CDD4E1_ADB3_473C_BD47_FE5024412C07,DestName=mdacxmlx.inf,Attributes=16384,FileSize=964,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126484480,HashOptions=0,HashPart1=-1533683359,HashPart2=-102050648,HashPart3=727538118,HashPart4=2105015794,,)
MSI (s) (84:B0) [00:00:17:999]: File: C:\mdacxmlx.inf; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:17:999]: Source for file 'mdacmsxmlx.inf.A2CDD4E1_ADB3_473C_BD47_FE5024412C07' is compressed
MSI (s) (84:B0) [00:00:17:999]: Note: 1: 2318 2: C:\mdacxmlx.inf
MSI (s) (84:B0) [00:00:18:010]: Executing op: SetTargetFolder(Folder=C:\Program Files\Common Files\Amyuni PDFCreator\)
MSI (s) (84:B0) [00:00:18:010]: Executing op: SetSourceFolder(Folder=1\Common\AMYUNI~1\|Common\Amyuni PDFCreator\)
MSI (s) (84:B0) [00:00:18:010]: Executing op: FileCopy(SourceName=PLUGIN~1.DLL|PluginTWAIN.dll,SourceCabKey=plugintwain.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D,DestName=PluginTWAIN.dll,Attributes=16384,FileSize=360448,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=3.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:020]: File: C:\Program Files\Common Files\Amyuni PDFCreator\PluginTWAIN.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:020]: Source for file 'plugintwain.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D' is compressed
MSI (s) (84:B0) [00:00:18:020]: Note: 1: 2318 2: C:\Program Files\Common Files\Amyuni PDFCreator\PluginTWAIN.dll
MSI (s) (84:B0) [00:00:18:040]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:040]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:040]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:040]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:040]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:050]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:050]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:050]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:050]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:050]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:050]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:060]: Executing op: FileCopy(SourceName=ACPDFC~1.DLL|acpdfcrdb.dll,SourceCabKey=acpdfcrdb.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D,DestName=acpdfcrdb.dll,Attributes=16384,FileSize=262144,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:060]: File: C:\Program Files\Common Files\Amyuni PDFCreator\acpdfcrdb.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:060]: Source for file 'acpdfcrdb.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D' is compressed
MSI (s) (84:B0) [00:00:18:060]: Note: 1: 2318 2: C:\Program Files\Common Files\Amyuni PDFCreator\acpdfcrdb.dll
MSI (s) (84:B0) [00:00:18:060]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:060]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:060]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:070]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:070]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:070]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:070]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:070]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:080]: Executing op: FileCopy(SourceName=ACPDFC~2.DLL|acpdfcrext.dll,SourceCabKey=acpdfcrext.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D,DestName=acpdfcrext.dll,Attributes=16384,FileSize=352256,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:080]: File: C:\Program Files\Common Files\Amyuni PDFCreator\acpdfcrext.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:080]: Source for file 'acpdfcrext.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D' is compressed
MSI (s) (84:B0) [00:00:18:080]: Note: 1: 2318 2: C:\Program Files\Common Files\Amyuni PDFCreator\acpdfcrext.dll
MSI (s) (84:B0) [00:00:18:100]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:100]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:100]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:100]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:100]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:100]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:110]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:110]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:110]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:110]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:110]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:120]: Executing op: FileCopy(SourceName=ACXMLP~1.DLL|acXMLParser.dll,SourceCabKey=acxmlparser.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D,DestName=acXMLParser.dll,Attributes=16384,FileSize=1843200,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.7.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:120]: File: C:\Program Files\Common Files\Amyuni PDFCreator\acXMLParser.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:120]: Source for file 'acxmlparser.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D' is compressed
MSI (s) (84:B0) [00:00:18:120]: Note: 1: 2318 2: C:\Program Files\Common Files\Amyuni PDFCreator\acXMLParser.dll
MSI (s) (84:B0) [00:00:18:120]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:120]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:120]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:120]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:130]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:140]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:150]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:160]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:170]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:170]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:170]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:170]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:170]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:170]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:180]: Executing op: FileCopy(SourceName=PDFCRE~1.EXE|PDFCreactiveDoc.exe,SourceCabKey=pdfcreactivedoc.exe.0716852B_7CC2_40C5_A0B2_66CA9E307C4D,DestName=PDFCreactiveDoc.exe,Attributes=16384,FileSize=647168,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=3.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:180]: File: C:\Program Files\Common Files\Amyuni PDFCreator\PDFCreactiveDoc.exe; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:180]: Source for file 'pdfcreactivedoc.exe.0716852B_7CC2_40C5_A0B2_66CA9E307C4D' is compressed
MSI (s) (84:B0) [00:00:18:180]: Note: 1: 2318 2: C:\Program Files\Common Files\Amyuni PDFCreator\PDFCreactiveDoc.exe
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:190]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:200]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:210]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:210]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:210]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:210]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:220]: Executing op: FileCopy(SourceName=PDFCRE~1.DLL|pdfcreactivex.dll,SourceCabKey=pdfcreactivex.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D,DestName=pdfcreactivex.dll,Attributes=16384,FileSize=3352112,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:220]: File: C:\Program Files\Common Files\Amyuni PDFCreator\pdfcreactivex.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:220]: Source for file 'pdfcreactivex.dll.0716852B_7CC2_40C5_A0B2_66CA9E307C4D' is compressed
MSI (s) (84:B0) [00:00:18:220]: Note: 1: 2318 2: C:\Program Files\Common Files\Amyuni PDFCreator\pdfcreactivex.dll
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:230]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:240]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:250]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:260]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:270]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:280]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:290]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:300]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:300]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:300]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:300]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:300]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:300]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:310]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:310]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:330]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:330]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:340]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:340]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:350]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:350]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:350]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:350]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:360]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:360]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:360]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:360]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:370]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:370]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:370]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:370]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:370]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:380]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:380]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:390]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:390]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:390]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:390]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:400]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:400]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:400]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:410]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:410]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:410]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:420]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:420]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:420]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:450]: Executing op: SetTargetFolder(Folder=C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\)
MSI (s) (84:B0) [00:00:18:450]: Executing op: SetSourceFolder(Folder=1\PROGRA~2\PITNEY~1\SENDSU~1\DIGITA~1\|Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\)
MSI (s) (84:B0) [00:00:18:450]: Executing op: FileCopy(SourceName=PBCQES~1.DLL|pbCQESoftwareMeterInterface.dll,SourceCabKey=pbcqesoftwaremeterinterface.1,DestName=pbCQESoftwareMeterInterface.dll,Attributes=16384,FileSize=75776,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:450]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQESoftwareMeterInterface.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:450]: Source for file 'pbcqesoftwaremeterinterface.1' is compressed
MSI (s) (84:B0) [00:00:18:450]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQESoftwareMeterInterface.dll
MSI (s) (84:B0) [00:00:18:460]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:460]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:460]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:480]: Executing op: FileCopy(SourceName=PBCQEP~1.DLL|pbCQEPIOConfig.dll,SourceCabKey=pbcqepioconfig.dll2,DestName=pbCQEPIOConfig.dll,Attributes=16384,FileSize=57344,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:480]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEPIOConfig.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:480]: Source for file 'pbcqepioconfig.dll2' is compressed
MSI (s) (84:B0) [00:00:18:480]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEPIOConfig.dll
MSI (s) (84:B0) [00:00:18:520]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:560]: Executing op: FileCopy(SourceName=PBCQEP~1.EXE|pbCQEPeriphServer.exe,SourceCabKey=pbcqeperiphserver.exe2,DestName=pbCQEPeriphServer.exe,Attributes=16384,FileSize=155648,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:560]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEPeriphServer.exe; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:560]: Source for file 'pbcqeperiphserver.exe2' is compressed
MSI (s) (84:B0) [00:00:18:560]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEPeriphServer.exe
MSI (s) (84:B0) [00:00:18:560]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:560]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:560]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:570]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:570]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:610]: Executing op: FileCopy(SourceName=PBCQEL~1.DLL|pbCQELBPrint.dll,SourceCabKey=pbcqelbprint.dll2,DestName=pbCQELBPrint.dll,Attributes=16384,FileSize=81920,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:610]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQELBPrint.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:610]: Source for file 'pbcqelbprint.dll2' is compressed
MSI (s) (84:B0) [00:00:18:610]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQELBPrint.dll
MSI (s) (84:B0) [00:00:18:610]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:620]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:620]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:640]: Executing op: FileCopy(SourceName=PBCQEC~1.EXE|pbCQEConfigPtr.exe,SourceCabKey=pbcqeconfigptr.exe1,DestName=pbCQEConfigPtr.exe,Attributes=16385,FileSize=20568,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:640]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEConfigPtr.exe; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:640]: Source for file 'pbcqeconfigptr.exe1' is compressed
MSI (s) (84:B0) [00:00:18:640]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEConfigPtr.exe
MSI (s) (84:B0) [00:00:18:660]: Executing op: FileCopy(SourceName=PBCLIE~1.DLL|pbClientConfig.dll,SourceCabKey=pbclientconfig.dll2,DestName=pbClientConfig.dll,Attributes=16384,FileSize=28672,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:670]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbClientConfig.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:670]: Source for file 'pbclientconfig.dll2' is compressed
MSI (s) (84:B0) [00:00:18:670]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbClientConfig.dll
MSI (s) (84:B0) [00:00:18:670]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:680]: Executing op: SetTargetFolder(Folder=C:\WINNT\system32\)
MSI (s) (84:B0) [00:00:18:680]: Executing op: SetSourceFolder(Folder=1\System32\)
MSI (s) (84:B0) [00:00:18:680]: Executing op: FileCopy(SourceName=pbCQEPio.dll,SourceCabKey=pbcqepio.dll2,DestName=pbCQEPio.dll,Attributes=16384,FileSize=303104,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:680]: File: C:\WINNT\system32\pbCQEPio.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:680]: Source for file 'pbcqepio.dll2' is compressed
MSI (s) (84:B0) [00:00:18:680]: Note: 1: 2318 2: C:\WINNT\system32\pbCQEPio.dll
MSI (s) (84:B0) [00:00:18:680]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:680]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:680]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:680]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:680]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:690]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:690]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:690]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:690]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:700]: Executing op: SetTargetFolder(Folder=C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\)
MSI (s) (84:B0) [00:00:18:700]: Executing op: SetSourceFolder(Folder=1\PROGRA~2\PITNEY~1\SENDSU~1\DIGITA~1\|Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\)
MSI (s) (84:B0) [00:00:18:700]: Executing op: FileCopy(SourceName=AUTOLO~1.HTM|autologin.htm,SourceCabKey=autologin.htm,DestName=autologin.htm,Attributes=16385,FileSize=884,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:700]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\autologin.htm; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:700]: Source for file 'autologin.htm' is compressed
MSI (s) (84:B0) [00:00:18:700]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\autologin.htm
MSI (s) (84:B0) [00:00:18:761]: Executing op: FileCopy(SourceName=DIGITA~1.ICO|DigitalBoard.ico,SourceCabKey=digitalboard.ico,DestName=DigitalBoard.ico,Attributes=16384,FileSize=6006,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:771]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\DigitalBoard.ico; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:771]: Source for file 'digitalboard.ico' is compressed
MSI (s) (84:B0) [00:00:18:771]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\DigitalBoard.ico
MSI (s) (84:B0) [00:00:18:791]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:801]: Executing op: SetTargetFolder(Folder=C:\WINNT\system32\)
MSI (s) (84:B0) [00:00:18:801]: Executing op: SetSourceFolder(Folder=1\System32\)
MSI (s) (84:B0) [00:00:18:801]: Executing op: FileCopy(SourceName=K2PBIO.DLL,SourceCabKey=k2pbio.dll1,DestName=K2PBIO.DLL,Attributes=16384,FileSize=77824,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:801]: File: C:\WINNT\system32\K2PBIO.DLL; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:801]: Source for file 'k2pbio.dll1' is compressed
MSI (s) (84:B0) [00:00:18:801]: Note: 1: 2318 2: C:\WINNT\system32\K2PBIO.DLL
MSI (s) (84:B0) [00:00:18:811]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:821]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:841]: Executing op: SetTargetFolder(Folder=C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\)
MSI (s) (84:B0) [00:00:18:841]: Executing op: SetSourceFolder(Folder=1\PROGRA~2\PITNEY~1\SENDSU~1\DIGITA~1\|Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\)
MSI (s) (84:B0) [00:00:18:841]: Executing op: FileCopy(SourceName=PBCQET~1.EXE|pbCQEToolBar.exe,SourceCabKey=pbcqetoolbar.exe2,DestName=pbCQEToolBar.exe,Attributes=16384,FileSize=847872,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:841]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEToolBar.exe; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:841]: Source for file 'pbcqetoolbar.exe2' is compressed
MSI (s) (84:B0) [00:00:18:841]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbCQEToolBar.exe
MSI (s) (84:B0) [00:00:18:841]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:841]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:841]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:841]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:841]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:851]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:861]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:861]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:861]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:871]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:871]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:871]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:871]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:871]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:881]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:881]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:881]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:881]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:901]: Executing op: FileCopy(SourceName=PBPDFV~1.DLL|pbPDFViewer.dll,SourceCabKey=pbpdfviewer.dll1,DestName=pbPDFViewer.dll,Attributes=16384,FileSize=61522,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:901]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbPDFViewer.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:901]: Source for file 'pbpdfviewer.dll1' is compressed
MSI (s) (84:B0) [00:00:18:901]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbPDFViewer.dll
MSI (s) (84:B0) [00:00:18:911]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:911]: Note: 1: 2360
MSI (s) (84:B0) [00:00:18:931]: Executing op: FileCopy(SourceName=PBREGI~1.DLL|pbRegistryConfig.dll,SourceCabKey=pbregistryconfig.dll1,DestName=pbRegistryConfig.dll,Attributes=16384,FileSize=36864,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:18:931]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbRegistryConfig.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:18:931]: Source for file 'pbregistryconfig.dll1' is compressed
MSI (s) (84:B0) [00:00:19:191]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Digital Dashboard\pbRegistryConfig.dll
MSI (s) (84:B0) [00:00:19:201]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:261]: Executing op: SetTargetFolder(Folder=C:\)
MSI (s) (84:B0) [00:00:19:261]: Executing op: SetSourceFolder(Folder=1\Global~1\|GlobalAssemblyCache\)
MSI (s) (84:B0) [00:00:19:261]: Executing op: AssemblyCopy(SourceName=TMSBUS~1.DLL|TMS.BusinessLogic.XMLTasksWebServiceClient.dll,SourceCabKey=tms.businesslogic.xmltaskswe1,DestName=TMS.BusinessLogic.XMLTasksWebServiceClient.dll,Attributes=16384,FileSize=20480,PerTick=32768,,VerifyMedia=1,,,,,ComponentId={54B00016-E526-4529-95CD-211C96F40552},IsManifest=1,,,AssemblyMode=0,)
MSI (s) (84:B0) [00:00:19:261]: Source for file 'tms.businesslogic.xmltaskswe1' is compressed
MSI (s) (84:B0) [00:00:19:542]: Executing op: SetTargetFolder(Folder=C:\Program Files\Pitney Bowes\SendSuite Shipping\)
MSI (s) (84:B0) [00:00:19:542]: Executing op: SetSourceFolder(Folder=1\PROGRA~3\PITNEY~1\SENDSU~1\|Program Files\Pitney Bowes\SendSuite Shipping\)
MSI (s) (84:B0) [00:00:19:542]: Executing op: FileCopy(SourceName=COMPON~1.INI|ComponentClient.ini,SourceCabKey=componentclient.ini1,DestName=ComponentClient.ini,Attributes=16384,FileSize=497,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=126484480,HashOptions=0,HashPart1=1934873271,HashPart2=-443178798,HashPart3=-987032092,HashPart4=475714526,,)
MSI (s) (84:B0) [00:00:19:542]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\ComponentClient.ini; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:542]: Source for file 'componentclient.ini1' is compressed
MSI (s) (84:B0) [00:00:19:542]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\ComponentClient.ini
MSI (s) (84:B0) [00:00:19:552]: Executing op: FileCopy(SourceName=Crypto.dll,SourceCabKey=crypto.dll2,DestName=Crypto.dll,Attributes=16384,FileSize=53248,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:552]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\Crypto.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:552]: Source for file 'crypto.dll2' is compressed
MSI (s) (84:B0) [00:00:19:552]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\Crypto.dll
MSI (s) (84:B0) [00:00:19:592]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:592]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:652]: Executing op: FileCopy(SourceName=PBPROD~1.EXE|pbProductConfigUPload.exe,SourceCabKey=pbproductconfigupload.exe2,DestName=pbProductConfigUPload.exe,Attributes=16385,FileSize=28672,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:652]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbProductConfigUPload.exe; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:652]: Source for file 'pbproductconfigupload.exe2' is compressed
MSI (s) (84:B0) [00:00:19:652]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbProductConfigUPload.exe
MSI (s) (84:B0) [00:00:19:662]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:702]: Executing op: FileCopy(SourceName=PBSERV~1.EXE|pbServerInstall.exe,SourceCabKey=pbserverinstall.exe3,DestName=pbServerInstall.exe,Attributes=16384,FileSize=77824,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:702]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbServerInstall.exe; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:702]: Source for file 'pbserverinstall.exe3' is compressed
MSI (s) (84:B0) [00:00:19:702]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbServerInstall.exe
MSI (s) (84:B0) [00:00:19:702]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:712]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:752]: Executing op: FileCopy(SourceName=PBSSER~1.DLL|pbSSERRprocessor.dll,SourceCabKey=pbsserrprocessor.dll2,DestName=pbSSERRprocessor.dll,Attributes=16384,FileSize=36941,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:752]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbSSERRprocessor.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:752]: Source for file 'pbsserrprocessor.dll2' is compressed
MSI (s) (84:B0) [00:00:19:752]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbSSERRprocessor.dll
MSI (s) (84:B0) [00:00:19:752]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:782]: Executing op: FileCopy(SourceName=PBCQEA~1.DLL|pbCQEAutoNr.dll,SourceCabKey=pbcqeautonr.dll2,DestName=pbCQEAutoNr.dll,Attributes=16384,FileSize=172121,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:782]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEAutoNr.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:782]: Source for file 'pbcqeautonr.dll2' is compressed
MSI (s) (84:B0) [00:00:19:792]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEAutoNr.dll
MSI (s) (84:B0) [00:00:19:792]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:802]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:802]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:802]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:802]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:842]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:872]: Executing op: FileCopy(SourceName=PBCQEC~1.DLL|pbCQECLServer.dll,SourceCabKey=pbcqeclserver.dll2,DestName=pbCQECLServer.dll,Attributes=16384,FileSize=200704,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:872]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQECLServer.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:872]: Source for file 'pbcqeclserver.dll2' is compressed
MSI (s) (84:B0) [00:00:19:872]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQECLServer.dll
MSI (s) (84:B0) [00:00:19:882]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:882]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:882]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:892]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:892]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:892]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:922]: Executing op: FileCopy(SourceName=PBCQEM~1.DLL|pbCQEMsgBox.dll,SourceCabKey=pbcqemsgbox.dll2,DestName=pbCQEMsgBox.dll,Attributes=16384,FileSize=208896,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:922]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEMsgBox.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:922]: Source for file 'pbcqemsgbox.dll2' is compressed
MSI (s) (84:B0) [00:00:19:922]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEMsgBox.dll
MSI (s) (84:B0) [00:00:19:922]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:932]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:932]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:932]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:932]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:942]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:962]: Executing op: FileCopy(SourceName=PBCQEM~2.DLL|pbCQEMultiADOCon.dll,SourceCabKey=pbcqemultiadocon.dll2,DestName=pbCQEMultiADOCon.dll,Attributes=16384,FileSize=196608,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:19:962]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEMultiADOCon.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:19:962]: Source for file 'pbcqemultiadocon.dll2' is compressed
MSI (s) (84:B0) [00:00:19:962]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEMultiADOCon.dll
MSI (s) (84:B0) [00:00:19:972]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:972]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:972]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:982]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:982]: Note: 1: 2360
MSI (s) (84:B0) [00:00:19:992]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:012]: Executing op: FileCopy(SourceName=PBCQEP~1.DLL|pbCQEParameterServer.dll,SourceCabKey=pbcqeparameterserver.dll2,DestName=pbCQEParameterServer.dll,Attributes=16384,FileSize=200704,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:20:012]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEParameterServer.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:20:012]: Source for file 'pbcqeparameterserver.dll2' is compressed
MSI (s) (84:B0) [00:00:20:012]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEParameterServer.dll
MSI (s) (84:B0) [00:00:20:022]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:022]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:032]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:032]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:032]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:042]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:062]: Executing op: FileCopy(SourceName=PBCQEP~2.DLL|pbCQEPTable.dll,SourceCabKey=pbcqeptable.dll2,DestName=pbCQEPTable.dll,Attributes=16384,FileSize=397312,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:20:062]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEPTable.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:20:062]: Source for file 'pbcqeptable.dll2' is compressed
MSI (s) (84:B0) [00:00:20:072]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEPTable.dll
MSI (s) (84:B0) [00:00:20:072]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:072]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:072]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:082]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:082]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:092]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:092]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:092]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:092]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:103]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:103]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:103]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:133]: Executing op: FileCopy(SourceName=SRC3F2~1.ADT|SR.adtg,SourceCabKey=sr.adtg2,DestName=SR.adtg,Attributes=16384,FileSize=70996,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:20:133]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\SR.adtg; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:20:133]: Source for file 'sr.adtg2' is compressed
MSI (s) (84:B0) [00:00:20:133]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\SR.adtg
MSI (s) (84:B0) [00:00:20:133]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:133]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:133]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:143]: Executing op: FileCopy(SourceName=TMSBUS~1.DLL|TMS.BusinessLogic.XMLTasksWebServiceClient.dll,SourceCabKey=tms.businesslogic.xmltaskswe3,DestName=TMS.BusinessLogic.XMLTasksWebServiceClient.dll,Attributes=16384,FileSize=20480,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=0,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:20:143]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\TMS.BusinessLogic.XMLTasksWebServiceClient.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:20:143]: Source for file 'tms.businesslogic.xmltaskswe3' is compressed
MSI (s) (84:B0) [00:00:20:143]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\TMS.BusinessLogic.XMLTasksWebServiceClient.dll
MSI (s) (84:B0) [00:00:20:163]: Executing op: FileCopy(SourceName=PBCQEC~2.DLL|pbCQECheckDigit.dll,SourceCabKey=pbcqecheckdigit.dll,DestName=pbCQECheckDigit.dll,Attributes=16384,FileSize=200704,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:20:173]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQECheckDigit.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:20:173]: Source for file 'pbcqecheckdigit.dll' is compressed
MSI (s) (84:B0) [00:00:20:173]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQECheckDigit.dll
MSI (s) (84:B0) [00:00:20:213]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:213]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:213]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:223]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:223]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:223]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:253]: Executing op: FileCopy(SourceName=PBCQED~1.DLL|pbCQEDataServiceHelper.dll,SourceCabKey=pbcqedataservicehelper.dll,DestName=pbCQEDataServiceHelper.dll,Attributes=16384,FileSize=61440,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:20:253]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEDataServiceHelper.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:20:253]: Source for file 'pbcqedataservicehelper.dll' is compressed
MSI (s) (84:B0) [00:00:20:253]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbCQEDataServiceHelper.dll
MSI (s) (84:B0) [00:00:20:253]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:263]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:283]: Executing op: FileCopy(SourceName=PBSSER~2.DLL|pbSSERRDataService.dll,SourceCabKey=pbsserrdataservice.dll,DestName=pbSSERRDataService.dll,Attributes=16384,FileSize=49255,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:20:283]: File: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbSSERRDataService.dll; To be installed; Won't patch; No existing file
MSI (s) (84:B0) [00:00:20:283]: Source for file 'pbsserrdataservice.dll' is compressed
MSI (s) (84:B0) [00:00:20:283]: Note: 1: 2318 2: C:\Program Files\Pitney Bowes\SendSuite Shipping\pbSSERRDataService.dll
MSI (s) (84:B0) [00:00:20:293]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:293]: Note: 1: 2360
MSI (s) (84:B0) [00:00:20:333]: Executing op: SetTargetFolder(Folder=\\171.186.184.105\sendsuite\)
MSI (s) (84:B0) [00:00:20:333]: Executing op: SetSourceFolder(Folder=1\PROGRA~3\PITNEY~1\\|Program Files\Pitney Bowes\SendSuite Shipping\)
MSI (s) (84:B0) [00:00:20:333]: Executing op: FileCopy(SourceName=POINTS.DLL,SourceCabKey=points.dll1,DestName=POINTS.DLL,Attributes=16384,FileSize=34816,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:23:117]: File: \\171.186.184.105\sendsuite\POINTS.DLL; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:00:23:117]: Source for file 'points.dll1' is compressed
MSI (s) (84:B0) [00:00:23:197]: Re-applying security from existing file.
MSI (s) (84:B0) [00:00:28:144]: Verifying accessibility of file: POINTS.DLL
MSI (s) (84:B0) [00:00:29:806]: Verifying accessibility of file: POINTS.DLL
MSI (s) (84:B0) [00:00:30:267]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d365.rbf
MSI (s) (84:B0) [00:00:32:951]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\POINTS.DLL
MSI (s) (84:B0) [00:00:33:912]: Note: 1: 2360
MSI (s) (84:B0) [00:00:34:523]: Executing op: FileCopy(SourceName=CEWWGE~1.DLL|CEWWGemRatebus.dll,SourceCabKey=cewwgemratebus.dll1,DestName=CEWWGemRatebus.dll,Attributes=16384,FileSize=126976,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.1,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:37:798]: File: \\171.186.184.105\sendsuite\CEWWGemRatebus.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:00:37:798]: Source for file 'cewwgemratebus.dll1' is compressed
MSI (s) (84:B0) [00:00:37:878]: Re-applying security from existing file.
MSI (s) (84:B0) [00:00:39:801]: Verifying accessibility of file: CEWWGemRatebus.dll
MSI (s) (84:B0) [00:00:41:253]: Verifying accessibility of file: CEWWGemRatebus.dll
MSI (s) (84:B0) [00:00:41:573]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d366.rbf
MSI (s) (84:B0) [00:00:44:818]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\CEWWGemRatebus.dll
MSI (s) (84:B0) [00:00:45:699]: Note: 1: 2360
MSI (s) (84:B0) [00:00:46:110]: Note: 1: 2360
MSI (s) (84:B0) [00:00:46:360]: Note: 1: 2360
MSI (s) (84:B0) [00:00:46:761]: Note: 1: 2360
MSI (s) (84:B0) [00:00:47:011]: Executing op: FileCopy(SourceName=PBEDI2~1.DLL|pbEDI214UI.dll,SourceCabKey=pbedi214ui.dll1,DestName=pbEDI214UI.dll,Attributes=16384,FileSize=532533,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=3.4.0.41,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:00:50:006]: File: \\171.186.184.105\sendsuite\pbEDI214UI.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:00:50:006]: Source for file 'pbedi214ui.dll1' is compressed
MSI (s) (84:B0) [00:00:50:086]: Re-applying security from existing file.
MSI (s) (84:B0) [00:00:52:089]: Verifying accessibility of file: pbEDI214UI.dll
MSI (s) (84:B0) [00:00:54:432]: Verifying accessibility of file: pbEDI214UI.dll
MSI (s) (84:B0) [00:00:54:712]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d367.rbf
MSI (s) (84:B0) [00:01:12:748]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbEDI214UI.dll
MSI (s) (84:B0) [00:01:14:020]: Note: 1: 2360
MSI (s) (84:B0) [00:01:14:781]: Note: 1: 2360
MSI (s) (84:B0) [00:01:15:242]: Note: 1: 2360
MSI (s) (84:B0) [00:01:16:113]: Note: 1: 2360
MSI (s) (84:B0) [00:01:16:363]: Note: 1: 2360
MSI (s) (84:B0) [00:01:16:604]: Note: 1: 2360
MSI (s) (84:B0) [00:01:16:844]: Note: 1: 2360
MSI (s) (84:B0) [00:01:17:094]: Note: 1: 2360
MSI (s) (84:B0) [00:01:17:495]: Note: 1: 2360
MSI (s) (84:B0) [00:01:17:735]: Note: 1: 2360
MSI (s) (84:B0) [00:01:17:986]: Note: 1: 2360
MSI (s) (84:B0) [00:01:18:226]: Note: 1: 2360
MSI (s) (84:B0) [00:01:18:466]: Note: 1: 2360
MSI (s) (84:B0) [00:01:18:717]: Note: 1: 2360
MSI (s) (84:B0) [00:01:18:957]: Note: 1: 2360
MSI (s) (84:B0) [00:01:19:197]: Note: 1: 2360
MSI (s) (84:B0) [00:01:19:458]: Executing op: FileCopy(SourceName=PBEDIS~1.DLL|pbEDIStatus.dll,SourceCabKey=pbedistatus.dll1,DestName=pbEDIStatus.dll,Attributes=16384,FileSize=127053,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:01:23:153]: File: \\171.186.184.105\sendsuite\pbEDIStatus.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:01:23:153]: Source for file 'pbedistatus.dll1' is compressed
MSI (s) (84:B0) [00:01:23:233]: Re-applying security from existing file.
MSI (s) (84:B0) [00:01:25:236]: Verifying accessibility of file: pbEDIStatus.dll
MSI (s) (84:B0) [00:01:26:598]: Verifying accessibility of file: pbEDIStatus.dll
MSI (s) (84:B0) [00:01:26:919]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d368.rbf
MSI (s) (84:B0) [00:01:32:016]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbEDIStatus.dll
MSI (s) (84:B0) [00:01:33:688]: Note: 1: 2360
MSI (s) (84:B0) [00:01:34:089]: Note: 1: 2360
MSI (s) (84:B0) [00:01:34:489]: Note: 1: 2360
MSI (s) (84:B0) [00:01:34:740]: Note: 1: 2360
MSI (s) (84:B0) [00:01:35:000]: Executing op: FileCopy(SourceName=pbSecure.dll,SourceCabKey=pbsecure.dll2,DestName=pbSecure.dll,Attributes=16384,FileSize=61512,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=3.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:01:38:445]: File: \\171.186.184.105\sendsuite\pbSecure.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:01:38:445]: Source for file 'pbsecure.dll2' is compressed
MSI (s) (84:B0) [00:01:38:525]: Re-applying security from existing file.
MSI (s) (84:B0) [00:01:40:278]: Verifying accessibility of file: pbSecure.dll
MSI (s) (84:B0) [00:01:41:239]: Verifying accessibility of file: pbSecure.dll
MSI (s) (84:B0) [00:01:41:560]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d369.rbf
MSI (s) (84:B0) [00:01:44:233]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbSecure.dll
MSI (s) (84:B0) [00:01:45:115]: Note: 1: 2360
MSI (s) (84:B0) [00:01:45:515]: Note: 1: 2360
MSI (s) (84:B0) [00:01:45:776]: Executing op: FileCopy(SourceName=PBSPLA~1.DLL|pbSplanDll.dll,SourceCabKey=pbsplandll.dll1,DestName=pbSplanDll.dll,Attributes=16384,FileSize=626688,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:01:50:262]: File: \\171.186.184.105\sendsuite\pbSplanDll.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:01:50:262]: Source for file 'pbsplandll.dll1' is compressed
MSI (s) (84:B0) [00:01:50:342]: Re-applying security from existing file.
MSI (s) (84:B0) [00:01:52:345]: Verifying accessibility of file: pbSplanDll.dll
MSI (s) (84:B0) [00:01:53:707]: Verifying accessibility of file: pbSplanDll.dll
MSI (s) (84:B0) [00:01:54:028]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d36a.rbf
MSI (s) (84:B0) [00:02:01:408]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbSplanDll.dll
MSI (s) (84:B0) [00:02:02:370]: Note: 1: 2360
MSI (s) (84:B0) [00:02:02:770]: Note: 1: 2360
MSI (s) (84:B0) [00:02:03:020]: Note: 1: 2360
MSI (s) (84:B0) [00:02:03:421]: Note: 1: 2360
MSI (s) (84:B0) [00:02:03:661]: Note: 1: 2360
MSI (s) (84:B0) [00:02:03:912]: Note: 1: 2360
MSI (s) (84:B0) [00:02:04:152]: Note: 1: 2360
MSI (s) (84:B0) [00:02:04:392]: Note: 1: 2360
MSI (s) (84:B0) [00:02:04:803]: Note: 1: 2360
MSI (s) (84:B0) [00:02:05:043]: Note: 1: 2360
MSI (s) (84:B0) [00:02:05:284]: Note: 1: 2360
MSI (s) (84:B0) [00:02:05:524]: Note: 1: 2360
MSI (s) (84:B0) [00:02:05:774]: Note: 1: 2360
MSI (s) (84:B0) [00:02:06:015]: Note: 1: 2360
MSI (s) (84:B0) [00:02:06:255]: Note: 1: 2360
MSI (s) (84:B0) [00:02:06:506]: Note: 1: 2360
MSI (s) (84:B0) [00:02:06:746]: Note: 1: 2360
MSI (s) (84:B0) [00:02:06:996]: Note: 1: 2360
MSI (s) (84:B0) [00:02:07:397]: Note: 1: 2360
MSI (s) (84:B0) [00:02:07:657]: Executing op: FileCopy(SourceName=PBSPRO~1.DLL|pbSprocData.dll,SourceCabKey=pbsprocdata.dll1,DestName=pbSprocData.dll,Attributes=16384,FileSize=1183789,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:02:13:846]: File: \\171.186.184.105\sendsuite\pbSprocData.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:02:13:846]: Source for file 'pbsprocdata.dll1' is compressed
MSI (s) (84:B0) [00:02:13:926]: Re-applying security from existing file.
MSI (s) (84:B0) [00:02:16:119]: Verifying accessibility of file: pbSprocData.dll
MSI (s) (84:B0) [00:02:18:893]: Verifying accessibility of file: pbSprocData.dll
MSI (s) (84:B0) [00:02:19:654]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d36b.rbf
MSI (s) (84:B0) [00:02:32:833]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbSprocData.dll
MSI (s) (84:B0) [00:02:33:554]: Note: 1: 2360
MSI (s) (84:B0) [00:02:34:115]: Note: 1: 2360
MSI (s) (84:B0) [00:02:34:366]: Note: 1: 2360
MSI (s) (84:B0) [00:02:34:766]: Note: 1: 2360
MSI (s) (84:B0) [00:02:35:006]: Note: 1: 2360
MSI (s) (84:B0) [00:02:35:247]: Note: 1: 2360
MSI (s) (84:B0) [00:02:35:657]: Note: 1: 2360
MSI (s) (84:B0) [00:02:35:898]: Note: 1: 2360
MSI (s) (84:B0) [00:02:36:138]: Note: 1: 2360
MSI (s) (84:B0) [00:02:36:388]: Note: 1: 2360
MSI (s) (84:B0) [00:02:36:629]: Note: 1: 2360
MSI (s) (84:B0) [00:02:36:869]: Note: 1: 2360
MSI (s) (84:B0) [00:02:37:120]: Note: 1: 2360
MSI (s) (84:B0) [00:02:37:360]: Note: 1: 2360
MSI (s) (84:B0) [00:02:37:600]: Note: 1: 2360
MSI (s) (84:B0) [00:02:37:851]: Note: 1: 2360
MSI (s) (84:B0) [00:02:38:091]: Note: 1: 2360
MSI (s) (84:B0) [00:02:38:331]: Note: 1: 2360
MSI (s) (84:B0) [00:02:39:543]: Note: 1: 2360
MSI (s) (84:B0) [00:02:39:783]: Note: 1: 2360
MSI (s) (84:B0) [00:02:40:024]: Note: 1: 2360
MSI (s) (84:B0) [00:02:40:274]: Note: 1: 2360
MSI (s) (84:B0) [00:02:40:514]: Note: 1: 2360
MSI (s) (84:B0) [00:02:40:755]: Note: 1: 2360
MSI (s) (84:B0) [00:02:41:005]: Note: 1: 2360
MSI (s) (84:B0) [00:02:41:245]: Note: 1: 2360
MSI (s) (84:B0) [00:02:41:486]: Note: 1: 2360
MSI (s) (84:B0) [00:02:41:736]: Note: 1: 2360
MSI (s) (84:B0) [00:02:41:977]: Note: 1: 2360
MSI (s) (84:B0) [00:02:42:227]: Note: 1: 2360
MSI (s) (84:B0) [00:02:42:627]: Note: 1: 2360
MSI (s) (84:B0) [00:02:42:868]: Note: 1: 2360
MSI (s) (84:B0) [00:02:43:118]: Note: 1: 2360
MSI (s) (84:B0) [00:02:43:359]: Note: 1: 2360
MSI (s) (84:B0) [00:02:43:599]: Note: 1: 2360
MSI (s) (84:B0) [00:02:43:849]: Note: 1: 2360
MSI (s) (84:B0) [00:02:44:190]: Executing op: FileCopy(SourceName=PBREGP~1.DLL|pbRegPrinterConfig.dll,SourceCabKey=pbregprinterconfig.dll1,DestName=pbRegPrinterConfig.dll,Attributes=16384,FileSize=81920,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:02:47:875]: File: \\171.186.184.105\sendsuite\pbRegPrinterConfig.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:02:47:875]: Source for file 'pbregprinterconfig.dll1' is compressed
MSI (s) (84:B0) [00:02:47:955]: Re-applying security from existing file.
MSI (s) (84:B0) [00:02:49:958]: Verifying accessibility of file: pbRegPrinterConfig.dll
MSI (s) (84:B0) [00:02:51:320]: Verifying accessibility of file: pbRegPrinterConfig.dll
MSI (s) (84:B0) [00:02:51:640]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d36c.rbf
MSI (s) (84:B0) [00:02:54:705]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbRegPrinterConfig.dll
MSI (s) (84:B0) [00:02:55:426]: Note: 1: 2360
MSI (s) (84:B0) [00:02:55:987]: Note: 1: 2360
MSI (s) (84:B0) [00:02:56:407]: Executing op: FileCopy(SourceName=pbHelp.dll,SourceCabKey=pbhelp.dll1,DestName=pbHelp.dll,Attributes=16384,FileSize=73728,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:02:58:440]: File: \\171.186.184.105\sendsuite\pbHelp.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI p: FileCopy(SourceName=pbETrack.dll,SourceCabKey=pbetrack.dll1,DestName=pbETrack.dll,Attributes=16384,FileSize=483328,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=5.0.0.43,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:07:00:258]: File: \\171.186.184.105\sendsuite\pbETrack.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:07:00:258]: Source for file 'pbetrack.dll1' is compressed
MSI (s) (84:B0) [00:07:15:169]: Executing op: FileCopy(SourceName=PBSHIP~1.DLL|pbShipNotification.dll,SourceCabKey=pbshipnotification.dll1,DestName=pbShipNotification.dll,Attributes=16384,FileSize=151552,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:07:18:154]: File: \\171.186.184.105\sendsuite\pbShipNotification.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:07:18:154]: Source for file 'pbshipnotification.dll1' is compressed
MSI (s) (84:B0) [00:07:18:234]: Re-applying security from existing file.
MSI (s) (84:B0) [00:07:20:237]: Verifying accessibility of file: pbShipNotification.dll
MSI (s) (84:B0) [00:07:21:599]: Verifying accessibility of file: pbShipNotification.dll
MSI (s) (84:B0) [00:07:22:250]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d37c.rbf
MSI (s) (84:B0) [00:07:31:293]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbShipNotification.dll
MSI (s) (84:B0) [00:07:31:853]: Note: 1: 2360
MSI (s) (84:B0) [00:07:32:414]: Note: 1: 2360
MSI (s) (84:B0) [00:07:33:255]: Note: 1: 2360
MSI (s) (84:B0) [00:07:33:586]: Note: 1: 2360
MSI (s) (84:B0) [00:07:34:447]: Note: 1: 2360
FileCopy(SourceName=pbGP.dll,SourceCabKey=pbgp.dll2,DestName=pbGP.dll,Attributes=16384,FileSize=114688,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:08:00:565]: File: \\171.186.184.105\sendsuite\pbGP.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:08:00:565]: Source for file 'pbgp.dll2' is compressed
MSI (s) (84:B0) [00:08:00:645]: Re-applying security from existing file.
MSI (s) (84:B0) [00:08:02:427]: Verifying accessibility of file: pbGP.dll
MSI (s) (84:B0) [00:08:04:971]: Verifying accessibility of file: pbGP.dll
MSI (s) (84:B0) [00:08:05:372]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d37e.rbf
MSI (s) (84:B0) [00:08:08:516]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbGP.dll
MSI (s) (84:B0) [00:08:09:397]: Note: 1: 2360
MSI (s) (84:B0) [00:08:09:798]: Note: 1: 2360
MSI (s) (84:B0) [00:08:10:048]: Note: 1: 2360
MSI (s) (84:B0) [00:08:10:449]: Note: 1: 2360
MSI (s) (84:B0) [00:08:10:709]: Executing op: FileCopy(SourceName=pbGlobal.dll,SourceCabKey=pbglobal.dll2,DestName=pbGlobal.dll,Attributes=16384,FileSize=53318,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.1.0.0,Language=1033,InstallMode=126484480,,,,,,,)
MSI (s) (84:B0) [00:08:12:662]: File: \\171.186.184.105\sendsuite\pbGlobal.dll; Overwrite; Won't patch; Existing file is of an equal version
MSI (s) (84:B0) [00:08:12:662]: Source for file 'pbglobal.dll2' is compressed
MSI (s) (84:B0) [00:08:12:742]: Re-applying security from existing file.
MSI (s) (84:B0) [00:08:15:506]: Verifying accessibility of file: pbGlobal.dll
MSI (s) (84:B0) [00:08:16:467]: Verifying accessibility of file: pbGlobal.dll
MSI (s) (84:B0) [00:08:16:788]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\8d37f.rbf
MSI (s) (84:B0) [00:08:18:731]: Note: 1: 1321 2: \\171.186.184.105\sendsuite\pbGlobal.dll
MSI (s) (84:B0) [00:08:18:731]: Verifying accessibility of file: pbGlobal.dll
Info 1603.The file \\171.186.184.105\sendsuite\pbGlobal.dll is being held in use. Close that application and retry.
Info 1903.Scheduling reboot operation: Deleting file \\171.186.184.105\sendsuite\pbGlobal.dll. Must reboot to complete operation.
Info 2912.Could not schedule file \\171.186.184.105\sendsuite\pbGlobal.dll for removal on restart.
Info 1902.Scheduling reboot operation: Renaming file \\171.186.184.105\sendsuite\TBM24.tmp to \\171.186.184.105\sendsuite\pbGlobal.dll. Must reboot to complete operation.
MSI (s) (84:B0) [00:08:25:661]: Product: SendSuite Shipping AdminClient for Prod -- Error 1914.Could not schedule file \\171.186.184.105\sendsuite\TBM24.tmp to replace file \\171.186.184.105\sendsuite\pbGlobal.dll on reboot. Verify that you have write permissions to file \\171.186.184.105\sendsuite\pbGlobal.dll.
Error 1914.Could not schedule file \\171.186.184.105\sendsuite\TBM24.tmp to replace file \\171.186.184.105\sendsuite\pbGlobal.dll on reboot. Verify that you have write permissions to file \\171.186.184.105\sendsuite\pbGlobal.dll.
MSI (s) (84:B0) [00:08:25:771]: User policy value 'DisableRollback' is 0
MSI (s) (84:B0) [00:08:25:771]: Machine policy value 'DisableRollback' is 0
Action ended 0:08:25: InstallExecute. Return value 3.
MSI (s) (84:B0) [00:08:25:781]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=965721971,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (84:B0) [00:08:25:781]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (84:B0) [00:08:25:781]: Executing op: DialogInfo(Type=1,Argument=SendSuite Shipping AdminClient for Prod)
MSI (s) (84:B0) [00:08:25:781]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
Mdsuite\8d37c.rbf)
MSI (s) (84:B0) [00:08:25:781]: Executing op: RegisterBackupFile(File=\\171.186.184.105\sendsuite\8d37d.rbf)
MSI (s) (84:B0) [00:08:25:781]: Executing op: RegisterBackupFile(File=\\171.186.184.105\sendsuite\8d37e.rbf)
MSI (s) (84:B0) [00:08:25:781]: Executing op: RegisterBackupFile(File=\\171.186.184.105\sendsuite\8d37f.rbf)
MSI (s) (84:B0) [00:08:25:781]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6])
MSI (s) (84:B0) [00:08:25:781]: Executing op: SetTargetFolder(Folder=\\171.186.184.105\sendsuite\)
MSI (s) (84:B0) [00:08:25:781]: Executing op: ProductInfo(ProductKey={29706148-003A-482B-A148-9D1F701D3EA6},ProductName=SendSuite Shipping AdminClient for Prod,PackageName=SendSuite.msi,Language=1033,Version=100663310,Assignment=1,ObsoleteArg=0,ProductIcon=ARPPRODUCTICON.exe,,PackageCode={29D05929-EA75-42CA-BB6D-7A756069517E},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0)
MSI (s) (84:B0) [00:08:25:781]: Executing op: FileCopy(SourceName=\\171.186.184.105\sendsuite\8d37f.rbf,,DestName=\\171.186.184.105\sendsuite\pbGlobal.dll,Attributes=32800,FileSize=53318,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,)
MSI (s) (84:B0) [00:08:27:654]: File: \\171.186.184.105\sendsuite\pbGlobal.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten
MSI (s) (84:B0) [00:08:29:616]: Note: 1: 1321 2: \\171.186.184.105\sendsuite\pbGlobal.dll
MSI (s) (84:B0) [00:08:29:616]: Verifying accessibility of file: pbGlobal.dll
Info 1603.The file \\171.186.184.105\sendsuite\pbGlobal.dll is being held in use. Close that application and retry.
Info 1903.Scheduling reboot operation: Deleting file \\171.186.184.105\sendsuite\pbGlobal.dll. Must reboot to complete operation.
Info 2912.Could not schedule file \\171.186.184.105\sendsuite\pbGlobal.dll for removal on restart.
Info 1902.Scheduling reboot operation: Renaming file \\171.186.184.105\sendsuite\TBM26.tmp to \\171.186.184.105\sendsuite\pbGlobal.dll. Must reboot to complete operation.
MSI (s) (84:B0) [00:08:35:685]: Error in rollback skipped. Return: 3
Info 1914.Could not schedule file \\171.186.184.105\sendsuite\TBM26.tmp to replace file \\171.186.184.105\sendsuite\pbGlobal.dll on reboot. Verify that you have write permissions to file \\171.186.184.105\sendsuite\pbGlobal.dll.
MSI (s) (84:B0) [00:08:35:685]: Executing op: FileCopy(SourceName=\\171.186.184.105\sendsuite\8d37e.rbf,,DestName=\\171.186.184.105\sendsuite\pbGP.dll,Attributes=32800,FileSize=114688,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,)
MSI (s) (84:B0) [00:08:37:998]: File: \\171.186.184.105\sendsuite\pbGP.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten
MSI (s) (84:B0) [00:08:40:011]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbGP.dll
MSI (s) (84:B0) [00:08:44:267]: Executing op: FileCopy(SourceName=\\171.186.184.105\sendsuite\8d37d.rbf,,DestName=\\171.186.184.105\sendsuite\pbRecdNav.dll,Attributes=32800,FileSize=131072,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,)
MSI (s) (84:B0) [00:08:47:342]: File: \\171.186.184.105\sendsuite\pbRecdNav.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten
MSI (s) (84:B0) [00:08:50:897]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbRecdNav.dll
MSI (s) (84:B0) [00:08:54:332]: Executing op: FileCopy(SourceName=\\171.186.184.105\sendsuite\8d37c.rbf,,DestName=\\171.186.184.105\sendsuite\pbShipNotification.dll,Attributes=32800,FileSize=151552,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,)
MSI (s) (84:B0) [00:08:57:937]: File: \\171.186.184.105\sendsuite\pbShipNotification.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten
MSI (s) (84:B0) [00:09:00:501]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbShipNotification.dll
MSI (s) (84:B0) [00:09:03:685]: Executing op: FileCopy(SourceName=\\171.186.184.105\sendsuite\8d37b.rbf,,DestName=\\171.186.184.105\sendsuite\pbETrack.dll,Attributes=32800,FileSize=483328,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,)
MSI (s) (84:B0) [00:09:05:939]: File: \\171.186.184.105\sendsuite\pbETrack.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten
MSI (s) (84:B0) [00:09:08:022]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\pbETrack.dll
MSI (s) (84:B0) [00:09:18:026]: Executing op: FileCopy(SourceName=\\171.186.184.105\sendsuite\8d37a.rbf,,DestName=\\171.186.184.105\sendsuite\cruflOrderSummary.dll,Attributes=32800,FileSize=139340,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,)
MSI (s) (84:B0) [00:09:22:653]: File: \\171.186.184.105\sendsuite\cruflOrderSummary.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten
MSI (s) (84:B0) [00:09:25:717]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\cruflOrderSummary.dll
MSI (s) (84:B0) [00:09:30:444]: Executing op: FileCopy(SourceName=\\171.186.184.105\sendsuite\8d379.rbf,,DestName=\\171.186.184.105\sendsuite\crufLunit.dll,Attributes=32800,FileSize=172091,PerTick=0,,VerifyMedia=0,ElevateFlags=3,,,,,,,InstallMode=4194308,,,,,,,)
MSI (s) (84:B0) [00:09:34:129]: File: \\171.186.184.105\sendsuite\crufLunit.dll; Overwrite; Won't patch; REINSTALLMODE specifies all files to be overwritten
MSI (s) (84:B0) [00:09:37:164]: Note: 1: 2318 2: \\171.186.184.105\sendsuite\crufLunit.dll
MSI (s) (84:B0) [00:09:42:121]: Executing op: MSI (s) (84:B0) [00:14:14:182]: Executing op: FileRemove(,FileName=C:\Program Files\Seagate Software\Viewers\activexviewer\swebrs.dll,,)
MSI (s) (84:B0) [00:14:14:182]: Executing op: FileRemove(,FileName=C:\Program Files\Seagate Software\Viewers\activexviewer\sviewhlp.dll,,)
MSI (s) (84:B0) [00:14:14:182]: Executing op: SetTargetFolder(Folder=C:\Program Files\Seagate Software\Viewers\activexviewer\en\)
MSI (s) (84:B0) [00:14:14:192]: Executing op: FileRemove(,FileName=C:\Program Files\Seagate Software\Viewers\activexviewer\en\npviewer.exe,,)
MSI (s) (84:B0) [00:14:14:192]: Executing op: SetTargetFolder(Folder=C:\Program Files\Seagate Software\Viewers\activexviewer\)
MSI (s) (84:B0) [00:14:14:192]: Executing op: FileRemove(,FileName=C:\Program Files\Seagate Software\Viewers\activexviewer\cselexpt.ocx,,)
MSI (s) (84:B0) [00:14:14:212]: Executing op: SetTargetFolder(Folder=C:\WINNT\system32\)
MSI (s) (84:B0) [00:14:14:212]: Executing op: FileRemove(,FileName=C:\WINNT\system32\tlbinf32.dll,,)
MSI (s) (84:B0) [00:14:14:212]: Executing op: SetTargetFolder(Folder=C:\Documents and Settings\All Users\Application Data\Pitney Bowes\SendSuiteInstaller\)
MSI (s) (84:B0) [00:14:14:212]: Executing op: FileRemove(,FileName=C:\Documents and Settings\All Users\Application Data\Pitney Bowes\SendSuiteInstaller\PB.Verifier.exe,,)
MSI (s) (84:B0) [00:14:14:232]: Executing op: SetTargetFolder(Folder=C:\)
MSI (s) (84:B0) [00:14:14:232]: Executing op: SetTargetFolder(Folder=C:\Documents and Settings\All Users\Application Data\Pitney Bowes\SendSuiteInstaller\)
MSI (s) (84:B0) [00:14:14:232]: Executing op: FileRemove(,FileName=C:\Documents and Settings\All Users\Application D
Property(S): ProductToBeRegistered = 1
MSI (s) (84:B0) [00:14:24:036]: Note: 1: 1708
MSI (s) (84:B0) [00:14:24:036]: Product: SendSuite Shipping AdminClient for Prod -- Installation operation failed.
M
Analyse the log files
Analyse the log files, and find Error 1914 and the activity associated with this Error (Like name of Custom Action/copying file/registering file......) in the Log file.
Thanks
Sid
Verified Log file
I've analysed the log file before, but i couldn't find why it show this error.
Small update:
During transform creation, some files should be copied from network. I guess problem was created by network. But I couln't guess it whats the real problem?
Suggestion
I guess there
may be trying to overwrite the existing files by copying the files from network.
in this case try to set overwrite = True
if you are using VBScript, WiseScript.
may be Permission issue, user may not be authenticate to access the file.
I would like to suggest you is, if possible insted of accessing from network include it in your application itself.
No Vbscript in MST
I've found there is no VBscript related to copying the file from network. I guess MST do the action.
Finally...
Sorry.. I tried in many ways, but not able to catch that problem. SO took setup capture for MSI and completed the package.
Thanks All for your response.
Would you like to reply?
Login or Register to post your comment.