IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
Questions / Feedback?

Password Property

An optional password for the self-extracting archive.

Syntax

[VB.NET]
Public Property Password As String

[C#]
public string Password {get; set;}

Remarks

This property specifies a case-sensitive password used to encrypt or decrypt the archive. If set to an empty string (default), no encryption is used.

The maximum supported length of the password is 128 characters.

Example (compressing an SFX archive):


component.ArchiveFile = "c:\test.exe"
component.RecurseSubdirectories = true
component.SourceDirectory = "c:\foo"
component.Password = "nsoftware"
component.CreateSFX()

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0