Skip to content

Commit ab41182

Browse files
authored
Update Function_GetMSIPropValue.vbs
1 parent 7759f44 commit ab41182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Function_GetMSIPropValue.vbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'* Author: Hitesh Patel
44
'* Purpose: For just 1 or 2 MSIs, we usually do this task by using orca or installshield , However for large packages such as AutoCAD or Microsoft or SAP etc., where there are more then 10-15 MSIs, fetching the properties manually becomes quite a lengthy and exhaustive process. This script is created to help you in such situation.
55
'* HOW TO USE: Pass MSI path and a property
6-
'* TIP: In case need to featch multiple values , Use array of desired properties to featch. for example see below Script
6+
'* TIP: In case need to fetch multiple values , Use array of desired properties to fetch. for example see below Script
77
'*****************************************************************************
88
Function GetMSIPropValue(msi,Prop)
99
dbstr = "Select `Value` From Property WHERE `Property`='" & prop & Chr(39)

0 commit comments

Comments
 (0)