Basically I am looking for a way to create application data files during setup inside the folder corresponding to:
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
or put another way (for WindowsXP):
C:\Documents and Settings\%username%\Local Settings\Application Data
I tried the solution suggested here, but id didn't do the trick.