%LocalAppData% = %USERPROFILE%\Configuración local\Datos de programa --In english--> %USERPROFILE%\Local Settings\Application Data %AllAppData% = %ALLUSERSPROFILE%\Datos de programa --In english--> %ALLUSERSPROFILE%\Application Data %MisDocs% = %USERPROFILE%\Mis Documentos --In english--> %USERPROFILE%\My Documents
and use them in winapp2.ini... They aren't recognized and the locations aren't cleaned... I just test it in Windows XP SP3 but I assume that the same problem will be in Vista...
Example of use (comment FileKey1 and uncomment the next one to see the effect):
[*Messenger Plus! Live (Logs)] LangSecRef=3022 Detect=HKCU\Software\Patchou Default=True FileKey1=%USERPROFILE%\Mis documentos\Mis historiales de conversación|*.*|RECURSE --> Works cause is a default EV of Windows ;FileKey1=C:\Documents and Settings\ddelgado.FII\Mis documentos\Mis historiales de conversación|*.*|RECURSE --> Works cause doesn't use an EV ;FileKey1=%MisDocs%\Mis historiales de conversación|*.*|RECURSE --> Doesn't work cause it uses an EV
Note: I tested the personalized EV in a Windows Explorer and I got redirected to the place I should be... so they are good declared...
















