cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ch_eng2
Level 6

VBScript deprecation question

With VBScript being deprecated (see: https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features-resources), is it safe to assume InstallScript code like this will no longer work?

 

try
	set objRegExp = CoCreateObject( "VBScript.RegExp" );
catch
	MessageBox( "Could not create VBScript.RegExp object", SEVERE );
endcatch;

 

 

Labels (2)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi - 

We have a Knowledge Base article which addresses the deprecation of VBscript and its impact on Installshield at the link below. Hopefully this will answer your concerns:

https://community.flexera.com/t5/InstallShield-Knowledge-Base/VBScript-Deprecation-Impact-on-InstallShield/ta-p/311788/jump-to/first-unread-message