I have an issue with my software installation / first time run on Vista / 7 in relation to the VirtualStore.
My software is written in C#. Installer: NSIS.
- My application is installed using NSIS. It runs as administrator
- After installation is finished, the user can immediately start the software from the installer.
- This results in the first run of the program to be executed as admin.
- During the first run, a wizard has to be completed. This wizard will import data from an older version of the software, that is already on the computer (C:\Program Files\OldProgram\Data)
- However, on 7/Vista, this data is in the VirtualStore of the user. When I'm admin, I don't "see" this data and I can't convert it.
Questions:
- Can I know which user is currently logged in?
- Is there a generic way to access the Virtual Store of this user? Taking into account that the "Program Files" folder is named different is some countries and on 64-bits my app sits in "Program Files (x86)".