windows installer - Is it possible to get GUID of application from InstallShiel 2009 install package without installing application? -
i have file, setup.exe
contains application's single file installer created installshield 2009. there way extract application's guid without actual installing of application?
extract setup first using setup.exe /a
. answer dialogs appropriately, need set extract location. check answer more details on extracting setup.exe: extract msi exe
when extract done, locate , open msi file , check upgrade code , product codes in property table. need installshield, orca or other tool capable of opening msi file.
the package code can find right clicking msi file , selecting properties.
some links:
- setup.exe pdf reference sheet
- setup.exe , update.exe command-line parameters
- uninstalling msi file command line without using msiexec
- how can find product guid of installed msi setup?
Comments
Post a Comment