Home »

Posts tagged ‘vbscript’


Checking if User is member of group including nested/sub groups!

Download: I had a challenge today. Problem: My Customer needs to insert a specific text in the Computer description field on the local PC, if the user is member of a specific group. Challenges: The problem is that most of the user are not directly members of the group. but they are members of a [...]

Category: Scripting, VBScript  |  7 Comments

Automated Windows Installer Properties from .INI (Embedded VBScript)

Download: Have you ever needed the functionality to read the property values from an .ini file, every time a installation or repair is run? This small script created for Windows installer, will do the job. Purpose:   Automatically reads a ini file located in the MSI SOURCEDIR property. Each parameter in the ini file is read [...]

Category: VBScript, Windows Installer / MSI  |  10 Comments