Hi,
sometimes it happens that the Windows Security App won’t open.
Hi,
sometimes it happens that the Windows Security App won’t open.
Hi,
its quite simply to compile from source:
Enable Source repositories in /etc/apt/sources.list
deb-src http://ftp.uni-erlangen.de/debian/ jessie main
deb-src http://security.debian.org/ jessie/updates main
deb-src http://ftp.uni-erlangen.de/debian/ jessie-updates main
Continue reading Debian: Create package from (debian) source
Hi,
first post in 2015 🙂
msiexec offers the ability to extract all files included in an msi file to a specified folder by alter the TARGETDIR proberty of the msi package.
Syntax is
msiexec /a msifile.msi /qb TARGETDIR=D:\target
Continue reading Windows: Extract all files from a msi file