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.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Containing Type
- Installer
Creation Command
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 |
