.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::WriteExe

Saves the Zip to a self-extracting executable.

  Declarations  
    [Visual Basic]
Public Function WriteExe(ByVal String exeFilename) As Boolean

[C#]
public bool WriteExe(string exeFilename);

[C++]
public bool WriteExe(String *exeFilename);

[JScript]
public function WriteExe(String exeFilename) : Boolean
 
  Parameters  
   
exeFilename
Name of the self-extracting EXE to create.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.