This blog has personalition features for you, the reader. Below is a key of what all the icons mean and which aspects of the layout they change.
Close Window
msiexec /a "C:\datei.msi" /qb TARGETDIR=C:\extrahierte_dateien
Besten Dank für den Tipp an Andreas Liebert
Wednesday, April 04, 2007 8:30 AM
Eine gute Alternative zum Microsoft Installer zum Entpacken gibt´s auch:The command line tool msi2xml converts Windows Installer Databases (.msi / .msm) to text based XML files.The complementary tool xml2msi reconstructs the .msi / .msm from the XML file.There are several possible uses for msi2xml/xml2msi: * Quality assurance: use the human readable XML file to compare changes between different versions of a .msi file. * Version control: many version control systems are text based. Store the XML file instead of the .msi file. * Automated build systems: using xml2msi, existing installations may be updated with new files, and automatically rebuilt.
Hier der Link dazu:https://sourceforge.net/projects/msi2xml/Das Tool nennt sich: MSI2XML / XML2MSI
Fields denoted with a "*" are required.