How to extract a VIMP-package manually? (installer, updater, extensions)
Editions: all
Versionen: 2.6.0+
Versionen: 2.6.0+
Copy the VIMP package you want to extract to a directory of your choice. Then extract the files into the same directory.
The VIMP package must be executable:
#> chmod +x vimp.framework-3.5.0-r23267-enterprise-installer.bin
Each VIMP package includes a tarball sfx_archive.tar.gz. We extract it to get the files:
#> ./vimp.framework-3.5.0-r23267-enterprise-installer.bin -x #> tar xvzf sfx_archive.tar.gz
Now the files included in the VIMP package are all extracted.
Last update on 2022/09/06 by Admin.