InstallerCreationCommand.

ReorderFiles(InstallerDatabase, int) Method

Summary

Sets the sequence number of files to match their storage order in the cabinet file, after some files have had their filenames changed to go in their own component.

Syntax

protected void ReorderFiles(InstallerDatabase database, ref int LastSequence)

Parameters

Name Type Description
database InstallerDatabase The MSI database.
LastSequence int The last file's sequence number.

Return Value

Type Description
void