Seite 1 von 1

[SOLVED] Extract .OPSI Package

Verfasst: 30 Okt 2012, 15:05
von Zakyl
Hello,

I just would like to now if it's possible to extract .opsi files ?

For example, I create my package with "opsi-makeproductfile" and I had an ".opsi" file. After this, can we break it and have files before "opsi-makeproductfile" command ?

Thank you !

Re: .OPSI Package

Verfasst: 30 Okt 2012, 15:11
von ueluekmen
Hi,

you can use following command:

Code: Alles auswählen

opsi-package-manager -x package_xx.xx-x.opsi
This will extract an existing opsi-File to the source directories.

Re: .OPSI Package

Verfasst: 30 Okt 2012, 15:22
von Zakyl
Thank you, I just read "opsi-makeproductfile" help ..