Hello,
We have an application that once launched will create a folder within "C:\Program Files (x86)\AppBla". As part of this package is the GUID short for IE to launch "My Documents". When I run this application on a Win7 VM that I have full local admin rights and start that IE-GUID entrypoint, I can see and edit "C:\Program Files (x86)\AppBla". Now if I run this as a normal domain user that does not have local admin rights to Win7VM I do not see "C:\Program Files (x86)\AppBla", that app runs, but I have no idea where the app folder is being created if at all.
Basically I would like to know if anyone know what sort of Voodoo is going on here so that I can provide access to "C:\Program Files (x86)\AppBla" as a normal user.
I did try granting Full Control to C: to all users (domain users as well) as well as creating the "C:\Program Files (x86)\AppBla", then granting Full Control to that folder and then launching the package and still no-go.
any hints?