The support function GetCmdTail
returns all command line parameters passed to Setup or Uninstall as a single string. This produces:
/SL5="$A808E8,550741730,269824,D:\Setup.exe" /DEBUGWND=$6A0ACA /verysilent /suppressmsgboxes /closeapplications /restartapplications /norestart
Is there another function or simple way of just returning the user specified command line switches:
/verysilent /suppressmsgboxes /closeapplications /restartapplications /norestart
in this particular case, whilst excluding the /DEBUGWND
entry and/or any other parameters that have not been user specified?