Skip to content

hikogui/ecpack-and-sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecpack-and-sign

External CPack packer and code signing.

External CPack format

The external CPack format is a .zip file with the following items in the root of that .zip file:

  • package_name.json
  • component/
  • _cpack/NSIS/
  • _redist/

package_name.json

There is a json file in the root of the .zip file, which describes the components and their dependencies.

The format of this json file is described in the CPack External Generator documentation.

Any component which starts with an underscore will not be part of the generated installer or uninstaller.

component/

These are the files of a component, to be installed on the user's computer. Individual components may be selected by the user.

Multiple components will be installed in the same install directory.

_redist/

Any executable in this directory is added to the installer. During installation on the user's machine each of those executable is called sequentually in alphabetical order.

After all executables have been executed they are removed from the user's machine.

_cpack/NSIS/

This directory contains files used with the NSIS package manager.

About

External CPack packer and code signing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages