HI,
i am using the following script to assign permissions to everyone on windows XP (Spanish version).but its not assigning the permissions to that folder while the same code is working fine for Windows XP (English version)

//following script assigns the permissions(Full control) to the License Folder in //the installation directory.
strCommandForPermission = INSTALLDIR ^ "License";
LaunchAppAndWait(SystemFolder ^ "CACLS",'"' + strCommandForPermission + '"' + " " + "/E /G Everyone:F",LAAW_OPTION_WAIT + LAAW_OPTION_HIDDEN);

can somebody figureout this issue where i m doing wrong?
i am using INstallShiled 11.5 with Basic MSI project.

Regards,
Jinn