Quantcast
Channel: Symantec Connect - Téléchargements
Viewing all articles
Browse latest Browse all 322

Useful Script to Verify Standard MSI PROPERTIES During Package Testing/QA

$
0
0

QA is an integral part of Application Packaging life cycle, ensuring the quality of the package along with the enterprise standards. We can use Wise package studio to open an MSI and read through the PROPERTY table to verify whether the properties that were set in the MSI are according to the standards. However this script will eliminate the time to manually verify the standards in the MSI.

This script can search for MSI files recursively in the given folder and verify pre-defined properties in the MSI's PROPERTY table. Results will be published to a CSV file, making it very easy to organize the results. Any deviation from the standards will be commented in the REMARKS column.

 

MSI PATHPROPERTYVALUEREMARKS

    

Standard properties that were implemented in this script are as below:  

ALLUSERS = 1
ARPNOMODIFY = 1
ARPNOREMOVE = 1
ARPNOREPAIR = 0
REBOOT = ReallySuppress
REINSTALLMODE = voums
ROOTDRIVE = C:\

You can modify the script to include additional logic to verify more properties. 


Viewing all articles
Browse latest Browse all 322

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>