/build/static/layout/Breadcrumb_cap_w.png

Windows Installer Errors--Are any considered Normal?

During the install of a msi using a transform, I see these in the log files:

Note: 1: 2318
Note: 1: 2360
Note: 1: 1312
Note: 1: 2262 2: ModuleComponents 3: -2147287038
Note: 1: 2203
Note: 1: 2205

There are many multiple instances of these in the log files, especially the 2262 with the -2147287038 at the end.

The program does install, however many of the issues that this version touts to resolve, are not resolved after the install.

Are these "Notes" considered normal?

I can post clips of actual log files here if necessary...

0 Comments   [ + ] Show comments

Answers (3)

Posted by: murali.bhat 13 years ago
Purple Belt
0
Aslong as your msi is installing without rolling back or exiting or no warning in event viewer, I dont think you need to worry about this log.
Posted by: anonymous_9363 13 years ago
Red Belt
0
A brush-up on your decimal-to-hex maths (which, of course, I can do in my head...) reveals that your error is FFFFFFFF80030002. Ditch the leading Fs as always and were left with 80030002. In DOS, error 2 means "File not found".

The ModuleComponents table is a list of the components of a merge module. One or more components is missing.
Posted by: SpareMeTrix 13 years ago
Senior Yellow Belt
0
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ActionText 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: AppSearch 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Feature 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: File 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: CheckBox 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Class 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Icon 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ProgId 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ComboBox 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Control 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Dialog 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ControlCondition 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ControlEvent 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: CreateFolder 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ModuleDependency 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: EventMapping 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Extension 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ListBox 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ListView 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: Media 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: RadioButton 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: RegLocator 3: -2147287038
MSI (s) (54:D8) [17:37:49:779]: Note: 1: 2262 2: RemoveFile 3: -2147287038

---Skipped some, but it goes on for pages with the same note 2262.

MSI (s) (54:D8) [17:38:45:838]: Source for file 'mfc70_dll_2_____X86.3643236F_FC70_11D3_A536_0090278A1BB8' is compressed
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2318 2: C:\WINDOWS\system32\mfc70.dll
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:838]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360
MSI (s) (54:D8) [17:38:45:854]: Note: 1: 2360

-----------Skipping some more, again you get the idea..

MSI (s) (54!BC) [17:38:49:574]: Leaked MSIHANDLE (4785) of type 790531 for thread 444
MSI (s) (54!BC) [17:38:49:574]: Leaked MSIHANDLE (4784) of type 790531 for thread 444
MSI (s) (54!BC) [17:38:49:574]: Leaked MSIHANDLE (4783) of type 790531 for thread 444
MSI (s) (54!BC) [17:38:49:574]: Leaked MSIHANDLE (4782) of type 790531 for thread 444

--------Skipping more...

MSI (s) (54:50) [17:38:49:824]: User policy value 'DisableRollback' is 0
MSI (s) (54:50) [17:38:49:824]: Machine policy value 'DisableRollback' is 0
MSI (s) (54:50) [17:38:49:824]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (54:50) [17:38:49:824]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (54:50) [17:38:49:824]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (54:50) [17:38:49:824]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (54:50) [17:38:49:824]: Restoring environment variables
MSI (c) (90:00) [17:38:49:824]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (90:00) [17:38:49:839]: MainEngineThread is returning 3010

-------Ok, this is for an install of Pointsec using a transform. Pointsec specifically states that they do not support the use of the transform. The install runs and excrypts the device, however most of the issues that this version corrects are still a problem on the devices using the transform. When the msi runs without the transform, the issues are not seen. I am being told that all these Windows Installer items in the verbose logging can be ignored, but I need to verify this, since to me it looks like specific components are not getting installed.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ