AppREPACK
All about Application Packaging, Virtualization and Deployment
Pages
Home
AppREPACK
Tuesday, 3 July 2012
Get MSI property value using VBScript
Following script displays the INSTALLDIR property value present inside MSI
Dim objWshShell, str
set objWshShell = CreateObject("WScript.Shell")
str = Session.Property("INSTALLDIR")
MsgBox(str)
set objWshShell = nothing
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment