You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Function_GetMSIPropValue.vbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
'* Author: Hitesh Patel
4
4
'* 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.
5
5
'* 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
0 commit comments