Question

I'm exploring the MSI custom-actions, I'm using ORCA to see what is the actual MSIs contains.

I found in one MSI the following action types for example : 3073, 1537 and many other CustomActions types that I couldn't find any resource that have a full index for those various types.

Is there for example a way that I can create an customized CustomAction types, or maybe the new version of Windows Installer CustomActions not documented yet ?

Était-ce utile?

La solution

Read Custom Action Types and adjacent help topics.

3073 = 2048 | 1024 | 1

1= DLL file stored in a Binary table stream. 1024 = msidbCustomActionTypeInScript Queues for execution at scheduled point within script. This flag designates that this is a deferred execution custom action. 2048 = msidbCustomActionTypeNoImpersonate Queues for execution at scheduled point within script. Executes with no user impersonation. Runs in system context.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top