I am trying to set Path (Envioenment Variable) using InstallScript for InstallShield 8. The function EzBatchAddPath("PATH", "C:\Windows", "", AFTER); can only be used when autoexec.bat is set to ReadOnly=false and Hidden=false.
Are there other methods which can perform the same action without these restriction
Thanks in advance