(imported topic written by Rob_Swalley91)
Hey everyone,
I’m working on a custom command to uninstall an older version of the Cisco VPN client off of some of our workstations and I have created an automated response (in an uninstall.iss file) to help me complete the task. However, when I run this on some test systems I am getting a “relevance substitution filed” error message.
If many of you have ever attempted this with your organizations, would you mind taking a look at my task to help pinpoint what I might be doing wrong here? Any and all help is greatly appreciated.
My uninstall.iss script is located on my workstation and from the target machines I am trying this on, I can indeed get back to the file in question if that makes any difference. The location of this file is: \rivc01sw0755a\c$\3rd Party Patches\VPN_Client_Uninstall\uninstall.iss.
I have tried this with and without the located around the source location of this file as well.
dos C:\WINDOWS\system32\RunDll32.exe C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup “C:\Program Files\InstallShield Installation Information{5624C000-B109-11D4-9DB4-00E0290FCAC5}\Setup.exe” -l0x9 -s -f1"<\rivc01sw0755a\c$\3rd Party Patches\VPN_Client_Uninstall\uninstall.iss>" VpnUninstall
Thank you,
Rob