Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
msi
.
Show all posts
Showing posts with label
msi
.
Show all posts
Monday, October 12, 2015
How to find the product code for the installed MSI file in windows
›
Run below command from power shell to see. PS C:\Users\Admin> get-wmiobject -class Win32_Product IdentifyingNumber : { 32A3A4F4-B79...
Tuesday, March 3, 2015
How to extract files from msi file
›
Type in below command. Syntax: msiexec /a filepath to MSI file /qb TARGETDIR=filepath For example: msiexec /a C:\kondal\node-v0.10.1...
›
Home
View web version