RemoveSequenceRecord Method
InstallShield 2024 » Automation Interface
Project:
• | Basic MSI |
• | InstallScript MSI |
Call the RemoveSequenceRecord method to remove an item from a sequence in the current project.
Syntax
(sName As String) As Long
Parameters
Parameter |
Description |
sName |
Pass an ISWiSequenceRecord object to specify a sequence record that you want to remove from the project. |
Return Values
Return Value |
Description |
0 |
The item was successfully removed from a sequence. |
1 |
The item was not removed from a sequence. |
Applies To
• | ISWiSequence |