Unpack the full installer and only install the base components or the ones that you want.
Here is what my VBScript setup looked like only using the minimal components.
'Source for custom install: http://forums.techarena.in/tips-tweaks/1058717.htm
'Install Microsoft Visual Studio Runtime
strInstallCMD = "crt.msi /qb!"
install = wshshell.run (strInstallCMD,1,True)
'Install Contacts
strInstallCMD = "Contacts.msi /qb!"
install = wshshell.run (strInstallCMD,1,True)
'Install Messenger
strInstallCMD = "Messenger.msi /qb!"
install = wshshell.run (strInstallCMD,1,True)
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ