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

Back to Zip Class Summary

Zip::AddEmbedded

Embeds a Zip file into an EXE as a custom resource. This resource can be opened by the EXE containing it at runtime by using the OpenMyEmbedded method.

  Declarations  
    [Visual Basic]
Public Function AddEmbedded(ByVal String exeFilename , ByVal String resourceName , ByVal String zipFilename) As Boolean

[C#]
public bool AddEmbedded(string exeFilename , string resourceName , string zipFilename);

[C++]
public bool AddEmbedded(String *exeFilename , String *resourceName , String *zipFilename);

[JScript]
public function AddEmbedded(String exeFilename , String resourceName , String zipFilename) : Boolean
 
  Parameters  
   
exeFilename
The EXE to alter
resourceName
creates a custom resource within the EXE having this name
zipFilename
The Zip file to be embedded in the EXE.
 

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