Setting MSI Properties via vbscript Custom Actions
How to Set/Get a property via a VBScript Custom Action? You can either use the Session object or simply use the ‘Property’ keyword to set a property via a vbscript custom action: e.g Session.Property(“ARPNOCOMPONENT”)=”1″ Property(“REINSTALL”)=”ALL” To get the value of a property, you can use the following e.g. dim myvar myvar = Property(“INSTALLDIR”) MsgBox(myvar) How to Set ‘INSTALLDIR’ [...]
Connect
Connect with us on the following social media platforms.