This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
astuce:msi:extract [2021/04/17 18:06] admin created |
astuce:msi:extract [2021/04/17 18:10] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Comment extraire un msiexec avec un Clic droit ? ====== | ||
+ | Cette astuce est toute bête, il suffit de créer un fichier *.reg, mettre ceci dedans: | ||
<sxh regedit> | <sxh regedit> | ||
Windows Registry Editor Version 5.00 | Windows Registry Editor Version 5.00 | ||
Line 5: | Line 7: | ||
@="msiexec.exe /a \"%1\" /qb TARGETDIR=\"%1-Unpacked\"" | @="msiexec.exe /a \"%1\" /qb TARGETDIR=\"%1-Unpacked\"" | ||
</sxh> | </sxh> | ||
+ | Et de lancer le fichier pour intégrer ceci dans votre profil. | ||
+ | Maintenant, quand on fait clic droit sur un msi on a la commande "Unpack MSI" et on peut extraire le contenu sans extracteur. |